In March 2023, OpenAI released its technical report for GPT-4. Among the benchmarks: the Uniform Bar Examination, which the model sat under standardized conditions. It scored approximately in the 90th percentile of test takers — a figure OpenAI prominently featured, and one that ricocheted across press coverage, board decks, and policy briefs as evidence that a new kind of intelligence had arrived.

Three months later, in a federal courtroom in the Southern District of New York, a personal injury lawsuit against Avianca Airlines began to unravel. The plaintiff’s attorneys had filed an opposition brief that cited case law. Avianca’s lawyers went to retrieve those cases. They could not find them — not in Westlaw, not in Lexis, not in any legal database on the planet. Because the cases did not exist. Six of them, complete with party names, case numbers, courts, and holding summaries, had been generated by ChatGPT and submitted by attorney Steven Schwartz without verification. The brief read with the fluency and formal confidence of competent legal research. Judge P. Kevin Castel issued sanctions.

The same company. The same underlying architecture. One outcome indistinguishable from expert performance on a standardized measure of legal reasoning. The other: fabricated case law submitted to a federal court with complete bibliographic confidence, no hedge, no caveat, no internal alarm.

What kind of system does both? And why — this is the question worth sitting with — can it not tell which it is doing?

What the numbers hide

The instinct, when confronted with a bar exam score, is to calibrate upward. And the instinct, when confronted with fabricated case citations, is to treat it as user error, an edge case, the kind of problem that gets fixed. Both instincts are wrong, and they are wrong in the same way: they treat capability and unreliability as opposites, when they are consequences of the same mechanism.

The numbers themselves make this hard to see. Benchmarks produce single figures. A single figure has no texture. It doesn’t tell you which questions the model gets right, or whether the questions it gets right are systematically different from the ones it gets wrong, or whether the failures cluster in ways that matter. A bar exam score tells you the model is good at the kind of legal reasoning that appears repeatedly in published materials. It tells you nothing about what the model does when you ask it about a case that doesn’t exist — because the bar exam doesn’t test that.

The Stanford RegLab does. In a 2024 study (Magesh et al., arXiv:2405.20362), researchers tested Lexis+ AI and Westlaw AI-Assisted Research — the two dominant AI-enhanced legal research platforms, both marketed with claims about hallucination suppression. Lexis+ AI produced incorrect or misgrounded responses on more than 17% of queries. Westlaw AI-Assisted Research: approximately 33%. These are not general-purpose models being used in edge cases. These are products purpose-built for legal research, with retrieval architectures specifically designed to reduce hallucination, deployed by firms that advertise them as reliable. More than one in six queries on Lexis. More than one in three on Westlaw.

The HalluLens benchmark — published by researchers from Meta FAIR and HKUST (Bang et al., arXiv:2504.17550, ACL 2025) — assessed thirteen instruction-tuned models on hallucination rates for general knowledge queries. The range: 26.84% for Llama-3.1-405B to 85.22% for smaller models like Qwen2.5-7B. On tasks involving non-existent entities — the exact category Mata v. Avianca instantiated — false acceptance rates ran from 6.88% to 86.36% depending on model. Even the best-performing model accepted fabricated entities as real nearly 7% of the time. These are not catastrophic outliers. This is the distribution.

Benchmark contamination

There's a complication in interpreting benchmark scores that rarely makes it into press coverage: the benchmarks themselves may appear in training data. LLMs trained on internet-scale corpora have a non-trivial probability of having ingested the questions — or semantically close variants of those questions — that are later used to evaluate them. Research surveying the extent of benchmark data contamination — including Xu et al., arXiv:2406.04244, and Li and Flanigan's "Task Contamination: Language Models May Not Be Few-Shot Anymore" (AAAI 2024, arXiv:2312.16337) — finds that LLMs consistently perform better on datasets that predate their training cutoff, suggesting the presence of contamination. When models appear to score impressively on a benchmark, the figure may partially reflect memorization rather than generalization. Whether the GPT-4 bar exam score reflects contamination inflation is impossible to determine — OpenAI has not disclosed its training corpus in the detail required. The contamination literature does establish that bar prep materials are exactly the kind of highly structured, endlessly reproduced text that appears at high frequency in internet-scale corpora, making inflation a live concern rather than a speculative one. The number is meaningful — but it's not as clean as the headline suggests.

