Building a Lean Claude Code–Style Agent in Python
Photo by Volodymyr Dobrovolskyy on Unsplash LLM coding agents may look complex, but fundamentally they’re just a loop, some tools, and an LLM doing the real work. Agentic coding assistants are now widespread (e.g., Aider, Claude Code, OpenCode). After spending some time with Claude Code and OpenCode, I wanted something I could run locally, inspect end-to-end, and modify and extend without wading through a large framework. That curiosity led to developing an open-source, Python-based, agentic coding assistant called PatchPal. PatchPal […]