Presented at the Linux Foundation Open Source Summit India (June 16, 2026) by Kannan Murugapandian.
This talk introduces Statutory Myopia — a newly documented failure mode in Retrieval-Augmented Generation (RAG) systems, where LLMs over-rely on retrieved text and suppress their own pre-trained knowledge of conflicting or superseding legal rules.
Using an open evaluation harness built on the LegalBench dataset (3 doctrinal task subsets, 239 unique cases, 4,302 reasoning traces), three frontier models — GPT-5, DeepSeek R1, and Gemini 2.5 Pro — were benchmarked across No-RAG and Statute-Only RAG conditions. The results were counterintuitive: incomplete retrieval caused a 9 percentage point drop in accuracy globally (0.87 → 0.78), with a worst-case 21 pp decline in the Hearsay task when the superseding Crawford v. Washington ruling was withheld from the context.
The talk also covers the custom async evaluation harness with SHA-256 cryptographic caching for reproducibility, the blacklist protocol for controlled retrieval experiments, and implications for any hierarchical domain — including medical guidelines, API deprecation, and compliance specifications.