he-yufeng/NanoCoder
Minimal AI coding agent (~950 Lines Python) inspired by Claude Code. Works with any LLM. Think nanoGPT for coding agents.
NanoCoder is a streamlined blueprint for building AI-powered coding assistants. It takes your natural language instructions and uses an AI model to read, edit, and interact with code files to implement changes or fix issues. This project is ideal for developers who want to understand the core mechanics of AI coding agents or customize their own.
194 stars.
Use this if you are a developer looking for a minimal, readable example of how AI coding agents are architected, or if you want to fork and build your own custom agent.
Not ideal if you are an end-user simply looking for a ready-to-use, feature-rich AI coding assistant to handle all your development tasks out-of-the-box.
Stars
194
Forks
53
Language
Python
License
MIT
Category
Last pushed
Apr 03, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/he-yufeng/NanoCoder"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related agents
Windy3f3f3f3f/how-claude-code-works
Deep dive into Claude Code internals — architecture, agent loop, context engineering, and more....
Windy3f3f3f3f/claude-code-from-scratch
🔍 Claude Code 开源了 50 万行代码,读不动?用 ~3000 行 TypeScript 从零复现核心架构,11 章分步教程带你理解 coding agent 精髓。Build...
JCodesMore/ai-website-cloner-template
Clone any website with one command using AI coding agents
repowise-dev/claude-code-prompts
Independently authored prompt templates for AI coding agents — system prompts, tool prompts,...
Enderfga/openclaw-claude-code
OpenClaw plugin — turn Claude Code CLI into a programmable, headless coding engine with plenty...