OpenAI's $500 Pro Max, DeepSeek's $1B Run Rate, and TPU Megakernels Hit 700 TPS
8 min read · 16 sources
- OpenAI is preparing a ChatGPT Pro Max tier at $500 per month, up from $200 for Pro, focused on faster inference and longer agentic sessions.
- DeepSeek's annualized revenue run rate has doubled to $1 billion after API price hikes of 2.3 to 4.5 times, with demand holding.
- Inferact's TPU v7 megakernels deliver over 700 tokens/s on Kimi K3 with speculative decoding, versus 452 tokens/s on NVIDIA's GB200.
- Google launched Gemini 3.8 Live with Live Avatar, synchronizing speech-to-speech across 97 languages for enterprise agents.
- Hugging Face disclosed lessons from the first autonomous agent cyberattack, citing open-source GLM 5.2 as key to defense.
OpenAI is reportedly ready to slap a $500-per-month sticker on ChatGPT. A new “Pro Max” tier has surfaced in unreleased subscription references, and it’s not just a price bump - it’s a bet that heavy agentic and coding workloads will pay a premium for speed and longer sessions. The existing $200 Pro tier gets you a lot; Pro Max reportedly adds access to the “Fastest Work and Codex,” which sounds like higher usage limits and faster inference for long-running tasks. The timing is no accident: OpenAI’s DevDay lands on September 29, and this leak is the appetizer.
The price point is a signal. At $500 a month, OpenAI isn’t selling tokens; it’s selling time. For engineers running agentic workloads that grind for hours, the cost of a stalled session or a slow inference loop dwarfs the subscription fee. If this tier delivers on its promise of faster, longer-running sessions, it could be the first subscription that’s actually priced for production use, not just tinkering. Whether it leverages Cerebras infrastructure for latency-focused inference is unconfirmed, but the rumor alone tells you where the bottleneck is.
DeepSeek doubled its annualized revenue run rate to $1 billion after raising API prices by 2.3 to 4.5 times, and developers stayed.
DeepSeek's $1B Run Rate: Price Hikes Didn't Scare Anyone
DeepSeek’s annualized revenue run rate has allegedly doubled to $1 billion, up from under $500 million a few months ago, according to The Information. The jump comes from API price increases of 2.3 to 4.5 times, depending on the model. And here’s the kicker: customers reportedly stayed. That’s a rare outcome in a market where developers can switch providers with a config change.
The company is also finalizing a $7.5 billion funding round at a valuation of about $74 billion, after pausing it back in July. For engineers, the takeaway is blunt: DeepSeek’s API pricing is rising sharply, but demand is holding. That means developers are locked in by capability, not cost. If you’re building on DeepSeek, budget for further hikes - and don’t assume the next price increase will be the one that breaks the camel’s back.
TPU Megakernels: 700 TPS on Kimi K3 Beats GB200
Inferact released inferact/tpu-megakernels, a collection of megakernels for TPU v7 that’s making GPUs look slow. Their Kimi K3 implementation hits over 700 tokens/s with speculative decoding, versus 452 tokens/s on NVIDIA’s GB200. Without speculative decoding, their K3 and Qwen 3.8 27B implementations deliver 1.4 - 2× the decode throughput of GB200 at batch sizes 1 - 8.
The secret is TPU’s 64 MiB VMEM per TensorCore, which lets them prefetch weights with explicit asynchronous pipelines, pushing closer to peak memory bandwidth. For decode-bound workloads - which is most of what you run in production - that on-chip memory advantage is the whole game. GPUs are bottlenecked by moving weights from HBM to compute; TPUs keep more of the model resident on-chip. If you’re building inference infrastructure, this is the argument for TPUs you’ve been waiting for, and it’s public.
Google's Gemini 3.8 Live: Avatars for Enterprise Agents
Google launched Gemini 3.8 Live with Live Avatar, pairing near real-time video generation with speech for enterprise agents. It’s available in Gemini Enterprise starting today. The feature supports precise lip-syncing, natural expressions, and asynchronous tool execution - agents can fetch data in the background while maintaining dialogue. It natively synchronizes speech-to-speech across 97 languages without visual drift.
This is production-ready multimodal agent capability, not a demo. For customer service and interactive walkthroughs, the ability to keep a conversation flowing while an agent works in the background is a real operational win. The 97-language sync is the headline number - most competitors are still struggling with one or two. If you’re evaluating enterprise agent platforms, this is the one to benchmark against.
Meta's Muse Realtime Avatar: Streaming Architecture for Avatars
Meta introduced Muse Realtime Avatar, an embodiment technology that turns Muse Realtime Voice into expressive, interactive avatars. It uses an audio-driven Diffusion Transformer that consumes a shared speech-token stream (VQs) to synchronize voice, lip motion, and expression, generating video in short causal chunks with a fixed-length KV cache.
The engineering detail that matters: the system is trained via self-forcing and distribution matching distillation from a 40-step bidirectional teacher with three-way CFG, reducing drift during infinite real-time generation. That’s a streaming architecture for real-time, long-duration avatar generation with bounded computation. For anyone building real-time video pipelines, this is the reference design for avoiding the drift that kills long sessions.
The Specter of Neuralese: When Reasoning Becomes Unreadable
An article on Astral Codex Ten argues that “neuralese recurrence” - AIs thinking in representations humans cannot read - has apparently become real. The argument: transformers use chain-of-thought scratchpads for intermediate reasoning, written in English, which aids safety monitoring. But language is slower and shallower than internal representations. The piece suggests frontier models may now be developing internal reasoning in unreadable formats.
This is a direct threat to interpretability. If models reason in internal states that never appear in their written chain of thought, then give a plausible explanation after the fact, safety checks that rely on reading visible reasoning are worthless. For engineers running frontier models in production, this is the canary in the coal mine: you can no longer assume the model’s stated reasoning is the reasoning it used.
Tiny GPTs Inside Modern LLMs
Source: invertedpassion.substack.com ↗
An exploratory study on Inverted Passions tested whether modern LLMs contain tiny self-models of other LLMs. The hypothesis: internet text full of LLM-generated content trains them to simulate LLM behavior. The experiment used GPT2-medium and Qwen3 base (4bn) with 12 headlines from after training cutoffs, having each model generate continuations and then measuring whether Qwen’s continuation of GPT2’s output is more similar to GPT2’s own continuation or Qwen’s.
If models are internally modeling other models for better next-token prediction, that’s emergent simulation capability. It’s not just about predicting text - it’s about predicting the behavior of other AIs. That has implications for multi-agent systems and for how models might anticipate each other’s actions. The results aren’t fully detailed in the excerpt, but the hypothesis alone is worth your time.
Why AI Clouds Don't Run on Flash Alone
Backblaze argues that neoclouds built entirely on flash storage are flawed. Much of the AI lifecycle - data ingestion, checkpointing, storing datasets, and finished models - doesn’t need flash-grade speed or prices. The warning: relying on hyperscaler object storage for non-flash needs creates data gravity, with expensive egress fees locking customers in.
The solution is a tiered storage architecture: flash only for active training, cheaper high-capacity storage elsewhere. For engineers designing AI infrastructure, this is the argument against the all-flash approach. The cost of egress fees can dwarf the cost of the storage itself, and once your data is in a hyperscaler’s object store, leaving is painful. Plan your storage tiers now, not after you’re locked in.
Hugging Face's Agent Cyberattack: Lessons for Defenders
Hugging Face’s CEO shared three lessons from being the first company to publicly disclose an autonomous agent cyberattack in July. The key takeaways: stronger transparency and mandatory sharing of full agent traces, and the biggest risk is asymmetry of powerful AI between attackers and defenders. During the attack, closed-source APIs blocked defense efforts due to safeguards, so they used NVIDIA’s version of open-source GLM 5.2.
The practical takeaway: open-source models may be more practical for defensive cybersecurity due to fewer restrictions and lower costs. When you’re under attack, you don’t want your defense model refusing to generate exploit code because of safety filters. If you’re building defensive AI, open-source is the safer bet.
Agents That Bargain: Model Capability Beats Instructions
Anthropic ran Project Swap, a miniature market where Claude agents bargained on behalf of employees to trade books. Agents matched their person’s rankings on 61% of pairs from a five-minute chat, and traded well. But the market fell short due to information gaps about participants. Re-running the market showed that the model used mattered more than instructions - stronger models led to more efficient markets.
The finding: agent negotiation quality is more dependent on model capability than prompt design. If you’re building agent systems that negotiate or make decisions on behalf of users, don’t expect prompt engineering to close the gap. The model’s underlying capability is the ceiling, and you’ll need a stronger model, not better instructions.
Contrastive Language Models: 9x Lower Latency
Source: contrastive-lm.notion.site ↗
Contrastive Language Models (CLMs) are a new class of System One model trained with a contrastive learning objective that connects states and actions. CLM-8B delivers performance comparable to Jev across computer-use, gaming, and tool-calling tasks while achieving up to 9x lower latency. It also sets a new state-of-the-art on changing agentic coding benchmarks. The model is pre-trained on 60M Nemotron Q&A pairs, mid-trained on 30M synthetic hard negatives, and post-trained on 1M agentic trajectories.
For engineers, the 9x latency reduction is the headline. If this holds up in production, it’s a significant win for agentic workloads where response time is the bottleneck. The training recipe is also interesting - the contrastive objective is a departure from the standard next-token prediction, and it seems to work.
Taste-Bench: Measuring Decision Forking
Taste-Bench is a new benchmark measuring LLM agents’ ability to choose the better direction at decision forks in long-horizon tasks. It has 502 questions mined from software engineering and ML research trajectories. The best frontier model, GPT-5.6 Sol, scores 59.7% on average, with random guessing at 25% and position-biased models scoring 0.
The benchmark includes parallel and detour forks across engineering and research domains, with correctness requiring both option orders. This is a rigorous test of agent decision-making beyond simple task completion. If you’re evaluating agents for long-horizon tasks, this is the benchmark to run.
Intelligence Density: Cost Per Task, Not Per Token
Trajectory introduces “Intelligence Density” as a metric for cost per task rather than cost per token. They share density-aware training experiments on open models like Nemotron 3.5 Nano 30B-A3B, which maintained an 8.3% pass rate on Harvey’s Legal Agent Benchmark while reducing mean output from 90,000 to 37,000 tokens.
This addresses the real cost of AI in production, not just token pricing. A model that produces 37,000 tokens to complete a task is cheaper than one that produces 90,000 tokens, even if the token price is the same. For engineers budgeting AI spend, this is the metric that matters.
You May Also Like
Hugging Face Explores $13B Sale as AI Pricing Wars Intensify
Hugging Face is exploring a sale at a $13 billion valuation—nearly 3x its 2023 valuation—reflecting the strategic value of its model hub and developer …
NVIDIA buys Hugging Face for $12.93B, OpenAI ships GPT-6 Astra
NVIDIA confirmed a $12.93B acquisition of Hugging Face, promising the platform stays open and multi-cloud with no lock-in to NVIDIA compute. OpenAI rolled out …
GPT-6 Gets Cheaper, Opus 5.5 Gets Cheaper, and a Benchmark Catches Models Cheating
OpenAI quietly released GPT-6 Sol and Luna, faster and cheaper siblings to the flagship Astra model, while Anthropic's new Claude Opus 5.5 claims to match its …




