> ## Content Index
> Fetch the complete content index at: https://www.thenewway.ai/llms.txt
> Use this file to discover other available public pages before exploring further.

# Grok 4.7 ships at half rivals' price, SpaceXAI says
- URL: https://www.thenewway.ai/grok-4-7-ships-at-half-rivals-price-spacexai-says/
- Published: 2026-09-22T13:47:28.000Z
- Updated: 2026-09-22T13:47:28.000Z
- Description: SpaceXAI prices Grok 4.7 at $2 per million input tokens; its own table puts Anthropic's Fable 5.1 ahead on both coding benchmarks.
- Author: The New Way

SpaceXAI shipped Grok 4.7 at half the price of "comparable models," and its own benchmark table still puts Anthropic's Fable 5.1 ahead on both listed coding tests. Xiaomi open-sourced MiMo-V2.6, a trillion-parameter model its own launch post says performs "on par" with Claude Opus 5, though its own model card shows Opus ahead on eight of eleven agent benchmarks. Linear rebuilt its CI pipeline after agents sped up shipping and its test suite nearly quadrupled since January. Nous Research shipped a Hermes Agent plugin that runs the real Claude Code CLI instead of impersonating it, the route Anthropic blocked in June. And an 80-minute outage overnight sent elevated errors to Claude Code, the API and Claude Cowork.

📌

