Skip to content

Commit ead77a8

Browse files
committed
important
1 parent 711f554 commit ead77a8

File tree

3 files changed

+42
-4
lines changed

3 files changed

+42
-4
lines changed

_freeze/posts/2025-09-13-recursive-self-improvement-explosion-optimization/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

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

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,31 @@ <h1 class="title">Recursive Self-Improvement, Literature Review</h1>
256256

257257

258258

259+
<div class="callout callout-style-default callout-important callout-titled">
260+
<div class="callout-header d-flex align-content-center">
261+
<div class="callout-icon-container">
262+
<i class="callout-icon"></i>
263+
</div>
264+
<div class="callout-title-container flex-fill">
265+
Important
266+
</div>
267+
</div>
268+
<div class="callout-body-container callout-body">
269+
<ol type="1">
270+
<li>This is a draft report on what we know about RSI, it covers:
271+
<ul>
272+
<li>Basic introduction to the problem</li>
273+
<li>Survey of data: training expenditure (3X/year); training efficiency (4X/year); R&amp;D effort (2X/year).</li>
274+
<li>An overview of ~10 different models of RSI.</li>
275+
</ul></li>
276+
<li>Still missing:
277+
<ul>
278+
<li>Survey of evidence on speedup &amp; autonomous optimization ability.</li>
279+
<li>Crisper statement of the balance of evidence.</li>
280+
</ul></li>
281+
</ol>
282+
</div>
283+
</div>
259284
<dl>
260285
<dt>Summary.</dt>
261286
<dd>
@@ -338,7 +363,7 @@ <h1>Argument</h1>
338363
</dd>
339364
<dt>There are two basic mechanisms used in the literature.</dt>
340365
<dd>
341-
<p><strong>Multiplying robots.</strong> Some papers assume that the effective R&amp;D workforce will be directly proportional to a measure of AI algorithmic progress, e.g.&nbsp;algorithmic efficiency. This would be true in a simple model where we have invented a perfect substitute for a human R&amp;D worker, and then further algorithmic progress allows us to multiply the number of human R&amp;D workers. This assumption makes the problem very tractable: we can estimate the relationship between R&amp;D and capabilities (<span class="math inline">\(r\)</span>) then we can predict whether automating AI R&amp;D would kick off an intelligence explosion.</p>
366+
<p><strong>Multiplying robots.</strong> Some papers assume that the effective R&amp;D workforce will be directly proportional to a measure of AI algorithmic progress, e.g.&nbsp;algorithmic efficiency. This would be true in a simple model where we have invented a perfect substitute for a human R&amp;D worker, and then further algorithmic progress allows us to multiply the number of automated R&amp;D workers. This assumption makes the problem very tractable: we can estimate the relationship between R&amp;D and capabilities (<span class="math inline">\(r\)</span>) then we can predict whether automating AI R&amp;D would kick off an intelligence explosion.</p>
342367
<p><span class="math display">\[
343368
\xymatrix@C=3em@R=1.4em{
344369
*++[F]{\text{R\&amp;D}}\ar[r]|(0.4)r

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ execute:
1616
cache: true # caches chunk output
1717
---
1818

19+
<!-- https://tecunningham.github.io/posts/2025-09-13-recursive-self-improvement-explosion-optimization.html -->
20+
21+
::: {.callout-important}
22+
1. This is a draft report on what we know about RSI, it covers:
23+
- Basic introduction to the problem
24+
- Survey of data: training expenditure (3X/year); training efficiency (4X/year); R&D effort (2X/year).
25+
- An overview of ~10 different models of RSI.
26+
2. Still missing:
27+
- Survey of evidence on speedup & autonomous optimization ability.
28+
- Crisper statement of the balance of evidence.
29+
:::
30+
31+
1932
Summary.
2033
:
2134
AI capabilities are growing very rapidly, in large part due to R&D by AI researchers:
@@ -85,7 +98,7 @@ Algorithmic progress is sensitive to research input.
8598

8699
There are two basic mechanisms used in the literature.
87100
:
88-
**Multiplying robots.** Some papers assume that the effective R&D workforce will be directly proportional to a measure of AI algorithmic progress, e.g. algorithmic efficiency. This would be true in a simple model where we have invented a perfect substitute for a human R&D worker, and then further algorithmic progress allows us to multiply the number of human R&D workers. This assumption makes the problem very tractable: we can estimate the relationship between R&D and capabilities ($r$) then we can predict whether automating AI R&D would kick off an intelligence explosion.
101+
**Multiplying robots.** Some papers assume that the effective R&D workforce will be directly proportional to a measure of AI algorithmic progress, e.g. algorithmic efficiency. This would be true in a simple model where we have invented a perfect substitute for a human R&D worker, and then further algorithmic progress allows us to multiply the number of automated R&D workers. This assumption makes the problem very tractable: we can estimate the relationship between R&D and capabilities ($r$) then we can predict whether automating AI R&D would kick off an intelligence explosion.
89102

90103
$$
91104
\xymatrix@C=3em@R=1.4em{

0 commit comments

Comments
 (0)