AI and efficiency

OpenAI Blog Papers

Summary

OpenAI analyzes trends in AI algorithmic efficiency, showing that compute required to reach AlexNet-level performance has halved roughly every 16 months since 2012, outpacing hardware gains. The study draws comparisons across domains like DNA sequencing and transistor density to contextualize AI progress.

We’re releasing an analysis showing that since 2012 the amount of compute needed to train a neural net to the same performance on ImageNet classification has been decreasing by a factor of 2 every 16 months. Compared to 2012, it now takes 44 times less compute to train a neural network to the level of AlexNet (by contrast, Moore’s Law would yield an 11x cost improvement over this period). Our results suggest that for AI tasks with high levels of recent investment, algorithmic progress has yielded more gains than classical hardware efficiency.
Original Article Export to Word Export to PDF
View Cached Full Text

Cached at: 04/20/26, 02:51 PM

# AI and efficiency Source: [https://openai.com/index/ai-and-efficiency/](https://openai.com/index/ai-and-efficiency/) Total amount of compute in teraflops/s\-days used to train to AlexNet level performance\. Lowest compute points at any given time shown in blue, all points measured shown in gray\.[2](https://openai.com/index/ai-and-efficiency/#citation-bottom-2),[5](https://openai.com/index/ai-and-efficiency/#citation-bottom-5),[6](https://openai.com/index/ai-and-efficiency/#citation-bottom-6),[7](https://openai.com/index/ai-and-efficiency/#citation-bottom-7),[8](https://openai.com/index/ai-and-efficiency/#citation-bottom-8),[9](https://openai.com/index/ai-and-efficiency/#citation-bottom-9),[10](https://openai.com/index/ai-and-efficiency/#citation-bottom-10),[11](https://openai.com/index/ai-and-efficiency/#citation-bottom-11),[12](https://openai.com/index/ai-and-efficiency/#citation-bottom-12),[13](https://openai.com/index/ai-and-efficiency/#citation-bottom-13),[14](https://openai.com/index/ai-and-efficiency/#citation-bottom-14),[15](https://openai.com/index/ai-and-efficiency/#citation-bottom-15),[16](https://openai.com/index/ai-and-efficiency/#citation-bottom-16) Algorithmic efficiency can be defined as reducing the compute needed to train a specific capability\. Efficiency is the primary way we measure algorithmic progress on classic computer science problems like sorting\. Efficiency gains on traditional problems like sorting are more straightforward to measure than in ML because they have a clearer measure of task difficulty\.[A](https://openai.com/index/ai-and-efficiency/#citation-bottom-A)However, we can apply the efficiency lens to machine learning by holding performance constant\. Efficiency trends can be compared across domains like DNA sequencing[17](https://openai.com/index/ai-and-efficiency/#citation-bottom-17)\(10\-month doubling\), solar energy[18](https://openai.com/index/ai-and-efficiency/#citation-bottom-18)\(6\-year doubling\), and transistor density[3](https://openai.com/index/ai-and-efficiency/#citation-bottom-3)\(2\-year doubling\)\. For our analysis, we primarily leveraged open\-source re\-implementations[19](https://openai.com/index/ai-and-efficiency/#citation-bottom-19),[20](https://openai.com/index/ai-and-efficiency/#citation-bottom-20),[21](https://openai.com/index/ai-and-efficiency/#citation-bottom-21)to measure progress on AlexNet level performance over a long horizon\. We saw a similar rate of training efficiency improvement for ResNet\-50 level performance on ImageNet \(17\-month doubling time\)\.[7](https://openai.com/index/ai-and-efficiency/#citation-bottom-7),[16](https://openai.com/index/ai-and-efficiency/#citation-bottom-16)We saw faster rates of improvement over shorter timescales in Translation, Go, and Dota 2: 1. Within translation, the Transformer[22](https://openai.com/index/ai-and-efficiency/#citation-bottom-22)surpassed seq2seq[23](https://openai.com/index/ai-and-efficiency/#citation-bottom-23)performance on English to French translation on WMT’14 with 61x less training compute 3 years later\. 2. We estimate AlphaZero[24](https://openai.com/index/ai-and-efficiency/#citation-bottom-24)took 8x less compute to get to AlphaGoZero[25](https://openai.com/index/ai-and-efficiency/#citation-bottom-25)level performance 1 year later\. 3. OpenAI Five Rerun required 5x less training compute to surpass OpenAI Five[26](https://openai.com/index/ai-and-efficiency/#citation-bottom-26)\(which beat the world champions,[OG⁠\(opens in a new window\)](https://liquipedia.net/dota2/OG)\) 3 months later\. It can be helpful to think of compute in 2012 not being equal to compute in 2019 in a similar way that dollars need to be inflation\-adjusted over time\. A fixed amount of compute could accomplish more in 2019 than in 2012\. One way to think about this is that some types of AI research progress in two stages, similar to the “tick tock” model of development seen in semiconductors; new capabilities \(the “tick”\) typically require a significant amount of compute expenditure to obtain, then refined versions of those capabilities \(the “tock”\) become much more efficient to deploy due to process improvements\. Increases in algorithmic efficiency allow researchers to do more experiments of interest in a given amount of time and money\. In addition to being a measure of overall progress, algorithmic efficiency gains speed up future AI research in a way that’s somewhat analogous to having more compute\. In addition to efficiency, many other measures shed light on overall algorithmic progress in AI\. Training cost in dollars[28](https://openai.com/index/ai-and-efficiency/#citation-bottom-28)is related, but less narrowly focused on algorithmic progress because it’s also affected by improvement in the underlying hardware, hardware utilization, and cloud infrastructure\. Sample efficiency is key when we’re in a low data regime, which is the case for many tasks of interest\. The ability to train models faster[29](https://openai.com/index/ai-and-efficiency/#citation-bottom-29)also speeds up research and can be thought of as a measure of the parallelizability[30](https://openai.com/index/ai-and-efficiency/#citation-bottom-30)of learning capabilities of interest\. We also find increases in inference efficiency in terms of GPU time[31](https://openai.com/index/ai-and-efficiency/#citation-bottom-31), parameters[16](https://openai.com/index/ai-and-efficiency/#citation-bottom-16), and flops meaningful, but mostly as a result of their economic implications[B](https://openai.com/index/ai-and-efficiency/#citation-bottom-B)rather than their effect on future research progress\. Shufflenet[13](https://openai.com/index/ai-and-efficiency/#citation-bottom-13)achieved AlexNet\-level performance with an 18x inference efficiency increase in 5 years \(15\-month doubling time\), which suggests that training efficiency and inference efficiency might improve at similar rates\. The creation of datasets/​environments/​benchmarks is a powerful method of making specific AI capabilities of interest more measurable\. If large scale compute continues to be important to achieving state of the art \(SOTA\) overall performance in domains like language and games then it’s important to put effort into measuring notable progress achieved with smaller amounts of compute \(contributions often made by academic institutions\)\. Models that achieve training efficiency state of the arts on meaningful capabilities are promising candidates for scaling up and potentially achieving overall top performance\. Additionally, figuring out the algorithmic efficiency improvements are straightforward[F](https://openai.com/index/ai-and-efficiency/#citation-bottom-F)since they are just a particularly meaningful slice of the learning curves that all experiments generate\. We also think that measuring long run trends in efficiency SOTAs will help paint a quantitative picture of overall algorithmic progress\. We observe that hardware and algorithmic efficiency gains are multiplicative and can be on a similar scale over meaningful horizons, which suggests that a good model of AI progress should integrate measures from both\. Our results suggest that for AI tasks with high levels of investment \(researcher time and/or compute\) algorithmic efficiency might outpace gains from hardware efficiency \(Moore’s Law\)\. Moore’s Law was coined in 1965 when integrated circuits had a mere 64 transistors \(6 doublings\) and naively extrapolating it out predicted personal computers and smartphones \(an iPhone 11 has 8\.5 billion transistors\)\. If we observe decades of exponential improvement in the algorithmic efficiency of AI, what might it lead to? We’re not sure\. That these results make us ask this question is a modest update for us towards a future with powerful AI services and technology\. For all these reasons, we’re going to start tracking efficiency SOTAs publicly\. We’ll start with vision and translation efficiency benchmarks \(ImageNet[G](https://openai.com/index/ai-and-efficiency/#citation-bottom-G)and WMT14\), and we’ll consider adding more benchmarks over time\. We believe there are efficiency SOTAs on these benchmarks we’re unaware of and encourage the research community to[submit them here⁠\(opens in a new window\)](https://github.com/openai/ai-and-efficiency)\(we’ll give credit to original authors and collaborators\)\. Industry leaders, policymakers, economists, and potential researchers are all trying to better understand AI progress and decide how much attention they should invest and where to direct it\. Measurement efforts can help ground such decisions\. If you’re interested in this type of work,[consider applying⁠](https://openai.com/careers/)to work at OpenAI’s Foresight or Policy team\!

