bozhouDev

网页版教程,看起来会舒服一点

30
2
100% credibility
Found May 29, 2026 at 130 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
MDX
AI Summary

A 14-day educational tutorial that teaches you to build a Claude Code-style AI coding assistant from scratch in Python, with each day adding a new capability like tool calling, file editing, permissions, and session memory.

How It Works

1
📚 Discover the Tutorial

You find a 14-day course that teaches you to build your own AI coding assistant, step by step.

2
💻 Start Day 1

You open the first lesson and run a simple program that responds to your questions.

3
🔗 Connect a Real AI Model

On Day 2, you connect your assistant to a real AI service so it can think and reason.

4
📁 Give Your Assistant Tools

By Day 3, your assistant learns to read files, search the web, and explore your project.

5
✏️ Your Assistant Can Edit Code

On Day 4, you add the ability for your assistant to safely modify files with your approval.

6
🛡️ Add Safety Guardrails

On Day 5, you build a permission system so dangerous commands require your confirmation.

7
🧠 Your Assistant Remembers

By Day 6, your assistant can save conversations and pick up where you left off.

🎉 You Built a Working AI Coder

After 7 days, you have a runnable CLI that can read code, edit files, run commands, and chat with you.

Sign up to see the full architecture

6 more

Sign Up Free

Star Growth

See how this repo grew from 130 to 30 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is 14days-build-claude-code-cli?

A 14-day hands-on tutorial that walks you through building a Claude Code-style coding agent CLI from scratch in Python. Instead of just explaining concepts, each day delivers a runnable snapshot of a CLI that grows incrementally: starting with a basic REPL, then adding real model calls, file tools, safe editing, bash permissions, session memory, and eventually hooks, skills, and subagents. The course also ships a polished web version at buildcc.dev with interactive diagrams, terminal replays, and code diffs built into the lessons. The default setup uses DeepSeek's Anthropic-compatible API, but any provider following the Anthropic Messages protocol works.

Why is it gaining traction?

The hook is clear: if you want to understand how Claude Code actually works under the hood, this rewrites those ideas in Python with teaching-friendly simplification rather than just translating TypeScript. The "harness" framing resonates with developers frustrated by prompt tutorials -- it explains that reliability comes from outside the model: permission gates, context management, diff previews, and feedback loops. The daily snapshot approach lets you verify each step with a single command, and the web tutorial's visual components (Agent Loop players, Harness Movies) make the agent lifecycle inspectable rather than a black box.

Who should use this?

Backend and full-stack developers who want to build or extend AI coding tools will get the most value. If you've been copying prompts without understanding how tool calling, permissions, or session state actually work in production, this gives you the mental model and working code. Researchers studying Agent architecture will appreciate the explicit focus on "harness engineering" versus model behavior. Python familiarity is required; understanding of CLI design and basic async concepts helps. This is not for beginners -- it's for engineers ready to build on top of LLMs rather than just prompting them.

Verdict

With only 30 stars and a 1.0% credibility score, this is an early-stage educational project: the first 7 days are solid and complete, while days 8-14 are locked. The web tutorial and daily runnable snapshots show thoughtful design, but test coverage and polish vary by day. Worth starting if you want to understand Code Agent internals hands-on, but treat it as structured self-study rather than production-ready code to deploy.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.