<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>agitracker.io</title><description>Plain-language analysis of AI benchmarks, model releases, compute trends and expert forecasts: an independent tracker of progress toward artificial general intelligence.</description><link>https://agitracker.io/</link><language>en</language><atom:link href="https://agitracker.io/rss.xml" rel="self" type="application/rss+xml"/><image><url>https://agitracker.io/icon-512.png</url><title>agitracker.io</title><link>https://agitracker.io/</link></image><lastBuildDate>Fri, 18 Sep 2026 19:22:00 GMT</lastBuildDate><item><title>What counts as AGI? Five definitions, compared</title><link>https://agitracker.io/blog/what-counts-as-agi/</link><guid isPermaLink="true">https://agitracker.io/blog/what-counts-as-agi/</guid><description>Artificial general intelligence means different things to different labs and researchers. We compare five influential definitions and what each one asks you to measure.</description><pubDate>Tue, 15 Sep 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Ask ten researchers when artificial general intelligence will arrive and you will get ten dates. Ask them what AGI &lt;em&gt;is&lt;/em&gt; and the spread gets wider. Before we can track progress toward anything, we need to be clear about what the finish line looks like.&lt;/p&gt;
&lt;p&gt;Here are five definitions that shape the current debate, what each one asks you to measure, and where each one breaks down.&lt;/p&gt;
&lt;h2&gt;1. The economic definition&lt;/h2&gt;
&lt;p&gt;OpenAI&apos;s 2018 charter describes AGI as &quot;highly autonomous systems that outperform humans at most economically valuable work.&quot;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What you would measure:&lt;/strong&gt; the share of paid tasks a system can do end to end, at human quality, without supervision.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Strength:&lt;/strong&gt; it is concrete and consequential. If it is met, the world changes whether or not philosophers agree the system &quot;understands&quot; anything.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Weakness:&lt;/strong&gt; &quot;most economically valuable work&quot; moves. Economies reorganise around new tools, and the work that remains valuable is often the work machines can&apos;t yet do.&lt;/p&gt;
&lt;h2&gt;2. The universal-intelligence definition&lt;/h2&gt;
&lt;p&gt;In 2007, Shane Legg and Marcus Hutter surveyed dozens of definitions of intelligence and distilled them into one: &lt;em&gt;intelligence measures an agent&apos;s ability to achieve goals in a wide range of environments.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What you would measure:&lt;/strong&gt; performance across a very broad distribution of environments, weighted toward the simple ones.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Strength:&lt;/strong&gt; it is mathematically precise and doesn&apos;t privilege human tasks.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Weakness:&lt;/strong&gt; the formal version is uncomputable, so in practice you still have to choose which environments to test, and the choice brings back all the bias the definition was meant to remove.&lt;/p&gt;
&lt;h2&gt;3. The skill-acquisition definition&lt;/h2&gt;
&lt;p&gt;François Chollet&apos;s 2019 paper &lt;em&gt;On the Measure of Intelligence&lt;/em&gt; argues that skill is not intelligence. A chess engine is skilled; it isn&apos;t intelligent. Intelligence is &lt;strong&gt;how efficiently a system turns limited experience and prior knowledge into new skills.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What you would measure:&lt;/strong&gt; performance on genuinely novel tasks, given very few examples. Chollet&apos;s Abstraction and Reasoning Corpus (ARC) was built for exactly this.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Strength:&lt;/strong&gt; it targets the thing that makes humans general: learning quickly in unfamiliar situations.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Weakness:&lt;/strong&gt; novelty is hard to guarantee. Once a benchmark is public, its &quot;novel&quot; tasks start leaking into training data.&lt;/p&gt;
&lt;h2&gt;4. The levels definition&lt;/h2&gt;
&lt;p&gt;A 2023 Google DeepMind paper, &lt;em&gt;Levels of AGI&lt;/em&gt;, proposes a grid rather than a single threshold. One axis is &lt;strong&gt;performance&lt;/strong&gt; (from &quot;emerging&quot; through &quot;competent&quot;, &quot;expert&quot; and &quot;virtuoso&quot; to &quot;superhuman&quot;). The other is &lt;strong&gt;generality&lt;/strong&gt;: narrow systems versus general ones.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Level&lt;/th&gt;
&lt;th&gt;Performance, relative to skilled adults&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Emerging&lt;/td&gt;
&lt;td&gt;Equal to or somewhat better than an unskilled human&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Competent&lt;/td&gt;
&lt;td&gt;At least the 50th percentile&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Expert&lt;/td&gt;
&lt;td&gt;At least the 90th percentile&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Virtuoso&lt;/td&gt;
&lt;td&gt;At least the 99th percentile&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Superhuman&lt;/td&gt;
&lt;td&gt;Outperforms all humans&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Strength:&lt;/strong&gt; it replaces a yes/no argument with a map, so you can say &quot;competent in these domains, emerging in those.&quot;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Weakness:&lt;/strong&gt; placing a system on the grid still requires agreeing on which tasks count and who the &quot;skilled adults&quot; are.&lt;/p&gt;
&lt;h2&gt;5. The practical-tests definition&lt;/h2&gt;
&lt;p&gt;Some of the oldest definitions are simply tests. Alan Turing&apos;s 1950 imitation game asks whether a machine&apos;s conversation can be told apart from a person&apos;s. Later proposals are more physical: Steve Wozniak&apos;s &quot;coffee test&quot; asks a robot to walk into an unfamiliar home and make a cup of coffee. Nils Nilsson&apos;s &quot;employment test&quot; asks whether a machine can do the jobs people are paid to do.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Strength:&lt;/strong&gt; anyone can understand the pass condition.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Weakness:&lt;/strong&gt; each test captures one slice of general ability. Conversation has proved far easier to imitate than making coffee in a stranger&apos;s kitchen.&lt;/p&gt;
&lt;h2&gt;How we use these on agitracker.io&lt;/h2&gt;
&lt;p&gt;We don&apos;t pick a winner. When we report on progress, we say which definition a result speaks to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A new score on a hard exam speaks to &lt;strong&gt;levels&lt;/strong&gt; (performance in a domain).&lt;/li&gt;
&lt;li&gt;A result on fresh, few-shot puzzles speaks to &lt;strong&gt;skill acquisition&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;A system completing long, paid, real-world tasks speaks to the &lt;strong&gt;economic&lt;/strong&gt; definition.&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;A claim that &quot;AGI is here&quot; or &quot;AGI is decades away&quot; is only as meaningful as the definition behind it. The first question to ask is always: &lt;em&gt;by which measure?&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The rest of this site is about those measures: how they work, where they fail, and what they currently show.&lt;/p&gt;
</content:encoded><dc:creator>The agitracker.io team</dc:creator><category>AGI definitions</category><category>Explainers</category></item><item><title>How to read an AI benchmark without getting fooled</title><link>https://agitracker.io/blog/how-to-read-an-ai-benchmark/</link><guid isPermaLink="true">https://agitracker.io/blog/how-to-read-an-ai-benchmark/</guid><description>A checklist for reading AI benchmark results, from sample size and contamination to saturation, so you can tell a real capability jump from a rounding error.</description><pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Every model launch comes with a table of benchmark scores, usually with the new model&apos;s numbers in bold. Those tables are useful, but only if you know what to look for. Here is the checklist we run through before we report a result.&lt;/p&gt;
&lt;h2&gt;1. How big is the test?&lt;/h2&gt;
&lt;p&gt;A benchmark score is an estimate, and small tests give noisy estimates. The standard error of an accuracy score is roughly:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;import math

