NVIDIA's Groq 3 LPX hits full production, a mystery model burns 26T tokens, and CUDA courts RISC-V
6 min read · 13 sources
- NVIDIA's Groq 3 LPX inference accelerator is in full production, promising a 4x response-time boost over the nearest alternative for agentic workloads.
- An anonymous model called Ox Alpha processed 26 trillion tokens in four days on OpenCode, with 327,000 unique users and no disclosed maker.
- NVIDIA used Hot Chips 2026 to telegraph CUDA support for RISC-V, though most existing RISC-V hardware won't meet its requirements.
- Research argues LLM host machines are now the highest-value target in the datacenter and that inference engines themselves are the attack surface.
- Anthropic hired Amir Salek, the engineer who founded Google's TPU program, as it builds out a custom-silicon team.
NVIDIA’s Groq 3 LPX is in full production, and the headline number is the one that hurts the rest of the inference market: a 4x response-time improvement over the nearest alternative platform. The chip slots into the Vera Rubin rack as a dedicated inference accelerator, aimed squarely at the agentic workloads that have made latency the new throughput. NVIDIA says tasks that took hours now finish in minutes, which is the kind of claim that changes how you architect an agent harness, not just which GPU you rent.
A 4x response-time boost sounds like a marketing slide until you realise the workload in question is the agentic loop that’s been keeping users staring at spinners for the last year. If the numbers hold up in production, the conversation shifts from “how do we parallelise tool calls” to “how do we bill per token when the floor is this low.”
A mystery model burned through 26 trillion tokens in four days
Ox Alpha showed up on OpenCode with no name attached, no release date, no knowledge cutoff, and no output-limit metadata, then proceeded to process 26 trillion tokens across 8.3 million completed sessions and 327,000 unique users in its first four days. It is currently free through an OpenAI-compatible endpoint, which is the part that matters for anyone with an existing integration: you can swap it in by changing a base URL.
The reasonable read is that a major lab is stress-testing a new model on someone else’s distribution, and OpenCode happens to be where the users are. The uncomfortable read is that an unnamed model is now the busiest endpoint on the router, and the router has decided that’s fine. Either way, if you build on OpenRouter-style gateways, your cost and latency assumptions just got re-baselined without warning.
CUDA is coming for RISC-V, eventually
At Hot Chips 2026, NVIDIA used its keynote slot to signal CUDA support for RISC-V. The pitch is straightforward: if CUDA runs on RISC-V host CPUs, RISC-V servers can feed GPU compute the same way x86-64 and aarch64 do today, which makes RISC-V a real option for new datacenter builds instead of an embedded-control curiosity.
The catch is the qualifier NVIDIA buried. The vast majority of existing RISC-V hardware won’t meet the requirements, and the software ecosystem still trails x86-64 and aarch64 by a generation. Treat this as a five-year direction-of-travel signal, not a deployment option. If you’re sizing a fleet today, RISC-V is still a 2028 problem.
The new highest-value target in the datacenter is the inference box
A new piece of research makes an uncomfortable case: the host machine running a frontier LLM is the most privileged computer in your datacenter, and the model itself is the untrusted input. An attacker who controls the model’s output tokens can craft sequences that exploit the inference engine loading weights onto GPUs, with vision and audio tokens widening the surface.
The proposed mitigations are blunt and overdue. Run GPUs and token parsers on physically separate hosts. Treat every byte a GPU host emits as untrusted. Restrict the permissions of the GPU-loading process to the point where it can do nothing but load weights. None of that is free, and most production stacks do the opposite today because latency budgets are tight. If you operate a model-serving fleet, this is the threat model to red-team against this quarter.
Speculative Programmatic Tool Calling: a 1.2x speedup for the recursive-LLM crowd
Source: alexzhang13.github.io ↗
Speculative Programmatic Tool Calling is a small, useful idea for anyone running recursive language models or RLMs. Instead of waiting for the model to finish generating before launching a tool call, sPTC pre-launches the call as soon as the harness can predict it, then overlaps the tool’s execution with the rest of the generation. The numbers are modest, a 1x to 1.2x runtime improvement, but they show up exactly where you need them: memory-bound local inference and high-volume serving on latency-sensitive paths.
The framing in the writeup is “JIT compiler for tool calls,” and that is about right. It is not a model change, it is a harness change, which means you can ship it without retraining anything.
Economics: when the intelligence is enough, the money is in the plumbing
A long post from Sean Linehan argues that AI tasks become commodities the moment models exceed the maximum intelligence anyone actually needs for them, and that frontier labs will still get rich only if they open new markets faster than competitors close the margin on the old ones. This is the cleanest restatement of the “infrastructure wins, models commodify” thesis we’ve read this year, and the useful move is to stop pricing your roadmap on capability and start pricing it on cost, latency, distribution, and trust.
The AI bullwhip is now hitting the bill of materials
Tom Tunguz walks through the AI cost stack and lands on a familiar supply-chain diagnosis: GPU scarcity spiked prices, memory manufacturers pivoted to HBM, server shipments dipped, and data center construction costs climbed. The bullwhip metaphor is apt, because the demand signal at the top of the chain is genuinely volatile and the lead times at the bottom are genuinely long. If you are budgeting a 12-month build, assume hardware is the line item that moves the most.
When code is abundant, trust is the bottleneck
GitLab’s essay on post-abundance software development is aimed at engineering leaders but the line that matters for individual contributors is this: the primary challenge has shifted from writing code to verifying and trusting it. Stripe, Spotify, and Amplitude are cited as organisations that have moved AI-generated code into production, and the throughline in all three cases is governance, context, and verification pipelines, not raw generation throughput. If your team is still measuring AI adoption by lines accepted, you are measuring the wrong thing.
Anthropic grabs Google's TPU founder for its silicon push
Amir Salek, the engineer who founded Google’s custom-chip program and ran its TPU business, is now at Anthropic. This is the most consequential hire in custom AI silicon this year, and it is the clearest signal yet that the frontier labs have decided the accelerator market is a two-horse race they cannot outsource their way out of. Expect Anthropic’s training and inference economics to diverge from NVIDIA’s over the next 18 months.
Quick hits: Wan 3.0, Goodfire grants, two repos worth a bookmark
Alibaba shipped Wan 3.0, a text-and-data-to-video model that generates 30-second clips, on the back of a record $10 billion share sale. The combination of a fundraising round and a flagship model launch in the same week tells you where the Chinese frontier labs see their leverage point: capital markets and consumer-grade video.
Goodfire announced a $1M research grant program for AI interpretability, with free access to its Silico platform. Interpretability is one of the few subfields where the tooling is still ahead of the demand, and free compute is the right way to seed the field.
Two repos worth a look: the Awesome Graph Engineering list, which is a curated index of papers and projects on dynamic graph structures for multi-agent systems, and Rome, a runtime for persistent agents and workflows with a guardrailed collaboration environment. Both are early-stage, and both are aimed squarely at the next layer up the stack from “model in a box.”
You May Also Like
Claude Sits In Your Meetings Now; Poolside Licenses to Nvidia for $6B
Anthropic is quietly building Project Parka, a meeting recorder that runs inside Claude Desktop and automatically assigns follow-up tasks to coding agents. …
Nvidia's Groq 3 LPX enters production, OpenAI claws back share from Anthropic
Nvidia's Groq 3 LPX inference accelerator hit full production at Hot Chips, with Nebius signed up as the first customer. Ramp data from 70,000+ US organisations …
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 …




