AI Developer Toolkit
For developers & solo builders running agents
100% of your code will be written by agents.The only question is which level you’re at.
Anthropic merges 80% agent-written code. Stripe’s agents merge 1,300 PRs a week. This is the ladder from AI autocomplete to a factory you run — in Claude Code, Codex and Cursor — and the job that stays yours: the spec, the architecture, the taste.

You ship fast, but you’re still watching every step — context and extensibility are what move you from Level 2 to 3.
- •Switch to an agent-first tool
- •Install the Context7 MCP
- •Write your first CLAUDE.md
- •Try Plan mode on a real change
- •Author 2–3 custom commands
- •Add the GitHub MCP

Created by @jaskol_ski
26 years building web apps · 2 IPOs · AI Lecturer at SWPS University · Using Cursor since 2023, Claude Code and Codex since early beta · CTO at TasteRay (built with AI)
Trusted by teams that ship with agents.
Engineering teams at these companies use Cursor, Claude Code, and Codex with AI Developer Toolkit.
Why we check
--approval-mode is not a Codex flag.
The real one is --ask-for-approval, and its values are untrusted, on-request and never. Copy the invented one from an AI answer and Codex rejects the command outright — you do not get a wrong permission posture, you get an agent that will not start, and no explanation of why.
Verified against Codex CLI 0.145.0-alpha.2 · 2026-08-10

Level 3 feels worse before Level 4 pays. Most stop there.
Inside the factory: six stations, three tools
The spec the agent reads,
before it writes.
CLAUDE.md, AGENTS.md and Cursor rules that carry one project brief into every session. This is the Level 2 → 3 move — and the one the Setup Pack installs in 20 minutes.
# .cursor/rules/react-components.mdc
---
description: React component patterns
globs: "src/components/**/*.tsx"
---
// Always use named exports
// Include proper TypeScript interfaces
// Extract hooks into custom hooks when > 3 lines
// Use composition over prop drilling
const Component = ({ data }: Props) => {
const { state, handlers } = useComponentLogic(data);
return <View state={state} {...handlers} />;
};Agents that stop on red,
not on green.
Hooks that run lint, types and the related tests on every change, and a Stop hook that refuses to let an agent finish with failing tests — the gate that turns Level 3 review into Level 4 trust.
// .claude/hooks/pre-commit.sh
# Auto-run before every commit
// Hook: lint and test changed files only
const changedFiles = await getChangedFiles();
await Promise.all([
runESLint(changedFiles),
runTypeCheck(),
runTests({ related: changedFiles }),
]);
// Hook: auto-update CLAUDE.md context
await updateProjectContext({
schema: 'auto-detect',
routes: 'auto-detect',
});Leave for twelve hours.
Check the tests.
Parallel tasks in worktrees, cloud runs, auto-PRs behind CI you trust. Level 4 is leaving for the day; Level 5 is not coming back to check.
$ codex --ask-for-approval on-request
> "Add pagination to the /api/users endpoint
with cursor-based navigation and rate limiting"
✓ Added cursor-based pagination to API route
✓ Rate limiting middleware configured
✓ TypeScript types updated
✓ Integration tests passing
✓ OpenAPI spec regenerated
// All in a single prompt, verified in sandboxThe material for every level. 400+ guides. 100+ recipes.
From first install (Level 1) to overnight runs and software factories (Levels 4–5) — daily lessons, numbered tips and copy-paste recipes for Cursor, Claude Code and Codex, checked against the current release.

The Ladder
Find which level your workflow is at, Level 0 to 5, and what the next rung takes: the research behind “100% by agents”, one hub per level, the six stations of a software factory, and the job that stays yours.

Getting Started
Your launchpad to AI-assisted development. Why AI coding tools matter, what makes each one different, and quick wins you can apply today.

Cursor
From zero to power user. 20 daily lessons and 110+ tips covering Tab, Agent mode, rules, checkpoints, and large-codebase strategies.

Claude Code
Terminal-first agentic coding. Subagents, hooks, slash commands, memory, MCP, GitHub Actions, and cost control.

Codex
OpenAI's coding agent, from CLI to cloud. AGENTS.md, parallel cloud tasks, worktrees, GitHub and Slack integration, and SDK automation.

Shared Workflows
Tool-agnostic mastery. MCP ecosystem with 20 guides, agent skills, context management, testing, software factories, enterprise adoption, and migration playbooks.

Tool Comparison
Cursor vs Claude Code vs Codex vs Copilot vs Windsurf. Feature matrix, pricing analysis, cost optimization, and migration guides.

