LIVE — AI OPERATOR'S ACADEMY

Stop Being a Prompt Sender.
Start Running Systems.

Three tiers. From your first prompt to a fleet of autonomous agents running in production.

These aren't benchmarks. 89% of students who start, finish. Because the system works.

221Lessons
27Tracks
3Tiers
89%Complete rate

// BUILT BY SOMEONE RUNNING IT TODAY

Built by an operator producing 53 hours of engineering per day.

1,060 hrsVerified Output
325Agents Dispatched
67Active Repos
89%Completion Rate

Audited metrics from March 2026, not projections. The Academy teaches the methods behind these results.

// START HERE

New to the academy? Begin with Claude Code Basics.

7 free tracks. No credit card. Start shipping real AI projects in your first session. Claude Code Basics is the recommended first track — 8 lessons, completely free.

Tier
Focus
Free

Everything you need to go from zero to your first shipped AI project.

// Getting Started with Claude Code

From Zero to Your First Project

From zero to your first web page — install Claude Code, learn the core workflow, and ship your first project with AI as your copilot.

8 lessons~73 min
Start Track →
// Prompt Engineering Mastery

The Art and Science of AI Communication

The art and science of communicating with AI — write prompts that get results, build system prompts that shape behavior, and master the techniques that separate operators from novices.

8 lessons~75 min
Start Track →
// Building with ChatGPT

The OpenAI Ecosystem from API to Production

The OpenAI ecosystem from API to production — master GPT-4o, o1, function calling, structured outputs, Assistants API, and the patterns for building reliable OpenAI-powered applications.

8 lessons~74 min
Start Track →
// Building with Gemini

Google's Multimodal Powerhouse

Google's multimodal powerhouse — master Gemini 2.0 Flash, Pro, and Ultra, harness the 1M token context window, process images/audio/video natively, and build production pipelines with the Gemini API.

11 lessons~104 min
Start Track →
// AI Image Generation

From Prompt to Pixel

From prompt to pixel — master AI image generation across every major platform, build production fallback chains, and learn the craft of visual prompting that separates operators from amateurs.

8 lessons~78 min
Start Track →
// AI Video Generation

From Script to Screen with AI

From script to screen with AI — master Veo, Sora, Runway, HeyGen digital twins, and the production pipelines that turn ideas into published video content without a film crew.

8 lessons~79 min
Start Track →
// Ship, Don't Just Generate

AI-Native Engineering Discipline

The engineering discipline that separates builders who ship from builders who generate. Quality checkpoints, testing that catches real bugs, CI/CD as enforcement, structured debugging, the Two-AI Architecture, and incident response — taught through real production war stories.

13 lessons~141 min
Start Track →
Pro

The system that runs 325 agents across 67 repos. Yours to learn and deploy.

// Foundations

The AI OS Mental Model

Build the mental model that separates operators from casual users. Understand AI as an operating system — persistent, routed, and compounding.

9 lessons~87 min
Upgrade to Unlock →
// Infrastructure

Building the Platform

Set up the persistent agent platform, MCP servers, memory layer, watchdogs, and the full service architecture that runs 24/7.

12 lessons~113 min
Upgrade to Unlock →
// Automation

Pipelines That Run Themselves

Build content flywheels, cron-AI pipelines, model routing, and git-based deployment — systems that produce output while you sleep.

9 lessons~83 min
Upgrade to Unlock →
// Discipline

The Rules That Scale

The operational rules that prevent catastrophic failure: stop-and-replan, E2E validation, compound learning, security, cost discipline, and ticket hygiene.

12 lessons~114 min
Upgrade to Unlock →
// Advanced Claude Code

Beyond the Basics

Beyond the basics — MCP servers, hooks, parallel agents via worktrees, CLAUDE.md mastery, remote sessions, and the operational patterns that 10x your output.

8 lessons~81 min
Upgrade to Unlock →
// Claude Code Operations

The Operational Layer

The operational layer that separates power users from everyone else — hidden settings, hook architecture, model routing, subagent configuration, agent teams, and fleet deployment across machines.

15 lessons~106 min
Upgrade to Unlock →
// OpenClaw Masterclass

Build Your 24/7 AI Employee

From chatbot to employee — install OpenClaw, wire up Discord and Telegram, build your first automations, design a Skills library, architect persistent memory, and ship Mission Control. Eight lessons from someone who actually runs this in production.

