Back to browse
GitHub Repository

Roll your own claude code with 100 lines

0 starsTypeScript

100cc - Roll your own Claude in 100 lines

by rapiz·Jun 2, 2026·10 points·4 comments

AI Analysis

●●SolidBig BrainCozy

Self-bootstrapping agent writes its own improvements in 100 lines of TypeScript.

Strengths
  • Self-improvement loop is genuinely clever — agent modifies its own source code.
  • 100-line constraint forces architectural clarity and educational value.
  • Non-interactive and interactive modes show progression path for extensions.
Weaknesses
  • Thin wrapper around OpenAI API — no novel inference or local model support.
  • More educational demo than production tool; limited real-world utility.
Category
Target Audience

Developers learning agent architecture, hobbyists interested in self-improving code

Similar To

Cursor · Continue · Aider

Similar Projects