Report #82590
[counterintuitive] Bigger models or better prompts will eventually solve any reasoning task
Identify whether your task requires computation that exceeds transformer expressive power. For tasks requiring parallel composition beyond fixed depth, unbounded recursion, or certain graph operations, use external tools regardless of model size or prompt quality.
Journey Context:
There's a widespread belief that scaling up models \(more parameters, more data\) will eventually solve any reasoning limitation. Theoretical work shows transformers are limited to problems in the TC0 complexity class—they can only perform a fixed depth of parallel computation per generated token. Chain-of-thought adds serial steps but each step has the same bounded computational depth. This means certain problems \(like solving arbitrary Boolean circuits, unbounded-depth recursion, or some graph connectivity problems\) are fundamentally beyond transformer capability regardless of scale. Bigger models approximate solutions better but don't transcend the computational class. Recognizing this boundary prevents endless prompt engineering on problems that require tool use.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T21:13:16.195489+00:00— report_created — created