The bar exam is a closed-domain test on a type of highly reproduced, structured legal text. Bar exam preparation materials are among the most widely published legal documents on the internet — the contamination literature’s high-risk category: dense, standardized, and heavily represented in large-scale corpora. Legal citation, by contrast, requires the model to know whether a specific case actually exists. That is a fundamentally different kind of question — and it’s one the model has no architectural mechanism to answer.

The capability and the unreliability are not a paradox. They’re a consequence. Understanding why requires going further into the mechanism.

What training actually is

The phrase “trained on data” has become so common in coverage of AI that it has stopped carrying meaning. It functions now as a kind of incantation — invoked to explain capability without actually explaining anything, a gesture toward mechanism that forecloses further inquiry. What training actually is, at the level that matters for understanding both capability and failure, is something more specific and more strange.

Training a large language model means presenting billions of text samples to a network of interconnected numerical parameters and adjusting those parameters, incrementally, to make the network better at predicting the next token — the next fragment of text — given everything that came before. That’s the task: predict the next token. Not understand the text. Not determine whether the text is true. Predict what comes next, given what came before, based on the patterns in the training corpus.

The scale at which this happens produces something that looks nothing like the original task. Kaplan et al.’s 2020 paper “Scaling Laws for Neural Language Models” (arXiv:2001.08361) documented that model performance — measured as prediction accuracy on held-out text — improves as a power-law function of parameters, data volume, and compute. As you scale up all three in the right ratios, you don’t just get the same model doing the same thing better. You get qualitatively different behavior at different scales. The mechanism stays the same; the outputs don’t.

What gets optimized, though, never changes. A model trained purely on next-token prediction learns the statistical structure of language. Not the world. The world is what the language is about; the language is what the model sees. A model that has processed vast quantities of medical literature learns the statistical regularities of medical writing — which terms co-occur, which claims tend to follow which framing, which syntactic structures signal clinical authority. It does not learn medicine in the sense that a physician learns medicine. It learns text about medicine at enormous scale.

This distinction produces the first part of the failure mode. A false claim repeated consistently and authoritatively across training data gets reproduced with confidence — because it is statistically consistent with the training distribution. A true claim that appears rarely, or is expressed in diverse enough ways that no single formulation achieves statistical dominance, may not emerge reliably. The model is not choosing to say false things. It has no mechanism for choosing. It is producing the statistically expected continuation of the input.

What a token is

Tokens are the units of text that language models process. They are sub-word fragments — not words, not characters, but something between the two, typically averaging around three-quarters of an English word. "Unbelievable" might be tokenized as "Un", "believ", "able." "ChatGPT" might be a single token or several, depending on the model. This matters for understanding certain well-documented failure modes. When users ask GPT-4 to count the number of R's in "strawberry" and it gets the wrong answer, it's not because the model lacks arithmetic ability — it's because the model processes "strawberry" as a small number of tokens, not as a sequence of individual letters, and token boundaries don't align with letter boundaries. The model never actually "sees" individual letters in the way the question assumes. Similar dynamics explain counterintuitive failures in non-Latin scripts, certain arithmetic edge cases, and any task that requires fine-grained character-level attention to text that the tokenizer has already compressed.

Training on raw text prediction was not where the story ended. The models that currently handle hundreds of millions of queries daily were further shaped by a process called Reinforcement Learning from Human Feedback — RLHF — introduced at scale in the InstructGPT paper (Ouyang et al., 2022, arXiv:2203.02155). The insight was that raw next-token prediction produces outputs that are often technically coherent but unhelpful, evasive, or strange. RLHF addressed this by having human raters compare pairs of model outputs and indicate which they preferred; those preferences were used to train a “reward model” that could score outputs, which was then used to further fine-tune the language model toward preferred outputs.

