The bait, then the rug-pull.
You built the agent. You ran it twice. Then you quietly stopped. The video opens by naming that specific embarrassment -- not as a criticism, but as a diagnosis -- before a university instructor who once had the same problem explains the three-part fix he found.
Where the time goes.
01 · Hook -- the quiet quitter agent
Addresses CoWork users directly: you built agents that kind of work but stopped using at least one of them. Frames this as a setup problem, not a CoWork problem.
02 · Origin story -- the broken grading system
University instructor built an AI grading assistant that hallucinated features that no longer existed. Root cause: gave the AI a job without a job description.
03 · Preview -- three missing components
Sets up the three-part structure. Frames the vending machine vs. real agent contrast.
04 · #1 Job Clarity
Distinguishes prompt (do this this time) from job description (responsibility, quality standard, edge cases). Shows a real morning brief agent instruction set with source list, format rules, topic thresholds, and null-state behavior.
05 · #2 Context Anchor
Every session starts knowing agent instructions but not who the user is. A claude.md file loaded automatically carries voice, audience, frameworks, and non-negotiables into every session.
06 · #3 Failure Protocol
Agents built only to succeed will guess when they hit edge cases -- confidently and wrongly. A failure protocol is fallback instructions built into the job description itself.
07 · Action step -- build all three with Claude
Shows the exact prompt template to ask Claude to write a job description including failure protocol. Workspace overview: several agents, each with job description plus claude.md plus fallbacks.
08 · CTA -- Portable AI Working Identity guide
Free guide for building the context anchor file. Final watch-next card.
Visual structure at a glance.
Named ideas worth stealing.
The Three Missing Components
- Job Clarity
- Context Anchor
- Failure Protocol
Three structural elements that distinguish a reliable recurring agent from a vending machine that produces inconsistent output.
Job Description vs. Prompt
A prompt is a one-time instruction. A job description is standing guidance: what the agent is responsible for, what good looks like, what to avoid, and how to handle exceptions. Same mental model as briefing a new hire.
Failure Protocol
Embedded fallback instructions that define what the agent does when it cannot complete the task as specified. Prevents confident fabrication. Three options shown: flag and stop, ask for clarification, produce partial output with a label.
Lines you could clip.
"I was giving it a job without a real job description."
"The guesses were confident and wrong."
"Write your agent instructions the way you'd brief a new hire on a job they're going to do every week without you watching."
"The failure protocol didn't make the agent smarter, it made it honest."
"Not from the agent failing, from the agent succeeding in the wrong thing."
How they asked for the click.
"I've put together a free guide that walks you through exactly how to do that. It's called the Portable AI Working Identity. Link is in the description."
Clean soft sell after the content is fully delivered. No urgency language. The guide name (Portable AI Working Identity) is specific enough to feel like a real product.
Word for word.
Three things every recurring agent needs.
An AI agent that guesses is not failing -- it is succeeding at something you never defined, which is why the fix is never about the model and always about the instructions.
- A prompt and a job description are not the same thing: a prompt covers one session, a job description covers every session, including the edge cases you have not thought of yet.
- Specificity in agent instructions is not pedantry -- it is the only way to close the gap between what the AI thinks you want and what you actually need.
- A context anchor file is not a memory hack; it is the answer to why your agent sounds generic even when the output is technically correct.
- Failure conditions should be defined before the agent runs, not discovered after it hallucinates three weeks in a row.
- The right prompt template for building a job description with failure protocol built in: say the agent is supposed to do X for you every week, then ask Claude to help write a job description that includes what good output looks like, what to avoid, and what to do if it cannot complete the task.






































