Resources
FAQ, glossary, learning paths, troubleshooting, what's new, and community resources.

Recipe Cookbook
100+ numbered copy-paste recipes. React, Next.js, Vue, Node, Python, Go, Rust, databases, DevOps, error handling, and mobile.

Deployment & Ops
Security operations, compliance automation, cost control, CI/CD pipelines, monitoring, and incident response.

Quick Reference
Command and config references, keyboard shortcuts, model comparison, migration checklist, and pricing calculator.

Which level are you at?
Six dimensions decide it — tooling, context, extensibility, parallelism, vibe-coding policy, operations. The free scorecard measures all six in 25 questions and ~8 minutes, no account needed, and tells you which level you’re at and the one move that takes you up a rung.
- L0
By hand
You write the code. AI is a search engine at best.
- L1
Assisted
Autocomplete and pasted snippets. The agent never sees the repo.
- L2
Paired
One agent, one task, you watching every step. It feels done. It is not.
- L3
Review manager
Agents write, you review. Your life is diffs, and almost everyone tops out here.
- L4
Spec manager
You write the spec and the tests, leave for twelve hours, and check what passed.
- L5
Dark factory
Agents pull work from the queue behind gates you trust. Humans set direction.
Is this for you?
100% by agents is coming either way. The question is whether you climb with a system — or stall in the valley.
Perfect for you if...
- You’re at Level 2 or 3 — the agent writes, you watch or you review — and you want the next rung
- You run Claude Code, Codex or Cursor and want one setup that works in all three
- You want to be the one who runs the agents, not the one they replace
- Your agent output works in demos and breaks in production
- You’d rather measure your level than guess at it
Not for you if...
- You want a magic button — Level 5 is a discipline, not a purchase
- You use AI for the occasional script and are fine at Level 1
- You won’t give it 15–30 minutes a day
- You’d rather work it out by trial and error
One subscription. Every level, all three tools.
Cursor, Claude Code, and Codex are updated weekly. Every guide tracks the current release — so the pattern you copy today matches the version you run today.
Solo Developer
For developers who want to run agents, not just prompt them.
then $19.99 per month
Cancel anytime
- The Harness — your CLAUDE.md, AGENTS.md, Cursor rules and MCP config, generated for your stack: the Level 2 → 3 move in 20 minutes ($49 on its own)
- Every guide on the ladder from Level 1 to Level 5 — 400+ articles and 100+ recipes, checked against current releases
- All four books — 348 chapters, EPUB & PDF, in English and Polish ($159 of books)
- One setup that works in Cursor, Claude Code and Codex — one config, three tools
- The Level 4 material: parallel agents, worktrees, overnight runs and software factories
- Real-world project walkthroughs from zero to production
- Migration playbooks from Copilot or legacy IDEs — the Level 1 → 2 move
- Discord community and the documentation source on GitHub — read it or submit PRs
Team
One harness the whole team runs — and a new hire inherits on day one.
then $199.99 per month
Cancel anytime
- Everything in Solo Developer, for every engineer
- Unlimited seats — by email domain, or by named address for teams that are not all on one domain
- The Harness for every seat — the whole team starts from the same config, not one power user’s
- All four books for every seat — EPUB & PDF
- One company invoice with VAT
- Direct email support from the author
Enterprise
An audit, a harness, a factory pilot — and someone on the hook for adoption.
unlimited seats
- Everything in Team, unlimited seats
- An audit of which level each team runs at — interviews, repos, tooling telemetry
- The Harness installed: CLAUDE.md and rules, MCP servers, CI gates
- Hands-on workshops plus a pilot team, with adoption measured from day one
- A factory pilot — agents pulling work from your queue behind CI gates you trust (Level 4 → 5)
- White-label, on-premise, and internal docs-modification licensing
- Delivered personally by the author — capacity deliberately limited
Created by @jaskol_ski
26 years building web apps · 2 IPOs · AI Lecturer at SWPS University · Using Cursor since 2023, Claude Code and Codex since early beta · CTO at TasteRay (built with AI)
The math
It pays for itself in 13 minutes.
Every guide is built to save you more than that in a single session. If it doesn’t — 30-day money-back guarantee.
How we compare
| Free YouTube | Official Docs | AI Developer Toolkit | |
|---|---|---|---|
| Content | Scattered, often outdated | Feature reference only | 400+ guides, Level 1 → 5 |
| Updates | Rarely updated | Release notes only | Weekly updates |
| Learning Path | Figure it out yourself | No guidance | Beginner → Advanced tracks |
Content
- Free YouTube: Scattered, often outdated
- Official Docs: Feature reference only
- AI Developer Toolkit: 400+ guides, Level 1 → 5
Updates
- Free YouTube: Rarely updated
- Official Docs: Release notes only
- AI Developer Toolkit: Weekly updates
Learning Path
- Free YouTube: Figure it out yourself
- Official Docs: No guidance
- AI Developer Toolkit: Beginner → Advanced tracks

