Skip to content

Commit f662fe9

Browse files
committed
rsi
1 parent 324e26d commit f662fe9

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

posts/2025-09-13-recursive-self-improvement-explosion-optimization.qmd

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,35 @@ execute:
1616
cache: true # caches chunk output
1717
---
1818

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+
2027

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.
2132

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.
2437

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:
2741

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.
2944

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.
3146

32-
AI speedups will cause a loop, but unclear how strong.
47+
The strength of the feedback depends on TH->uplift.
3348
:
3449
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:
3550
$$
@@ -49,15 +64,6 @@ AI speedups will cause a loop, but unclear how strong.
4964

5065
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.
5166

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.
59-
60-
6167

6268

6369

0 commit comments

Comments
 (0)