Build Your Own CLI Coding Agent in Python
Hands-on agent-building workshop converted to self-paced—learn by coding, not reading.
Self-guided workshop to build your own CLI coding agent like Claude Code from scratch in Python.
Seven-phase hands-on build of a CLI coding agent, but it's a learning workshop, not a product tool.
Engineers who want to understand how AI coding agents work by implementing one end-to-end
Anthropic's prompt engineering guide · DeepLearning.AI short courses
GitHub Repo: https://github.com/primaprashant/alduin
We start from a skeleton repo with a basic input loop and no LLM. Over seven phases, we add the Anthropic API, implement tools (read file, edit file, bash), and build the core agent loop.
Each phase has hints and a reference commit if you get stuck.
Hands-on agent-building workshop converted to self-paced—learn by coding, not reading.
Claude agent that learns from mistakes via structured signal tracing—interesting approach, unclear real-world ROI.
One Dockerfile to rule Claude Code, OpenCode, and Codex with persistent sessions.
Exposes Claude Code agent over HTTP with OAuth; useful for CI and Slack bots.
Self-hosted alternative to Cursor and Continue with auditable agent playbooks.
Claude Code agent prompt templates when Claude already supports custom agents natively.