You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/2025-09-13-recursive-self-improvement-explosion-optimization.qmd
+23-17Lines changed: 23 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,35 @@ execute:
16
16
cache: true # caches chunk output
17
17
---
18
18
19
-
# Summary
19
+
TL;DR.
20
+
:
21
+
1. AI capabilities are growing very rapidly, in large part due to algorithmic discoveries.
22
+
2. We are now beginning to see signs of feedback: AI is itself accelerating progress in algorithmic efficiency.
23
+
3. The strength of the feedback loop depends on the mapping from capabilities to effective R&D, but there's a great deal of uncertainty about that.
24
+
4. Best guess: (A) increasing human efficiency by 50%; (B) picking the low-hanging fruit.
25
+
5.
26
+
20
27
28
+
AI capabilities are growing very rapidly.
29
+
:
30
+
- There's no consensus for a *scale* in AI capabilities, however we see fairly steady growth across many metrics: time horizon, average benchmark scores (ECI), effective compute, and predictive loss.
31
+
- We can quantify algorithmic progress with compute efficiency, i.e. the reduction in cost required to reach a given capability score.
21
32
22
-
Capabilities are growing rapidly, but they're hard to quantify.
23
-
: There's no consensus for a *scale* in AI capabilities. We do see fairly steady growth across many metrics: time horizon, average benchmark scores (ECI), effective compute, and predictive loss.
33
+
Much of the growth in capabilities is due to R&D progress.
34
+
:
35
+
- AI researchers have been making a very consistent series of discoveries, typically estimated at increasing compute efficiency by around 4X/year (with many qualifications, discussed below).
36
+
- The 4X/year increase in algorithmic efficiency seems to be coming from a roughly 2X/year increase in researchers.
24
37
25
-
Algorithmic progress seems to be around 4X/year.
26
-
: We can quantify algorithmic progress with compute efficiency, i.e. the reduction in cost required to reach a given capability score.
38
+
We are now seeing signs of AI capabilities accelerating R&D input.
39
+
:
40
+
Until recently AI R&D was mostly done without help by LLMs, but we now see evidence for two channels:
27
41
28
-
AI researchers have been making a very consistent series of discoveries, typically estimated at increasing compute efficiency by around 4X/year (with many qualifications, discussed below).
42
+
1. _Augmenting AI researchers:_ AI researchers self-report big efficiency gains, e.g. @anthropic2025claude_work self-report approximately 50% productivity gains.
43
+
2. _Automating AI research:_ E.g. AlphaEvolve, TTT-Discover, autoresearch.
29
44
30
-
The 4X/year increase in algorithmic efficiency seems to be coming from a roughly 2X/year increase in researchers.
45
+
Both of these effects are hard to measure, & we have a great deal of uncertainty.
31
46
32
-
AI speedups will cause a loop, but unclear how strong.
47
+
The strength of the feedback depends on TH->uplift.
33
48
:
34
49
Historically algorithmic progress has been a function of human R&D, but we now expect the AI to itself increase the rate of algorithmic progress, through increaseing effective R&D:
35
50
$$
@@ -49,15 +64,6 @@ AI speedups will cause a loop, but unclear how strong.
49
64
50
65
A lot of the nearby literature is actually written in terms of returns parameters like $r=\lambda/\beta$ or $r=\lambda \alpha / \beta$ rather than $\beta$ itself. That matters because $r$ is informative about long-run dynamics, but it does not separately identify $\beta$ unless the authors also pin down $\lambda$ and sometimes $\alpha$ @erdil2024estimating; @davidson2025howquickandbigwo.
51
66
52
-
AI systems are now contributing to algorithmic progress.
53
-
: Until recently most AI R&D was done without help by LLMs, but we now see evidence for two channels:
54
-
55
-
1. _Augmenting AI researchers:_ AI researchers self-report big efficiency gains, e.g. @anthropic2025claude_work self-report approximately 50% productivity gains.
56
-
2. _Automating AI research:_ E.g. AlphaEvolve, TTT-Discover, autoresearch.
57
-
58
-
Both of these effects are hard to measure, & we have a great deal of uncertainty.
0 commit comments