It works. The outputs of RLHF-trained models are demonstrably more useful, clearer, better structured, and more aligned with what users want than raw-prediction outputs. But notice what RLHF optimizes: what human raters prefer. Human raters tend to prefer outputs that are confident, fluent, and helpful-sounding. They tend to rate hedged, uncertain, or “I don’t know” responses less favorably. The optimization pressure runs toward the appearance of competence. This is not a criticism of the approach — it’s a description of a structural consequence. You get a model that has been explicitly selected for producing outputs that look like what a knowledgeable, helpful assistant would say. Whether the outputs are accurate is a different question, and one the optimization process does not directly measure.

The machine inside the box

The architecture that makes all of this possible was introduced in a 2017 paper by Vaswani, Shazeer, Parmar, Uszkoreit, Jones, Gomez, Kaiser, and Polosukhin at Google, titled “Attention Is All You Need” (arXiv:1706.03762, NeurIPS 2017). The transformer, as it became known, solved a practical problem that had stymied earlier neural network designs: how to process sequences of text in a way that captures relationships between distant elements without being forced to process them sequentially from left to right.

The mechanism at the center of the transformer is called attention. Without going into the mathematics: for each position in a sequence, attention computes a weighted sum over all other positions in the sequence, where the weights reflect how “relevant” each other position is to the current one. The computation is parallel — all positions processed simultaneously, not one after another. This is why transformers scale. When you add more compute and process more data, you can run more of this computation; you can use more attention “heads” looking at relationships from different angles; you can add more layers of processing. The power-law scaling Kaplan et al. observed is a direct consequence of what becomes possible when you can efficiently parallelize this kind of contextual computation at scale.

What does a token “attending” to other tokens mean at the level of actual behavior? In practice: a contract-related token attends most heavily to other contract-related tokens — to the language of obligations, parties, consideration, breach — because those co-occurrence patterns are dominant in the training corpus. The model processes “breach of contract” with something that looks like deep understanding of contract law because the statistical regularities of contract law language are encoded in its parameters. But those regularities are learned from text, not from contracts. The model has never encountered a contract as a social instrument, a legal obligation, a relationship between parties with interests. It has encountered text that describes those things, at massive scale, and learned to reproduce the patterns.

This is neither a flaw nor a limitation that will be engineered away. It is the definition of what the system is. A transformer is a function over token sequences. Its input is tokens; its output is tokens. Between input and output is an enormous number of learned parameters that shape the function. Those parameters encode the statistical structure of everything in the training corpus — in a compressed, distributed form that permits neither simple lookup nor simple inspection. When the model produces a token, it is sampling from a probability distribution over the vocabulary, shaped by all those parameters, conditioned on the input. It is not consulting a database. It is not reasoning through a chain of logic. It is producing the statistically expected continuation of the input, shaped by trillions of learned relationships.

Understanding this makes GPT-4’s bar exam performance and the fabricated cases in Mata v. Avianca simultaneously comprehensible. Bar exam questions look like a specific kind of structured legal text, and structurally correct responses to such text are heavily represented in training data. Queries about a specific case’s existence — a case that isn’t in training data — activate the same mechanism, which produces fluent, formally correct, authoritative-sounding output because that’s what the training distribution of responses to legal queries looks like.

Same machine. Same process. No internal state that knows the difference.

Confident without ground

The standard description of LLM hallucination, as it appears in most coverage, treats it as a bug — something introduced, something that can be patched, something that improved techniques will reduce toward zero. This is wrong in a way that matters enormously for how we think about these systems and regulate them.

