42 minutes ago
I’ve been using terminal coding agents for a while, but most of the time they still feel like a black box. I’d like to dig into an open-source implementation and see how things like the agent loop, tool calls, permissions and session state actually fit together instead of just reading high-level articles about them. Ideally the codebase would be small enough to follow without spending weeks figuring out the architecture first. Are there any good projects to study if I want to understand how tools like Claude Code work internally?

