Project Under NDA
Visuals not available for confidential projects
An autonomous AI coding agent that receives tasks via Slack, discovers relevant code across 10+ microservices, implements changes, validates them by orchestrating local service deployments, and creates pull requests — all without human guidance.
Implementing changes across a multi-service architecture requires developers to understand service boundaries, manage dependencies, and coordinate deployments — a time-consuming process that slows down development velocity.
Built an autonomous AI agent with a streaming LLM tool-calling loop (50+ iterations per task) and 20+ specialized tools including code search, file editing, git operations, and subagent spawning for parallel codebase exploration.
Reduced multi-service development cycle time significantly, with workspace pooling cutting task startup latency by 40–60%.
My Role: AI Engineer & Architect