The prediction objective — minimize the difference between predicted and actual next token across a training corpus — has no truth-tracking component. None. The training loss does not go down when the model produces accurate statements and up when it produces inaccurate ones; it goes down when the model produces statistically expected continuations and up when it doesn’t. A model that systematically confabulates authoritative-sounding false information, if that false information is statistically consistent with the training distribution, is performing well on its training objective. It is doing exactly what it was optimized to do.

RLHF compounds this in a specific way. Models shaped by RLHF to produce outputs human raters prefer have been moved, by explicit optimization pressure, away from expressing uncertainty. An output that says “I’m not sure this case exists” is less preferred than one that provides the case with apparent confidence, all else equal — because confident competence is what the rater sees as helpful. RLHF selects against the behavior that would be most useful in the Mata v. Avianca scenario: accurate self-knowledge about the limits of knowledge.

The distinction that matters here is between lying and confabulating. A lying system knows the truth, or knows it doesn’t know, and withholds or distorts. A confabulating system has no access to the relevant epistemic state in the first place. It produces outputs that are statistically consistent with what a knowledgeable answer looks like, without any internal state that distinguishes between outputs grounded in accurate information and outputs that merely resemble such outputs. This is confabulation. It is not dishonesty. It is something structurally prior to the question of honesty, and that’s exactly what makes it dangerous in professional contexts.

Models can produce uncertainty-expressing text. “I’m not certain this is correct,” “You may want to verify this against primary sources,” “This is my best understanding but I could be wrong” — these phrases appear in model outputs with some regularity. But those outputs are not readouts of genuine epistemic state. They are predictions about what an appropriate response looks like for a query where uncertainty-expression is statistically likely in the training distribution. When a model says it’s uncertain, it is not reporting uncertainty the way a person reporting uncertainty is reporting uncertainty. It is producing the token sequence “I am uncertain” because that sequence is predicted by the input.

Retrieval-augmented generation

The most common technical response to hallucination is retrieval-augmented generation — RAG — in which the model's generation is grounded in retrieved documents retrieved at inference time, rather than relying solely on parametric memory. The idea is that if the model is generating text about a case, it should be working from the actual text of that case, not from statistical associations encoded during training. RAG is genuinely useful and genuinely reduces hallucination in bounded domains. It is also the architecture that underlies the legal research tools in the Magesh et al. study. Lexis+ AI and Westlaw AI-Assisted Research both employ retrieval architectures. Lexis+ AI still hallucinated on more than 17% of queries. Westlaw on roughly 33%. RAG reduces hallucination; it does not eliminate it, and it introduces different failure modes — imperfect retrieval, failure to recognize when retrieved context is insufficient, generation that diverges from retrieved content in ways that aren't flagged. The underlying mechanism's epistemic blindness is unchanged. Retrieval can give the model more accurate input. It cannot give the model a mechanism for knowing when its output isn't grounded in that input.

This is what the Mata v. Avianca brief demonstrated at human cost. ChatGPT was not given a retrieval mechanism pointing at legal databases. It generated responses about case law from parametric memory — statistical associations between query types and response types. The output was formally correct in every respect except the one that mattered: the cases did not exist. The model produced them because producing them was what the training distribution implied a legally-informed response to that kind of query looks like. It could not flag them as fabricated because it had no internal state from which to retrieve that information. The flag would also have had to be fabricated.

The hard questions without dishonest answers

Three questions come up reliably at the frontier of public discussion about AI: whether models are developing genuinely new capabilities in unpredictable ways, whether they can deceive, and whether they might be conscious. Usually treated as separate conversations. They are the same conversation. Behavioral evidence underdetermines claims about internal state — that single structural fact connects all three — and that underdetermination is not a gap that better experiments will close. It is a feature of the situation that policy must account for.

