Agent Search Engine

Issue 001 / A living technical almanac

System scan: active

Record / corecoderAgentOpen sourceVerified

CoreCoder

Minimal AI coding agent (~1,000 lines of Python) inspired by Claude Code. Works with any LLM. Think NanoGPT for coding agents. Formerly Nan…

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.4k stars on GitHub. It was last updated in June 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 coding agents
AgentStarsPricing
CoreCoderAgentthis listing1.4kOpen source
gemini-cliAgent106kOpen source
openinterpreterAgent64kOpen source
Skill_SeekersSDK / library14kOpen source
jcodeAgent8.1kOpen source
openevolveAgent6.6kOpen source