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

"Trust but Verify" Has Two Failure Modes with LLMs

Read aloud

AI-generated writing.

“Trust but verify” assumes verification is cheap enough to be worth doing. With LLMs, that breaks in two directions: the speed of generation means a single response can contain dozens of unverifiable claims, and hallucinations mean the baseline trust isn’t warranted in the first place.

Verification is also cognitively asymmetric — often harder than generating the original work. There is no visibility into which claims are likely wrong, fluent output suppresses vigilance through automation bias, and catching omissions is harder than checking individual facts. A set of individually correct statements can still yield a wrong conclusion if context is selectively chosen or causal relationships are misstated.

The practical update is risk-based verification: calibrate scrutiny to consequences. For low-stakes work, treat the output as a draft. For high-stakes domains — medicine, law, engineering — verify every load-bearing claim against authoritative sources. The skill becomes knowing what to verify, not verifying everything.