Last ChanceLifetime deal: every class and future class in one purchase. 30% off until September 10. After that, classes 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

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 software studio run entirely with AI coding tools, 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 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.

12h 1m

Claude Code

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

  • Introduction
  • 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
2h 56m
🎁

Codex App

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

  • Installing for MacoS
  • Installing for Windows
  • Creating Projects & Files
  • Referencing Files & Folders
  • Generating Images
  • Overview So Far
  • Search
  • Plugins
33m
🔧

Fundamental Techniques

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

  • Introduction
  • Context Switching
  • Bug Fixing Across Chats
  • Economising with Prompt Cache
  • Starting in Plan Mode
  • Multimodal Models for PRDs
  • Logging
  • Understanding Agent Output
33m
🚀

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
  • Unrestraining LLMs for Rewrites
  • Avoiding 'Code Bias' Caused Loops
  • Git Diffs & Mermaid Diagrams
  • Show Me Skill
  • Blog Post to Skill
22m
🧠

Advanced Context Engineering

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

  • Intro
  • Instruction Following Limits
  • Example
  • Triggering Skills Reliably
23m
✍️

Prompt Engineering

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

  • Clarifying Questions
  • Customized Terminology for Better Prompts
  • Multiple Proposals
  • Infusing Lived Experience
  • Getting Prompt Feedback
48m
🔄

My Daily Workflows

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

  • Introduction
  • Being Ambitious with Agents
  • Your Interaction Layer
  • Interactive HTML Artifacts
  • Channel HTML Artifacts
  • How I Use Worktrees
  • Designing Components
  • Data Analysis
50m
🪜

Loopy AI

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

  • Intro
  • Super Simple Loop (Example)
  • Toolbox for Loops
  • Writing Effective Goals
  • Where to Set the Bar
  • L4 Worker Loops
  • L5 Discovery Loops
  • Slack as Your Command Center
29m
💼

For Business

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

  • Intro
  • Applying Backlogs
  • Microsoft Clarity MCP
  • Reverse Engineering Mobile APIs
  • LinkedIn + Claude in Chrome
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 that exists and every class 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

$597

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 $597 gets you everything, forever. Every class, every update I ever ship, and every new class I release, included at no extra cost. No subscription, no renewals.
Yes, and this is the part most people miss. $597 is not the classes above on its own. It is every class on the site today and every future class that follows, at no extra cost and with nothing to renew. Classes I have not started filming are included. This is exactly what the closing offer retires, so after it ends, new classes are bought one at a time.
A way of working, taught through those two tools because they're the best available right now and because you can't learn this in the abstract. When they're replaced, the specifics change and the argument doesn't.
You're in the right place. Most people hit this wall: you know these tools can do more, but you don't know what you don't know. The class starts from the fundamentals and builds systematically so you understand not just the features, but how to combine them into workflows that actually save you hours, across both Claude Code and Codex.
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.
Especially you. Even daily users tend to plateau at 20-30% of what these agents can do, because the next 70% isn't more prompting, it's engineering. Hooks, subagents, skills, MCP servers, /goal mode, loop engineering, and multi-agent workflows that most people don't even know exist. That's the gap between using the tool and building systems on top of it.
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. $597 is typically an easy approval. You'll automatically receive a proper invoice after purchase. If you have custom invoicing requirements, email me at r@rayamjad.com.
No, that's exactly the problem this solves. Unlike most classes, this one is kept current as the tools change, because I use both of them every day myself. Your purchase covers every update to this class. When new features ship, you get updated videos, not stale content collecting dust.
That would be great. It'd mean the tools are getting even better. The skills in this class transfer across agentic coding tools, so they don't go to waste when the landscape shifts. If I ship a class on a new tool, you get it included, free.
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.

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.
Yes. I used to believe some coding background helped, but with today's models that's no longer the case. The real skill is being able to clearly articulate your thoughts and ideas and collaborate with the model. That's something anyone can develop over time, and the class covers many techniques to help you do exactly that.
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 Claude or Codex. 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, and arguably more. A required review is exactly the constraint that makes the rest worth building: the more expensive the human check is, the more you want everything a machine can catch caught before it reaches one. None of this asks you to remove a review gate. It asks you to stop using your review as the first line of defence.
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 monthly and cancel anytime, or pay once for lifetime access.

Plans from...
Monthly or lifetime. 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.