Field note ·
Notes on Grok 4.5: the most impressive Grok yet, and a real value story
SpaceXAI (worth noting it’s not “xAI” anymore; the group was folded into SpaceX and rebranded after the acquisition) shipped Grok 4.5 this week. Elon described it as an “Opus-class model” that’s faster, more token-efficient, and cheaper, and for the first time I’d say the framing is directionally fair. I’ve been skeptical of past Grok launches, so I want to give this one a clean-slate hearing, because the engineering genuinely earned it.
The capability jump is the headline, and it’s real
I’ll be precise about what changed, since I’ve under-rated Grok before. The line from HN that made me try it was redox99’s, about as low-drama an endorsement as you’ll find: “This is the first grok model that seems actually pretty competitive at SWE.” That matches what I saw.
Two things stand out:
- Speed. In the community build-off it streamed at ~110 tokens/sec, with the lowest cost per reply. When you’re driving an agent loop, throughput like that changes how the tool feels; you stop tabbing away while it thinks. That’s a real UX win, not a spec-sheet flex.
- Coding, in places that impressed me. Building a native iOS app with it, Matt Holt (the Caddy author) went with SwiftUI + Metal instead of React Native, the more native choice and not the one I’d have defaulted to. paradox460 used it to strip Tailwind out of a project, and Gene Kim tried it on an advanced engineering task and got noticeably better output, though it also hallucinated a few Python errors. Not toy wins, but not flawless either.
On paper it backs this up: #4 on the Artificial Analysis Intelligence Index (a 54, averaged across its 14 tasks), and tied with GPT-5.5 on the separate Coding Agent Index at a fraction of the cost, roughly $0.31 per task. For teams where cost-per-token is the binding constraint, that’s a genuinely compelling pitch, and a big jump from the prior generation.
A couple of things to read carefully, not knocks, just fine print
Two details I’d want a friend to know before budgeting around the headline numbers.
The pricing tiers. It’s advertised at $2/$6 per million, which undercuts the field, but that rate applies under 200K context; above that it steps up to $4/$12. That’s a reasonable structure, just size your estimates to the context you’ll actually use, because big-repo agentic work lives in the higher tier.
Benchmarks vs. your own workload. Grok posts strong numbers, and the neutral-harness picture is a little softer; the recent DeepSWE study is a reminder that real gaps remain between benchmark and behavior. That’s common across the industry and not unique to Grok, but it’s the usual nudge to trust your own eval over any launch chart. I also had a few stumbles on repeatedly-scrambled Rubik’s cube tasks; I wouldn’t over-read a single puzzle, but it’s a reason to verify on the tasks you care about. bashtoni’s fair summary, “not the best at anything, and not the cheapest either,” is a reasonable place to set expectations, though he also notes there’s real value in pricing being tied to the tokens you actually use: a strong all-rounder competing on speed and value rather than topping any one leaderboard. minimaxir’s adoption notes suggest usage still lags the capability, which, given this release, may start to close.
On safety and trust, where I most hope to see the team invest
I want to be direct but fair here, because it matters and because I try to frame feedback constructively. Alongside the engineering, there’s a serious set of concerns in the community around safety, including reporting on harmful-content generation and ongoing regulatory attention in a couple of jurisdictions, and some users who won’t adopt the model on governance grounds tied to its ownership.
I don’t think the right response is to wave those away, and I don’t think it’s to write off good engineering either. Both are true at once: the model got markedly better, and trust and safety are part of the product, not separate from it. My honest hope is that SpaceXAI leans into this the way they’ve leaned into performance, because a model this fast and capable deserves a safety and transparency story that lets people adopt it without reservation. I’d genuinely like to see those safeguards and that governance published, because if they close that gap, the reasons to reach for Grok get a lot stronger. For now I’d encourage anyone evaluating it to weigh where their data and their users sit, the same way you would with any provider.
Where I’ve landed
- The engineering is legitimately strong, fast, token-efficient, and genuinely competitive at real coding. This is the first Grok I’d call frontier-adjacent, and that’s progress worth crediting.
- The value story is compelling, with fine print: mind the context-tier pricing and verify on your own workload rather than the launch numbers.
- Safety and trust are the area I most want to see mature. I’m rooting for the team to give this model a governance story that matches its performance, and I’d love to see more published there.
- My honest use: it’s earned a real slot for fast, cost-sensitive, lower-stakes work where its speed shines. As the safety-and-transparency picture fills in, I’d happily widen where I trust it.
Bottom line: this is the Grok where the model stopped being the question. The team clearly can ship frontier-adjacent capability, and I’m hopeful the trust story catches up to it, because if it does, this becomes very easy to recommend.
Read more
- The launch: SpaceXAI releases Grok 4.5, an “Opus-class model” (Reuters), the official x.ai/news/grok-4-5, and the 1,454-comment HN thread.
- The numbers: Artificial Analysis on Grok 4.5 and the model page.
- The head-to-head: Grok 4.5, GPT-5.5, and Claude build the same apps.