Last ChanceLifetime deal: every course, future course and future cohort in one purchase. 40% off until September 10. After that, courses will be sold separately.
Learn to get world-class outputs from coding agents

Agentic Coding for Serious Engineers

4,500+ hours with Claude Code & Codex, distilled into systems used by solo builders and Fortune 500 engineers alike.

Join students working at these companies

AbbVie
Airbnb
Amazon
Booking.com
Cloudflare
Databricks
Datadog
eBay
“Using agentic coding effectively is now a key skill for every developer.”
Andrew NgCo-founder, Google Brain(source)

You're the bottleneck now, not the model.

One agent, one window. You babysit it, hit approve, retype yesterday's prompt. It works, but you're capped at the speed of your own attention. The agent isn't the limit. You are, doing by hand what the system should do.

An agent engineer steps out of the critical path. You build the loops, verifiers, and context layers that let agents write, verify, and ship while you do something else.

The best teams aren't looking for people who prompt harder. They're looking for engineers who can build the systems agents run inside.

I went from treating Claude Code like a chatbot to running it like a full development platform. The lessons on hooks, subagents, and CLAUDE.md files alone were worth it.
Tyler

Which one are you becoming?

Two types of engineers. The gap is widening every month.

The Prompter

  • Babysits one agent for hours at a stretch
  • Hits approve on every diff
  • Catches regressions after users complain
  • Starts every session from zero context
  • Treats the agent like a chat window
  • Is the bottleneck in every task
This is where you want to be

The Engineer

  • Runs fleets of agents in parallel
  • Builds verifiers that approve for them
  • Catches regressions before they ever merge
  • Architects memory that persists across sessions
  • Treats agents as a development platform
  • Steps out of the critical path entirely

Skills that outlast the tools

Claude Code, Codex, whatever ships next. The model changes. These don't.

Looping: closing the build-verify loop so agents ship features without you in the chair

Verifying: building checks that touch reality and approve the work for you, so loops never just run in circles

Steering: writing the intent, context files, and rules that keep your loops on track

Context engineering: building a context layer over your codebase once, so every agent works like your best senior engineer

Planning: breaking massive tasks into context-window-sized chunks

Parallelizing: running dozens of agent loops in parallel without losing coherence

Systematizing: encoding your expertise into skills and hooks that run the same way every time

Your Instructor

Who Teaches This

Ray Amjad

Ray Amjad

I am a founder shipping real businesses with Claude Code & Codex. Since the tools launched I have put 4,500+ hours into them, building 21 Dreams, a holding company that builds, scales and exits software products, and the most in-depth Claude Code content on YouTube.

The workflows I teach come from production work, not a content calendar, which is why they tend to go mainstream months after I cover them.

This class is those 4,500+ hours concentrated: everything I know about shipping production-grade code with agents. My teaching style comes from my undergraduate Physics degree at Cambridge, so I teach fundamentals-first and pair every concept with the problem it solves, helping you build real intuition for a fast moving world.

Ray Amjad signature
I am finding excellent value in the course. It serves as a vital reference library for me: whenever I hit a roadblock while pushing the tool's limits, I return to your material for practical tips. The biggest value is your experience as a builder.
Divyansh

Why This Beats Figuring It Out Yourself

Everything you'd eventually learn, without the wasted hours getting there.

Piecing it together alone

  • 2,000+ hours across docs, YouTube, trial-and-error

  • Content goes stale as features ship

  • Stuck running one agent at a time

  • You don't know what you don't know

  • No way to know if you're doing it "right"

This class

  • Structured start to finish, not a playlist

  • Updated within days of future releases

  • Complete coverage from fundamentals through loop and graph engineering

  • A clear path from one agent to a fleet

  • MCP server included: your agent tells you what to watch next

  • Private Discord community access

I already had experience with Claude Code, and this still took me further. Seeing your everyday usage throughout the course is genuinely valuable, not just some vibe coding app. I learned a lot from the multi-agent plan execution and the spec-dev command.
Bernard
Included MCP Server

Connect the Class to Your Agent

The class ships with an MCP server. Install it, and your agent knows every lesson and your progress. Ask it what to watch next.

