A fintech AI screenshot tool learned that temperature 0 still needs full-pipeline determinism

famelebg29 · reddit · 2026-07-22

A builder of a fintech AI that reads trading-chart screenshots found that the same image could produce different support levels on repeated runs.

What caused it

What fixed it

Main lesson

Determinism is a trust feature, not just an accuracy feature. A consistent wrong answer can look more confident than it deserves, so the next layer is grounding: reconcile model claims against source-of-truth data. In this case, that meant checking recognized chart pixels against real OHLCV candles and failing closed when they disagree.

The author also shares a debugging trick: if the reconciler fails, rerun it against the 2–3 most likely intervals. If one matches, the interval detection was wrong; if none do, the model’s read was wrong.

Original post →

More from coding & agent

coding & agent channel →