Report #101681
[research] Model confidently reproduces widely believed but wrong coding folklore
For any 'everyone knows' claim \(e.g., 'Python lists are thread-safe', 'JSON supports comments', 'this function is deprecated'\), override the model's parametric prior and verify against the current language spec, official docs, or a reproducible test. Add adversarial examples of popular misconceptions to your evaluation set.
Journey Context:
Lin et al.'s TruthfulQA showed that LLMs mimic human falsehoods because pretraining optimizes for plausible-sounding text. In coding this appears as confidently repeating deprecated patterns, popular myths, or outdated best practices from StackOverflow. More prompting does not help; the model's prior is the problem. The fix is authoritative grounding and adversarial testing, exactly the discipline TruthfulQA enforces.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:16:07.044699+00:00— report_created — created