Choose this when
You already code and want AI to help with feature work, tests, reviews, and maintenance.
AI learning path
Use coding agents and assistants as collaborators without losing engineering judgment.
You already code and want AI to help with feature work, tests, reviews, and maintenance.
You can give agents better context, constrain scope, run checks, and review generated code critically.
Move on when you can spot plausible but wrong AI code before it ships.
Do
This is the route through the topic. Watch and open the material inside the step where it is used.
Step 1
Give the agent repo conventions, commands, constraints, and a narrow target.
Open here
Guide · Anthropic · Intermediate
You want practical docs for using Claude as a coding agent across a real codebase and toolchain.
Open resourceStep 2
Ask for tests, run checks, review diffs, and keep changes small enough to understand.
Watch here
Simon Willison
Use this for sober judgment about where AI coding helps or fails.
Open here
Official product docs · OpenAI · Beginner to advanced
You want the current OpenAI path for agentic software engineering, code review, and background coding tasks.
Open resourceStep 3
Use agents for refactors, docs, migrations, and review only when verification is clear.
Watch here
Peter Yang
Tactics for tightening feedback loops once the basics are clear.
Open here
Skills catalog · Matt Pocock · Intermediate
You want a reusable skill system for agentic coding, including /grill-me, /grill-with-docs, /to-prd, /to-issues, /tdd, /triage, /handoff, /prototype, and review workflows.
Open resourceGuide · Matt Pocock · Intermediate
You want TypeScript checks, tests, linters, and review loops that help agents produce better code and catch regressions quickly.
Open resourcePick one bug, ask AI to explain the code path, write or update a test, implement, and review the diff yourself.
Reference
Step 1
Guide · Anthropic · Intermediate
You want practical docs for using Claude as a coding agent across a real codebase and toolchain.
Step 2
Official product docs · OpenAI · Beginner to advanced
You want the current OpenAI path for agentic software engineering, code review, and background coding tasks.
Step 3
Skills catalog · Matt Pocock · Intermediate
You want a reusable skill system for agentic coding, including /grill-me, /grill-with-docs, /to-prd, /to-issues, /tdd, /triage, /handoff, /prototype, and review workflows.
Step 3
Guide · Matt Pocock · Intermediate
You want TypeScript checks, tests, linters, and review loops that help agents produce better code and catch regressions quickly.
Beginner to advanced
Read the recent model-roundup posts, then try the llm command-line tool with two or three different providers.
View educator
Beginner to intermediate
Look for AI coding and engineering workflow posts.
View educator
Beginner to advanced
Use LLM Fundamentals or the AI Engineer Roadmap if you need concepts, the Vercel AI SDK Tutorial or AI SDK v6 Crash Course if you want to build apps, and the AI Skills catalog if you want practical agent workflows like /teach, /grill-me, /tdd, and /triage.
View educator
Intermediate to advanced
Watch AI Engineer talks for production patterns and tool choices.
View educator
Beginner to advanced
Start with ChatGPT Prompt Engineering for Developers, then pick a RAG or agents course.
View educator
Beginner to intermediate
Use fast.ai essays and course material alongside hands-on notebooks.
View educator