Startup Subquadratic Breaks Mathematical Bottleneck in AI with Model Without Quadratic Attention
Independent benchmarks confirm SubQ achieves 12 million token context with sublinear scaling, a milestone challenging the transformer paradigm.
June 20, 2026 · 4 min read

TL;DR: Subquadratic presents benchmarks verifying its SubQ model with sublinear attention, overcoming the quadratic bottleneck of transformers. It achieves 12M token context with competitive performance, but questions remain about scalability and generalization.
What happened?
On June 19, 2026, Miami-based startup Subquadratic published independent benchmarks verifying the capabilities of its SubQ model, launched in stealth mode on May 5. The model uses an architecture called Subquadratic Sparse Attention (SSA), which replaces the traditional quadratic attention of transformers with a sparse attention mechanism that scales sublinearly. According to the data, SubQ maintains a 12 million token context window with performance comparable to models like GPT-4o and Claude Opus 4 on reasoning tasks, but at a significantly lower computational cost. The company, founded by CEO Justin Dangel and CTO Alex Whedon (former head of generative AI at Meta), has only 13 employees and has raised $29 million at a $500 million valuation, backed by investors including Javier Villamizar (ex SoftBank Vision Fund) and Justin Mateen (co-founder of Tinder).
Why is it important?
Quadratic attention has been the main bottleneck of LLMs since the 2017 paper 'Attention is All You Need.' In transformers, computational and memory costs grow with the square of sequence length (O(n²)), limiting practical context to 1-2 million tokens in 2026, despite marketing claims. SubQ breaks this barrier by dynamically selecting only relevant positions for each query, performing exact attention on a sparse subset. This allows processing lengthy documents, such as entire books or codebases, without the prohibitive cost of full attention. The 12 million token context is roughly equivalent to 9 million words, enough to cover the entire 'Three-Body Problem' trilogy or the Linux kernel source code. This breakthrough could unlock applications previously unfeasible, such as complete legal document analysis, full project code review, or assistants that remember months-long conversations. However, the SSA architecture is not the first to attempt overcoming quadratic attention: earlier approaches like Linformer, Reformer, or Longformer achieved long context scaling but with accuracy losses on tasks requiring dense global attention. SubQ claims to have resolved that trade-off, but independent benchmarks do not yet cover all scenarios.
What consequences will it have?
If SubQ scales to production, it could democratize access to long-context models, reducing inference costs and enabling applications like legal document analysis, full source code review, or assistants that remember months-long conversations. However, questions remain about performance on tasks requiring dense global attention, such as reasoning across multiple distant parts of text. Additionally, the startup has only 13 employees and a $500 million valuation, fueling skepticism about its ability to compete with giants like OpenAI or Anthropic. Comparisons to Theranos have been recurrent: a small startup promising disruptive technology without clear proof. But unlike Theranos, SubQ has already presented independent benchmarks, albeit limited. The market impact could be significant: if SubQ maintains performance in production, inference costs for long-context models could drop dramatically, pressuring major players to adopt similar architectures. Conversely, if the technology does not generalize, it may remain a niche for specific use cases. The $29 million investment suggests investors are betting on disruption, but the market must wait to see if SubQ can sustain performance in real production environments.
What should readers know?
Independent benchmarks are a crucial step but not definitive. SubQ has been evaluated on tasks like MMLU, GSM8K, and LongBench, showing competitive results. However, the lack of transparency in the exact architecture and the absence of open-source implementations limit reproducibility. Investors, including Javier Villamizar (ex SoftBank) and Justin Mateen (co-founder of Tinder), have backed the company with $29 million, suggesting confidence, but the market must wait to see if SubQ can maintain performance in real production environments. Additionally, the team of only 13 people raises doubts about its ability to scale the model to production levels competing with OpenAI or Anthropic data centers. AI history is full of innovations that failed to leave the lab; SubQ needs to demonstrate its architecture is robust and generalizable. Finally, readers should note that the independent benchmarks were conducted by third parties, but the evaluators' identities and full test details have not been disclosed, leaving room for skepticism.
'We have broken quadratic attention, the mathematical constraint that makes all transformers scale O(n²) in compute and memory,' the startup claims. The independent data supports it, but the question remains whether the solution is generalizable. As Ana Maria Constantin notes in The Next Web, 'the big questions are still there, but they are no longer the same.'