Definitely seems like a lose-lose situation for Blockstream đ
getting your follow list nuked is a nostr rite of passage :OMEGALUL:
If just one of the dead were from his family then would he consider it a big thing?
This is how I stack the sats, sir.
⯠full post (48124 more characters) ⯠show less
Data bottlenecks wonât prevent an intelligence explosion (but they will slow it down)
Summary
One of the most important questions facing the world is whether AI will undergo a https://www.forethought.org/research/will-ai-r-and-d-automation-cause-a-software-intelligence-explosion and quickly automate most real-world work.
A key objection people raise is data bottlenecks. Data is a crucial input to AI training â how could it increase fast enough for such explosive progress?
I tried hard to find strong bottlenecks, but ended up sceptical that they would stop an intelligence explosion from accelerating over time.
Here are the most compelling bottlenecks I investigated and why I was ultimately unconvinced.
Bottleneck 1: youâll need millions of trajectories of every job, which will take years or decades to collect (https://www.lesswrong.com/posts/icykbWYmdLFYxgvqY/data-bottlenecks-won-t-prevent-an-intelligence-explosion-but#Data_bottlenecks_to_automating_most_real_world_work)
Todayâs AI algorithms are very data hungry. You would need a huge amount of data to automate the full economy.
But the plan isnât to use todayâs AI algorithms. The plan is to do a software intelligence explosion inside a data centre, where AI becomes superintelligent at AI research â and have that AI produce a highly sample-efficient learning algorithm.
Then you donât need millions of trajectories per task. You need as many as a human learns from, or fewer. And the data can be messy, just like the data humans learn from. That data could be gathered in a few months.
Sceptic: âBut what about sim to real transfer? Would a learning algorithm discovered using virtual tasks really translate to the real world?â
People get confused here. Trained neural nets generalise badly. A neural net trained on chess generalises badly to Go. But learning algorithms generalise very well. The same learning algorithm that masters chess can also master Go (AlphaZero). The Transformer architecture was developed for processing text, but it also works for sounds, images and controlling agents. The human learning algorithm was âdesignedâ for hunting on the Savanna, but it also works for string theory.
So if AI designs a sample-efficient learning algorithm from inside a data centre, it will very likely translate to real-world tasks. (And AI will have access to some real-world tasks so can check and iterate!)
At this point the sceptic might retreat: âFine, data wonât be a bottleneck if thereâs a software intelligence explosion in a data centre. But data bottlenecks will prevent that from happening in the first place!â
So letâs focus on bottlenecks to a https://www.forethought.org/research/will-ai-r-and-d-automation-cause-a-software-intelligence-explosion.
Bottleneck 2: AI progress has ridden exponential growth in training data. That canât continue, let alone accelerate (https://www.lesswrong.com/posts/icykbWYmdLFYxgvqY/data-bottlenecks-won-t-prevent-an-intelligence-explosion-but#Data_quantity_bottleneck_)
But forecasts of a software intelligence explosion extrapolate software progress. And software progress just is: getting the same capabilities from less compute and less data. So the core engine of the explosion doesnât rely on increasing the amount of data at all.
Bottleneck 3: improving data quality relies on human experts, and that wonât be possible once AI is smarter than humans (https://www.lesswrong.com/posts/icykbWYmdLFYxgvqY/data-bottlenecks-won-t-prevent-an-intelligence-explosion-but#When_data_quality_is_below_the_level_of_top_humans__it_s_easy_to_improve_data_quality__when_data_quality_is_above_that_level__improving_it_is_harder)
The core engine of the software intelligence explosion does rely on improving data quality. Today we augment high-quality internet data, pay humans for expert trajectories, and build RL environments where AI has to replicate human-built software.
But all these methods extract quality out of an existing human reservoir. Above human level, the reservoir is empty. AI will have to manufacture higher-quality data than any that exists, and do so from scratch.
This will slow the intelligence explosion.
But it wonât stop it in its tracks. We can already produce superhuman data quality via RL. And AI could produce higher-quality trajectories by thinking for longer.
Crucially, this wonât stop the intelligence explosion from accelerating. Losing the human reservoir makes it harder to get from AGI to AGI+ â but it makes it harder to get from AGI+ to AGI++ by roughly the same amount. The handicap is the same at every stage. So if you previously expected each step to take less time than the one before, you should still expect that. Every step might take 50% longer, but progress still accelerates.#fnsovg876is6i
Bottleneck 4: paradigm tax (https://www.lesswrong.com/posts/icykbWYmdLFYxgvqY/data-bottlenecks-won-t-prevent-an-intelligence-explosion-but#Paradigm_tax__Early_in_the_SIE__conceptual_progress_in_ML_will_make_AI_less_capable_at_AI_R_D)
AI capabilities are spiky. When AI first matches humans at AI research, it will be much stronger than humans in some ways and much weaker in others. More parallel copies, faster thinking â but weaker generalisation and weaker sample efficiency.
Which means AIâs human-level performance will initially lean heavily on a mountain of human writing about Transformers.
When AI then discovers new techniques â no such mountain will exist. No textbooks, no blog posts, no code. Deeply understanding a technique is harder than stumbling upon it â we understand general relativity far better now than Einstein did in 1917. So AI may match humans on the techniques it inherited, but fall below humans on the ones it creates.
This paradigm tax can be paid. E.g., AI can generate millions of trajectories to illustrate new techniques. But paying the tax is a real cost that slows down AI progress.
Again though, this wonât stop the intelligence explosion from accelerating. It makes it harder for AI to master whatever replaces the Transformer â but it makes it harder to master whatever replaces that by roughly the same amount. Every new paradigm arrives without a corpus. This makes each step take longer than you previously thought, but it doesnât change whether each step is faster than the one before.
My overall bottom line: Data bottlenecks will slow the early stages of a software intelligence explosion, but wonât stop it from accelerating over time. And then they wonât stop AI from quickly automating most economic work thereafter.
The rest of the post defends this conclusion in greater depth.
Three types of data bottleneck
Before discussing the specific data bottlenecks I find most plausible, Iâll give a quick taxonomy for three types of bottleneck and another taxonomy for three times at which a bottleneck could occur.
I like the following breakdown of data bottlenecks (h/t Herbie Bradley):
- Data quantity. You need more data thatâs in the same distribution of data that you already have some samples from. E.g. more Wikipedia data, or more RL coding environments at the same level of difficulty.
- Data quality. You need data that teaches the same skills as existing data, but demonstrates those skills to a higher average quality level. E.g. expert-curated step-by-step solutions to difficult math problems, more difficult RL coding environments, or simply filtering to remove low-quality data.
- Data coverage. Data showing knowledge and skills not already present in the dataset. E.g. data about how to operate machines in a factory, or expert trajectories showing step-by-step how to build a financial model in Excel (where your previous data only showed finished models, not the process for building them).
Three types of data bottleneck. The AI company has the black data points. The orange data points show absent data that could bottleneck progress.
Weâll make use of this breakdown in what follows.
Three times when a bottleneck could occur
Very roughly, I expect AI progress from today to go in three broad phases:#fnri53c7zbsx
- Scaling. A continuation of recent scaling-driven progress until AIs match humans at AI R&D.
- Software intelligence explosion. An SIE in a data centre during which AI capabilities at AI R&D increase very rapidly. (Capabilities at other far-flung economic tasks may increase much more slowly.)
- Broad deployment. AI becomes expert in thousands of specific domains across the economy by learning from domain-specific data.
Three phases when data bottlenecks could delay AI progress.
Data bottlenecks could in principle delay any of these phases. Iâll discuss each phase in turn! Spoiler: ultimately weâll be populating a table with this format:
Phase of AI progress
Type of data bottleneck
Data quantity
Data quality
Data coverage
Automating AI R&D
Software intelligence explosion (SIE)
Broad deployment (after an SIE)
Data bottlenecks to automating AI R&D
This first phase hasnât been my focus, but Iâll briefly state that I think data bottlenecks are plausible.
Limited data quantity and quality are already somewhat reducing the gains to scaling pre-training. And automating AI R&D may require better data coverage â thereâs abundant coding data but much less data demonstrating (e.g.) good research taste. Indeed, generalisation from RL still seems to be fairly limited â if this continues, automating AI R&D may require constructing data for most parts of the (hugely complex and varied!) AI R&D workflow. That could involve recording humansâ computer screens, or building lots of RL environments that tile the space of AI R&D tasks.
Ok, letâs discuss bottlenecks to the second phase: a software intelligence explosion.
Data bottlenecks to a software intelligence explosion
Iâll discuss two specific bottlenecks that will slow down the SIE.
But first, Iâll briefly explain why Iâm generally not expecting big data bottlenecks here.
Letâs say AI is weak at some particular AI R&D task. AI companies will have unfettered access to the real-world deployment setting (AI R&D itself!) so can closely study what is going wrong and craft solutions accordingly. AIs could think for a long time to craft high-quality demonstrations for supervised fine-tuning, write sophisticated tests and rubrics to evaluate AI performance, and design RL environments to elicit the desired capabilities. Before humans are obsolete (which happens fairly deep into the SIE), human experts can input to all these approaches.
Ok, letâs turn to the first specific data bottleneck to the SIE.
Paradigm tax: Early in the SIE, conceptual progress in ML will make AI less capable at AI R&D
My argument here depends on two core claims. Iâll argue for each in turn.
Claim 1: Early in the SIE, AI will have weak sample efficiency and generalisation compared to humans.
My preferred milestone for the âstartâ of an SIE is https://www.planned-obsolescence.org/p/six-milestones-for-ai-automation. This is when an AI company would make roughly as much research progress using only its AIs (no human researchers) as it would using only its human researchers (no AIs developed after 2020).#fnjt1ovplrcd#fn8j5fb1z0224
Why is this a good milestone? As well as being fairly concrete, it is also roughly when AI is beginning to significantly accelerate AI software progress. If AI-alone would contribute as much as humans-alone, then combined they likely contribute much more than humans-alone, maybe 10x more. This is due to strong complementarities between AI and humans.#fnxm291hyby3 So the AI-human parity milestone is also roughly when software progress starts to significantly speed up (see footnote for a BOTEC#fnc0t4mqiw4c9).
AI capabilities are spiky. At AI-human parity, AI will be much stronger than humans on some dimensions, and much weaker on other dimensions. AI will be much more numerous, fast, knowledgeable and experienced. But it will have weaker sample efficiency (i.e. need much more data than a human to learn a new skill) and weaker generalisation (i.e. what it learns transfers less well to new situations) â these are the areas where itâs weaker today#fnyvdjfiiv7hm and this weakness is likely to persist.
(I think AIâs weak sample efficiency and generalisation are likely intertwined. Both imply that AI capabilities are weak in domains where there is little data - h/t Tom Cunningham. I will refer to both simply as âsample efficiencyâ.)
Once you accept spikiness, itâs very hard to avoid the conclusion that AI will be much weaker than humans in some dimensions when we reach AI-human parity. Sample efficiency seems very likely to be such an area. (See footnote for an objection.#fny8ser1sh0b)
Of course, if AI-human parity doesnât happen for a decade and thereâs a paradigm shift first, itâs much harder to predict the specific areas of weakness.
I think there are likely many interesting implications of this early-SIE spikiness (e.g. for when long-run schemers might emerge), but here Iâll just focus on the implications for data bottlenecks.
Claim 2: AIâs weak sample efficiency bites much harder once AI significantly pushes the frontier of AI R&D. New ML concepts wonât be present in the human-derived training data and so AI will understand them less deeply.
AI will reach parity with humans at AI R&D by training on orders of magnitude more relevant data: millions of human-written posts that teach it todayâs ML paradigm, billions of lines of human-written code that teach it todayâs programming languages, and a massive stock of RL environments â built up over years from real-world software â that teach it todayâs best practices for software engineering and AI R&D.
In other words, AI will reach parity with humans by making significant use of human-derived data sources that give it capabilities in todayâs AI R&D techniques.
But if AI significantly pushes the frontier of AI R&D, these human-derived data sources will be outdated:
- AI will have invented techniques as important as Mixture of Experts and Sparse Attention (two significant architectural improvements to the Transformer), and probably techniques as big as the Transformer and RLVR (the reinforcement learning technique behind todayâs reasoning models). But the human-written pre-training data will be much less helpful for understanding these new techniques!
- AI will invent improved coding languages. And the pre-training data will be much less helpful for mastering these!
- It will invent new ways of structuring AI R&D workflows, rendering human-constructed RL environments less helpful.
- AI may invent an entire new paradigm completely absent from pre-training data.
By the time AI has done these things, the SIE will be in trouble if AI capabilities are still reliant on human-derived training data.
Another way to think about this: AI may reach human parity at todayâs ML techniques and significantly accelerate AI progress for a bit. But once it has invented new ML techniques, it may fall back below human parity because thereâs much less human-derived data for it to learn from.
You might object: âWhen AI invents a new technique, canât it just write it up and throw the write-up into the next generationâs training data?â
Yes â but this helps much less than youâd think, because of AIâs weak sample efficiency. (Once AI training is roughly as sample efficient as human learning this objection goes through â but that wonât happen until late in the SIE.#fn3uwffsi2br8) Todayâs AI masters concepts like the Transformer not from the original paper, but from millions of blog posts, tutorials, Stack Overflow answers and codebases that use the concept in varied contexts. A handful of AI-written papers wonât replicate that. To teach a new concept properly, AI would have to generate a similarly broad and varied corpus showing the concept in use â possible, but a significant extra cost that todayâs AI R&D doesnât pay. And further, AI-generated synthetic data is often less effective for teaching AI than human-generated data. Moreover, with current methods, purely synthetic training data https://aclanthology.org/2025.emnlp-main.544/ https://aclanthology.org/2025.acl-short.30/ mixtures that retain at least some human-generated data.
So this is a real problem. But AI companies can do work to address it. They can improve: the sample efficiency of training algorithms, techniques for AI-produced synthetic training data, or the flexibility and horizon-length of in-context learning. There are lots of tractable avenues here. I donât expect this bottleneck to bring the SIE to a halt.
Still, this will slow down AI progress somewhat.#fnd9zecbnm1fa The reduced relevance of human-generated data sources will reduce AI R&D capabilities and the pace of AI progress.
As AI pushes forward AI software R&D, human-derived training data becomes less relevant. This slows capabilities progress relative to what weâd have otherwise expected.
Hereâs one way to think about it. Early in the SIE, introducing new ML concepts, paradigms, and coding languages comes with a âcapabilities taxâ: the new techniques arenât included in the human-derived training data and so AI is less capable at using the new techniques compared to the old techniques. You can pay that tax via improved learning techniques. But paying the tax slows down progress (relative to a counterfactual where you didnât have to pay it). This should reduce our estimate of the pace of AI progress, relative to our expectations before accounting for this dynamic.
To be clear, AI companies will only introduce a new technique when itâs worth it even after paying the tax. But thatâs no comfort: relative to a world without the tax, theyâll either pay it (slowing progress) or steer away from promising new techniques altogether (restricting the search space â which also slows progress).
Now, once the tax has been fully paid, your learning techniques allow AI to master concepts not present in the human-derived data. From that point, this bottleneck no longer applies and wouldnât stop AI progress from accelerating. So this bottleneck will slow the SIE once, but not prevent it from accelerating from that point onwards.
I want to clarify again: this is a pro tanto reason for AI progress to slow down. It may be outweighed by other factors. By analogy, limited high-quality internet data was a pro tanto reason for AI progress to slow down in 2025, and indeed progress was slower than in a counterfactual world with more internet data, but the overall pace of progress kept up because of new techniques like RL.
In our earlier bottleneck taxonomy, this is a data coverage bottleneck. As AI R&D advances, we lose data coverage of the AI R&D skills that matter.
We now turn to a data quality bottleneck to the software intelligence explosion.
When data quality is below the level of top humans, itâs easy to improve data quality; when data quality is above that level, improving it is harder
Many forecasts of the software intelligence explosion (including my own!) are based on extrapolating trends in LLM âalgorithmic progressâ. I use scare quotes, because it is https://www.lesswrong.com/posts/sGNFtWbXiLJg2hLzK/the-nature-of-llm-algorithmic-progress-v2 https://www.beren.io/2025-08-02-Most-Algorithmic-Progress-is-Data-Progress/ that a large fraction of the measured efficiency gains (getting the same capabilities for less training compute) actually come from improved data quality.
If data quality improvements will be much harder once the SIE starts than they are today, then our forecasts of an SIE have been too aggressive.
Why might this be the case?
Consider the highest quality data that could be easily derived from human expertise or from human-built artefacts. E.g. a human expert recording a step-by-step demonstration of how best to design an ML experiment, or an RL environment where AI must replicate some complex real-world software that was originally built by human experts.
Call this rough level of data quality the âhuman-quality ceilingâ. Of course, this is a very vague concept that hides a lot of complexity,#fn4tpr60alqkr but I think itâs meaningful enough for our purposes. Demonstrations from a skilled undergrad are below the ceiling; demonstrations from future superintelligence are above it.
Historical data quality improvements have only raised the quality of data up towards the human-quality ceiling. E.g. filtering techniques remove data far below this ceiling, and augmentation techniques increase the amount of data close to the ceiling.
As AI has improved, the field has increasingly pivoted towards producing data thatâs very close to this human-quality ceiling. For example, OpenAIâs âProject Mercuryâ has reportedly paid former investment bankers to build financial models as training demonstrations.#fnoizkfib0a79 Data-labelling companies like Scale AI have shifted from crowdsourced data towards credentialed domain experts who create high-quality demonstrations and RL environments.#fnl9r67vqjov And startups such as Mechanize are constructing challenging RL environments out of real-world software systems.#fn259bgh3na74
But, if data quality is to keep improving during an SIE, it must surpass the human-quality ceiling. And past this point, improving data quality may become harder.
Today, data quality efforts often focus on replicating skills and knowledge that already exist in the minds of humans or implicitly in artefacts like complex software. Itâs essentially extracting high-quality data that is already latent in the world.
But to go above the human-quality ceiling, you cannot extract latent high-quality data â you have to construct the data yourself. Better filtering techniques for existing data wonât cut it. Rather than simply copying the demonstrations from existing human experts, AI must spend lots of time (and scarce compute!) thinking to construct higher-quality demonstrations than anything it has seen in training (this is the core idea of https://ai-alignment.com/iterated-distillation-and-amplification-157debfd1616).#fnf0m8h9k43v Rather than building RL environments that teach the construction of real-world software artefacts, AI must construct RL environments that teach AI to make better software than anything that exists in the real world.
To be clear, I think this will be possible! It is easier to construct difficult challenges and verify their answers than it is to solve them. Already today, human experts build RL environments that produce data above the human-quality ceiling. Data quality will not hit a wall at the human ceiling.
But it will be harder to improve data quality once weâre above the ceiling. Creating high-quality data from scratch is harder than extracting it from human experts and human-built artefacts.
Itâs harder to increase data quality when it is already above the level of top humans.
Concretely, this manifests as a one-time slowdown of the pace of AI progress, at the point at which we pass the ceiling. Once weâre above the ceiling though, this bottleneck doesnât stop AI progress from accelerating over time (see explanation in footnote#fnctsjpjgybuv).
An important caveat: data quality has already been approaching the human-quality ceiling over time in many areas. If AI software progress hasnât slowed in these areas (which is plausible), that suggests the size of this effect is small.#fndwb88f319qp
Data quantity bottleneck?
So weâve discussed bottlenecks to a software intelligence explosion from data coverage and data quality. What about data quantity?
I donât expect this to be an issue.
Forecasts of an SIE extrapolate historical improvements in the efficiency of training AI systems. That is, ways to achieve the same capabilities from less compute and less data. So the core engine of the SIE doesnât rely on increasing the data quantity at all.#fnayrn51t0jsr
Sceptic: Sure, but making those software improvements has relied on running a exponentially growing number of experiments, which in turn has relied on exponential increases in compute and data.
This just isnât true. Yes, exponential increases in compute were needed, and Iâve previously discussed this potential compute bottleneck. But running more experiments doesnât require exponential increases in the quantity of data. You can use the same data in each experiment.
(There is another nearby bottleneck that could stop the SIE from accelerating. Some âscale-dependentâ algorithmic advances that work better if models are trained with more compute and more data. Perhaps algorithmic progress would be half as fast if training compute were held constant. If so, that would halve the estimate of the parameter r that determines whether AI progress will accelerate during an intelligence explosion. So this bottleneck could very plausibly block a software intelligence explosion! But I think of this as a compute bottleneck, not a data bottleneck. Its existence is a direct consequence of the fact that (by definition) compute grows slowly during a software intelligence explosion; it arises regardless of the situation with data.)
Ok, that concludes my discussion of bottlenecks to the SIE itself.
Letâs now turn to the final phase â after the SIE, will AI quickly learn the hugely varied jobs in the real-world economy?
Data bottlenecks to automating most real-world work
During the SIE, AI will be trained on data designed to elicit maximal AI R&D capabilities. Partly this will be specialised data for AI R&D tasks; partly data from similar tasks where there is strong transfer to AI R&D, e.g. cyber, maths and software engineering; and partly data to teach more general skills like problem solving, long-horizon coherence, and computer use.
But AI need not be trained on the specifics of most real-world tasks. So there is a potential data coverage bottleneck. The AI companies, after the SIE, will initially lack data for how to perform most real-world tasks.
How much will this delay the automation of real-world work?
We can break this question into two parts:
- How sample efficient will AI learning techniques be at the end of the SIE? Specifically, how sample efficient on the distribution of real-world tasks.
- How much real-world data will AI companies be able to access?
How sample efficient will AI learning techniques be at the end of the SIE?
I think AI sample efficiency will likely be as good as or better than humans.
There are four broad routes to this:
- From-scratch training algorithms. An SIE would compress many years of AI progress into one year. Humans are a proof-of-concept that human-level sample efficiency is possible algorithmically, and there are many ways in which AI training could be more sample efficient than humans.#fnn98ept2ztzc
- Still, itâs unclear how much sample efficiency of training has increased over time for LLMs, so Iâm overall unsure whether from-scratch training will match human-level sample efficiency.
- In-context learning. Already today in-context learning is much more sample efficient and flexible than from-scratch training. Currently it still has some pretty big weaknesses, but it would improve massively during an SIE. I expect this needs neuralese to work, so that AI can build up new and sophisticated internal representations while learning on the job. (Its âcontextâ wouldnât be a list of words, but a list of âthoughtsâ that it can flexibly draw on.) This seems likely to work.
- Synthetic data. The relevant metric for sample efficiency is how much real-world data AI needs to learn a job. So if AI can learn effectively from synthetic data â training data an AI produces based on real-world data or (more speculatively) high-fidelity simulations of real-world workflows â that increases sample efficiency. There are promising approaches here, see e.g. https://arxiv.org/abs/2301.04104, https://arxiv.org/abs/2111.00210, and https://arxiv.org/abs/2601.20802.
- New paradigms. Even if the current broad deep learning paradigm hits a strong sample efficiency wall, during an SIE AI companies could engage in massive parallel search for new approaches.
All these routes look tractable, and during an SIE there will be strong incentives to develop sample-efficient learning techniques. So I expect some combination of the above approaches to work.
In a fast SIE, these learning techniques will all be developed and refined on digital tasks â often simulated or synthetic ones. One might reasonably be https://meagreprotestanthistory.substack.com/p/the-goodhart-singularity that they will transfer to messy real-world economic tasks. After all, LLM generalisation is fairly weak.
But Iâll argue this wonât be a problem for two reasons:
- Learning algorithms developed in one domain tend to transfer very well to new domains. (And we shouldnât get confused by the fact that trained neural nets generalise poorly between domains.)
- AI companies will be much better placed than evolution to find algorithms that transfer to real-world tasks.
Firstly, learning algorithms developed in one domain tend to transfer very well to new domains. A neural net trained on chess does not generalise to Go, but AlphaZero is a learning algorithm that can learn multiple games and transfers very well. Humans trained to be physicists do not generalise easily to being doctors, but the same learning algorithms that allow humans to master physics also allow them to master medicine. A Transformer trained to predict text cannot magically label images, but the Transformer architecture initially developed for language processing turned out to also work for images, audio, and robot control.
So if a learning algorithm is developed in one domain, and it doesnât look highly specialised to that domain, we should expect it to transfer well to very different domains.
People often point out that neural nets generalise poorly. This is a strong argument against the literal neural net trained during an SIE immediately being a drop-in replacement for all work.
But itâs not an argument against the learning techniques generalising far. Which is the argument Iâm making here.#fn1zdt14u4kwd
Secondly, AI companies will be much better placed than evolution to find algorithms that generalise to real-world tasks. The human learning algorithm was âbuiltâ blindly by evolution to make humans better at hunting on the Savanna. No attempt whatsoever was made to make it transfer beyond that. But it turned out to transfer to reading and writing, abstract maths, and indeed all modern economic tasks. This is a very striking empirical fact!
AI companies, by contrast, will be deliberately optimising for digital-to-physical transfer, with the ability to measure transfer directly, and iterate. They are in a far, far stronger position than evolution.
The following strategy seems potent: 1) develop a learning technique by iterating on a subset of digital tasks, 2) test transfer to other digital tasks (and a few real-world tasks), 3) keep iterating steps 1 and 2 until you find something that transfers well.
For example, do sample-efficient learning techniques developed on coding and math problems transfer to learning broad computer use, World of Warcraft, highly specialised software for financial accounting, and byzantine government IT systems?
Strategy for finding learning algorithms that work on real-world tasks. First develop sample-efficient learning algorithms on a subset of digital tasks; then test generalisation to digital and some real-world tasks.
This is a powerful strategy because the range of tasks that can be performed and verified digitally is already vast. And abundant AI cognitive labour can make this range much broader still. If a learning technique transfers across the large gaps between very different digital tasks, that is strong evidence it will also transfer the one further step to real-world tasks.
Further, AIs will purposely create virtual tasks that closely resemble real-world tasks. They will have lots of information about real-world tasks â from the internet, from human experts paid to provide this data, and from companies deploying AI. Again, evolution didnât have this.
So, AI sample efficiency will be as good or better than humans. But AI still needs real-world data to learn real-world tasks.
How long will it take to gather the data to learn real-world tasks?
If the whole world worked together to make this happen quickly, it would not take long. For each job, 1000 people could record their screens and wear video cameras on their heads, and within 4 months AI would have 300 yearsâ worth of experience. For skills that are highly specific to a particular role, it would be slower: AI would have to learn from the one human doing the job, âshadowingâ them like human apprentices do today.
The bigger uncertainty for me here is whether organisations will simply refuse to share their data. The argument for refusal is simple. For many companies, proprietary data is the moat. If they hand it to an AI company, the resulting AI gets deployed across the whole economy â including to their competitors â and the thing that made them special is now available to anyone. So they refuse. This is the strong default today: the winning enterprise AI pitch right now is âwe will never train on your dataâ.
I donât ultimately find this convincing, for two reasons.
First, the company can sell the moat at a very high price. AI trained on its data (and perhaps also the data of other similar companies) can generate far more value across the economy than the company could ever capture alone, so the AI company can pay well above the companyâs expected future profits and still come out ahead â paying, for example, with shares in the AI company itself. The surplus from combining the data with the AI cognitive labour is enormous, and so thereâs plenty of room for both sides to come out ahead. Today the surplus is much smaller, so itâs not surprising that the data isnât sold.
Still, CEOs might refuse to sell the moat simply because they want to run their own business. Or they might believe they could make more money by holding out and extracting rents from their control of a scarce resource (see https://hypersoren.xyz/posts/against-coasean-singularity/ for a strong version of this pessimism and see footnote for discussion of the game theory#fniv4fsla4o3e).
Second, and more convincingly, data-sharing deals can be structured to preserve the moat. The AI is fine-tuned on the companyâs data under an exclusive arrangement â the resulting AI works in their workflows and nowhere else. Their moat is now embodied in an AI rather than in their employees. Deals like this leave both sides better off, so I expect them to happen. Of course, learning will be slower than if data were pooled across many firms.
Even this deal might fail though. People may not trust the AI company to keep to the agreement. Human employees may strongly resist their own replacement. Legal barriers may delay certain uses of customer data (though Iâm sceptical, see footnote#fnmwyjt5u2w). And human-run companies may just be slow to adopt new technologies, as is common.
But in competitive industries this situation is fragile: once one company in the sector has adopted AI, it will be very hard for others to hold out.
Overall, Iâd guess that, in competitive industries, AI will learn to automate most work within a year of the SIE.
Conclusion
Hereâs a summary of my views:
Phase of AI progress
Type of data bottleneck
Data quantity
Data quality
Data coverage
Automating AI R&D
Already reducing the gains to scaling pre-training
Already reducing the gains to scaling pre-training
If RL generalises poorly, automation may require constructing data for many AI R&D workflows.
Software intelligence explosion (SIE)
Not significant: engine of progress doesnât rely on increased data
Improving data quality may be harder once it exceeds the human-quality ceiling
Early in the SIE, AI will have weak sample efficiency and rely on human-derived data. When AI invents new ML techniques, this renders this data less helpful, reducing AI R&D capabilities.
Broad deployment (after an SIE)
After the SIE, AI will match human sample efficiency on real-world tasks. In competitive industries, it will quickly learn to automate most work.
So my overall view is:
- Data bottlenecks might significantly delay automating AI R&D â this depends on how well RL generalises as we scale it up and, if it generalises badly, how hard it is to gather lots of data specialised to AI R&D tasks.
- Data bottlenecks are unlikely to stop a software intelligence explosion from accelerating over time. But there will likely be some slowdowns from human-derived training data losing its relevance as AI software advances, and from it becoming harder to increase data quality once it reaches the human-quality ceiling. I expect these slowdowns to be fairly minor: Iâd be surprised if they make the SIE take >2x as long.
- After the SIE, I expect AI sample efficiency on real-world tasks to match humans. And in competitive industries, I expect them to rapidly have access to the real-world data needed to automate the work.
Acknowledgements: thanks for comments from Herbie Bradley, Daniel Carey, Alan Chan, Josh Clymer, Owen Cotton-Barratt, Tom Cunningham, Daniel Eth, Lukas Finnveden, Ryan Greenblatt, Brendan Halstead, Anson Ho, Eli Lifland, Alex Mallen, Sam Manning, Sören Mindermann, Dwarkesh Patel, Carl Shulman, James Tillman, and Philip Trammell.
This article was created by https://www.forethought.org/about. See the original https://www.forethought.org/research/data-bottlenecks.
-
fnrefsovg876is6iSuppose that absent a bottleneck the intelligence explosion would take 4 months to go from human-level to somewhat-superhuman AI, and 1 month from there to superintelligence.
If a bottleneck slows down the explosion then it might instead take 6 months from human-level to somewhat-superhuman and 1.5 months from there to superintelligence. Progress still accelerates, but the pace of change at each level of capabilities is slower. - #fnrefri53c7zbsxOf course, these phases will blur into each other. Scaling will continue even after significant AI R&D automation, and AI will be deployed across the economy somewhat during a software intelligence explosion. And if there isnât an SIE, the second and third stages will blur together much more. - #fnrefjt1ovplrcdIâve tweaked the definition a little compared to the one https://www.planned-obsolescence.org/p/six-milestones-for-ai-automation, which is about whether an AI company would choose to fire the AIs or the humans. The firing decision brings in factors other than capabilities at AI R&D, like alignment or good judgement about whether to pause progress. - #fnref8j5fb1z0224This definition is ambiguous: what if youâd make faster progress initially with AIs but then get stuck? Letâs peg it to 1 year of progress (at the rate of progress in 2020â25). You reach AI-human parity when only-AIs could make a yearâs worth of progress as fast as only-humans. - #fnrefxm291hyby3For example, AIs can get a huge amount done, but may exhibit critically flawed judgement if not directed by a human. Humans could hand off all execution to AIs, spending 10x more time on high-level prioritisation and planning. Consider how much more productive a research manager can be running a 30 person team compared with just doing the research themselves. - #fnrefc0t4mqiw4c9How much might it speed up? If cognitive labour inputs are 10x bigger by this point, and the share of R&D progress attributable to cognitive labour (rather than compute) is ~0.5, then this would be a ~3x speed-up in software progress, and a ~2x speed-up in overall AI progress. (Numbers very rough of course!) Probably a bit less than this to account for some low-hanging fruit being plucked along the way. - #fnrefyvdjfiiv7hmFor example, todayâs LLMs learn from https://www.dwarkesh.com/p/the-sample-efficiency-black-hole than a human ever processes. In-context learning is also much less flexible than humans, and does not work over similarly long time horizons. - #fnrefy8ser1sh0bBut wonât fully automating AI R&D require automating some parts of the AI R&D stack for which there is very little data? In which case AI will need to match human sample efficiency? At the point of AI-human parity, in practice humans will continue to do those low-data parts due to strong comparative advantage. Without humans, AI would hack together some way to avoid those parts going catastrophically wrong â constant checking and testing and huge amounts of inference-time thinking. They would be a major drag, but AI would still achieve parity through its large advantages elsewhere. - #fnref3uwffsi2br8And eventually AI will be much better than humans at learning new paradigms (h/t Carl Shulman). When a field advances, humans must also laboriously learn the new concepts â and no human will ever have ten yearsâ experience with a brand-new technique. AI, by contrast, will be able to read everything written on the new concept and do RL practice on it in parallel across thousands of copies. - #fnrefd9zecbnm1faAt least, slow down progress relative to a world where this dynamic was not in play. In practice it might just result in AI progress speeding up less than it would have otherwise. - #fnref4tpr60alqkrThereâs a question of how much work is being done to âderiveâ the data from human expertise or human-built artefacts. For example, you could take a human-built artefact and then design an RL environment to build a more complicated variant. Or you could augment a human expert demonstration to improve its quality. Iâm here including simple methods for âderivingâ the demonstrations or RL environments, but not very complicated ones. - #fnrefoizkfib0a79See e.g. https://www.entrepreneur.com/business-news/openai-is-paying-ex-investment-bankers-to-train-its-ai/498585 that OpenAIâs âProject Mercuryâ paid over 100 former investment bankers (around $150/hour) to build financial models as training data. - #fnrefl9r67vqjovE.g. Mercor, a marketplace of credentialed domain experts (reported at roughly a 2-billion-dollar annualised gross-revenue run-rate by mid-2026); Scale AI's restructuring of its contractor operations towards credentialed experts; and Surge AI's hybrid humanâAI pipeline (revenues reported around a billion dollars). Expert-built evaluation and data efforts such as FrontierMath, Humanity's Last Exam, and HealthBench's physician-written rubrics point the same way. Vendor gross revenues, though, considerably overstate the genuinely above-frontier expert-labour input to frontier training â platform margins, non-expert crowdwork, and non-lab customers all inflate them â so these figures show where the field is heading, not that expert data dominates lab inputs. - #fnref259bgh3na74See https://www.mechanize.work/technical-blog/introducing-gba-eval/ on building RL environments from real-world software. - #fnreff0m8h9k43vTo make the difference explicit: today humans do not need to be âhttps://ai-alignment.com/iterated-distillation-and-amplification-157debfd1616â by thinking for ages to create higher quality demonstrations, but in the future AI will need to be amplified to increase data quality. - #fnrefctsjpjgybuvHereâs why being above the ceiling slows progress once rather than preventing it from accelerating.
Suppose weâre already above the ceiling and improve AI by one ânotchâ; this takes some amount of time. Now weâre even further above the ceiling, and we improve AI by another notch, which also takes some amount of time. The question of acceleration is how long this second step takes compared to the first â which depends on how much harder the second set of improvements is than the first. Now, for neither step can we draw on the latent stock of high-quality human data. That makes each step harder than it would otherwise have been â but it doesnât apply more to the second step than to the first. So while being above the ceiling makes each individual step take longer, it doesnât prevent the second step from being faster than the first. Thatâs a one-time slowdown, not a brake on acceleration. - #fnrefdwb88f319qpIn fact, on some ways of modelling it, the effect is reversed. Suppose data quality becomes continuously harder to improve the closer you are to the human-quality ceiling. Then we are already dealing with a slight slowdown each year. Reaching the ceiling will be just one more speed bump thatâs already baked into the trend of software progress over time. But then after reaching that ceiling, there are no more speed bumps! So we transition from a world of annual speed bumps to a world with no speed bumps. For every step of progress, thereâs now a speed boost relative to our expectations. Progress accelerates more quickly than weâd have otherwise expected (or, for those familiar with the mathematical models behind the SIE, r becomes higher). So the sign of the effect depends on whether we model the difficulty as a dichotomous effect that kicks in after reaching the ceiling, or as a continuous effect that grows gradually as we approach the ceiling. Iâm inclined towards the former: thereâs something fairly dichotomous about extracting latent data vs constructing data from scratch. - #fnrefayrn51t0jsrIndeed, while historically data quantity has grown by orders of magnitude, this was never going to be possible during an SIE. The whole point of an SIE is that the quantity of compute stays roughly constant. You canât continually increase data quantity by orders of magnitude while holding training compute fixed. Indeed, for an SIE to become very fast, AI companies will likely need to https://www.forethought.org/research/will-the-need-to-retrain-ai-models.
Caveat: I do think data quantity could increase somewhat. Today RL data is very sparse â AI takes 100s or 1000s of steps before getting a reward. Rewarding each intermediate step of its work would provide much more data per task (this is the core idea of https://arxiv.org/abs/2211.14275). This could be a big one-time increase in data quantity, but wouldnât be an ongoing core driver of the SIE. - #fnrefn98ept2ztzcSee âimprovements to the brain algorithmâ https://www.forethought.org/research/how-quick-and-big-would-a-software-intelligence-explosion-be#gap-from-human-learning-to-effective-limits. - #fnref1zdt14u4kwdIn-context learning is a bit of an in-between case because the neural net is fixed. But rather than the weights encoding expertise at any specific skill (as they mostly do today!) Iâm imagining the weights implementing a learning algorithm, and the activations representing the newly learned knowledge and skills. Again, I think that for this to work neuralese would be required, and plausibly also architectural changes as large as the Transformer. - #fnrefiv4fsla4o3eHow could a CEO expect to make more money by withholding their proprietary data? Given the large surplus from selling their moat, surely thereâs some trade that makes both parties better off? - #fnrefmwyjt5u2wI don't think this legal barrier is that strong: companies already share sensitive data with third-party processors like cloud providers under standard legal agreements, fine-tuning can happen within the company's own environment so data never leaves its control, and AI itself will be far better than today's tools at reliably redacting protected material. But it could add real delay in heavily regulated industries.
Data bottlenecks wonât prevent an intelligence explosion (but they will slow it down)
Summary
One of the most important questions facing the world is whether AI will undergo a https://www.forethought.org/research/will-ai-r-and-d-automation-cause-a-software-intelligence-explosio
Or tag your agent đ
All these hacks and nobody has taken fable or astra weights eh
⯠full post (907 more characters) ⯠show less
Microsoft Breaks Another Patch Tuesday Record
Microsoft's September 2026 Patch Tuesday is its largest ever, fixing a record 966 vulnerabilities, including 105 rated critical and two zero-days already being exploited in attacks. BleepingComputer reports: This Patch Tuesday addresses 105 "Critical" vulnerabilities, 81 of which are remote code execution, 20 are elevation of privileges, 2 are information disclosure, and 1 security feature bypass.
The approximate number of bugs in each vulnerability category is listed below:
- 438 Elevation of Privilege Vulnerabilities
- 19 Security Feature Bypass Vulnerabilities
- 258 Remote Code Execution Vulnerabilities
- 173 Information Disclosure Vulnerabilities
- 56 Denial of Service Vulnerabilities
- 16 Spoofing Vulnerabilities Last month, Microsoft's Patch Tuesday updates fixed 570 security flaws, following 400 vulnerabilities patched in August.
Microsoft Breaks Another Patch Tuesday Record
Microsoft's September 2026 Patch Tuesday is its largest ever, fixing a record 966 vulnerabilities, including 105 rated critical and two zero-days already being exploited in attacks. BleepingComputer reports: This Patch Tuesday addres
⯠full post (264 more characters) ⯠show less
I'm talking about my clankers regularly doing stuff they are explicitly forbidden to do.
I have a fable and a sonnet agent. the fable agent could push to github with the tokens I gave it. sonnet could not. They had the same token. Turned out the harness told them both to not use tokens so fable wrapped it sufficiently so the harness didn't notice anymore.
Do my agents build terminators now? I doubt it but they are notorious rule breakers. Their first order of business is to make me happy and when that harness is in the way, out it goes.
I'm talking about my clankers regularly doing stuff they are explicitly forbidden to do.
I have a fable and a sonnet agent. the fable agent could push to github with the tokens I gave it. sonnet could not. They had the same token. Turned out the harness told them both to not use
⯠full post (95 more characters) ⯠show less
Deep breath, bonds are not where you flee for safety, at best bonds are where you go for slower, less brutal, but no less painful death.
Maybe I should have gone darker, but the lumberjack is not looking it good shape.
https://primal.net/Dug/I-never-even-knew-what-bonds-were-so-I-wrote-this-d5cfm5 nostr:nevent1qqswn68zw8p7ly8u4lsxhdz328l554dcyyw9v4dfw6z5wlfkqg66argjkd2ny
Deep breath, bonds are not where you flee for safety, at best bonds are where you go for slower, less brutal, but no less painful death.
Maybe I should have gone darker, but the lumberjack is not looking it good shape.
Do you use that word a lot? đ
It's quite trivial to do nowadays. Do it!
⯠full post (128 more characters) ⯠show less
10Y on both US and UK looking like âhigherâ. https://blossom.primal.net/198aeb6255934382cfa9e015fd7dbf8236034636d11f0cc768956f62ef231b18.jpg https://blossom.primal.net/aed4f327310f7eba5a47893f142fbb677eae79191e17ac571690f27b9c61f7f2.jpg https://blossom.primal.net/7ff609f4519ca7b5591f3b57dcce3529300865916a74e2e49939e99ab50b8715.jpg nostr:nevent1qqs9tpq7cpex9ngqwdq2w8xvrsp5rjk2uv6ue8stn9ve4jfmtjs3stgy5stj3
đ€đ«
⯠full post (62 more characters) ⯠show less
We back baby!!!! Canât contain market forces. Time to see the knock-on effects of this more recent increase. Given bond markets are oh so flaky, this could be very interesting, very quickly. Hmmmm, may fill up the auto this evening. #100dollaroil https://blossom.primal.net/f0460763807d45995ec0abdaa6782efd15e455a2ee72f00e87daa91cfa709d54.jpg
We back baby!!!! Canât contain market forces. Time to see the knock-on effects of this more recent increase. Given bond markets are oh so flaky, this could be very interesting, very quickly. Hmmmm, may fill up the auto this evening. #100dollaroil https://blossom.primal.net/f04607
Coyote v. Acme (1990)
Link: https://www.newyorker.com/magazine/1990/02/26/coyote-v-acme Discussion: https://news.ycombinator.com/item?id=49586494
Well, drives do not need as much cooling and can be densely packed
⯠full post (4 more characters) ⯠show less
In this particular case, I disagree. Responsible disclosure to blockstream security could have resulted in a stop of liquid block production, and therefore not put any user's funds at risk. If they did report it and Blockstream did nothing, then the right move is to take the money.
In this particular case, I disagree. Responsible disclosure to blockstream security could have resulted in a stop of liquid block production, and therefore not put any user's funds at risk. If they did report it and Blockstream did nothing, then the right move is to take the mo
Less is more
⯠full post (91 more characters) ⯠show less
Comedy is very very simple. All you need to do is say the thing that everyone knows is true, the most obvious thing, but that one that is just not said.
For silly, awkward, unjustifiable reasons, that's the funny part. How everyone goes along with it. And now you ... aren't.
That's it, that's the secret.
but also timing, which might be, uh... a little less trivial.
Comedy is very very simple. All you need to do is say the thing that everyone knows is true, the most obvious thing, but that one that is just not said.
For silly, awkward, unjustifiable reasons, that's the funny part. How everyone goes along with it. And now you ... aren't.
Th