Move the whole team up a level.
Between the solo subscription and a full engagement: get the team on one harness and one loop — a shared-seat subscription plus an optional hands-on workshop. Set up in a short call, no procurement required.
Team
The whole ladder for the whole team — one price, one invoice.
unlimited seats — email domain or named addresses
- Everything in Solo Developer, for every teammate
- The Harness for every seat — one config, three tools
- All four ebooks (EPUB & PDF) for each seat
- Direct email support from the author
Team Enablement Workshop
A hands-on half-day that moves the whole team one level, on your own repos.
half-day, live · up to 15 developers
- Live, hands-on session on your own repositories
- The shared Harness installed: rules, CLAUDE.md and a review-ready loop
- Recording plus a starter playbook your team keeps
- 3 months of the Team plan for attendees included
Just for you?

Take the org from pilot to factory.
The subscription moves one developer a rung at a time. These engagements move the org: we audit which level each team runs at, install the harness and the loop, and pilot a factory behind gates you trust — with adoption measured from day one.
Audit + Implementation
The full climb: diagnosis, a working harness, training, measurable adoption — then a factory pilot.
- Everything in the AI Engineering Audit
- The Harness installed: CLAUDE.md and rules files, MCP servers, CI gates
- 3–4 hands-on workshops + a pilot with 1–2 teams
- Weekly office hours through the rollout
- Adoption metrics: active usage, agent-authored share, PR cycle time, incidents per PR
- A factory pilot: agents pulling work from your queue behind CI gates you trust
- 12 months of AI Developer Toolkit access for the whole team
Adoption guarantee — if agreed usage targets aren’t met by week 8, you get an extra month of advisory free.
15 minutes, no obligation — we’ll look at how your team builds today.
AI Engineering Audit
Know exactly which level each team is at — and what moves it first.
- Interviews with developers and leads
- Review of repos, configs and AI-tooling telemetry
- A level per team on the autonomy ladder, with gap analysis
- Prioritized 90-day roadmap: the next rung, team by team
- Executive readout for leadership
100% credited toward Audit + Implementation.
Ongoing Advisory
The tools change monthly. Your harness keeps up.
- Two office-hours sessions per month with your leads
- Async support between sessions
- Monthly briefing: what changed in the tools, what to adopt
- Continuous tuning of the harness, the agents and the CI gates
Who delivers
Every engagement is delivered personally by Michał Jaskólski — 26 years in software, 2 IPOs, CTO, author of The AI Engineering Handbook and the 400+ guides on this site. Capacity is deliberately limited.
The math
Set against a 25-developer team’s payroll, the flagship fee is a rounding error per developer per month. What it buys is the level the team ships at, measured from day one.
What you actually get
The subscription, itemised.
Two of these are sold on their own, so their prices are checkable rather than claimed. The third is the subscription itself — nobody sells it separately, so it carries no number.
- The Setup Pack — the Harness station
- Your CLAUDE.md, AGENTS.md, Cursor rules and MCP config, generated for your stack, plus TESTING.md and a 20-minute path to a working setup — the station that turns Level 2 into Level 3.
- Sold on its own for $49.
- $49Included
- The Book Library
- Four books, 348 chapters, EPUB and PDF — the cross-tool Handbook plus one deep book each on Cursor, Claude Code and Codex.
- Four titles listing at $39.99 each, rounded down. Both language editions are included.
- $159Included
- The Documentation Access
- Every guide and recipe on the site, from Level 1 to Level 5, re-checked against each release of Cursor, Claude Code and Codex — so the pattern you copy today matches the version you run today.
- No separate price: this is the subscription itself, not an extra sold beside it.
- Not sold separately
- Downloadables
- $208
$208 of it, against $99.99 for a year.
What that access is worth is your own time: one hour of it costs more than two months of this.
Lifetime access closes 2026-10-01
After 2026-10-01 the lifetime plan is retired. Monthly and annual continue as normal. Everyone who already holds lifetime access keeps it.
Common questions
Everything you need to know before subscribing.
You could, and it would sound right. Ask one about Codex approval modes and there is a good chance you get `--approval-mode`, which is not a flag — the real one is `--ask-for-approval`, and its values are `untrusted`, `on-request` and `never`. Copy the invented one and Codex rejects the command outright — you do not get a wrong permission posture, you get an agent that will not start. What you are paying for is that someone checked, against a named release, and wrote down the version they checked against. It matters more the higher you run: an agent you watch at Level 2 gets corrected in a minute; an agent left unattended for twelve hours on an invented flag is twelve hours of nothing, discovered in the morning. We keep a list of the ones models keep inventing.
Real, and dated. Boris Cherny, who leads Claude Code, told Fortune on 29 January 2026 he had been at 100% for two-plus months and does not make small edits by hand. Anthropic reported that over 80% of the code it merged in May 2026 was written by Claude. Stripe’s agents merge 1,300 PRs a week (February 2026) with no human-written code, every one human-reviewed. The honest caveat is the other half of the research: METR measured experienced developers 19% slower with early-2025 tools, and its 2026 data trends toward zero in a study METR itself is redesigning; Faros’ 2026 telemetry shows incidents per PR up 242% across 22,000 developers where review did not keep pace. The percentage is not the hard part. The level you run it at is.
The discipline. Karpathy’s definition from April 2026: agents are fallible and stochastic, but extremely powerful, and the job is to coordinate them to go faster without sacrificing your quality bar. Humans keep the spec, the review, the evals and stop conditions, the permissions, the taste and the direction. Or, in his words: vibe coding raises the floor; agentic engineering is about extrapolating the ceiling.
That is the most common reason people cancel, so it is worth answering plainly. Start with the Setup Pack — the Harness station — answer nine questions, download the config files for your stack, and drop them into a repo. That is a working harness in about twenty minutes, before you read a single guide — and the guides make sense afterwards because they describe a setup your agents are already running on. If it still is not for you, the 30 days cover it.
Daily use is Level 2: one agent, one task, you watching. Level 3 is where the agent writes and you review; Level 4 is where you write the spec and check the tests twelve hours later. Almost everyone tops out at Level 3 (Dan Shapiro, January 2026). The guides are the moves between rungs — hooks, verification gates, worktrees, overnight runs, factories — checked against the current release of Claude Code, Codex and Cursor.
Dan Shapiro published the Five Levels in January 2026; on this site they read: Level 0 by hand, 1 assisted, 2 paired, 3 code-review manager, 4 spec manager, 5 dark factory. The free scorecard maps its 25 questions onto Levels 1 to 4 — Level 0 does not take the test and Level 5 cannot be verified by one — and the guides are organized as the moves between them.
A YouTube tutorial was true the day it was recorded. These tools change weekly — flags get renamed, defaults move, models get retired — and a video can't be patched. Every guide here is re-checked against current releases and updated as they ship. And it's a curriculum, not a playlist: each guide builds on the one before it, from first install to enterprise rollout.
Each guide takes 15–30 minutes, and you do not read the ladder top to bottom: find your level with the free scorecard and read the one hub above it. The Quick Wins recipes are copy-paste — start there and go deeper when a technique earns it.
Yes. One click in your account settings. No questions asked, no hoops to jump through. Your access continues until the end of your billing period.
Yes — 30 days from your first purchase, for any reason. Email support@developertoolkit.ai and we refund it; we won't argue with you about why. Applies to first-time purchases, as set out in the Terms.
You keep full access until the end of the period you've already paid for — the subscription simply doesn't renew. Your account stays in place, so you can pick up where you left off anytime. Any ebooks you've downloaded are yours to keep.
Yes. Payments are handled by Polar, our merchant of record, which issues an invoice for every charge with the applicable VAT or sales tax for your country. It lands in your inbox right after payment — ready to expense or pass to your accountant.
Unlimited seats for one flat price. Everyone with an email address on your company domain gets full access automatically, and teams spread across domains can add named addresses instead — no per-seat billing, no invites to manage. Need custom onboarding, white-label, or an on-premise option? That's the Enterprise tier.
Our 100+ recipes cover React, Next.js, Vue, Python, Node.js, Go, Rust, and more. And the core of the system — context engineering, rules, MCP, review workflows — doesn't care what language you write. The recipes just make it concrete in yours.
Still have questions? Contact us

Agents write the code. You keep the job.
"Vibe coding raises the floor. Agentic engineering is about extrapolating the ceiling." — Andrej Karpathy, April 2026. Every guide, recipe and workflow for climbing the ladder in Claude Code, Codex and Cursor — 7 days free, cancel anytime. Not sure where you stand? Find your level first, free.
7-day free trial • Cancel anytime • 30-day money-back guarantee