Imagine you hire a new intern to count cars in a parking lot. They nail the count — 97 out of 100 right. Then you ask them to note the make, model, and year of each car. Accuracy drops. Then you ask them to judge which cars look like they've been in an accident. Now the errors matter differently depending on whether you want to know 'roughly what share of cars here are damaged' versus 'was THIS specific car in a crash.' That's the core mechanism this paper exposes about LLM-assisted literature reviews: the same measurement error is negligible for aggregate claims but fatal for individual-paper claims. The committed claim: LLM performance metrics (precision, recall, F1) are necessary but not sufficient to establish the credibility of downstream research conclusions. Michler, Douglas, and Josephson use a specific test case — economics papers employing rainfall as an instrumental variable — and deploy three different ChatGPT implementations to identify, classify, and extract metadata from the corpus. Binary classification (is this paper about rainfall-as-IV?) works well. But as tasks demand more contextual interpretation — extracting specific methodological details, identifying which variables rainfall instruments for — error rates climb steeply. The architecture here is straightforward and that's part of the point. This isn't a methods paper proposing a new pipeline; it's a metrology paper treating LLMs as measurement instruments and asking how their error propagates. The three ChatGPT implementations serve as replicate measurements of the same underlying corpus, benchmarked against human-labeled evaluation data. The analytical framework borrows from classical measurement theory: treat model outputs as noisy signals, then trace how that noise distorts conclusions at different levels of aggregation. The ladder comparison is honest and somewhat unusual — the baseline isn't another model but human coders. LLMs are being evaluated not as competitors to other LLMs but as substitutes for trained research assistants reading papers. On binary classification the models approach human reliability. On nuanced extraction tasks the gap widens. Critically, the paper shows that aggregate literature-level claims (e.g., 'what share of papers in this field use rainfall as an IV for agricultural outcomes?') are robust to the observed error rates, while paper-level claims ('did Smith et al. 2019 use a specific first-stage specification?') are not. The integrity setup deserves credit for its structure. By benchmarking against human-labeled data on a subset and then deploying to the full corpus, the authors create a clean separation between validation and application. The choice of rainfall-as-IV is clever — it's a well-defined, bounded literature where ground truth is knowable. The limitation is that three implementations of the same underlying model family (ChatGPT) doesn't tell you much about cross-model generalizability. GPT-4 versus Claude versus Gemini on the same corpus would be a different and more informative test. The practical upshot is a hierarchy of trust. If you're using LLMs to map the landscape of a literature — how many papers, what topics, what trends — the tool is reliable enough today. If you're using it to make claims about what specific papers found or how they did it, you need human verification on a non-trivial sample, and you need to test whether your substantive conclusions change when you swap measurement systems. The paper doesn't give you a formula for how much verification is enough, but it gives you the framework to ask the question. The deeper implication is uncomfortable: the tasks where LLMs save the most human labor (detailed contextual extraction from individual papers) are exactly the tasks where their errors are most consequential. The value proposition of AI-assisted reviews is precisely in replacing the tedious paper-by-paper reading — but that's where the measurement error bites hardest. This isn't a fatal flaw, but it means the efficiency gains come with a mandatory quality-control tax that most researchers aren't currently budgeting for.