Skip to content

Site navigation and theme and language settings

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.

Coverage
Cursor · Claude Code · Codex
Languages
EN · PL
Map
Levels 0–5 · after Shapiro

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

Stations 1–2 · Intent & Harness

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
# .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} />;
};
Stations 3 & 5 · Loop & Verification

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 Code Hooks
// .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',
});
Stations 4 & 6 · Graph & Release

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 CLI
$ 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 sandbox

The 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.

Free, no accountLevels 0–5Six factory stations
7+guides

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.

Getting StartedPlatform OverviewQuick Wins
5+articles

Cursor

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

69+articles20+lessons
New

Claude Code

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

82+articles21+lessons
New

Codex

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

62+articles20+lessons

Shared Workflows

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

117+articles20+guides
Popular

Tool Comparison

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

10+articles

Resources

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

8+articles

Recipe Cookbook

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

FrontendBackendDatabaseDevOpsError HandlingMobile
100+recipes

Deployment & Ops

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

12+articles

Quick Reference

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

7+guides
Free scorecard

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.

  1. L0

    By hand

    You write the code. AI is a search engine at best.

  2. L1

    Assisted

    Autocomplete and pasted snippets. The agent never sees the repo.

  3. L2

    Paired

    90% are here

    One agent, one task, you watching every step. It feels done. It is not.

  4. L3

    Review manager

    the valley

    Agents write, you review. Your life is diffs, and almost everyone tops out here.

  5. L4

    Spec manager

    You write the spec and the tests, leave for twelve hours, and check what passed.

  6. L5

    Dark factory

    a handful of teams

    Agents pull work from the queue behind gates you trust. Humans set direction.

Levels after Dan Shapiro, The Five Levels, Jan 2026

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.

Best Value

Solo Developer

For developers who want to run agents, not just prompt them.

7 days for free

then $19.99 per month

Cancel anytime

On annual billing, 13 saved minutes a month cover the entire cost.
30-day money-back guarantee
  • 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.

7 days for free

then $199.99 per month

Cancel anytime

One price, whole team — no per-seat billing. Ten engineers on the monthly plan works out to $20 each, and they all end up with the same setup.
30-day money-back guarantee
  • 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.

Custom

unlimited seats

Custom pricing based on your organization size and needs.
  • 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.

Solo Developer plan, billed annually$8.33 / mo
One hour of your time (at $80k)~$38.00
Break-even13 minutes saved per month

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

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
006

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.

Find your level
30-Day Money-Back Guarantee

7-day free trial • Cancel anytime • 30-day money-back guarantee