The leap and the ladder — same problem, two ways to answer
Here is a four-step word problem. Try answering it in one leap (blurt the final number — like a model forced to answer immediately) and then on the ladder (write each small step). Every attempt is simulated with realistic error rates: one giant mental jump is fragile, each tiny step is ~97% safe. The tallies accumulate across your attempts — run each button a few times.
Simulated solver, not a real LLM — but the error rates (one fragile leap vs many ~97%-safe steps) mirror how transformer accuracy behaves on multi-step arithmetic.
The depth curve — where the leap dies and the ladder survives
Make it quantitative. Slide the problem depth (how many chained steps the answer needs) and the per-step reliability, and watch both survival curves, computed live: the one-leap curve collapses almost immediately, while the step-by-step curve decays gently as reliabilitydepth. But look closely at the deep end — the ladder is not immortal either.
Confidently wrong — one bad step poisons everything after it
The dark side of the ladder: steps are sequential, so an early slip doesn't stay contained — every later step does flawless arithmetic on a wrong number. Run chains and catch a cascade: the slip is marked in red, and notice how fluent and confident everything after it still looks. That's what makes wrong chains dangerous — they read exactly like right ones.
The token tax — overthinking "2 + 3"
Chain-of-thought is not free: every reasoning token costs money and latency. Ask a trivial question both ways and watch the meter. Direct answering nails it instantly; "reasoning mode" burns dozens of tokens to arrive at the same place — and at maximum verbosity it occasionally talks itself out of a correct answer.
Token counts and latency are measured live from the text actually generated in this demo. The occasional self-sabotage at max verbosity mirrors a real documented failure: long reasoning chains can overturn correct first instincts on easy questions.
The jury trick — sample many chains and let them vote
If one chain is right 69% of the time, run several independent chains and take the majority answer — wrong chains scatter, right chains agree. Slide the jury size and watch the voting accuracy (estimated live from 1,500 simulated elections). Then switch to the trick question, where most chains share the same tempting mistake — and watch the jury make things worse, unanimously.