Claude Code
You:

I want to set up a loop that triages my bugs daily

Claude:

Based on your goal, I'd recommend watching these in order:

  1. 1/loop (Advanced)
  2. 2Bug Fixing Across Chats (Session & Context Management)
  3. 3/autofix-pr (Advanced)

These three give you the building blocks for a daily bug-triage loop.

If you're looking to level up your AI coding skills, I recommend Ray's Agentic Coding School. It's the best course I've seen on this topic, and the content is regularly updated. I've learned a lot that you won't find elsewhere, which is helping me build profitable businesses with AI. Highly recommended!
Rob
People who aren't keeping up even over the last 30 days already have a deprecated worldview on this topic.

This Class Stays Current

Last Updated

Loading...

New Lessons in the Last 30 Days

Loading...

Total Lessons

Loading...

Comprehensive Curriculum

Everything You Need. Nothing You Don't.

Hours of focused, practical content. No filler.

1h 51m
🔧

Fundamental Techniques

The moves you reach for in every session, and why each one works.

  • Long Context Failure
  • Context Switching
  • Bug Fixing Across Chats
  • Economising with Prompt Cache
  • Unconstraining the Exploration Space
  • Starting in Plan Mode
  • Artifact Planning
  • Multimodal Models for PRDs
1h 51m
🚀

Advanced Techniques

What to do when a session stalls, and the patterns that only pay off once the fundamentals hold.

  • Mixing Models & Modes
  • Combining CLIs & Models
  • Using Public GitHub Repos
  • Benchmarking Tools & MCPs
  • Gravitional Pull from Older Models
  • The One-Pattern Rule for Agents
  • Unrestraining LLMs for Rewrites
  • Avoiding 'Code Bias' Caused Loops
1h 24m
🧠

Advanced Context Engineering

Give the agent what it needs to know, and keep it across sessions.

  • Intro to Context Engineering
  • Signal to Noise
  • Why Search Isn't Enough
  • Instruction Following Limits
  • Cognitive Inertia
  • Progressive Disclosure
  • The Context Layer
  • Anatomy of a Node
50m
✍️

Prompt Engineering

How to ask, so the answer does not need a second attempt.

  • Getting Prompt Feedback
  • Clarifying Questions
  • Dealing with Syncophancy
  • Customized Terminology for Better Prompts
  • Boxing the Agent In
  • Goal In, Strategy Out
  • Multiple Proposals
  • Infusing Lived Experience
11h 54m

Claude Code

The tool end to end: install it, drive it, and read what it is doing on your behalf.

  • Official MCP Integration
  • Ask AI Button
  • Install Claude Code (MacOS)
  • Installing Warp (for MacOS)
  • Install Claude Code (Windows)
  • Terminal Commands (for Beginners)
  • A Quick Build
  • VSCode Version
3h 8m
🎁

Codex App

The same work in OpenAI's Codex, and where the two tools diverge.

  • Official MCP Integration
  • Ask AI Button
  • Installing for MacoS
  • Installing for Windows
  • Creating Projects & Files
  • Referencing Files & Folders
  • Generating Images
  • Overview So Far
1h 2m
🔄

My Daily Workflows

The routines I run on production code, from the first prompt to the merge.

  • Introduction
  • My Design Flow
  • Designing Components
  • Design Decomposition
  • Stealing Canvas Components
  • Not a Designer
  • Exa MCP
  • Being Ambitious with Agents
4h 32m
🪜

Loopy AI

Loops that keep running after you close the laptop, and how much of the work you hand one.

  • Intro
  • Primitives of a Loop
  • Where Loops Hide
  • Why Now
  • Your Role Over Time
  • Toolbox for Loops
  • /loop
  • Monitor Tool
1h 34m
💬

Slack Agents

Put an agent in a Slack thread, so the work starts where the conversation already is.

  • Benefits of This Approach
  • Features of this Class
  • Creating Slack Workspace
  • Setting Up Bot Foundations
  • Connecting Claude Code
  • End to End Testing
  • Polishing the Bot
  • Connecting to GitHub
48m
💼

For Business

