Course

Mastering Claude: The Org Age of AI

A practical guide to thinking about AI — from your first hands-on exercise to compound production systems.

TUTOR WITH THEFOCUS.AI

Agent Integration

Copy this prompt into Claude, ChatGPT, or any external AI assistant. It points the assistant to the course instructions and links it to your student profile to track your progress and customize observations.

Please tutor me in this lesson using the following context. First, read the instructions at: https://courses.thefocus.ai/llms.txt My Student ID is: <none> The lesson markdown source is at: https://courses.thefocus.ai/mastering-claude/index.md

You are not enrolled yet. Enroll to generate a Student ID to track lesson completions and store learning notes.

Mastering Claude: The Org Age of AI

A hands-on guide to building intelligence into how your organization actually works.

8 chapters · 27 exercises · Will Schenk


Why This Course Exists

You don’t need a bigger model. You need a smarter operation.

Most AI advice starts with the technology. This starts with your work. The invoices you process, the reports you check every morning, the rules that live in one person’s head. The stuff a COO worries about — not what model to pick, but how to make the organization run better.

Every chapter gives you something to do right now. Open Claude, ask a real question, see where it breaks. Dictate your rules on your phone while walking through the warehouse. Drop a spreadsheet into Co-work and watch it find errors you missed. Install a tool, connect your data, set up a schedule. By the end, you’ve built a system that categorizes transactions, processes invoices, flags anomalies, and improves every time you correct it.

The running example is Cornwall Market — a grocery store and bakery with fifteen suppliers, manual invoice processing, and categorization rules that live entirely in the owner’s head. If that sounds familiar, you’re in the right place. If your version is a law firm, a construction company, or a SaaS team — the pattern is identical. Undocumented knowledge, manual data entry, tribal expertise that doesn’t scale.

This is not a prompting guide. It’s a build guide. Each chapter introduces a new tool, gives you exercises with expected outcomes, and connects what you build to everything you’ve already built. The pieces compound. That’s the whole point.


The Four Transitions

The path from tribal knowledge to compound systems

Four transitions. Each builds on the one before. The early ones are things anyone can try — describe how you work, connect your tools. The later ones get deeper. Start where you are.

Transition 1: Making the Org Legible. Can the company describe its own work to a machine? Chapters 01–02 · Skills · Audience: Everyone

Transition 2: Trusting Your Own Data. Can people act on what the system tells them? Chapter 03 · MCP · Audience: Teams

Transition 3: The System Starts Acting. Does the system surface insights before being asked? Chapters 04–06 · Dispatch, Channels, Computer Use · Audience: Integrators

Transition 4: The System Changes the Org. Does the system learn from its own operation? Chapters 07–08 · Habitats, Evals · Audience: Builders


The AI Maturity Framework

Most teams are at L0 or L1 — and that’s fine. This course starts there. The first two chapters are about making the jump to L2: describing your work in a way machines can follow. Everything else builds from that foundation.

LevelNameYour Organization…
L0TribalRuns on tacit knowledge and habit. Processes live in people’s heads.
L1ExperimentingUses AI individually. Nothing shared, nothing compounding.
L2LegibleCan describe its own work to a machine. Tribal knowledge becomes shareable instructions.
L3KnowledgeableKnows what it knows. Proprietary data is connected with verification infrastructure.
L4AdaptiveSystem surfaces insights before being asked. Delegation tools are in place.
L5Self-ImprovingSystem learns from every interaction. Eval and feedback loops close the circle.

How to Read This

Start accessible, go as deep as you want

Depth 1 — Foundations. Chapters 01–02. No code required. Write your first skill. Understand where your org sits. Exercises anyone can try today.

Depth 2 — Integration. Chapters 03–04. Connect real data. Start delegating. Leaders and builders both benefit — from different angles.

Depth 3 — Delegation. Chapters 05–06. The system acts on what it sees. Channels, schedules, Computer Use. Real automation.

Depth 4 — Production. Chapters 07–08. Habitats, evals, compound systems. For teams building production agent infrastructure.


Chapter Listing

ChapterTitleDescriptionLevelTools
01The Org Age of AIThe map, the framework, and why the middle layers matterL0 → L1Claude.ai
02Making Your Organization LegibleWrite a skill — no code requiredL1 → L2Claude mobile app
03Trusting Your Own DataConnect your real data. MCP makes every tool available everywhereL2 → L3Co-work, MCP
04Delegation, Not PromptingThe system starts acting on what it seesL3 → L4Claude Code, Remote Control
05The Always-On SystemChannels, schedules, and the system that works while you sleepL4MCP, Scheduled Tasks
06When APIs Don’t ExistComputer Use closes the last gapL4Chrome DevTools, Computer Use
07Running Agents in ProductionHabitats, evals, and production agent infrastructureL4 → L5Umwelten, Habitats
08The Compound SystemEverything multiplies — capabilities times access methodsL5Full stack

The Concrete Build Map

ChapterTransitionWhat You BuildCornwall Market Arc
01OrientationYour legibility gap listSarah discovers what Claude doesn’t know
02T1: LegibilityYour first SKILL.mdSarah dictates vendor rules, creates a categorization skill
03T2: TrustMCP connections to your dataCornwall Market’s QuickBooks and invoice data become accessible
04T3: DelegationDispatch and agent workflowsInvoice processing moves from manual to agent-assisted
05T3: Always-onScheduled tasks and channelsDaily invoice processing runs automatically
06T3: Last mileComputer Use for systems without APIsHandling the vendor portal that only has a web interface
07T4: ProductionAgents with eval and feedbackThe system learns from Sarah’s corrections
08T4: CompoundThe full systemAll pieces working together, continuously improving

The Distillation Pipeline

There is a second thread running through the course: the distillation pipeline. Every conversation you have with Claude is a potential source of organizational knowledge. The course follows a progression from the most informal capture to the most formal:

FormWhat It IsChapter
ConversationYou talk to Claude, explain how things workCh 01
CLAUDE.mdNotes from conversations saved as persistent instructionsCh 02
SKILL.mdStructured knowledge with rules, tables, exceptionsCh 02
MCP serverKnowledge exposed as tools any surface can callCh 05
HabitatSelf-modifying agent that updates its own skills from correctionsCh 07

The key insight: don’t just ask Claude to do things. Ask it to document how it did them so it can do them again. Every discovery gets documented back into the system. That is how a conversation becomes an agent.


The Claude Ecosystem

This course uses Claude’s ecosystem as the worked example. Three surfaces:

SurfaceWhat It IsBest ForUsed In
Claude.aiWeb and mobile chat interface with artifacts and analysisConversation, quick tasks, phone-based captureCh 01–02
Co-workDesktop app with sandboxed code execution and browser accessKnowledge work, research, complex documentsCh 03–06
Claude CodeTerminal-native agent with full filesystem, shell, and tool accessDevelopment, deployment, production automationCh 07–08

Connecting all three surfaces is MCP — the Model Context Protocol, a standard that lets any tool, service, or data source expose itself to Claude through a single interface.


Who This Is For

Anyone trying to figure out what AI means for how they work. You don’t need to be a developer. You don’t need to be a CEO. The first two chapters are for everyone — hands-on exercises, no code required.

As the course progresses, the material gets more specialized: connecting data, building delegation, running production agents. Start wherever you are. If you’ve never written a skill, start at Chapter 01. If you’re already integrating tools, jump to Chapter 03. If you’re building compound systems, go to Chapter 07.

Based on real deployments at bookkeeping firms, construction companies, media analytics, financial services, and Tezlab. These aren’t hypothetical patterns.


hey@thefocus.ai · thefocus.ai

01 chapters