def standard_error(accuracy: float, n_questions: int) -&amp;gt; float:
    return math.sqrt(accuracy * (1 - accuracy) / n_questions)

# A model scoring 80% on a 500-question test
se = standard_error(0.80, 500)       # ~0.018
print(f&quot;95% interval: ±{1.96 * se:.1%}&quot;)  # ±3.5%
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;On a 500-question test, a model at 80% has a 95% confidence interval of about ±3.5 points. &lt;strong&gt;A two-point lead on that test is not a meaningful difference.&lt;/strong&gt; Look for results that clear the noise, or that repeat across several independent benchmarks.&lt;/p&gt;
&lt;h2&gt;2. Could the answers be in the training data?&lt;/h2&gt;
&lt;p&gt;Large models are trained on large slices of the public internet. If a benchmark&apos;s questions (or discussions of them) are online, a model may have seen them. This is called &lt;strong&gt;contamination&lt;/strong&gt;, and it inflates scores without improving the underlying skill.&lt;/p&gt;
&lt;p&gt;Signs to look for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The benchmark has been public for years.&lt;/li&gt;
&lt;li&gt;Performance drops sharply on freshly written questions of the same kind.&lt;/li&gt;
&lt;li&gt;The lab doesn&apos;t say how it checked for overlap.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Benchmarks that keep a private held-out set, or that are refreshed regularly, are harder to contaminate.&lt;/p&gt;
&lt;h2&gt;3. Is the benchmark already saturated?&lt;/h2&gt;
&lt;p&gt;A benchmark is &lt;strong&gt;saturated&lt;/strong&gt; when top models score close to its ceiling. At that point, differences between models mostly reflect noise, mislabelled questions and formatting quirks.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Sign&lt;/th&gt;
&lt;th&gt;What it means&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Top scores within a few points of 100%&lt;/td&gt;
&lt;td&gt;Little headroom left to measure&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Score gains of under 1 point per release&lt;/td&gt;
&lt;td&gt;Differences are likely noise&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Known label errors in the dataset&lt;/td&gt;
&lt;td&gt;The true ceiling is below 100%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;When a benchmark saturates, the field moves to a harder one. We cover that cycle in detail in &lt;a href=&quot;/blog/why-benchmarks-saturate/&quot;&gt;why benchmarks saturate&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;4. What exactly was measured?&lt;/h2&gt;
&lt;p&gt;Two scores on the &quot;same&quot; benchmark can come from very different setups:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Prompting.&lt;/strong&gt; Zero-shot, few-shot, or with a long chain of reasoning?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Attempts.&lt;/strong&gt; One answer, or best of many (often written &lt;em&gt;pass@k&lt;/em&gt;)?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tools.&lt;/strong&gt; Did the model have a code interpreter, web search, or other help?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Compute.&lt;/strong&gt; How long was the model allowed to think per question?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;A score without these details can&apos;t be compared with another score. Good reports put the evaluation setup right next to the number.&lt;/p&gt;
&lt;h2&gt;5. Does the benchmark measure what it claims to?&lt;/h2&gt;
&lt;p&gt;A test of &quot;reasoning&quot; might mostly reward pattern matching on familiar formats. A test of &quot;coding&quot; might only check whether short functions pass unit tests, not whether the code is maintainable. Always ask: &lt;strong&gt;if a model aced this, what could it actually do?&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When a measure becomes a target, it ceases to be a good measure. (Goodhart&apos;s law, paraphrased by Marilyn Strathern)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;The short version&lt;/h2&gt;
&lt;p&gt;Before trusting a headline number, check:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;[x] The test is large enough for the gap to matter&lt;/li&gt;
&lt;li&gt;[x] Contamination has been addressed&lt;/li&gt;
&lt;li&gt;[x] The benchmark isn&apos;t saturated&lt;/li&gt;
&lt;li&gt;[x] The evaluation setup is disclosed&lt;/li&gt;
&lt;li&gt;[x] The benchmark measures the skill in the headline&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If a result passes all five, it is worth tracking. If it fails two or more, treat it as a marketing number.&lt;/p&gt;
</content:encoded><dc:creator>The agitracker.io team</dc:creator><category>Benchmarks</category><category>Evaluation</category><category>Explainers</category></item><item><title>Compute, data, algorithms: the three levers behind AI progress</title><link>https://agitracker.io/blog/three-levers-of-ai-progress/</link><guid isPermaLink="true">https://agitracker.io/blog/three-levers-of-ai-progress/</guid><description>AI capability grows when you add compute, add data, or use them more efficiently. Here is how each lever works, how fast it has been moving, and what could slow it down.</description><pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Most of the progress in AI over the past fifteen years comes from pulling three levers: &lt;strong&gt;more compute, more data and better algorithms.&lt;/strong&gt; When you read that a new model is better, the useful question is &lt;em&gt;which lever moved?&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;Lever 1: Compute&lt;/h2&gt;
&lt;p&gt;Training compute is the total number of calculations used to train a model, usually counted in floating-point operations (FLOP).&lt;/p&gt;
&lt;p&gt;Epoch AI, a research group that tracks these trends, has estimated that training compute for notable models grew by roughly &lt;strong&gt;four to five times per year&lt;/strong&gt; during the 2010s and early 2020s. That is far faster than chips alone improved. Most of the growth came from spending: bigger clusters, longer runs and larger budgets.&lt;/p&gt;
&lt;p&gt;What could slow it down:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Cost.&lt;/strong&gt; Each order of magnitude of compute costs roughly an order of magnitude more money.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Power.&lt;/strong&gt; The largest training runs now need dedicated power planning.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Chips.&lt;/strong&gt; Supply of leading-edge accelerators is limited.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Lever 2: Data&lt;/h2&gt;
&lt;p&gt;Models learn from examples. In 2020, researchers at OpenAI (Kaplan et al.) described &lt;strong&gt;scaling laws&lt;/strong&gt;: smooth, predictable relationships between model size, data, compute and loss. In 2022, DeepMind&apos;s &lt;em&gt;Chinchilla&lt;/em&gt; paper (Hoffmann et al.) refined them and showed that many large models had been undertrained. For a fixed compute budget, it was better to use a smaller model and train it on more tokens, around &lt;strong&gt;20 tokens per parameter&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;That finding made data a first-class constraint. The open questions now are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How much high-quality human-written text is left to train on?&lt;/li&gt;
&lt;li&gt;How well does &lt;strong&gt;synthetic data&lt;/strong&gt;, generated by models themselves, substitute for it?&lt;/li&gt;
&lt;li&gt;How much can be gained from other sources: code, video, and interaction with real environments?&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Lever 3: Algorithms&lt;/h2&gt;
&lt;p&gt;Algorithmic progress means getting the same capability from less compute. Better architectures, training recipes and data filtering all count.&lt;/p&gt;
&lt;p&gt;Epoch AI&apos;s analysis of language models estimated that the compute needed to reach a given level of performance has &lt;strong&gt;halved roughly every eight months&lt;/strong&gt;, with wide uncertainty. In other words, even if hardware spending froze, efficiency gains alone would keep pushing capability forward, just more slowly.&lt;/p&gt;
&lt;p&gt;A newer part of this lever is &lt;strong&gt;inference-time compute&lt;/strong&gt;: letting a model think longer, try multiple approaches or check its own work before answering. It trades cost per answer for quality, and it has changed which benchmarks look hard.&lt;/p&gt;
&lt;h2&gt;How the levers combine&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Lever&lt;/th&gt;
&lt;th&gt;Measured in&lt;/th&gt;
&lt;th&gt;What limits it&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Compute&lt;/td&gt;
&lt;td&gt;Training FLOP&lt;/td&gt;
&lt;td&gt;Money, power, chip supply&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Data&lt;/td&gt;
&lt;td&gt;Tokens, quality&lt;/td&gt;
&lt;td&gt;Supply of useful data&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Algorithms&lt;/td&gt;
&lt;td&gt;Efficiency gains&lt;/td&gt;
&lt;td&gt;Research breakthroughs&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The levers multiply rather than add. A model trained on ten times the compute, with a recipe that is twice as efficient, behaves as though it had twenty times the compute of its predecessor.&lt;/p&gt;
&lt;h2&gt;Why this matters for AGI timelines&lt;/h2&gt;
&lt;p&gt;Rich Sutton&apos;s 2019 essay &lt;em&gt;The Bitter Lesson&lt;/em&gt; argued that, over decades, general methods that make use of more computation beat methods built on human cleverness. If that keeps holding, AGI timelines are mostly a question of how long the three levers keep moving at their current pace.&lt;/p&gt;
&lt;p&gt;If any one of them stalls (because compute gets too expensive, data runs thin, or algorithmic gains slow), timelines stretch. We track all three for exactly that reason.&lt;/p&gt;
</content:encoded><dc:creator>The agitracker.io team</dc:creator><category>Scaling</category><category>Compute</category></item><item><title>Why AI benchmarks saturate, and what replaces them</title><link>https://agitracker.io/blog/why-benchmarks-saturate/</link><guid isPermaLink="true">https://agitracker.io/blog/why-benchmarks-saturate/</guid><description>Benchmarks that once looked impossible now get solved within a few years of release. Here is why that keeps happening and how the next generation of tests is trying to stay ahead.</description><pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Every AI benchmark has a life cycle. It is released as a hard problem, models climb it for a few years, and then it stops telling us anything. The interval between release and saturation has been getting shorter.&lt;/p&gt;
&lt;h2&gt;The cycle&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Release.&lt;/strong&gt; A new test is published, usually with a large gap between human and model performance.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Climb.&lt;/strong&gt; New models improve steadily. The benchmark becomes a headline number in launch announcements.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Saturation.&lt;/strong&gt; Top models approach the ceiling. Remaining errors are mostly ambiguous or mislabelled questions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Replacement.&lt;/strong&gt; Researchers publish a harder benchmark and the cycle repeats.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;A short history&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;GLUE&lt;/strong&gt; (2018) bundled several language-understanding tasks into one score. Models passed its human baseline so quickly that its creators released &lt;strong&gt;SuperGLUE&lt;/strong&gt; in 2019. SuperGLUE&apos;s human baseline was passed in early 2021, less than two years later.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;MMLU&lt;/strong&gt; (2020) tested knowledge across 57 subjects, from law to physics. It became the standard knowledge benchmark for large language models, then followed the same arc toward its ceiling.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;GSM8K&lt;/strong&gt; (2021) covered grade-school maths word problems. It went from a real challenge to a near-solved test as step-by-step reasoning improved.&lt;/p&gt;
&lt;p&gt;The replacements got harder on purpose:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GPQA&lt;/strong&gt; (2023) used graduate-level science questions written to be &quot;Google-proof&quot;: hard to answer even with web search.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SWE-bench&lt;/strong&gt; (2023) asked models to resolve real issues from open-source GitHub repositories.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;FrontierMath&lt;/strong&gt; (2024) collected unpublished, research-level maths problems.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Humanity&apos;s Last Exam&lt;/strong&gt; (2025) gathered expert-written questions at the frontier of many fields.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Why saturation keeps getting faster&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Models improve on the underlying skill.&lt;/strong&gt; This is the good reason, and it is real.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Contamination.&lt;/strong&gt; The longer a benchmark is public, the more likely its questions end up in training data.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Targeting.&lt;/strong&gt; Once a benchmark is a headline number, labs have an incentive to tune for it. That doesn&apos;t have to be dishonest to distort the result.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Fixed formats.&lt;/strong&gt; Multiple-choice questions reward good guessing and elimination strategies, not only knowledge.&lt;/p&gt;
&lt;h2&gt;What the next generation looks like&lt;/h2&gt;
&lt;p&gt;The newest evaluations try to resist the cycle in a few ways:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Private test sets&lt;/strong&gt; that are never published, so they can&apos;t leak into training data.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Living benchmarks&lt;/strong&gt; that add fresh questions on a schedule.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Long, open-ended tasks&lt;/strong&gt;, such as multi-hour software or research projects, that are hard to game with pattern matching.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Measuring time horizons&lt;/strong&gt;: how long a task (measured by how long it takes a skilled human) a model can reliably complete.&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;A saturated benchmark isn&apos;t a failed benchmark. It is a milestone: proof that a capability once considered hard is now routine.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;How we report benchmark results&lt;/h2&gt;
&lt;p&gt;On agitracker.io we flag when a benchmark is near saturation and report its successor alongside it. A gain on a saturated test is noted, not headlined. For a checklist you can use yourself, see &lt;a href=&quot;/blog/how-to-read-an-ai-benchmark/&quot;&gt;how to read an AI benchmark&lt;/a&gt;.&lt;/p&gt;
</content:encoded><dc:creator>The agitracker.io team</dc:creator><category>Benchmarks</category><category>Evaluation</category></item><item><title>A field guide to AGI forecasts</title><link>https://agitracker.io/blog/field-guide-to-agi-forecasts/</link><guid isPermaLink="true">https://agitracker.io/blog/field-guide-to-agi-forecasts/</guid><description>Surveys, prediction markets and trend extrapolation all produce AGI dates. Here is how each forecasting method works, what it is good at, and how to read the numbers.</description><pubDate>Fri, 12 Dec 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&quot;When will we get AGI?&quot; has no single answer, but it does have several methods for producing one. Each method has its own biases. Knowing which method produced a date tells you how much weight to give it.&lt;/p&gt;
&lt;h2&gt;Expert surveys&lt;/h2&gt;
&lt;p&gt;Researchers are asked directly when they expect certain capabilities.&lt;/p&gt;
&lt;p&gt;The largest example is the survey run by AI Impacts. Its 2023 edition collected answers from 2,778 researchers who had published at top AI venues. Asked when unaided machines would outperform humans at every possible task, the aggregate forecast gave a &lt;strong&gt;50% chance by 2047&lt;/strong&gt;. That was 13 years earlier than the same question produced in the previous year&apos;s survey.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Good at:&lt;/strong&gt; capturing what the people building the field believe.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Watch out for:&lt;/strong&gt; framing effects. Small changes in wording (&quot;every task&quot; versus &quot;every occupation&quot;) have produced answers decades apart in the same survey.&lt;/p&gt;
&lt;h2&gt;Forecasting platforms and prediction markets&lt;/h2&gt;
&lt;p&gt;Platforms such as Metaculus let many forecasters make predictions, then score them when questions resolve. Forecasters with good track records carry more weight in the aggregate.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Good at:&lt;/strong&gt; updating quickly when news arrives, and rewarding calibration.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Watch out for:&lt;/strong&gt; resolution criteria. An AGI question on a forecasting site is only as meaningful as its definition of AGI, which is often a specific bundle of tests. Read the fine print before quoting a date.&lt;/p&gt;
&lt;h2&gt;Trend extrapolation&lt;/h2&gt;
&lt;p&gt;Take a measurable trend (training compute, benchmark scores, the length of tasks models can complete) and project it forward until it crosses a threshold.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Good at:&lt;/strong&gt; being explicit. Every assumption is visible and can be argued with.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Watch out for:&lt;/strong&gt; the assumption that trends continue. Exponential trends in the real world eventually bend, and the forecast depends heavily on &lt;em&gt;when&lt;/em&gt;.&lt;/p&gt;
&lt;h2&gt;Compute-anchored models&lt;/h2&gt;
&lt;p&gt;These estimate how much computation a human-level system might need (sometimes anchored to estimates of the brain&apos;s computation) and then forecast when that much compute becomes affordable.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Good at:&lt;/strong&gt; connecting timelines to physical and economic constraints.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Watch out for:&lt;/strong&gt; very wide uncertainty in the anchor itself. Estimates of the relevant compute span many orders of magnitude.&lt;/p&gt;
&lt;h2&gt;Comparing the methods&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Method&lt;/th&gt;
&lt;th&gt;Updates quickly&lt;/th&gt;
&lt;th&gt;Transparent assumptions&lt;/th&gt;
&lt;th&gt;Main risk&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Expert surveys&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Framing effects&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Forecasting platforms&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Partly&lt;/td&gt;
&lt;td&gt;Narrow resolution criteria&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Trend extrapolation&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Trends bending&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Compute anchors&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Uncertain anchors&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;How to read any AGI date&lt;/h2&gt;
&lt;p&gt;When you see a forecast, ask three questions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Which definition of AGI does it use?&lt;/strong&gt; (See &lt;a href=&quot;/blog/what-counts-as-agi/&quot;&gt;what counts as AGI&lt;/a&gt;.)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Is it a median or a range?&lt;/strong&gt; A single year hides how uncertain the forecast is.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;When was it made?&lt;/strong&gt; Forecasts have shifted considerably as capabilities have improved, so an old number may no longer reflect what the same people believe.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;We keep these questions next to every forecast we report.&lt;/p&gt;
</content:encoded><dc:creator>The agitracker.io team</dc:creator><category>Forecasts</category><category>Explainers</category></item></channel></rss>