Anthropic CEO Dario Amodei stated that modern neural network architectures are already technically capable of processing context windows of up to 100 million words, paving the way for a fundamentally new way of interacting with data through in-context learning.


What Happened
Dario Amodei reported the possibility of architectural processing for ultra-long sequences of up to 100 million words. The main barrier to the widespread adoption of this technology at the moment is not the architectural limitation of the models, but the high computational cost and significant latency during inference.
Context
The development of ultra-long context marks a transition from using RAG (Retrieval-Augmented Generation) systems to the In-Context Learning (ICL) paradigm. This allows models to "learn" and update their knowledge directly while working with data without the need to change weights (fine-tuning) through expensive retraining.
Why It Matters for the Industry
For the industry, this means a shift in R&D focus from developing new architectures to optimizing attention mechanisms, KV caching, and finding ways to reduce inference costs (e.g., through Ring Attention or FlashAttention). This stimulates the development of Long-Context-as-a-Service technologies and changes the economics of working with big data.
Why It Matters for Users
For end users, this means the ability to instantly analyze massive amounts of information: entire libraries of documents, multi-year financial archives, or giant codebases in a single query. In the future, this will allow AI to "know" the entire contents of corporate documentation without the need for preliminary indexing in vector databases.
What Is Not Yet Known / Limitations
The current economics of computation and high latency make the mass use of such windows in commercial products premature without significant progress in inference optimization.
Sources
Author
Look at AI, Editorial Team
