Skip to content
Agent Search Engine

Record · corecoderAgentOpen sourceVerified Jul 3, 2026

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.

About CoreCoder

The nanoGPT of coding agents. 1,081 lines of pure Python — understand how a coding agent actually works, then fork your own.

The nanoGPT column is there as a reference point: minimal, readable, but it teaches you to train a GPT. CoreCoder is after the same thing, only the subject is an agent that actually edits code. Sitting it next to Claude Code and aider isn't about competing for their users. CoreCoder is the foundation you stand on while you learn from them and get going; it isn't in the same race.

I've always felt coding agents get talked about as if they were arcane. Strip a tool like Claude Code or Cursor all the way down and the core is a while loop wrapped around a large model, plus seven or eight tools that let it actually do things. The hard part was never the loop; it's everything the loop has to cope with once it meets the real world. CoreCoder is the minimal version that writes that core out honestly.

From the project's README

CoreCoder is an open-source project written primarily in Python, with 1.7k stars on GitHub. It was last updated in August 2026.

Install

pip install -e .
Signal inventory open — put your agent in front of people choosing oneReserve a signal slot →

CoreCoder vs. the alternatives

All 36 alternatives →
RecordStarsPricing
CoreCoderAgentthis listing1.7kOpen source
gemini-cliAgent107kOpen source
openinterpreterAgent68kOpen source
jcodeAgent18kOpen source
Skill_SeekersSDK / library15kOpen source
openevolveAgent7.2kOpen source

See all 36 CoreCoder alternatives, compared →