What changes when a business depends on what the agent ships.

  • Intro
  • Applying Backlogs
  • Adding More Goal-Driven Events
  • Microsoft Clarity MCP
  • Follow Ups on Features
  • Answering Unknown Unknowns
  • Reverse Engineering Mobile APIs
  • Reverse Engineering Binaries
The Agentic Coding School doesn't just show you what buttons to press, it builds genuine understanding from the ground up. By the time you're two-thirds through, you're not just using the tool, you're thinking in it.
Simeon

Everything You Get

Video lessons

Covering fundamentals through advanced loop architecture. No filler.

Continuous updates

New lessons added within days of future releases. Always current, never stale.

MCP server included

Connect the class to your agent. Get personalized lesson recommendations.

10 language subtitles

English, Spanish, Arabic, French, German, Portuguese, Japanese, Russian, Traditional Chinese and Thai.

Private Discord community

Connect with fellow students in the members-only Discord server.

30-day guarantee

30-day money-back guarantee on your first individual purchase.

Ends September 10

This is the last time everything comes in one purchase.

The school is moving to a new site, and the classes go with it. There they sell one at a time, in cohorts.

That is better if you want one class and want to pay less for it. It is worse if you want to stay current, because staying current then means buying each new class as it lands.

One payment today is every class and cohort that exists, and every class and cohort that comes after it. That offer does not follow the site to its new home.

Pricing

Pay once for lifetime access. Every current class included, plus everything new.

This course is incredibly valuable for busy professionals who struggle to keep up with the fast-paced world of AI. I have immense respect for Ray. He doesn't push unnecessary upsells but instead offers additional resources as genuine extras. He truly stands out as one of the authentic voices in the field. The value for money is simply unbelievable. Thank you Ray.
Deividas

Lifetime

$697

Every class, with every update to them, forever.

30-day money-back guarantee  + tax where applicable

  • Every class, full access
  • Every update to existing classes, forever
  • Every new class I launch, forever
  • Discord community

All prices exclude VAT. Local currency amount is approximate. Final price including tax shown at checkout.

I’ve never coded before in my life, and because of Ray’s videos, I’m doing all of my daily work in Claude Code now. I’m faster at running my business than ever. Then Ray helped me solve my second problem: my team wasn’t adopting Claude Code as fast as I needed them to. His class bridged the gap, got them all comfortable, and now we’re upgrading our team of 10 to all have Claude Max accounts.
Eric Nowoslawski
Add company info to the invoice (you plan to expense)

Team & Enterprise

Bulk pricing on Lifetime. Priority support and custom billing.

Guarantee

My 30-Day Money-Back Guarantee

Try the class. Within 30 days of your first purchase, if it isn't for you, email me and you get a full refund. The one condition is that you haven't tried to download or copy the videos.

Transparent, hassle-free refund process
Contact our helpful support team for help at any time

Your Success Is My Priority

If this class doesn't deliver extraordinary value, I don't want your money. It's that simple.

This guarantee applies to your first individual purchase. Team purchases are excluded. See the full policy.

Frequently Asked Questions

Everything you need to know about Agentic Coding School

One payment of $697 gets you everything, forever. Every class and every cohort on the site today, every update I ever ship, and every new class and cohort I release, included at no extra cost. No subscription, no renewals.
Yes, and this is the part most people miss. $697 is not the classes above on its own. It is every class and cohort on the site today and every future class and cohort that follows, at no extra cost and with nothing to renew. Classes I have not started filming are included, and so are cohorts I have not announced. This is exactly what the closing offer retires, so after it ends, new classes and cohorts are bought one at a time.
All video. Every lesson is me on screen, walking through real workflows and features in Claude Code and Codex, not a wall of text or a Notion doc dressed up as a course. You see exactly what I type, what the agent does, and how I respond when things go sideways. Watching someone actually use these tools teaches you ten times faster than reading about them.
Yes, and you should use the docs as a reference. But there's a difference between a reference manual and a guide. The docs tell you a piano has 88 keys. This class teaches you how to play. You could figure it out alone, but it would take 40x longer. Think of it as trading a bit of money to save yourself a lot of time.
Your account will be created automatically after purchase and you'll be sent an email with your login details to the same email you used at checkout.
Plan on the $100/month tier (Claude Max, or the $100 Codex plan), it's the sweet spot once you're running agents continuously. The $20 plans work to follow along but run out fast, and $200 suits heavy autonomous runs. Most people use both. If you use one, there's still a lot you can learn from all the classes.
Yes. Most people purchase it through their companies or using their company's learning stipends and professional development budgets. You'll automatically receive a proper invoice after purchase. If you have custom invoicing requirements, email me at r@rayamjad.com.
Most classes on this subject are taught by people who do not ship. They read the documentation, theorise about it, and package the result. I ship constantly, and every lesson here came out of that rather than out of the docs or a content schedule.

