#298 · Primary category: AI Coding Assistants
CoreCoder
Minimal AI coding agent (~1,000 lines of Python) inspired by Claude Code. Works with any LLM. Think NanoGPT for coding agents. Formerly NanoCoder.
Project last updated:08/27/26
GitHub Stars
1.7K
Forks
399
Contributors
5
License
MIT
Why we included this project
Claude Code runs to hundreds of thousands of lines and is closed source, so nobody can read how it actually works. CoreCoder is the stripped-down alternative: roughly a thousand lines of Python that genuinely runs, so you can set a breakpoint, change a line, and rerun to watch the agent reason and edit code step by step. The engine is a while loop that calls any large model you plug in, wrapped around a small set of file-editing tools. That makes it a solid reference for developers who want to understand how these assistants work, and a clean skeleton to fork if you want to grow your own minimal agent. It deliberately skips the features a production assistant needs, which is the point, because the gaps are where you're meant to branch off and make it yours.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.