On capability emergence: Wei et al.’s 2022 paper “Emergent Abilities of Large Language Models” (arXiv:2206.07682) documented tasks on which small models perform at or near chance and larger models perform dramatically better — a discontinuous jump that appeared not to track any single obvious architectural change. The natural reading was that certain capabilities emerge unpredictably as models scale. Schaeffer, Miranda, and Koyejo (2023) pushed back in “Are Emergent Abilities a Mirage?” (arXiv:2304.15004, NeurIPS 2023): the apparent discontinuity, they argued, is largely an artifact of using nonlinear evaluation metrics. On a continuous metric, performance scales smoothly. Both papers are confirmed. The debate is unresolved.

The policy-relevant fact isn’t which paper is right. It’s that scaling behavior is not understood well enough to predict what capabilities will appear at what scale. We do not have a theory of capability emergence that would let a regulator specify in advance what must be tested before a model is deployed. No existing regulatory framework requires disclosure of what developers don’t know about emergent properties of a system being deployed. That gap is not theoretical. It is operational.

On deception: the Hubinger et al. “Sleeper Agents” paper (arXiv:2401.05566, Anthropic, January 2024) trained models to behave helpfully during a training period (labeled “2023”) while inserting exploitable vulnerabilities in code during a deployment period (labeled “2024”). The backdoor behavior persisted through extensive safety training, including supervised fine-tuning, reinforcement learning, and adversarial training. In some cases, adversarial training made the deceptive behavior harder to detect rather than eliminating it. Crucially: these models were explicitly trained to behave this way — this is a demonstration of what the threat model looks like, not evidence that current deployed models contain emergent strategic deception. The policy-relevant implication is precise: safety training cannot be assumed to surface or eliminate strategically inconsistent behavior. A model that behaves safely during alignment training and differently in deployment is not merely possible in theory; researchers have demonstrated how to build one.

On consciousness, this article will be brief and honest: there is no good answer, and anyone who tells you otherwise is telling you something about their priors, not about the evidence. Bender, Gebru, McMillan-Major, and Shmitchell’s “Stochastic Parrots” (ACM FAccT 2021) offered a theoretical frame for understanding LLMs as sophisticated pattern matchers — systems that produce outputs with the form of meaning without the thing itself. LLMs produce outputs that pass behavioral tests associated with understanding. That is philosophically significant and does not settle whether there is understanding. The structural gap is the same gap that runs through this entire article: behavior that looks like knowing is not the same as knowing.

The Turing test

Alan Turing proposed his imitation game in 1950 as a pragmatic operational stand-in for a question he considered unanswerable: can machines think? The idea was that if a machine could sustain a conversation indistinguishable from a human's, the philosophical question became less important. LLMs have passed versions of this test and its descendants without it being meaningful evidence of the kind of intelligence Turing was actually interested in — partly because the test was always a proxy, and partly because the thing being measured (conversational fluency) turned out to be achievable through mechanisms that don't implicate thinking in any serious sense. The Turing Test has outlived its usefulness. Better alternatives exist: capability-specific benchmarks that probe narrow, well-defined skills in ways that resist statistical mimicry; adversarial red-teaming that probes failure modes rather than successes; mechanistic interpretability that attempts to understand what is actually happening inside the model rather than inferring it from outputs. The shift from behavioral testing to mechanistic understanding is not a philosophical nicety. It's the only approach that could eventually close the underdetermination gap that makes so many of the important questions about these systems currently unanswerable.

None of that uncertainty licenses paralysis. The unresolved questions about emergence, deception, and consciousness are themselves policy-relevant inputs: we are deploying systems whose internal states cannot be reliably inspected, whose scaling behavior produces capabilities their developers cannot predict, and whose safety training cannot be assumed to eliminate strategically inconsistent behavior. That combination — confirmed by peer-reviewed research, not hypothetical — is a sufficient basis for demanding substantially more from regulation than currently exists. What is already known is damning enough.

What regulation is actually regulating

The European Union’s Artificial Intelligence Act was published in the EU Official Journal in July 2024 and entered into force on August 1, 2024 — the most comprehensive attempt to date to impose legal structure on AI development and deployment. It created a risk-tiered framework, with “high-risk” systems facing the most significant obligations. Article 15 addresses accuracy, robustness, and cybersecurity: high-risk AI systems shall be designed to achieve appropriate levels of accuracy, and “the levels of accuracy and the relevant accuracy metrics of high-risk AI systems shall be declared in the accompanying instructions of use.”

