Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

A Miami startup's LLM inference dashboard shows 12 million tokens processed for $8, compared to $2,600 on Claude…
AI ResearchBreakthroughScore: 90

Miami Startup Claims 12M-Token LLM Inference at $8 vs. $2,600 on Claude

Miami startup claims 12M-token LLM inference for $8 vs. $2,600 on Claude Opus 4.6. No paper or benchmarks released yet.

·1d ago·3 min read··36 views·AI-Generated·Report error
Share:
Source: pub.towardsai.netvia towards_aiCorroborated
How did a Miami startup achieve 12M-token LLM inference for $8?

A Miami startup says it ran a 12-million-token inference job on its own LLM for $8, compared to $2,600 on Anthropic's Claude Opus 4.6, claiming a 325x cost reduction through a novel sparse attention mechanism.

TL;DR

Startup claims 325x cost reduction vs Anthropic · 12M tokens processed for $8 total · Claims to solve long-context attention bottleneck

A Miami startup claims it processed 12 million tokens through its LLM for $8. The same job costs $2,600 on Anthropic's Claude Opus 4.6, per the company.

Key facts

  • Startup claims 12M tokens processed for $8 total
  • Same job on Claude Opus 4.6 estimated at $2,600
  • Claims 325x cost reduction over Anthropic
  • Claude Opus 4.6 supports 200K-token context window
  • No paper, code, or benchmarks released yet

A Miami-based startup, whose name has not been disclosed in the available reporting, claims it ran a 12-million-token inference job on its own large language model for $8 — a 325x cost reduction compared to the $2,600 it says the same input would cost on Anthropic's Claude Opus 4.6. According to Towards AI The company says it solved the quadratic attention scaling problem that has constrained transformer context windows since Vaswani et al. 2017, enabling linear-time inference over arbitrarily long sequences.

The Cost Comparison

Anthropic's Claude Opus 4.6, the company's most capable model, supports a 200K-token context window and costs $75 per million input tokens. Scaling that to 12 million tokens — 60x the native context limit — would require chunking, retrieval-augmented generation, or multiple API calls, driving the cost to roughly $2,600 according to the startup's estimate. [Anthropic] The startup claims its model processes the full 12 million tokens in a single forward pass for $8, implying a per-token cost roughly 0.3% of Anthropic's.

The Technical Claim

The startup says it cracked a decade-old limit on quadratic attention scaling. Standard transformer attention computes pairwise interactions between all tokens, yielding O(n²) memory and compute costs that make 12M-token contexts impractical on current hardware. The company claims a novel sparse attention mechanism reduces this to O(n), though it has not released a preprint, model weights, or benchmark results on standard long-context evaluations such as RULER or Needle-in-a-Haystack.

Skepticism Warranted

Without an arXiv paper, open-source code, or third-party verification, the claim sits firmly in the "extraordinary claims require extraordinary evidence" category. Several startups have previously claimed linear-attention breakthroughs — including S4 (Gu et al. 2021), Mamba (Gu and Dao 2023), and RWKV (Peng et al. 2023) — but none have demonstrated competitive quality at 12M-token scale on standard benchmarks while maintaining claimed cost savings. The company did not disclose its model architecture, training data, parameter count, or inference hardware.

Context: The Long-Context Arms Race

The claim arrives as major labs race to extend context windows. Anthropic's Claude Opus 4.6 supports 200K tokens. Google's Gemini 1.5 Pro offers 1 million tokens in preview, priced at $10 per million input tokens. OpenAI's GPT-4o supports 128K tokens. A 12M-token context — roughly the length of 24,000 pages of text — would be an order of magnitude beyond any publicly available production model. If verified, the startup's approach could unlock use cases in legal document analysis, codebase-wide reasoning, and scientific literature review that current models cannot address economically.

Key Takeaways

  • Miami startup claims 12M-token LLM inference for $8 vs.
  • $2,600 on Claude Opus 4.6.
  • No paper or benchmarks released yet.

What to watch

Watch for the startup to release an arXiv preprint or open-source model weights. Without independent verification on RULER or Needle-in-a-Haystack, the claim remains unsubstantiated. If a third-party benchmark confirms 12M-token throughput at $8, expect immediate replication attempts from major labs.


Source: pub.towardsai.net


Sources cited in this article

Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from 1 verified source, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

The claim is structurally reminiscent of the Mamba and RWKV papers, which also promised linear-time attention but failed to match transformer quality on downstream tasks at scale. A 325x cost reduction over Claude Opus 4.6 implies a per-token cost of roughly $0.00000067 — two orders of magnitude below even the cheapest API providers like Together AI or Fireworks. If real, this would be the most significant inference cost breakthrough since the original transformer. However, the absence of any technical disclosure, combined with the pattern of unverified claims from small startups in this space, makes skepticism the only responsible position. The company needs to release at least a technical report and a reproducible benchmark to be taken seriously. Notably, the claim targets Anthropic specifically rather than OpenAI or Google, which may reflect the startup's positioning for acquisition or partnership with a major cloud provider.
This story is part of
Claude Code's Campus Conquest Flips Anthropic's Talent Pipeline, Leaving Google's Academic Edge in Doubt
Viral adoption at MIT and Stanford transforms Claude Code from product into recruiting funnel, threatening Google's long-held research talent dominance
Compare side-by-side
Anthropic vs Miami startup

Mentioned in this article

Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in AI Research

View all
A diagram shows multiple robot agents connected by arrows, with a central meta-skill node labeled 'orchestration'…
AI Research
80

Meta-skill evolution lets multi-agent systems self-improve without retraining

Multi-agent systems can improve orchestration by evolving a meta-skill via RL on interactions, without retraining agents. Demonstrated on a simulated benchmark.

x.com/1d ago/3 min read
multi-agentmeta-learningreinforcement learning
A bar chart comparing Zhipu GLM 5.2 and Claude Fable 5 scores on web design benchmarks, with GLM 5.2 leading in…
AI Research
92

Zhipu's GLM 5.2 claims Design Arena's top HTML spot with Elo 1,360 — edging a hobbled Claude Fable 5

Zhipu AI's 753-billion-parameter open-weight model GLM 5.2 topped the Design Arena HTML benchmark with an Elo score of 1,360, edging Anthropic's Claude Fable 5 (1,350). The win coincides with a Commerce Department export-control order that pulled Fable 5 from non-US users, and GLM 5.2's API pricing

pandaily.com/1d ago/3 min read/Widely Reported
anthropicchinese aibenchmarks
A person using a laptop with ChatGPT interface open, surrounded by colorful AI-related graphics and charts…
AI ResearchBreakthrough
95

OpenAI shows small doses of beneficial-trait RL improve 44 of 53 safety benchmarks — and the gains generalize

OpenAI researchers Jagadeesh, Saab, Singhal et al. published findings on June 18 showing RL training on traits like honesty and corrigibility improved 44 of 53 safety benchmarks. Gains generalized across domains not used in training, and the model resisted harmful fine-tuning better than the baselin

the-decoder.com/2d ago/3 min read/Widely Reported
alignmentai safetyreinforcement learning