**In this issue**  
• [Grok 4.7 ships at half rivals' price, SpaceXAI says](https://www.thenewway.ai/grok-4-7-ships-at-half-rivals-price-spacexai-says/#grok-47-ships-at-half-rivals-price-spacexai-says)  
• [Xiaomi open-sources MiMo-V2.6, trailing Opus 5 on most tests](https://www.thenewway.ai/grok-4-7-ships-at-half-rivals-price-spacexai-says/#xiaomi-open-sources-mimo-v26-trailing-opus-5-on-most-tests)  
• [Linear rebuilt its CI after AI coding made it a bottleneck](https://www.thenewway.ai/grok-4-7-ships-at-half-rivals-price-spacexai-says/#linear-rebuilt-its-ci-after-ai-coding-made-it-a-bottleneck)  
• [Hermes Agent runs the real Claude Code CLI, after June's block](https://www.thenewway.ai/grok-4-7-ships-at-half-rivals-price-spacexai-says/#hermes-agent-runs-the-real-claude-code-cli-after-junes-block)  
• [Claude Code, API and Cowork go down for 80 minutes overnight](https://www.thenewway.ai/grok-4-7-ships-at-half-rivals-price-spacexai-says/#claude-code-api-and-cowork-go-down-for-80-minutes-overnight)

---

## Price cuts and open weights

### Grok 4.7 ships at half rivals' price, SpaceXAI says

SpaceXAI's Grok 4.7 is priced at $2 per million input tokens and $6 per million output, the same price and speed as its predecessor Grok 4.6, but the company says it's twice as fast and half the price of "comparable models" elsewhere. On [SpaceXAI's own benchmark table](https://x.ai/news/grok-4-7?ref=thenewway.ai), though, Anthropic's Claude Fable 5.1 Max scores higher than Grok 4.7 on both listed coding tests, CursorBench 4.0 and Terminal-Bench 4.0, at roughly five times the price. [Elon Musk called it](https://x.com/elonmusk/status/2102071804495872374?ref=thenewway.ai) "a strong combination of intelligence, speed & low cost." If price-per-token is what you're optimizing, Grok 4.7 is a real cut. If you're picking the model that scores highest on SpaceXAI's own coding benchmarks, its own chart points elsewhere.

> Grok 4.7 is here.  
>  
> It's a notable improvement over Grok 4.6 at the same price and speed. [pic.twitter.com/H3OTBbXyvO](https://t.co/H3OTBbXyvO?ref=thenewway.ai)
> 
> — SpaceXAI (@SpaceXAI) [September 21, 2026](https://x.com/SpaceXAI/status/2102069815225586149?ref%5Fsrc=twsrc%5Etfw&ref=thenewway.ai)

---

### Xiaomi open-sources MiMo-V2.6, trailing Opus 5 on most tests

Xiaomi open-sourced MiMo-V2.6 under an MIT license: a 1.02-trillion-parameter mixture-of-experts model with a 1-million-token context window. [Its launch post](https://x.com/XiaomiMiMo/status/2102138559952290106?ref=thenewway.ai) says the flagship Pro checkpoint "performs on par with Claude Opus 5 and GPT-5.6 Sol across most agent benchmarks." Its own model card says otherwise: Opus 5 scores higher on eight of the eleven agent benchmarks it lists, including a 14-point gap on Terminal Bench 4.0\. [Artificial Analysis](https://artificialanalysis.ai/models/mimo-v2-6-pro?ref=thenewway.ai) lists it at $0.435 per million input tokens. Read the table, not the tweet.

[XiaomiMiMo/MiMo-V2.6-Pro-RL · Hugging FaceWe’re on a journey to advance and democratize artificial intelligence through open source and open science.![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/icon/favicon-04753cb0-2e12-4e3b-bc31-1c7e4999bece.ico)![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/thumbnail/MiMo-V2.6-Pro-RL-1785605e-2769-4eb3-a209-d18047aa2aca.png)](https://huggingface.co/XiaomiMiMo/MiMo-V2.6-Pro-RL?ref=thenewway.ai)

---

## Tools reshaping the daily grind

### Linear rebuilt its CI after AI coding made it a bottleneck

Linear says agents made it "exponentially faster to ship code," and every change still has to pass CI (the pipeline that validates every pull request). Its test suite nearly quadrupled since January; CI hadn't kept pace: PRs were queuing more than 6 minutes for validation. The fix was faster infrastructure, not fewer tests: moving off GitHub Actions to third-party runners cut average job time 34% on its own. Wait time is now just over 5 minutes despite roughly four times the tests.

[AI coding has made CI a bottleneck, so we reworked ours to keep upWe cut PR wait time and running costs by rethinking CI as a system, from the infrastructure underneath it to how work gets scheduled and tests get parallelized.![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/icon/favicon-1afce906-a250-4e2f-a734-1d99b48bc17e.ico)LinearMufeez Amjad![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/thumbnail/eba763cf034ad5e7b5d75ceec7ba560dd2aea5cb-2400x1350-f932a24a-1cc0-40ec-b72a-7061d82c54c9.png)](https://linear.app/now/ci-bottleneck-reworked?ref=thenewway.ai)

---

### Hermes Agent runs the real Claude Code CLI, after June's block

Nous Research shipped a plugin letting its Hermes Agent use a Claude Pro or Max subscription again, by running the actual Claude Code CLI instead of pretending to be it. The earlier route [broke in June](https://github.com/NousResearch/hermes-agent/issues/48534?ref=thenewway.ai), when Anthropic's login token endpoint began rejecting requests carrying a spoofed claude-cli/ user agent. This plugin drives the real executable instead, so it no longer needs that workaround. [Nous calls it an official Hermes plugin](https://x.com/Teknium/status/2102093483788107792?ref=thenewway.ai); Anthropic hasn't said anything about it either way.

[GitHub - NousResearch/hermes-plugin-claude-subscription-directsdk: Hermes Agent model-provider plugin: Claude Pro/Max subscription through the official Claude Code CLI (experimental)Hermes Agent model-provider plugin: Claude Pro/Max subscription through the official Claude Code CLI (experimental) - NousResearch/hermes-plugin-claude-subscription-directsdk![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/icon/favicon-21ab18dc-1103-49c5-a982-e7d21340baaf.png)GitHubNousResearch![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/thumbnail/hermes-plugin-claude-subscription-directsdk-2d1abf70-463a-4114-b60a-90cff015ffdb.png)](https://github.com/NousResearch/hermes-plugin-claude-subscription-directsdk?ref=thenewway.ai)

---

## Overnight

### Claude Code, API and Cowork go down for 80 minutes overnight

An 80-minute incident overnight sent elevated errors to Claude Mythos 5.1, Claude Fable 5.1 and Claude Opus 5, across claude.ai, the API, Claude Code and Claude Cowork. Anthropic says it identified the cause and resolved it by 02:10 UTC; the status page doesn't say what the cause was. If you saw failed requests between 00:50 and 02:10 UTC on the 22nd, that was this, not your code.

[Elevated errors for multiple modelsClaude’s Status Page - Elevated errors for multiple models.![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/icon/NEW_spark-96-96-2225c423-f16f-42a4-b9d1-c58c10b998cb-af4d2b30-5eff-4e43-a79c-c90e6e72bafd.png)Elevated errors for multiple models![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/thumbnail/favicon-2b86ed00cfa6258307d4a3d0c482fd733c7973f82de213143b24fc062c540367-b61dd211-53a7-49a9-9d70-fd0e517cebfa.png)](https://status.claude.com/incidents/7g1qpkyz5gxh?ref=thenewway.ai)

---

Know someone who'd want this in their inbox? Forward it — that's how this grows. And if we got something wrong, or you think we buried the real story today, hit reply. A person reads every one.

## Also worth your time

- [JetBrains launches Air, a new umbrella for agentic development across its IDEs](https://blog.jetbrains.com/blog/2026/09/22/introducing-jetbrains-air/?ref=thenewway.ai) — mostly positioning ("the era in which the whole software development system can be contained in one window is ending"); the post names no pricing and no concrete new workflow.
- [One developer says Fable 5 used far fewer thinking tokens in August than July](https://x.com/Lon/status/2101793422487204027?ref=thenewway.ai) — one user's own measurement ("Measured five different ways"), not independently checked.

---

*The New Way is written with AI. It gathers the day's stories, checks them against their sources and drafts every summary. A person decides what runs and reviews every issue before we hit send.*