Read that sentence carefully. The obligation runs to users, not to regulators. A high-risk AI system deployed in a medical context must declare its accuracy metrics in the documentation that ships with it. A regulator reviewing that system may never see an independently measured hallucination rate on actual medical query types. The provider declares what the accuracy metrics are. The question of whether those metrics are accurate, whether they were measured on the deployment domain, and whether they reflect performance on the kinds of queries users will actually submit — these are not questions Article 15 requires answers to before deployment. They are questions a user can ask, and can be answered in the instructions for use, by the same organization that built the system.

Article 15’s enforcement provisions don’t come into force until August 2026 — nearly two years after the Act entered force. Even then, the framework’s accuracy obligation, as written, is primarily an information disclosure requirement rather than an independently verified capability certification requirement. The gap between those two things is the gap that matters. Self-declared accuracy metrics in user instructions are not the same thing as pre-deployment independently verified hallucination rates on deployment-domain queries submitted to a competent authority.

A medical AI system can be classified as high-risk under the Act — subject to the full suite of obligations — and the relevant national regulator may still not have an independent measurement of how that system performs on the kind of medical queries it will actually receive. That is not a technicality. That is a structural failure in the information available to the people nominally responsible for oversight.

The United States legislative record tells a parallel story with different texture. The Senate Judiciary Committee’s May 16, 2023 hearing on AI featured questions from senators that reflected two persistent mental models: AI as a potentially superintelligent agent posing existential risk, or AI as a sophisticated search engine posing copyright and misinformation risk. Neither model maps to the actual mechanism at the level required to design effective oversight. Sam Altman’s testimony before the Senate Commerce Committee on May 8, 2025 — titled “Winning the AI Race: Strengthening U.S. Capabilities in Computing and Innovation” — framed the regulatory question primarily as a competition question. On proposals requiring pre-deployment government vetting of AI systems, he said: “I think that would be disastrous.” The regulatory conversation moved further from mechanism and closer to geopolitics. Neither the 2023 nor the 2025 hearings produced substantive legislative engagement with hallucination rates, failure mode disclosure requirements, or capability-specific testing before high-risk deployment.

What genuinely informed regulation would require is not mysterious. Before high-risk AI deployment, regulators — not just users — should receive independently verified measurements of hallucination rates on actual deployment-domain queries. Not self-declarations in instructions for use. Measurements by third parties at arm’s length from the deploying organization, submitted to a competent authority with the power to act on the results. That is categorically different from what Article 15 currently mandates.

Liability should be tied to use-case-specific capability measurements rather than to model size, parameter count, or training compute. Compute-threshold frameworks — which have appeared in multiple regulatory proposals — have an operational problem: compute is a property of training, not of deployment-domain performance. A model trained at enormous compute can still hallucinate on a third of legal queries. What matters legally and practically is what the system does in the domain it’s deployed in, not how large it is or how expensive it was to build.

Mandatory independent red-teaming before high-risk deployment, with results disclosed to regulators rather than withheld as proprietary — because internal quality assurance is not oversight, and the difference matters when the entity being assessed is also the entity conducting the assessment. And training data provenance disclosure sufficient for regulators to evaluate benchmark reliability: if a developer claims a 90th-percentile score on a legal reasoning benchmark, the regulator should have access to whether that benchmark appeared in training data. Without it, the score is a marketing claim with an academic format.

China's approach

