CoreWise Academy

The whole catalogue

All guides

Building with AI · Broad

Move design work into Claude Design

Claude Design asks the questions a designer would, keeps your colors and fonts in a design system your whole team reuses, and fixes whatever a teammate circles in a comment. When it beats a plain chat, and the path from brand system to finished asset.

08/28/26 designteams
Prompting & Context · Practitioner

Take a problem apart before AI solves it

A language model reaches for the most familiar answer, and the better it sounds the less you check. Four staged prompts force the opposite: break the problem into parts, sort facts from assumptions, recombine the checked parts, and design cheap tests. You keep the judgment.

08/27/26 writing promptsplanning
Agents & Automation · Practitioner

Audit what your agent saved to memory

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.

08/25/26 memoryinstruction filesClaude Code
Agents & Automation · Practitioner

Four shapes an AI workflow can take

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.

08/20/26 automationplanningcost control
Agents & Automation · Practitioner

One skills library for your whole team

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.

08/19/26 skillsteams
Agents & Automation · Broad

Four steps from chatting to hands-off AI

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.

08/17/26 delegationautomation
Agents & Automation · Broad

Make your agents proactive

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.

08/12/26 delegationteamsautomation
Agents & Automation · Broad

Grok Bot runs a team of always-on agents

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.

08/11/26 automationdelegationteams
Agents & Automation · Broad

One chat can run all your other chats

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.

08/05/26 delegationcost controlCodex
Practice · Broad

Rehearse the interview with an AI coach

Nearly everyone gets anxious before a job interview, and practicing out loud is what lowers it. Give an agent the real documents, a skeptical interviewer to play, and your voice, then have it break character and coach you.

08/04/26 career
Agents & Automation · Broad

Delegate to your agent in stages

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.

08/04/26 delegationagent safety
Agents & Automation · Broad

Buzz puts AI agents in your team chat

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.

08/04/26 teamsmodel choice
Agents & Automation · Practitioner

Assume your agent uses every tool it has

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.

08/04/26 agent safetydelegation
Building with AI · Practitioner

Score your agent on known good answers

One successful run proves an agent worked once. Collect real examples with answers a person already judged good, grade each run with a script or a judging model, and rerun the set after every change so you know whether it helped.

08/04/26 verification
Agents & Automation · Broad

Split big AI tasks into steps and checks

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.

08/03/26 planningdelegationverification
Practice · Broad

What still pays when AI does the work

When a model can finish the task in minutes, what people will pay you for changes: choosing the task well, doing things others do not know AI can do, feeding your results back into your tools, and proving you can deliver.

08/03/26 career
Agents & Automation · Practitioner

Defend your agent from prompt injection

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.

08/03/26 agent safety
Practice · Broad

Why AI makes slop and how to catch it

Models got good where the work grades itself, and they aim at the most likely answer, which in design and writing is the average one. The fix: break your quality standard into checkable rules and keep human judgment for taste.

07/31/26 model behaviorverification
Agents & Automation · Practitioner

Loop the agent until the work passes

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.

07/23/26 automationverification
Agents & Automation · Practitioner

Keep a growing knowledge base accurate

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.

07/23/26 knowledge basesverification
Agents & Automation · Practitioner

Automate a workflow as a Claude routine

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.

07/19/26 automation
Building with AI · Broad

Build a knowledge base your team can ask

Retrieval augmented generation in plain terms: put the relevant facts in front of the question. How to feed the chat, docs, and code your team already uses into a knowledge base anyone can ask, and why weighting beats volume.

07/19/26 knowledge basesteams
Foundations · Broad

Judge whether AI has original ideas

Whether AI can have original ideas is a debate that keeps moving the goalposts. A way to judge it honestly: read the trend line, and see why learning to predict text can build real understanding.

07/19/26 model behavior
Practice · Practitioner

Stop hitting your token limit

Your limit is a compute budget: tokens consumed times the model that reads them. Audit where a session spends, trim the context every chat preloads, and send grunt work to cheaper models so the budget lasts the day.

07/18/26 cost controlClaude Code
Building with AI · Practitioner

The design concept does the work

The prompt and the reusable skill file behind the about page on this site, with the reason each part earns its place.

07/18/26 skills
Agents & Automation · Deep

Give your agent a memory

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

07/17/26 memory
Prompting & Context · Practitioner

Stop shouting at the model

The newest Claude models are highly responsive to system prompts, so shouting backfires: soften trigger language, migrate deprecated levers, keep the model in bounds.

07/17/26 writing prompts
Prompting & Context · Practitioner

Thinking on a budget

Reasoning tokens are billed at the output rate and re-read every turn after. How to compress what a model says without compressing what it knows.

07/17/26 cost control
Agents & Automation · Broad

Expertise you can install

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.

07/17/26 skillsagent safety
Agents & Automation · Practitioner

Capture the model's discipline

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.

07/17/26 skillsmodel choice

All topics: agent safetyautomationcareerClaude CodeCodexcost controldelegationdesigninstruction filesknowledge basesmemorymodel behaviormodel choiceplanningskillsteamsverificationwriting prompts