Clarifying and predicting AGI

This post is a slightly-adapted summary of two twitter threads, here and here.

The t-AGI framework

As we get closer to AGI, it becomes less appropriate to treat it as a binary threshold. Instead, I prefer to treat it as a continuous spectrum defined by comparison to time-limited humans. I call a system a t-AGI if, on most cognitive tasks, it beats most human experts who are given time t to perform the task.

What does that mean in practice?

  • A 1-second AGI would need to beat humans at tasks like quickly answering trivia questions, basic intuitions about physics (e.g. “what happens if I push a string?”), recognizing objects in images, recognizing whether sentences are grammatical, etc.

  • A 1-minute AGI would need to beat humans at tasks like answering questions about short text passages or videos, common-sense reasoning (e.g. Yann LeCun’s gears problems), simple computer tasks (e.g. use photoshop to blur an image), justifying an opinion, looking up facts, etc.

  • A 1-hour AGI would need to beat humans at tasks like doing problem sets/​exams, writing short articles or blog posts, most tasks in white-collar jobs (e.g. diagnosing patients, giving legal opinions), doing therapy, doing online errands, learning rules of new games, etc.

  • A 1-day AGI would need to beat humans at tasks like writing insightful essays, negotiating business deals, becoming proficient at playing new games or using new software, developing new apps, running scientific experiments, reviewing scientific papers, summarizing books, etc.

  • A 1-month AGI would need to beat humans at coherently carrying out medium-term plans (e.g. founding a startup), supervising large projects, becoming proficient in new fields, writing large software applications (e.g. a new OS), making novel scientific discoveries, etc.

  • A 1-year AGI would need to beat humans at… basically everything. Some projects take humans much longer (e.g. proving Fermat’s last theorem) but they can almost always be decomposed into subtasks that don’t require full global context (even tho that’s often helpful for humans).

Some clarifications:

  • I’m abstracting away from the question of how much test-time compute AIs get (i.e. how many copies are run, for how long). A principled way to think about this is probably something like: “what fraction of the world’s compute is needed?”. But in most cases I expect that the bottleneck is being able to perform a task *at all*; if they can then they’ll almost always be able to do it with a negligible proportion of the world’s compute.

  • Similarly, I doubt the specific “expert” theshold will make much difference. But it does seem important that we use experts not laypeople, because the amount of experience that laypeople have with most tasks is so small. It’s not really well-defined to talk about beating “most humans” at coding or chess; and it’s not particularly relevant either.

  • I expect that, for any t, the first 100t-AGIs will be *way* better than any human on tasks which only take time t. To reason about superhuman performance we can extend this framework to talk about (t,n)-AGIs which beat any group of n humans working together on tasks for time t. When I think about superintelligence I’m typically thinking about (1 year, 8 billion)-AGIs.

  • The value of this framework is ultimately an empirical matter. But it seems useful so far: I think existing systems are 1-second AGIs, are close to 1-minute AGIs, and are a couple of years off from 1-hour AGIs. (FWIW I formulated this framework 2 years ago, but never shared it widely. From your perspective there’s selection bias—I wouldn’t have shared it if I’d changed my mind. But at least from my perspective, it gets points for being useful for describing events since then.)

And very briefly, some of the intuitions behind this framework:

  • I think coherence over time is a very difficult problem, and one humans still struggle at, even though (I assume) evolution optimized us hard for this.

  • It’s also been a major bottleneck for LLMs, for the principled reason that the longer the episode, the further off the training distribution they go.

  • Training NNs to perform tasks over long time periods takes much more compute (as modelled in Ajeya Cotra’s timelines report).

  • Training NNs to perform tasks over long time periods takes more real-world time, so you can’t gather as much data.

  • There are some reasons to expect current architectures to be bad at this (though I’m not putting much weight on this; I expect fixes to arise as the frontier advances).

Predictions motivated by this framework

Here are some predictions—mostly just based on my intuitions, but informed by the framework above. I predict with >50% credence that by the end of 2025 neural nets will:

  • Have human-level situational awareness (understand that they’re NNs, how their actions interface with the world, etc; see definition here)

  • Beat any human at writing down effective multi-step real-world plans. This one proved controversial; some clarifications:

    • I think writing down plans doesn’t get you very far, the best plans are often things like “try X, see what happens, iterate”.

    • It’s about beating any human (across many domains) not beating the best human in each domain.

    • By “many domains” I don’t mean literally all of them, but a pretty wide range. E.g. averaged across all businesses that McKinsey has been hired to consult for, AI will make better business plans than any individual human could.

  • Do better than most peer reviewers

  • Autonomously design, code and distribute whole apps (but not the most complex ones)

  • Beat any human on any computer task a typical white-collar worker can do in 10 minutes

  • Write award-winning short stories and publishable 50k-word books

  • Generate coherent 5-min films (note: I originally said 20 minutes, and changed my mind, but have been going back and forth a bit after seeing some recent AI videos)

  • Pass the current version of the ARC autonomous replication evals (see section 2.9 of the GPT-4 system card; page 55). But they won’t be able to self-exfiltrate from secure servers, or avoid detection if cloud providers try.

  • 5% of adult Americans will report having had multiple romantic/​sexual interactions with a chat AI, and 1% having had a strong emotional attachment to one.

  • We’ll see clear examples of emergent cooperation: AIs given a complex task (e.g. write a 1000-line function) in a shared environment cooperate without any multi-agent training.

The best humans will still be better (though much slower) at:

  • Writing novels

  • Robustly pursuing a plan over multiple days

  • Generating scientific breakthroughs, including novel theorems (though NNs will have proved at least 1)

  • Typical manual labor tasks (vs NNs controlling robots)

FWIW my actual predictions are mostly more like 2 years, but others will apply different evaluation standards, so 2.75 (as of when the thread was posted) seems more robust. Also, they’re not based on any OpenAI-specific information.

Lots to disagree with here ofc. I’d be particularly interested in:

  • People giving median dates they expect these to be achieved

  • People generating other specific predictions about what NNs will and won’t be able to do in a few years’ time

Crossposted from LessWrong (129 points, 42 comments)