C.W.K.
Stream
Lesson 08 of 10 · published

The Trap of Reasoning Theatre

~12 min · reasoning, anti-patterns

Level 0Apprentice
0 XP0/100 lessons0/14 achievements
0/120 XP to next level120 XP to go0% complete

Long reasoning is not deep reasoning

A reasoning chain that fills 8,000 tokens with restatements, hedging, and shallow exploration is not deeper than a 200-token chain that names the constraints, tries one approach, verifies. Length looks like effort but doesn't always correlate with accuracy.

Symptoms of theatre

  • Reasoning that paraphrases the question for paragraphs before doing anything.
  • Repeated "let me reconsider" with no actual reconsideration.
  • Lists of considerations that don't influence the final answer.
  • Branch counts that grow with budget but don't change conclusions.

What to do

  • Lower the thinking budget. If accuracy holds, the budget was bloat.
  • Prompt the reasoning structure: "name the constraints, then propose one approach, then verify."
  • Switch to a non-reasoning model. Compare accuracy.

Code

Prompted reasoning structure·markdown
Think before you answer. Inside <thinking>:
1. Name the three most binding constraints.
2. Propose one candidate solution.
3. Test the candidate against each constraint.
4. If it fails, revise once.

Do not restate the question. Do not enumerate considerations that don't change the answer.

External links

Exercise

Run the same task at thinking budgets 1k, 4k, 16k. Compare accuracy and cost. Pick the smallest budget that hits target accuracy.

Progress

Progress is local-only — sign in to sync across devices.
Spotted a bug or have feedback on this page?Report an Issue

Comments 0

🔔 Reply notifications (sign in)
Sign inPlease sign in to comment.

No comments yet — be the first.