Report #102793
[counterintuitive] An LLM can reason backward from an answer to infer the correct input or prior step
Do not ask models to reverse-engineer hidden state from outputs. Keep an audit log of prior steps and inputs; when reverse reasoning is required, use a structured solver or explicit algorithm.
Journey Context:
Humans can often work backward \('if the answer is X, what must the question have been?'\). Transformers are forward-prediction engines: they excel at P\(next \| prefix\) but have no invertible computation graph. Asking an LLM to recover a prompt, infer a seed, or deduce a hidden rule from examples alone produces plausible-sounding but unreliable reconstructions. This is a deep limitation: the architecture compresses training data into weights that generate outputs; inversion is not a native operation. The right pattern is to store provenance explicitly and use deterministic search or symbolic methods for inverse problems.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:28:30.352876+00:00— report_created — created