#236 · Primary category: AI Coding Assistants
little-coder
A harness optimized to smaller LLMs
Project last updated:08/29/26
GitHub Stars
2.5K
Forks
173
Contributors
14
License
Apache-2.0
Why we included this project
This coding agent is tuned to run well on the hardware most developers actually have, not the cluster a frontier model would demand. It layers roughly thirty extensions and thirty skill markdown files onto the pi substrate, and the launcher keeps cold-start context around 7k tokens so a small local model stays productive instead of fighting prompt noise. The authors back the design with public numbers: an 8GB machine running Qwen3.6-35B-A3B finished above Gemini CLI and Gemini 2.5 Pro on the official terminal-bench 2.0 leaderboard. Small teams get an offline, no-API companion whose behavior stays predictable, since exactly the shipped extension set loads and nothing in the working directory changes the setup mid-task.
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.