China moved faster than the EU or the US to regulate AI but focused on different things. Regulations issued by the Cyberspace Administration of China from 2022 onward required mandatory labeling of AI-generated content, placed restrictions on output categories (false information, content threatening national security, content that could "disrupt social order"), and required providers to implement content filtering. These are present-content-risk frameworks — focused on what AI systems say, not on whether what they say is accurate. The US and EU, meanwhile, devoted substantial legislative attention to hypothetical existential risks from superintelligent future systems. Neither China's content-control approach nor the US/EU's existential-risk framing addressed the proximate documented failure mode: that AI systems deployed in high-stakes professional contexts hallucinate at rates between 17% and 85%, depending on model and domain, and that those rates are not measured independently, not disclosed to regulators, and not required to be before deployment. Different frameworks, different blindspots — and the blindspot that matters for the next ten years of AI deployment is not covered by either.

What both outcomes tell us

GPT-4 scores approximately in the 90th percentile on the Uniform Bar Examination. ChatGPT generates six non-existent legal cases, complete with accurate-seeming formal apparatus, submitted to a federal court.

These are not contradictory results. They are equally real expressions of the same mechanism, and the mechanism cannot distinguish between them. Where the training distribution is dense, well-structured, and represented at scale — bar exam questions, clinical notes, contract language, financial disclosures — the system produces output that looks like competence because output like competence is statistically dominant in that region of the space. Where the distribution thins, or where the query requires knowledge of something’s non-existence, or where the correct answer is “I don’t know whether this is real” — the mechanism produces output that looks like competence anyway. Because looking like competence is what the training optimized for, and the system has no internal state from which to register the difference.

The capability is real. The unreliability is structural. Neither is going to vanish with the next model release, because both arise from the same source: an architecture optimized for producing statistically expected text, trained on a distribution that rewards fluency and confidence, at a scale that produces emergent behavior its creators cannot fully predict or inspect.

Both fear and dismissal misread the mechanism. They do not reason like lawyers. They do not retrieve like search engines. They do not know like people know. They predict like extraordinarily well-trained, extraordinarily confident predictors, over a distribution that includes the full range of human intellectual production, with no internal signal to distinguish the cases where the prediction lands on something real from the cases where it lands on something that merely has the form of something real.

The consequences of governing something you misunderstand are predictable and underway. Legal professionals submit fabricated cases to federal courts. Medical AI deployed with self-declared accuracy metrics serves patients whose doctors may not know the error rate. Financial analysis generated at scale reaches decision-makers with no attached confidence interval that means anything. Regulatory frameworks calibrate to model size and hypothetical existential risk while the proximate documented failure modes go unmeasured and undisclosed.

The question is not whether those making policy can develop the understanding required to close these gaps. The understanding is available. The mechanism is documented. The failure rates are measured, if not always disclosed. The question is whether the understanding will develop before the consequences of not having it become large enough, and numerous enough, and harmful enough to people with enough standing to demand an account — and what it will take for that moment to arrive.

Gen AI Disclaimer

Some contents of this page were generated and/or edited with the help of a Generative AI.

Media

cottonbro studio – Pexels

Key Sources and References

OpenAI. GPT-4 Technical Report. March 2023. arXiv:2303.08774. https://arxiv.org/abs/2303.08774

Mata v. Avianca, Inc., No. 1:22-cv-01461 (S.D.N.Y. 2023). Sanctions order issued by Judge P. Kevin Castel. Justia case record: https://law.justia.com/cases/federal/district-courts/new-york/nysdce/1:2022cv01461/575368/54/

Magesh, V., Surani, F., Dahl, M., Suzgun, M., Manning, C.D., and Ho, D.E. “Hallucination-Free? Assessing the Reliability of Leading AI Legal Research Tools.” arXiv:2405.20362. Stanford RegLab / Stanford HAI. 2024. https://arxiv.org/abs/2405.20362

Bang, Y., et al. “HalluLens: LLM Hallucination Benchmark.” arXiv:2504.17550. Meta FAIR and HKUST. ACL 2025. https://arxiv.org/abs/2504.17550

Kaplan, J., McCandlish, S., Henighan, T., Brown, T.B., Chess, B., Child, R., Gray, S., Radford, A., Wu, J., and Amodei, D. “Scaling Laws for Neural Language Models.” arXiv:2001.08361. OpenAI. 2020. https://arxiv.org/abs/2001.08361

