How I Built a Coding Agent from Scratch — AI Agent Architecture Explained
I built a coding agent from scratch in Python — no frameworks, no LangChain — to understand how AI agents actually work. ReAct loops, tool use, security sandboxing, human-in-the-loop — here is every component, every design decision, explained from first principles.