Similar Articles

AI and compute

OpenAI Blog

OpenAI releases an analysis demonstrating that compute used in largest AI training runs has grown exponentially at a 3.4-month doubling time since 2012, representing a 300,000x increase and vastly outpacing Moore's Law. The analysis suggests this trend will likely continue and calls for increased academic AI research funding to address rising computational costs.

AI progress and recommendations

OpenAI Blog

OpenAI publishes a position paper on AI progress and recommendations, discussing the rapid advancement of AI systems beyond the Turing test milestone, projections for discovery-making capabilities by 2026-2028, and their commitment to safety and alignment research as AI becomes more capable.

Measuring AI’s capability to accelerate biological research

OpenAI Blog

OpenAI demonstrates GPT-5's capability to accelerate biological research by autonomously optimizing a molecular cloning protocol in collaboration with Red Queen Bio, achieving a 79-fold improvement in cloning efficiency through novel enzymatic mechanisms. The work showcases AI's potential to support experimental iteration and empirical validation in wet lab settings while highlighting biosecurity considerations.

How AI training scales

OpenAI Blog

OpenAI researchers discovered that the gradient noise scale, a simple statistical metric, predicts the parallelizability of neural network training across a wide range of tasks. They found that more complex tasks and more powerful models tolerate larger batch sizes, suggesting future AI systems can scale further through increased parallelization.