I wanted to understand how AI coding tools actually work under the hood. Not just use them — but build one myself.

So I built AgentCode: an open-source, multi-model agentic coding CLI. You type a request in plain English, and it reads your codebase, writes code, runs tests, manages git — all autonomously.

Here's what I learned building it.





...