7 Tech claim verifications about Generative Artificial Intelligence Generative Artificial Intelligence ×
“Generative artificial intelligence assistance can increase worker productivity, with larger productivity gains for less-experienced workers.”
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.”
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.”
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.
“Netflix used generative AI in the production of 300 movies and shows.”
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%.”
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.
“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.”
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.
“Large language model hallucinations are produced by the same underlying mechanism that generates correct outputs.”
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.