An autonomous coding agent that turns Slack requests into validated pull requests across 10+ microservices; 60+ generated pull requests have been merged.
A change that spans a multi-service architecture is mostly overhead: find the right services, understand their boundaries, wire up local environments in the right order, run the builds, then open the PRs. The thinking is a small fraction of the wall-clock time.
I built a streaming agent with 20+ tools for code search, editing, git operations, parallel exploration, and service orchestration. It configures and starts dependent services, then runs builds, tests, and health checks before opening a pull request.
60+ merged pull requests to date. Workspace pooling cut task startup latency by 40–60%.
My Role: AI Engineer & Architect