Topic
ai
aiHow to find LM Studio plugins and MCP servers
Browse native LM Studio plugins and MCP servers, find tools by capability, and check what you need before adding them to your local setup.
aiScaling an Agentic Coding SDK: What Concurrency Actually Costs
Running agent jobs in parallel is not free. Measuring the real memory, process and shared-state costs of concurrency in an agentic coding SDK.
aiBuild a Safe Repository Maintenance Agent with GitHub Copilot and Microsoft Agent Framework in .NET
Build a permission-gated repository maintenance agent in .NET with GitHub Copilot and Microsoft Agent Framework.
aiBuild a Safe Repository Maintenance Agent with GitHub Copilot and Microsoft Agent Framework in Python
Build the permission-gated repository maintenance agent in Python, add OpenTelemetry, and compare it with the .NET implementation.
aiHow I Built an AI-Assisted Dependency Vulnerability Fixer
Most CVE fixes fail on packaging, not on code. What I learned building an agent that upgrades dependencies and proves the build still works.