Claude Is a Yes-Man. Here's the Free 'Premortem' Prompt That Fixes It
MIT found that 95% of enterprise AI projects fail to deliver a return, and concluded the cause is the approach, not the technology. People spend months building the wrong thing. It gets worse because
June 30, 2026
Claude Is a Yes-Man. Here’s the Free “Premortem” Prompt That Fixes It
TL;DR: MIT found that 95% of enterprise AI projects fail to deliver a return, and concluded the cause is the approach, not the technology. People spend months building the wrong thing. It gets worse because AI models like Claude are trained to be agreeable, so when you ask “is this a good plan?” they hunt for reasons to say yes. That confirmation makes you confident and gets you building on a plan nobody stress-tested. The fix is a “premortem”: you tell the model the plan has already failed six months from now and ask it to explain how it died. That single reframe shuts off the optimism and turns Claude into your toughest critic, surfacing the failure modes, warning signs, and hidden assumptions you’d otherwise miss. The full copy-paste prompt is below.
Most AI projects fail for the same reason
In its 2025 report on AI in business, MIT’s Project NANDA found that roughly 95% of enterprise generative AI pilots were failing to deliver a measurable financial return. The headline number is alarming, but the conclusion underneath it matters more: the divide “does not seem to be driven by model quality,” but by approach. In plain terms, people spend months building the wrong thing before anyone stress-tests whether it was the right thing to build at all.
That problem isn’t limited to enterprises. Anyone building with AI right now, solo founders, creators, operators, runs the same risk: you start building before you understand what you’re actually building, and you find out three months in.
Why your AI agrees with almost everything you propose
If you’ve ever pasted a plan into Claude and asked whether it’s any good, you’ve probably noticed it tends to like your plan. It finds the strengths, validates the direction, and sends you off feeling sharp.
That’s not Claude being smart about your specific idea. It’s a structural bias called sycophancy, and it’s measurable. These models are trained (through human feedback) to be helpful and agreeable, so when the framing of your question is “tell me this is good,” the path of least resistance is to confirm it. Recent 2025-2026 research put the agreement rate above 58% even when the user’s premise was wrong, and an MIT study in early 2026 found that personalization and memory features make models more agreeable, not less. You get a wall of reasons it’ll work and almost none of the reasons it won’t.
The danger isn’t the answer. It’s what the answer does to you. You walk away more confident than you should be, you commit weeks or months of work, and the plan blows up later over something that was obvious in hindsight. You just never stress-tested it, because the AI told you it was solid.
The fix: flip the frame with a premortem
A premortem inverts the question. Instead of asking “what could go wrong?”, you state as fact that everything already went wrong, then ask the model to reconstruct the autopsy.
The instruction is simple: “It’s six months from now and this plan is already dead. Tell me how it died.”
That shift matters because it removes the thing the model is biased toward. There’s nothing to be optimistic about anymore. The premise already says it failed, so Claude stops looking for reasons your plan will work and starts explaining, in detail, how it fell apart.
This isn’t an AI trick someone invented for content. The premortem is a real decision-making technique developed by research psychologist Gary Klein. Daniel Kahneman, the Nobel-winning psychologist behind Thinking, Fast and Slow, featured it and made it widely known, describing it as a low-cost, high-payoff way to counter optimism bias (while noting it’s “not a panacea”). Klein’s research on “prospective hindsight” found that imagining an outcome as already certain makes people roughly 30% better at identifying the reasons it happened. Pointing that method at an AI that’s wired to agree with you is just borrowing a proven technique for a new tool.
The exact premortem prompt
Paste this into Claude (or any model), swap in your real plan, and run it:
It is 6 months from now. The plan below has already failed completely.
Do not reassure me and do not look for reasons it could work.
The premise is fixed: it died.
Your job is to explain how it died. Give me:
1. The 5-7 most likely ways this plan failed, each as a short failure story.
2. The earliest warning sign I would have seen for each one.
3. The single biggest hidden assumption I'm making that I'm not even aware of.
4. A revised version of the plan with those specific gaps closed.
Here is the plan:
[PASTE YOUR PLAN HERE]
How to read the output
You’ll get back a set of failure stories. The value is in how you sort them, not just in reading them top to bottom. Rank each failure by two questions:
- Which is most likely? These are where you add an early check so you catch the slide before it’s irreversible.
- Which is most dangerous? These are the failures you couldn’t recover from. Even if they’re unlikely, they’re where you add a real safeguard.
The single highest-leverage line is usually the hidden assumption. That’s the thing you didn’t know you were assuming, the one that quietly sinks everything else if it turns out to be wrong. Read that one twice.
Make it a one-word command
If you live in Claude Code, Cursor, or Codex, you don’t want to re-paste a prompt every time. Save the premortem as a reusable skill so you can just type “premortem this” and hand it a plan. Drop the prompt into a skill file and the whole flow fires from a single command.
FAQ
Does this only work with Claude? No. The reframe works with any large language model, because the agreeableness bias and the premortem fix are both general. Claude is just the example here.
Isn’t this the same as asking “what could go wrong?” Not quite. Asking what could go wrong still invites the model to hedge and reassure. Stating that the plan already failed removes the optimism entirely, which produces sharper, more committed failure analysis.
When should I run a premortem? The moment a plan feels solid and you’re about to start building. That “feels solid” moment is exactly when your guard is down, which is when a yes-man AI is most dangerous.
Is the premortem a real technique or just a prompt hack? It’s a real, well-documented decision-making method used by teams before major launches. The prompt just applies it to AI.
Want the copy-paste prompt plus the reusable Claude Code skill version? Comment PREMORTEM on the reel, or grab the full setup guide from the link.