14 courses · 139 days · Chinese and English
AI engineering, one day at a time.
Every day ships a concept, a lab you can actually run, and a few interview questions. Pick a course and start on day one.
- From Frontend Engineer to Agent Engineer in 30 Days
- Prompt Engineering From Scratch in 5 Days
- Mastering Claude: From Conversation to Claude Code in 5 Days
- Mastering Codex and the OpenAI Agents SDK in 5 Days
- MCP in 7 Days: Wire Tools Into Any Agent
- Agent Skills in 7 Days: Turn Experience Into Reusable Capability
- Context Engineering in 5 Days
- Frontend Agent UX in 7 Days: From Streaming to Generative UI
- RAG in 14 Days: From Retrieval to Trustworthy Answers
- Build an AI Short-Drama Production Pipeline With Agents in 14 Days
- Build Your Own Coding Agent in 21 Days
- Agent Evals and Observability in 7 Days: Turning "Seems Fine" Into Numbers You Can Reproduce
- Agent Security in 5 Days
- Agent Harness in 7 Days: Let an Agent Run Unattended Through the Night
One square, one day
Start here
3 courses · 15 daysGet your footing: write prompts that work, and get fluent with Claude and Codex.
Prompt Engineering From Scratch in 5 Days
5 daysFor anyone who has used an AI chat product: in five days, learn to turn a fuzzy requirement into a prompt the model executes reliably, and verify it with a small test set.
Mastering Claude: From Conversation to Claude Code in 5 Days
5 daysIn five days go from chatting with Claude to running a real development task end to end with Claude Code — explore, plan, implement, verify, commit — then wire up the API and the Agent SDK.
Mastering Codex and the OpenAI Agents SDK in 5 Days
5 daysIn five days get fluent with the Codex CLI, cloud tasks, the Responses API, and the Agents SDK, then spend the last day running the same task through both Codex and Claude Code for a real side-by-side comparison.
One skill, one week
7 courses · 45 daysA single capability at a time. MCP does the wiring, Skills package experience, context engineering decides what to cut.
MCP in 7 Days: Wire Tools Into Any Agent
7 daysFor developers who write TypeScript or Python: in seven days, learn to read, implement, debug, and safely ship MCP servers and clients against the 2026-07-28 spec.
Agent Skills in 7 Days: Turn Experience Into Reusable Capability
7 daysIn seven days, learn to turn something you already do well into a SKILL.md, so any client that supports Agent Skills opens it up on its own when it's needed, and package a team's conventions for distribution.
Context Engineering in 5 Days
5 daysTreat the context window as a piece of luggage with fixed capacity: in five days, learn to break down what fills it, work out its bill, and keep it under control with pruning, compression, and isolation.
Frontend Agent UX in 7 Days: From Streaming to Generative UI
7 daysFor React developers: in seven days, hand-build an agent workbench in the browser. Align with the open AG-UI protocol and turn a raw event stream into an interface that renders without jank, pauses for approval, replays history, and reads correctly to a screen reader.
Agent Evals and Observability in 7 Days: Turning "Seems Fine" Into Numbers You Can Reproduce
7 daysFor anyone who has shipped an agent: build a zero-dependency evaluation framework in seven days. Turn non-determinism into pass^k, mine your incidents for a benchmark set, put the model judge itself through calibration, score the trajectory rather than just the ending, wire up telemetry and a cost panel, and finally block regressions before they merge.
Agent Security in 5 Days
5 daysTake one internal assistant that happens to hold all three parts of the lethal trifecta and turn it into a target: five days from threat modeling to architectural defense, runtime controls and a red-team loop that drives attack success to zero while keeping the agent useful.
Agent Harness in 7 Days: Let an Agent Run Unattended Through the Night
7 daysFor anyone who has already shipped at least one agent: hand-build an unattended runtime in seven days. Move the authoritative state out of the context window, keep progress alive on disk and in git, block premature completion claims with an end-to-end gate, intervene automatically on doom loops and blown budgets, and finally let it run through the night and hand you a report you can actually check in the morning.
Build something real
4 courses · 79 daysShip a working system from scratch: a RAG pipeline, a short-drama production line, a coding agent you wrote yourself.
From Frontend Engineer to Agent Engineer in 30 Days
30 daysFor anyone with no AI background: four weeks from the LLM API all the way to multi-agent orchestration and a job-hunt sprint.
RAG in 14 Days: From Retrieval to Trustworthy Answers
14 daysFor developers who write TypeScript or Python: in fourteen days, turn Retrieval-Augmented Generation from a working prototype into an evaluable, attributable, production-ready service — get keyword search solid first, then push it layer by layer toward production with vectors, reranking, query rewriting, and evaluation.
Build an AI Short-Drama Production Pipeline With Agents in 14 Days
14 daysFor developers who write TypeScript: in fourteen days, turn a single sentence into one episode of a vertical short drama, then scale it into a production platform that can produce in parallel, be reviewed, and keep cost under control.
Build Your Own Coding Agent in 21 Days
21 daysFor developers who write TypeScript: in twenty-one days, start from an empty-shell REPL, add one capability a day, and end up with a terminal Coding Agent that can read code, edit files, run tests, and work in parallel on a real repo, installable and distributable, with zero framework and zero runtime dependencies throughout.