Library

10 published verifications about Generative Artificial Intelligence Generative Artificial Intelligence ×

“Generative artificial intelligence assistance can increase worker productivity, with larger productivity gains for less-experienced workers.”

True

Controlled experiments and workplace field studies show that generative AI assistance can improve productivity, often with the largest gains among novice, junior, or lower-performing workers. Effects vary by task and implementation, and some studies find limited or negative effects for experienced workers, but those qualifications do not contradict the claim’s carefully bounded wording.

“Generating a single image with generative artificial intelligence consumes more than ten times as much energy as processing a text prompt.”

Mostly True

Available measurements generally support a greater-than-tenfold energy difference between AI image and text generation, with some studies reporting much larger ratios. However, the multiplier is not universal: model choice, hardware, output settings, and the definition of a text request can produce lower comparisons. The statement is therefore broadly accurate but too categorical.

“Frontier large language models achieve similar aggregate accuracy on public benchmarks.”

Mostly True

Most evidence shows frontier LLMs bunch closely together on widely used public benchmarks. Multiple independent studies and leaderboards report only small aggregate score gaps among top models, even when they disagree on individual questions. The main caveat is scope: harder or specialized public benchmarks can still separate models by meaningful margins, so the pattern is common rather than universal.

“Generative artificial intelligence is changing what people intrinsically consider to be authored in intellectual work.”

Mostly True

Evidence indicates an ongoing shift in how authorship is understood when generative AI contributes to a work. Strong legal, institutional, and scholarly sources show authorship is increasingly judged through human creative control, disclosure, and attribution. Public attitudes are also moving, but unevenly, and many people still default to human-centered notions of authorship.

“Netflix used generative AI in the production of 300 movies and shows.”

Mostly True

Netflix's Q2 2026 shareholder letter directly confirms that generative AI workflows were used in roughly 300 of its titles, a figure reported by Variety, Engadget, the BBC, and other major outlets. The claim slightly tightens Netflix's own 'roughly 300' language into an exact number and glosses over that the heaviest use was in post-production rather than every stage of production, but these are minor framing points that do not distort the core fact.

“Adopting generative AI tools increases employee productivity in companies by at least 10%.”

Mostly False

The evidence does not support a broad claim that adopting generative AI reliably increases employee productivity by at least 10% across companies. Strong studies do show gains above 10% in specific tasks such as customer support, writing, and some coding workflows, especially for less-experienced workers. But effects vary widely by role and implementation, some studies find no gain or even slower performance, and firm-wide productivity improvements are not established at that threshold.

“The use of generative AI tools and trust in them has had a negative impact on non-fiction book sales.”

Mixed

Evidence shows AI-associated nonfiction tends to face lower trust and lower willingness to buy, which likely hurts some sales. But the available record does not establish a verified, market-wide drop in nonfiction book sales caused by generative AI. The strongest direct sales example is a single author case with major confounding factors, so the broad causal claim goes beyond what the best evidence proves.

“In retrieval-augmented generation (RAG) systems, it is common to use a fast retriever to fetch a larger set of candidates (e.g., top 20, 50, or 100) and then apply a slower but more accurate reranking model to score and reorder those candidates against the user question.”

True

The evidence strongly supports this as a common RAG design pattern. Across academic and industry sources, systems frequently use a fast first-stage retriever to gather a broader candidate set and then a slower, more accurate reranker to reorder results against the query. The example candidate sizes are consistent with reported practice.

“A study published on ScienceDirect categorized university responses to generative AI into quadrants defined by degrees of encouragement versus discouragement of its use.”

False

The available evidence does not substantiate that a study "published on ScienceDirect" categorized university responses to generative AI into encouragement-vs-discouragement quadrants. The only sources describing such a quadrant framework are arXiv entries with suspicious placeholder URLs and no verifiable ScienceDirect bibliographic record. Multiple higher-authority sources on university AI policies and ScienceDirect-indexed materials make no mention of this framework, and background knowledge explicitly disputes its existence as a recognized ScienceDirect publication.

“Large language model hallucinations are produced by the same underlying mechanism that generates correct outputs.”

Mostly True

Both hallucinations and correct outputs do emerge from the same autoregressive next-token prediction process — no separate "hallucination engine" exists within large language models. Multiple peer-reviewed sources confirm this shared generative pipeline. However, the claim omits critical nuance: hallucinations have distinct causal drivers — such as training procedures that reward guessing over expressing uncertainty, data distribution gaps, and prompting effects — that do not equally govern correct outputs. The generation channel is shared, but the upstream conditions that produce errors are separable and require distinct mitigation strategies.