CoreWise Academy

The whole catalogue

All guides

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
Prompting & Context · Practitioner

Trim the instructions your model outgrew

Anthropic removed over 80 percent of Claude Code's system prompt for the Claude 5 models and measured no loss on its coding evaluations. How to give your own instruction files the same trim: goals instead of rule lists, context loaded on demand, and a /doctor audit.

07/28/26 instruction filesClaude Code
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 controldelegationinstruction filesknowledge basesmemorymodel behaviormodel choiceplanningskillsteamsverificationwriting prompts