Tag
github
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.
pythonIntroducing gh-weekly-updates - Automate Your Weekly GitHub Impact Summaries
Use gh-weekly-updates to collect GitHub activity into concise summaries for standups, one-to-ones, and personal progress tracking.