Audit your workflow
Spend a day noting where your coding time actually goes, and flag the repo-wide grunt work autocomplete never touches: tracing a bug across ten files, rebuilding boilerplate, wiring the same API-plus-UI-plus-tests change by hand.
Drive AI agents to do the multi-file work in your own repo, from scaffolding to debugging to shipping a full feature, then gate every AI-written change through code review and tests you actually read.
Finish with: A CLAUDE.md in your repo plus a subagent-and-MCP setup, so every agent run starts from the same clean, repo-specific context
Working software engineers and technical founders who ship code every day and want agents doing the repo-wide grunt work, not just autocompleting the next line.
You already have autocomplete, but the real time sinks are still manual: tracing a bug across ten files, building a feature that touches the API, the UI, and the tests, rewriting the same boilerplate again. Bolting a chat window onto that and copy-pasting snippets back and forth barely helps.
Build next: Ship one real feature end to end in your own repo, with an agent planning the change, editing across files, and running the tests before you review the diff.
13 modules, ~4h 54m of hands-on work. Every lesson centers on one tool and ends with a deliverable you keep.
A working function you wrote from a one-line comment, plus your own rule for when to accept or reject a suggestion
GitHub CopilotFree starter lessonGitHub CopilotDev
Inline code suggestions in your editor. You work inside the real tool for all 14 minutes; the module ends when the deliverable above exists.
A small multi-file refactor made through Cursor chat, with every diff read before you accepted it
CursorCursorDev
AI-native code editor with multi-file edits. You work inside the real tool for all 18 minutes; the module ends when the deliverable above exists.
This module unlocks with Pro. Checkout is not open yet; early access costs nothing today, no card.
A new API endpoint with passing tests, scaffolded by Claude Code from a tight prompt and the exact relevant files
Claude CodeClaude CodeDev
Agentic CLI for complex codebases. You work inside the real tool for all 24 minutes; the module ends when the deliverable above exists.
This module unlocks with Pro. Checkout is not open yet; early access costs nothing today, no card.
A bug traced across files and fixed, with the previously red test now green and the fix diff read line by line
Claude CodeClaude CodeDev
Agentic CLI for complex codebases. You work inside the real tool for all 26 minutes; the module ends when the deliverable above exists.
This module unlocks with Pro. Checkout is not open yet; early access costs nothing today, no card.
One feature shipped end to end in your own repo, the full diff reviewed and the suite passing before you committed
CursorCursorDev
AI-native code editor with multi-file edits. You work inside the real tool for all 30 minutes; the module ends when the deliverable above exists.
This module unlocks with Pro. Checkout is not open yet; early access costs nothing today, no card.
A React/Tailwind and shadcn screen generated in v0.app, dropped into a branch, and wired to your real backend
v0v0Dev
Generate production UI from text prompts. You work inside the real tool for all 20 minutes; the module ends when the deliverable above exists.
This module unlocks with Pro. Checkout is not open yet; early access costs nothing today, no card.
A working browser prototype that proves one flow, plus a short list of the parts to rebuild and harden in your real repo
Bolt.newBolt.newDev
Full-stack apps from a single prompt. You work inside the real tool for all 18 minutes; the module ends when the deliverable above exists.
This module unlocks with Pro. Checkout is not open yet; early access costs nothing today, no card.
CodeRabbit wired onto your pull requests, giving a structured first-pass review on every AI-written diff before a human looks
CodeRabbitCodeRabbitDev
AI reviews pull requests line by line and flags bugs in GitHub, your IDE, and the CLI. You work inside the real tool for all 18 minutes; the module ends when the deliverable above exists.
This module unlocks with Pro. Checkout is not open yet; early access costs nothing today, no card.
A whole-codebase Greptile review on a real PR, flagging cross-file and convention breaks a diff-only tool would miss
GreptileGreptileDev
AI code review agent that maps your whole codebase to catch bugs in pull requests. You work inside the real tool for all 20 minutes; the module ends when the deliverable above exists.
This module unlocks with Pro. Checkout is not open yet; early access costs nothing today, no card.
Behavioral unit tests generated by Qodo's /test for your changed functions, read to confirm they assert the intent you meant
QodoQodoDev
AI agent that reviews code, generates tests, and enforces standards in the IDE and PRs. You work inside the real tool for all 22 minutes; the module ends when the deliverable above exists.
This module unlocks with Pro. Checkout is not open yet; early access costs nothing today, no card.
A multi-hour refactor run as a Codex cloud task, returned as a pull request with diff and logs you reviewed before merge
CodexCodexDev
OpenAI cloud agent for parallel tasks. You work inside the real tool for all 26 minutes; the module ends when the deliverable above exists.
This module unlocks with Pro. Checkout is not open yet; early access costs nothing today, no card.
Several agents run at once from Antigravity's Manager view, checked against their Artifacts (plan, screenshots, logs) before you accept the work
Google AntigravityGoogle AntigravityDev
Agentic dev platform where AI agents plan, write, and verify code across editor and browser. You work inside the real tool for all 28 minutes; the module ends when the deliverable above exists.
This module unlocks with Pro. Checkout is not open yet; early access costs nothing today, no card.
A CLAUDE.md in your repo plus a subagent-and-MCP setup, so every agent run starts from the same clean, repo-specific context
Claude CodeCapstoneClaude CodeDev
Agentic CLI for complex codebases. You work inside the real tool for all 30 minutes; the module ends when the deliverable above exists.
This module unlocks with Pro. Checkout is not open yet; early access costs nothing today, no card.
Free gets you started today. Pro unlocks all 8 paths when checkout opens, no card and no charge until then. See what Pro unlocks
A practical first week to get one real workflow running. Not a full roadmap, a place to start.
Spend a day noting where your coding time actually goes, and flag the repo-wide grunt work autocomplete never touches: tracing a bug across ten files, rebuilding boilerplate, wiring the same API-plus-UI-plus-tests change by hand.
From that list, pick the single most repetitive thing you do each week, like scaffolding a new endpoint with its tests, and make that the one task you hand to an agent first instead of trying to automate everything at once.
Point Claude Code at your repo (or turn on GitHub Copilot and use Cursor's agent) and set it up to run that one task from a tight prompt plus the exact relevant files, not a snippet copy-pasted into a chat window.
Run the workflow on a real ticket you were going to do anyway, and read every generated line before you commit, treating each Cursor or Claude Code diff as a junior's draft to verify rather than a merge-ready PR.
Where the output missed, fix the input: give it better context, more tests around the change, and a sharper spec, then rerun and compare the second diff against your first to see whether the setup or the model was the problem.
Capture the version that worked as a short prompt-and-context checklist, or a CLAUDE.md in the repo, so the next run starts from the same setup instead of you reconstructing it from memory.
Pick the next task worth handing off and match it to the tool: a long refactor to a background agent in Codex, a fresh UI screen to v0, then review the pull request or component before it lands.
Every tool here is a real product you can open today. Browse the full directory of 68 tools.
The starter lesson is free, so open it and see. Or take the free assessment: it reads where your comeback stands and recommends the comeback course to start with.