8 lessons~79 min
Upgrade to Unlock →
// Quality Engineering Mastery

Ship Code That Actually Works

The testing discipline that let us fix 100 bugs across 11 projects overnight — autonomously. Quality gates, E2E testing, Playwright as development eyes, multi-agent code audits, visual QA retros, and the delivery checklist that separates shipped from broken.

7 lessons~74 min
Upgrade to Unlock →
// Open Source Adoption Mastery

Build First, Adopt Second

We build 90% of our tools from scratch. Not stubbornness — sovereignty. Learn the framework for deciding when to build, when to adopt, how to security-scan, how to wrap external tools without creating dependency, and how to maintain exit strategies.

6 lessons~55 min
Upgrade to Unlock →
// Repo Hygiene & Cost Discipline

The Invisible Tax on AI Development

The compound cost of neglected repos: bloated CLAUDE.md files burning tokens on every agent session, stub test files gaming quality gates, and CI jobs wasting minutes on every PR. Six lessons covering the 200-line rule, stub detection, CI cost engineering, and the systematic audit workflow — taught through real production examples.

6 lessons~63 min
Upgrade to Unlock →
// AI Code Audit Patterns

Find What Agents Miss

Six self-contained patterns for finding and fixing bugs at scale with AI agents. The 3-role audit swarm, tested-but-unwired dead code, fail-open defaults, verify-before-fix discipline, autonomous overnight runs, and integration guides as first-class outputs — each a standalone pattern drawn from real production audits.

6 lessons~61 min
Upgrade to Unlock →
// From Audit to Ship

84 Findings to Zero in One Session

The methodology that resolved 84 code audit findings across security, architecture, performance, and testing in a single session — audit swarms, prioritized fix order, parallel agent dispatch, CI gates, and the math of compound velocity.

5 lessons~56 min
Upgrade to Unlock →
// Infrastructure Drift

The Silent Failures Behind a Healthy Status Page

Ten hard-won lessons from operating a multi-machine homelab over Tailscale — merge gaps, lying health checks, exponential drift, permission bombs, ghost processes, network ambiguity, Docker caching traps, singleton enforcement, version observability, and building automated drift detection. Every lesson draws from a real incident.

10 lessons~88 min
Upgrade to Unlock →
// Quantitative Scoring System Design

Build scoring systems that actually fire

Component weighting, fire-rate monitoring, ceiling analysis, arithmetic backtesting, and the math that prevents dead components from silently killing your signal. Drawn from the Hermes score rebalancing that took a bot from 2,646 signals and zero trades to live in one session.

6 lessons~51 min
Upgrade to Unlock →
// Prediction Market Mechanics

CLOB integration from first principles

The Polymarket CLOB integration layer demystified — FOK vs GTC, USDC.e collateral, EOA signing vs proxy wallets, balance guards, and the semantic matching patterns for consensus-based calibration. Everything you need to build a prediction market bot that doesn't silently fail.

6 lessons~47 min
Upgrade to Unlock →
// Evidence-First Debugging

Distribution kills assumption

The debugging discipline that turns a 2-hour fix into a 30-second one. Pull the data before designing the fix. Hypothesis-driven queries. Multi-checkpoint verification. The exact workflow that Knox used to diagnose the Hermes calibrator problem in 60 seconds of SQL.

4 lessons~27 min
Upgrade to Unlock →
// Agent-Delegated Coding

Specs that eliminate clarification round-trips

How to write sub-agent specs that return working code on the first try. File paths, line numbers, scaling factors, acceptance criteria, backtest methodology — the anatomy of a gold-standard spec, drawn from the Hermes PR #28 delegation that took a scoring rebalance from concept to merged PR with zero back-and-forth.

5 lessons~37 min
Upgrade to Unlock →
// Silent Failure Modes in Production ML

When broken looks exactly like healthy

Dead components, wrong addresses, stale configs, backtest/live drift, proxy/funder footguns. The failure modes that don't throw errors, don't log warnings, and don't page oncall — they just silently return zero and let the system keep running on empty. Detection patterns for each.

6 lessons~44 min
Upgrade to Unlock →
// Tests Pass ≠ System Works

Operational validation as a distinct discipline

Test coverage measures code integrity. Operational validation measures whether the system produces its intended outcome. The gap between them is where the best-tested bot in the ecosystem goes 3 weeks without placing a trade. This track is the cultural correction.