Company work: AgentStack and Impello. My own products: HyperWhisper and TensorAI.

They're real products serving as the backbone to hundreds of companies. All four are built with the methods this class teaches, in the way this class teaches them.

Two things shape how I teach. Concepts before examples, because that's how I learnt during my Physics undergrad at Cambridge. I explain why a thing works, so what you take away is an intuition you can apply to your own code and to tools that don't exist yet, rather than the handful of examples I happened to demo. And a problem-and-solution structure: I describe the problem first, then show the solution. That ordering creates a slot in your brain for the solution to land in, so you actually remember it a week later.
30-day money-back guarantee on your first individual purchase. How much of the class you've watched doesn't affect it, as long as you haven't tried to download or copy the videos. Email me at r@rayamjad.com within 30 days. This applies to your initial individual purchase only, not team plans or subsequent renewals.
For two cases, yes: current students, and anyone laid off in the last few months. Email me at r@rayamjad.com.

Students verify with a university email address. If you were laid off, attach something that shows it. Outside those two cases the price on this page is the price. Purchasing power parity is separate: if your country qualifies, a banner at the top of this page offers it and you apply it in one click.
Yes! Team discounts: 40% off (3-9 seats), 50% off (10-24 seats), 60% off (25+ seats). Team purchases are not covered by the money-back guarantee. For 100 seats or more, email r@rayamjad.com for a quote.
Yes. English audio, with subtitles in 10 languages: English, Spanish, Arabic, French, German, Portuguese, Japanese, Russian, Traditional Chinese and Thai. The non-English ones are AI-generated, so expect the occasional rough edge. Plenty of non-native speakers have said they're still very useful.
Most students don't watch it in order. They jump to whatever they need that week. The class includes an MCP server that connects to Claude Code or Codex. Describe what you're working on and your agent sends you straight to the relevant lessons in the optimal order for you. No linear path required.
Ask your agent. The class includes an MCP server that gives both full knowledge of every video and your progress. Describe what you're building, what you want to learn, or even just your role, and it sends you straight to the right lessons. A product manager gets different recommendations than a senior engineer.
It does the opposite, and this is the objection I'd most like to answer properly. A better model is a better reader, and a better reader extracts more from the same brief. When every engineer is renting the same excellent model, the model stops being the differentiator. You are. What you hand it, and when, is the only thing left that is not identical across your entire industry, and that is what this class teaches: the differentiators that get better output out of the model you already pay for. Every release the labs ship is a free upgrade to a system you already own. It makes the list more valuable, not less.
Yes, please do. Email me at r@rayamjad.com. It comes to me rather than to a support desk, and I read and answer every one. Ask whatever you need before you buy: whether it suits your team, what your invoice has to say, or whether the class covers the problem you actually have.

Still have questions? Email me at r@rayamjad.com

Become a top 1% agentic coder.

Get instant access to the complete agentic coding curriculum. Pay once for lifetime access to every class and cohort, now and in the future.

Lifetime$697
Pay once. Price excludes VAT

Training a team?

Not ready to commit?

Get weekly agentic coding (Claude Code & Codex included) tips straight to your inbox. No spam, just the techniques that actually work.

I respect your privacy. Unsubscribe at any time.

Agentic Coding School

© 2026 Agentic Coding School. All rights reserved.

Not affiliated with Anthropic, OpenAI, or any other AI company.