Chammarychammary

Jeff Dean: The 1% Rule for Building in AI

Y Combinator · 57:07 · 5 days ago

The evolution of AI engineering is shifting from scaling model size toward creating automated loops where systems improve themselves and perform complex, long-running tasks through "context engineering." Success now depends on identifying high-value domains and optimizing for data movement efficiency rather than general compute power.

  • Automated loops — Machine learning systems will increasingly improve their own capabilities by decomposing tasks and running fast, repetitive experimentation cycles .

  • Energy bottleneck — Moving data inside processors costs thousands of times more energy than the actual calculation, making optimized chips essential for efficient inference .

  • Context engineering — Builders should focus on orchestration, retrieval, and memory tools to guide models, rather than just training larger parameter sets .

  • Agent reliability — To prevent long-running processes from failing, use multiple agent paths and evaluation layers to search for the most accurate solution .

  • Domain focus — New ventures gain an edge by tackling niche scientific or engineering problems where custom data sets outweigh general model knowledge .

  • First principles — Re-evaluating core industry assumptions—such as designing systems that function despite high hardware error rates—can unlock radical architectural advancements .

  • Simulation speed — Creating models that approximate complex simulators can accelerate scientific discovery by executing tasks millions of times faster than traditional methods .

  • How does an automated experimentation loop enhance machine learning system performance?

  • Why is batching used in training to mitigate data movement costs?