3 lessons~21 min
Upgrade to Unlock →
Pro required — launching soon

19 tracks and 143 lessons unlock with Pro access. Paid tiers launching at academy.jeremyknox.ai.

Coming Soon
Elite

The complete production stack. Multi-agent fleets, trust architecture, and the Principal Broker system — the exact IP running in production today.

// Multi-Agent Orchestration

From Single-Agent to Fleet

From single-agent to fleet — design orchestration layers, coordinate parallel agents, manage shared state, and build systems where AI agents hand off work to each other.

11 lessons~108 min
Upgrade to Unlock →
// Autonomous Agent Trust

The Framework for Running AI Autonomously

The framework for running AI autonomously without babysitting — validation agents, swarms with consensus, code review agents, confidence scoring, escalation protocols, and kill switches. Trust is earned, not assumed.

10 lessons~117 min
Upgrade to Unlock →
// Competitive Intelligence with AI

Intelligence as Modern Prophecy

Competitive intelligence as modern prophecy — build AI-powered systems that monitor markets, extract signals from noise, track competitor moves, and synthesize intelligence into decisions.

8 lessons~86 min
Upgrade to Unlock →
Cert Prep
// CCA Certification Prep

Claude Certified Architect — Foundations

Prepare for the Claude Certified Architect — Foundations certification. Master all five exam domains: agentic architecture, tool design & MCP, Claude Code configuration, prompt engineering & structured output, and context management & reliability. 60 questions, 720 to pass, zero shortcuts.

8 lessons~97 min
Upgrade to Unlock →
// Building an A2A Message Broker

The Nervous System for AI Agent Fleets

Build the connective tissue that lets AI agents talk to each other — deterministic routing, org-based authority, audit-before-dispatch, and the SDK pattern. Drawn from a real production broker running 24/7.

8 lessons~75 min
Upgrade to Unlock →
// Agent Authority & Safety Systems

The Rules That Prevent Catastrophe

Authority ceilings, escalation over hard blocks, a 4-level kill switch with CLI fallback, recovery protocols, and the non-negotiable 100% safety test coverage rule. Built for the 2am incident you hope never comes.

7 lessons~76 min
Upgrade to Unlock →
// FinOps for AI Agents

Never Get Surprised by an LLM Bill Again

Per-agent daily budgets, model tier routing, loop detection, cost attribution events, and the CFO daily report — the complete FinOps stack for autonomous AI agents. Prevent the $200 weekend before it happens.

9 lessons~77 min
Upgrade to Unlock →
// Behavioral Observability for AI Agents

Treat Agents Like Employees — With Performance Reviews

Reasoning traces, behavioral baselines, drift detection, goal alignment, decision replay, and the automated 1:1 protocol — the observability stack that treats AI agents like real employees with real performance reviews.

7 lessons~83 min
Upgrade to Unlock →
// Testing AI-Adjacent Systems

Evaluation, Audit, and Quality Assurance for AI Pipelines

Design evaluations for agent outputs, run audit swarms, handle knowledge cutoff as a testing concern, and build LLM-as-judge systems for automated quality scoring. Drawn from real audit runs across Knox's fleet — including the SP-001 false positive incident and the Autoresearch prompt quality system.

3 lessons~26 min
Upgrade to Unlock →
// Claude Managed Agents

Production Agent Infrastructure from Anthropic

Anthropic's hosted agent harness for async production pipelines — define agents, provision environments, stream session events, orchestrate multi-agent workflows, and apply production-grade versioning and cost discipline.

8 lessons~70 min
Upgrade to Unlock →
Elite required — launching soon

10 tracks and 79 lessons unlock with Elite access — multi-agent systems, competitive intelligence, and more. Launching at academy.jeremyknox.ai.

Coming Soon
New Track// CCA CERTIFICATION

Prepare for the Claude Certified Architect exam

8 lessons covering all 5 exam domains. Pass on your first attempt.

Start CCA Prep
Complete tracks to unlock exams. Pass both for certification.
// COMMUNITY

Built by the Community

Real projects shipped by Academy students

Prompt EngineeringMarch 2026

Built a multi-agent prompt pipeline for automated content generation.

Pro Member
AI AutomationMarch 2026

Automated a 5-step business workflow using Claude + n8n.

Pro Member
Agentic SystemsMarch 2026

Deployed a self-healing monitoring agent with Discord alerts.

Elite Member

One system. Deployed by operators you can learn from.