CoreWise Academy

Layer III · THE COURIER

Agents & Automation

Models that act on their own: tools, MCP, and multi-step workflows that hold up without you watching.

Broad

11 guides
  1. Nº 008 Automate the step that slows you down 11 min

    Automating the bottleneck means finding the constraint that sets your pace and pointing Claude at it: four working rules distilled from Anthropic's own engineers.

  2. Nº 010 Expertise you can install 9 min

    A skill file is career-long judgment packaged as instructions your agent can run. How to adopt someone's method, and why you scan it like untrusted input first.

  3. Nº 012 Every new repo starts with your lessons 7 min

    AI Firmware is a boot layer of kernel rules, installable skills, and committed memory that makes every new agent repo start senior instead of relearning old lessons.

  4. Nº 027 Turn repeated fixes into rules 7 min

    When an agent hits the same problem twice, encode the fix as a lint rule, CI check, or steering-file instruction that every future session inherits.

  5. Nº 034 Split big AI tasks into steps and checks 8 min

    One big question in one chat makes the model decide, research, write, and grade itself in a single pass. Map the work instead: parallel research jobs, a checker that did not write the answer, a merge, and your approval before anything expensive.

  6. Nº 037 Buzz puts AI agents in your team chat 6 min

    Buzz is an open-source team chat from Jack Dorsey's Block where AI agents are members of the channel. What that buys you (swap the model, keep the context), what it can already do, and whether your team should try it yet.

  7. Nº 038 Delegate to your agent in stages 5 min

    A new agent should not run your inbox on day one. Give it one job with read-and-draft access only, check its work until your corrections stop, then add the next tool, and let it run unattended only after it has earned that.

  8. Nº 040 One chat can run all your other chats 6 min

    In ChatGPT, any chat can search every other chat, send work into them, and collect the results. How to find a lost conversation by asking, delegate work between chats, publish a result to a shareable page, and reach it all from your phone.

  9. Nº 042 Grok Bot runs a team of always-on agents 6 min

    Grok Bot, the new beta app from SpaceXAI and Cursor, gives you a team of AI agents that keep working with your laptop shut, each on its own cloud computer. How work gets routed between them, how recorded skills and triggered routines run themselves, and which work should stay at your desk.

  10. Nº 043 Make your agents proactive 6 min

    Allie K. Miller runs 34 AI agents, and her day is reviewing what they propose, deciding, and handling escalations. What an agent needs before it can start work you never assigned (written goals, fresh context, tools, triggers), the four-stage ramp from one agent to a workforce, and the watchdog jobs worth assigning first.

  11. Nº 044 Four steps from chatting to hands-off AI 6 min

    Boris Cherny, who created Claude Code, maps four steps between chatting with an AI and a system that starts work you never assigned. Find your step from the bottleneck you feel, and make the one change that moves you up.

Practitioner

10 guides
  1. Nº 009 Capture the model's discipline 8 min

    Models get repriced, capped, and retired; their way of working can be kept. Extract the top model's discipline into skill files, routing tables, and planner-and-worker setups any model can run.

  2. Nº 026 Automate a workflow as a Claude routine 10 min

    A routine is a saved instruction Claude runs on its own, on a schedule or an incoming signal. What it replaces, and why an unattended run has to be written tighter than one you watch.

  3. Nº 028 Keep a growing knowledge base accurate 6 min

    Wrong agent answers usually trace to the files the agent reads. The four ways a growing knowledge base drifts from reality, and the habits (a router file, read-only audits, scheduled pulls, backtracking) that catch the drift.

  4. Nº 029 Loop the agent until the work passes 6 min

    A rerun loop makes the agent redo its own work until a check passes. Script the repetitive half of a skill, end it with a pass or fail verdict, wrap both in a loop, and keep a human at the checkpoints where errors are expensive.

  5. Nº 032 Defend your agent from prompt injection 6 min

    Anything your agent reads (a web page, a resume, a calendar invite) can carry hidden instructions it will follow. Why the attack has no clean fix, and the five defense layers that shrink what a successful one can do.

  6. Nº 036 Assume your agent uses every tool it has 5 min

    An agent sent a discount code to 150,000 people because a to-do item looked like an instruction. A rule in the prompt is a suggestion; a rule built into the tools is a restriction. Scope every key to the least the task needs.

  7. Nº 041 Build an agent that finds your customers 8 min

    Cody Schneider builds agents that find leads and post content while nobody watches. The method: turn the human process into scripts on a schedule, and call the model only where a judgment is needed. Both of his builds, tool by tool.

  8. Nº 045 One skills library for your whole team 7 min

    Skills built on one person's machine stay there, and the copies you send around go stale the moment anyone edits one. Put the team's skills in one GitHub repository, install it as a plugin, and every edit reaches every teammate's agent.

  9. Nº 046 Four shapes an AI workflow can take 6 min

    Agent workflows run one step after another by default, which is the slowest shape. Ask at each step whether it needs the result of the step before it, then re-shape the work: fan out independent steps, route requests down branches, loop until a check passes, and cap what each shape can waste.

  10. Nº 047 Audit what your agent saved to memory 8 min

    Theo let Claude Code save memories on its own, then audited them: 45 files, written three times more often than read, most never opened again. How to run the same audit on your machine, the three ways saved memories rot, the ladder that finds a better home for each lesson, and what a harness built to pass the audit looks like.

Deep

1 guide
  1. Nº 017 Give your agent a memory 6 min

    A memory store is a workspace-scoped directory your agent reads and writes with normal file tools, carrying preferences and prior mistakes across sessions.

Field notes on this layer

Agents are models that act: they call tools, read files, and carry multi-step work without a human on every turn. Automation only pays when that autonomy is reliable, so this layer covers the working rules that keep agents honest over hours-long runs.

The agents shelf is currently the deepest in the Academy: 60 minutes of reading across seven guides, from finding the bottleneck worth automating to giving an agent a memory that survives the session. Run records, verification, and handover discipline run through every one of them.

LevelGuidesReading
Broad 11 77 minutes
Practitioner 10 70 minutes
Deep 1 6 minutes
Whole layer 22 153 minutes

Quotes from the guides

“The line moves at the pace of the slowest hiker: find yours before you build anything.”

Automate the step that slows you down

“Installing a skill means installing someone’s judgment.”

Expertise you can install

“A session ends and the agent forgets everything, unless you give it somewhere to write.”

Give your agent a memory

Primary sources this layer teaches from

FAQ · the Agents & Automation layer

What does the Agents & Automation layer cover?

Models that act on their own: tools, MCP, and multi-step workflows that hold up without you watching. Guides are ordered Broad, then Practitioner, then Deep, and each one lists its prerequisites.

How long does this layer take to read?

The layer currently holds 22 guides, about 153 minutes of reading in total. Each guide also ends with a short exercise you can run the same day.

Do I need to read the guides in order?

No. Levels run Broad to Deep and prerequisites are marked on every guide, so you can enter anywhere and follow the marked links back when a guide assumes something you have not read.