7 MIN READ • PEER-REVIEWED PRIMER
Chain-of-Thought (CoT) Concepts & Latent Reasoning
Why giving models "test-time compute" through visible or invisible reasoning steps dramatically reduces cognitive hallucinations.
Dr. Elena Vance•Promptdex Research
Language models cannot pause to 'think' during the generation of a single token; every token generation involves the exact same fixed amount of compute (a forward pass through the transformer weights).
Consequently, when a model is asked a complex logic or mathematical question in one shot, it is forced to guess the answer token immediately.