RIL resources i love
Descriptions, notes, and TILs marked with this icon are AI-generated. Pencil icon means my own words.
This is real, ongoing curation — everything here is something I've actually read, listened to, or watched and saved, not sample data. Set up your own instance.
TIL

LLMs read plots by trusting axis labels, not by actually looking

via y code when ai?

Read aloud

AI-generated writing.

Posit’s bluffbench takes a standard fuel-economy plot (engine size on x, miles per gallon on y) and secretly flips one axis so the real relationship in the data is reversed. Shown the resulting chart — which visually shows fuel economy rising as engine size increases, the opposite of what anyone would expect — about 80% of frontier models still describe it as “fuel economy decreases as engine size increases.” They report the expected relationship instead of the one actually drawn.

The failure is specifically laziness, not blindness: the models can read plots when pushed to, but default to pattern-matching the expected story from the axis labels rather than checking what the marks actually show. It’s the same shortcut humans take when skimming a familiar-looking chart.

Worth remembering as a concrete reason not to trust an agent’s plot description at face value, especially for anything where the finding is supposed to be surprising — that’s exactly the case where an LLM’s prior is most likely to overrule its eyes.