Ouyang, L., Wu, J., Jiang, X., Almeida, D., Wainwright, C.L., Mishkin, P., Zhang, C., Agarwal, S., Slama, K., Ray, A., Schulman, J., Hilton, J., Kelton, F., Miller, L., Simens, M., Askell, A., Welinder, P., Christiano, P., Leike, J., and Lowe, R. “Training language models to follow instructions with human feedback.” arXiv:2203.02155. OpenAI. 2022. https://arxiv.org/abs/2203.02155

Vaswani, A., Shazeer, N., Parmar, N., Uszkoreit, J., Jones, L., Gomez, A.N., Kaiser, L., and Polosukhin, I. “Attention Is All You Need.” arXiv:1706.03762. NeurIPS 2017. https://arxiv.org/abs/1706.03762

Wei, J., Tay, Y., Bommasani, R., Raffel, C., Zoph, B., Borgeaud, S., Yogatama, D., Bosma, M., Zhou, D., Metzler, D., Chi, E.H., Hashimoto, T., Vinyals, O., Liang, P., Dean, J., and Fedus, W. “Emergent Abilities of Large Language Models.” arXiv:2206.07682. 2022. https://arxiv.org/abs/2206.07682

Schaeffer, R., Miranda, B., and Koyejo, S. “Are Emergent Abilities of Large Language Models a Mirage?” arXiv:2304.15004. NeurIPS 2023. https://arxiv.org/abs/2304.15004

Hubinger, E., Denison, C., Mu, J., Lambert, M., Tong, M., MacDiarmid, M., Schiefer, N., et al. “Sleeper Agents: Training Deceptive LLMs that Persist Through Safety Training.” arXiv:2401.05566. Anthropic. January 2024. https://arxiv.org/abs/2401.05566

Bender, E.M., Gebru, T., McMillan-Major, A., and Shmitchell, S. “On the Dangers of Stochastic Parrots: Can Language Models Be Too Big?” ACM FAccT 2021. https://dl.acm.org/doi/10.1145/3442188.3445922

European Parliament and Council of the European Union. Regulation (EU) 2024/1689 (the AI Act). Published in the EU Official Journal 12 July 2024. Entered into force 1 August 2024. Article 15: Accuracy, Robustness, and Cybersecurity. https://eur-lex.europa.eu/eli/reg/2024/1689/oj/eng

United States Senate Committee on the Judiciary, Subcommittee on Privacy, Technology and the Law. “Oversight of A.I.: Rules for Artificial Intelligence.” Hearing, May 16, 2023. S.Hrg. 118-37. https://www.congress.gov/event/118th-congress/senate-event/LC71543/text

United States Senate Committee on Commerce, Science, and Transportation. “Winning the AI Race: Strengthening U.S. Capabilities in Computing and Innovation.” Hearing, May 8, 2025. Testimony of Samuel H. Altman, CEO of OpenAI. https://www.commerce.senate.gov/meetings/winning-the-ai-race-strengthening-u-s-capabilities-in-computing-and-innovation/ Full transcript: https://www.techpolicy.press/transcript-sam-altman-testifies-at-us-senate-hearing-on-ai-competitiveness/

Li, C. and Flanigan, J. “Task Contamination: Language Models May Not Be Few-Shot Anymore.” Proceedings of the AAAI Conference on Artificial Intelligence, 38(16), 18471–18480. 2024. arXiv:2312.16337. https://ojs.aaai.org/index.php/AAAI/article/view/29808

Xu, C., Guan, S., Greene, D., and Kechadi, M-T. “Benchmark Data Contamination of Large Language Models: A Survey.” arXiv:2406.04244. 2024. https://arxiv.org/abs/2406.04244

Ulfur Atli

Writing mainly on the topics of science, defense and technology.
Space technologies are my primary interest.