Vol.01 · No.10 Daily Dispatch August 13, 2026

Latest AI News

AI · PapersDaily CurationOpen Access
AI NewsBusiness
5 min read

SpaceXAI launches Grok 4.6 at $2/$6 for agentic work

Grok 4.6 ties GPT-5.6 Sol Max on a composite benchmark, improves long-running agent behavior over 4.5, and keeps mid-tier API pricing—while Nvidia rolls out an open 30B executor model and a routing library to cut task costs.

Reading Mode

One-Line Summary

Agentic AI shifts from token price to task cost as SpaceXAI ships Grok 4.6 at $2/$6 and Nvidia releases an open 30B executor model with routing to lower workflow spend.

Big Tech

SpaceXAI releases Grok 4.6 with agent gains and mid-tier pricing

SpaceXAI releases Grok 4.6, a frontier model tuned for long-running agents, coding, and knowledge work, with API pricing starting at $2 per million input tokens and $6 per million output tokens; it is available in Grok Build, Cursor, the API, and via partners like OpenRouter, Vercel, and Cloudflare, with double included usage in Grok Build and Cursor for the first week. 1

On evaluations, Grok 4.6 ties GPT-5.6 Sol Max on the Artificial Analysis Intelligence Index at 61 and posts gains over Grok 4.5, including GDPVal-AA v2 Elo 1,753 vs 1,526 and CursorBench v3.2 at 69.9% vs 66.7%. It still trails on some tests: DeepSWE v1.1 at 65.9% vs 73% for Sol Max and 70% for Fable 5 Max, and Terminal-Bench v3.0 at 26% vs 34.6% and 34.1% for Sol Max and Fable 5 Max, respectively. 1

SpaceXAI emphasizes changes to agent behavior: a longer supplemental training run, regenerated supervised fine-tuning trajectories using Grok 4.5, and reinforcement learning across coding, web development, kernel optimization, CAD, and knowledge work. The New Stack frames this as learning from agent failures to sustain longer tasks, with SpaceXAI observing more self-testing on longer trajectories, though these specific observations are not independently verified. 2

VentureBeat, summarizing Artificial Analysis’ testing as of Aug 12, 2026, reports Grok 4.6 on the Intelligence-versus-cost-per-task Pareto frontier at $0.84 per task, and on AA-Briefcase it averages about 53 turns and ~0.5 billion input tokens vs ~103 turns and ~2 billion for Claude Opus 5 Max. Grok 4.6 supports a 500,000-token context, but pricing steps up above 200,000 prompt tokens (from $2/$6 to $4/$12, with higher caching rates), so teams should model workflow cost—not just token rates—when estimating total spend. 3

Industry & Biz

Nvidia ships open 30B ‘Lightning’ model and Switchyard router for agents

Nvidia introduces Nemotron 3.5 Lightning, a 30B-parameter mixture-of-experts model with 3B active parameters built as a high-volume execution layer for always-on agents, alongside NeMo Switchyard, an open-source routing library that directs each step of an agent workflow to the most capable and efficient model across open, proprietary, and Nvidia options. Nvidia says Lightning delivers up to 4x faster output speed and 30% faster agentic task completion than peers, while Switchyard enables cost and latency reductions by routing across a system of models. 4

The model card lists a 1M-token context window, a hybrid Mamba-2 + MoE + Attention architecture, NVFP4 and BF16 checkpoints, and an OpenMDW-1.1 license—positioning Lightning for customizable deployment. 5

Nvidia highlights early results from internal and partner testing: LangChain reports 74% lower cost across 145 multi-turn Deep Agents tasks by routing only 7% of calls to a frontier model with a roughly 6-point accuracy tradeoff; Ramp reports 58% lower cost and 33% faster runtime on Ramp SWE-Bench; and Cognition cites a 28% mean-cost reduction on FrontierCode Main—figures to view as directional rather than independent guarantees. 4

Community Pulse

Hacker News (255↑) — Commenters see measurable speedups but question whether they change real workflows and call out unclear support/docs for hardware and integrations. 6

"Thanks for sharing. Yeah, that was my experience too (2x or 3x is indeed considerably faster), but not workflow-changing faster at 45tps baseline, especially for asynchronous tasks (which is my goal with a local 3090, to just let it do things non-stop, without my intervention). What was the result with MTP? Isn't MTP "losless"? The result should still be relevant when averaged across a fee queriers across different domaine I guess." — Hacker News 6

"I have seen many a model card claim Spark compatibility, but without any proof or instructions. There are vibe-patched images of vLLM that kinda works with NVFP4 models, but I have not seen any support from NVIDIA. Does not seem to be a priority for some reason." — Hacker News 6

What This Means for You

For teams piloting agents, compare cost to complete a workflow—not just token rates. Grok 4.6’s $2/$6 pricing and Artificial Analysis’ $0.84-per-task framing show why turns, retries, and tool calls drive spend; long-context requests can also change your bill if they cross pricing thresholds. Build a small task-cost baseline before you commit a model. 3

If you run multiple models, consider routing. Nvidia’s Switchyard approach—sending cheap steps to specialized executors and hard steps to a frontier model—illustrates how orchestration can lower cost with modest accuracy tradeoffs. Ask your platform team which routers they support and whether they can reproduce partner-style savings on your data. 4

Hands-on evaluation is straightforward: try Grok 4.6 in Grok Build or Cursor on a real coding or research task, then record tokens, turns, and completion time to calculate an effective task cost. Treat company-published gains as hypotheses to verify in your workflow. 1

Expect integration details to matter. Community feedback flags gaps around compatibility guidance and vendor support; factor documentation quality and ops overhead into your model and routing choices. 6

Action Items

  1. Trial Grok 4.6 in Grok Build: Run a 20–30 minute coding or research task, note tokens, turns, and time, and compute your effective cost per completed task.
  2. Use Cursor’s Grok 4.6 week: Switch your project to Grok 4.6 and attempt a non-trivial code change; compare retries and completion time against your current model.
  3. Ask for task-cost metrics: Request from your AI platform or vendor a cost-per-task estimate for one of your workflows and whether pricing changes at large prompt sizes.
  4. Test an open executor model: Try Nvidia’s Nemotron 3.5 Lightning on a simple agent-like task via a hosted endpoint and compare steps/latency against your default model.
  5. Scope model routing: Check with your platform team whether routing (e.g., Switchyard, proxy plugins, or gateways) is available, and pilot it on a single, well-defined workflow.

Sources 7

Helpful?

Comments (0)