AI Research

Together AI's OSCAR Beats KV Cache Collapse

Forget everything you thought you knew about 2-bit KV caches collapsing past 32K. Together AI just dropped OSCAR, and it's holding strong at 128K.

AI Memory Breakthrough: OSCAR Beats KV Cache Collapse [2026] — The AI Catchup

Key Takeaways

  • Together AI's OSCAR open-sourced a 2-bit KV cache method stable at 128K context.
  • This breakthrough overcomes the typical collapse seen in 2-bit caches past 32K.
  • The innovation enables more capable LLMs for tasks requiring extensive memory, like document analysis and coding.

May 2026. That’s the year Together AI decided to flip the script on a fundamental problem plaguing large language models: context window limitations.

For ages, pushing past 32K context with 2-bit KV cache methods felt like playing Jenga with a brick. Every attempt I’ve seen crumbled. Then, BAM. Together AI unleashes OSCAR. Open-sourced on May 25th, this isn’t just another incremental tweak. This is a deep cut into the memory architecture itself, and it’s keeping Qwen3–8B humming along at a staggering 128K context. Let that sink in.

Who cares about 128K context? Anyone building AI that needs to remember more than a chatbot’s short-term memory. Think complex legal documents, lengthy codebases, or scientific papers. Suddenly, the idea of an AI actually understanding an entire book, not just a few pages, feels a lot closer.

OSCAR Tackles the Collapse

Look, the KV cache is where all the magic—and the memory hogging—happens in LLMs. It’s how the model keeps track of what it’s processed so we don’t have to recompute everything every single time. The sweet spot has always been finding a balance: shrink the cache size (hence the ‘2-bit’ buzzword) to save precious VRAM, but don’t sacrifice the model’s ability to recall information over long stretches. For a while, it felt like the laws of physics were against us, or at least the economics of silicon.

Every 2-bit KV cache method I tried in 2025 collapsed past 32K context. Together AI’s OSCAR, open-sourced on May 25, 2026, kept Qwen3–8B…

This is the crucial bit. When these memory-saving tricks collapse, your LLM starts hallucinating or just plain forgetting what you told it earlier. It’s like having a conversation with someone who keeps zoning out. Useless.

Why 2-Bit Matters (and Why It Usually Fails)

Quantization, reducing the precision of numbers (like going from 32-bit floating point to 2-bit integers), is the name of the game for efficiency. Lower bits mean less data, which means faster processing and more data fitting into that expensive GPU memory. But there’s a trade-off. Go too low, and the precision is lost, corrupting the data and, with it, the model’s performance. For the KV cache, this collapse often happens when the sequence length gets long.

Think of it like trying to pass a whispered message down a line of 100 people. The first few get it right, but by the time it reaches the last person, it’s garbled nonsense. That’s what happens to a KV cache that’s too “compressed.” OSCAR’s claimed breakthrough is its ability to maintain the integrity of that message, even when the line is 128,000 people long.

Who’s Actually Making Money Here?

This is the eternal question, isn’t it? On the surface, Together AI, by open-sourcing this, is playing the long game. They’re building a community, establishing themselves as innovators, and likely hoping to drive adoption of their broader platform or future commercial offerings. The real beneficiaries, though, are the developers and researchers who can now build more capable, more efficient AI without hitting the wall of context limitations quite so hard. Smaller companies, startups, and even individual researchers who can’t afford massive GPU clusters might finally get a leg up.

And the hardware makers? They’re always winners. More capable AI models demand more—and better—hardware. If OSCAR enables models that can process more information, guess what? You’ll need more powerful GPUs to run them efficiently. It’s a virtuous cycle, or a vicious one depending on your wallet.

Is This a True Revolution or Just Better Engineering?

It’s easy to throw around the word ‘revolutionary.’ I’ve heard it for everything from a new flavor of energy drink to a slightly faster SSD. But this? This tackles a core bottleneck. If OSCAR truly delivers on its promise of stable 128K context with 2-bit KV caches, it’s a significant engineering feat. It’s not creating AI from scratch, but it’s making the AI we have substantially more potent and practical.

My cynical veteran journalist brain always looks for the angle. Is this just a clever trick? Or does it unlock entirely new classes of applications? The fact that it’s open-sourced suggests the latter. They want this to be adopted. They want it to become the new standard. If it does, it’s more than just better engineering; it’s a step-change in what’s possible.

This is the kind of stuff that used to require a PhD and a supercomputer. Now, potentially, it’s a library you can pip install. That’s where the real impact lies – democratizing advanced AI capabilities.


🧬 Related Insights

Frequently Asked Questions

What does OSCAR do for LLM memory? OSCAR is a new 2-bit KV cache method that significantly reduces memory usage while allowing large language models to process and recall information over much longer context windows, up to 128K, without collapsing.

Will OSCAR replace existing KV cache methods? It’s poised to become a strong contender and potentially a new standard for efficient KV caching, especially in applications requiring long context. Its open-source nature encourages widespread adoption and testing.

How does 2-bit KV cache work? 2-bit KV cache involves quantizing the data in the Key-Value cache of a language model to use only 2 bits per element, drastically cutting down memory requirements compared to higher-precision formats. The challenge, which OSCAR claims to solve, is maintaining performance and accuracy at this low bit rate, especially with long sequences.

Written by
theAIcatchup Editorial Team

AI news that actually matters.

Frequently asked questions

What does OSCAR do for <a href="/tag/llm-memory/">LLM memory</a>?
OSCAR is a new 2-bit KV cache method that significantly reduces memory usage while allowing large language models to process and recall information over much longer context windows, up to 128K, without collapsing.
Will OSCAR replace existing KV cache methods?
It's poised to become a strong contender and potentially a new standard for efficient KV caching, especially in applications requiring long context. Its open-source nature encourages widespread adoption and testing.
How does 2-bit KV cache work?
2-bit KV cache involves quantizing the data in the Key-Value cache of a language model to use only 2 bits per element, drastically cutting down memory requirements compared to higher-precision formats. The challenge, which OSCAR claims to solve, is maintaining performance and accuracy at this low bit rate, especially with long sequences.

Worth sharing?

Get the best AI stories of the week in your inbox — no noise, no spam.

Originally reported by Towards AI

Stay in the loop

The week's most important stories from The AI Catchup, delivered once a week.