Imagine you run a restaurant kitchen where the health inspector doesn't visit on a fixed schedule with the same checklist — instead, a machine watches the kitchen live and generates new inspection criteria based on what's actually being cooked today. The old inspectors kept using last year's menu. That's BRIE: a benchmark generator for clinical LLMs that creates fresh question-answer pairs from longitudinal EHR notes, so the test never goes stale and the model can't memorize the answers. The committed claim: you can automatically generate clinically valid QA pairs from real EHR data at scale, validate the generator itself with clinician agreement, and use this to continuously evaluate clinical LLMs in a way static benchmarks cannot. This is a meta-benchmark — a benchmark factory — not a fixed dataset. The distinction matters because LLM contamination (training on benchmark data) is the central failure mode of static evaluation, and clinical settings change faster than manual curation can follow. Nineteen clinicians validated the benchmark generator across its outputs, producing the Benchmark for Retrieving Information in EHRs (BRIE). The evaluation covered nine LLMs and five inference strategies. The headline finding isn't that one model wins — it's that state-of-the-art systems frequently omit clinically important information, especially when a question requires synthesizing across multiple documents and encounters. This is exactly the failure mode you'd want a clinical assistant to handle well, and it's where they fall down hardest. Architecturally, this sits in the NLP evaluation infrastructure family — think SQuAD or MMLU, but with a generative pipeline rather than a fixed corpus. The generator produces QA pairs from longitudinal clinical notes, meaning the inputs are messy, temporally distributed, and clinically nuanced. The inference strategies tested span standard prompting approaches (the paper names five but the abstract doesn't enumerate them). The key compute property isn't training a new model — it's the pipeline that turns raw EHR notes into validated evaluation items. The integrity story is mixed but honest. The validation is real: 19 clinicians is a serious annotation effort for clinical NLP, and validating the generator rather than just individual QA pairs is the right architectural choice. But the benchmarks aren't pre-registered, the EHR data is institution-specific (Stanford), and there's no independent replication. The paper is transparent about the multi-document synthesis weakness, which is good — they aren't hiding the ugly results. The risk of circularity is low because the generator is validated by humans, not by model performance. The milestone to track is adoption breadth. Right now BRIE runs on one institution's data. The framework becomes transformative when it runs across five or more health systems with different EHR vendors and documentation cultures, demonstrating that the generator generalizes. That's probably 2-3 years away if the framework is open-sourced and other institutions adopt it. The real unlock is a continuously refreshed, multi-site clinical LLM leaderboard that vendors can't game. The obvious experiment not run: deploying BRIE as a continuous monitoring system in a live clinical LLM deployment and measuring whether benchmark scores predict downstream clinical errors or near-misses. The authors almost certainly know this is the killer experiment. The honest read is (a) — this requires IRB approvals, integration with clinical workflows, and outcome data that takes months to accumulate. It's the next paper, not a dodge.