**Single-shot approach:** Pass data + question, ask for analysis and conclusions.
**Chained approach:** Step 1 identify relevant patterns/facts. Step 2 evaluate each pattern against hypothesis space. Step 3 synthesize findings with explicit reasoning. Step 4 adversarial critique step.
**Quality lift:** Largest of any task — about 52% improvement on conclusion-validity rubric. Single-shot analysis routinely jumps to plausible-but-unsupported conclusions; chained analysis with adversarial step catches these.
**Token cost:** 3.6× single-shot.
**Verdict:** Chain for any analysis where being right matters. Single-shot analysis is acceptable only for low-stakes ideation. The 52% accuracy lift in analysis is the largest of any task category — chain is essentially mandatory.
(Note: 'analysis' here means drawing conclusions, not just describing data. Description tasks behave more like summarization.)
Single-shot everything to save tokens: fine for simple classification, summarization of short docs, and ideation. Breaks down for extraction, long generation, planning, and analysis — exactly the tasks where being wrong is expensive.
Chain selectively based on task and stakes: single-shot for low-stakes/simple tasks, chain for production-critical tasks (extraction, long content, agent plans, analysis). Total cost typically 1.5–2x single-shot averaged across realistic task mix, with substantial quality lift.