Grok 4.5 vs Claude Code: Accepted Changes Per Dollar Is the Real Benchmark
xAI's Grok 4.5 launch (53% on DeepSWE 1.1 vs Opus 4.8's 59%, 29.0% pass@1 on SWE Marathon vs 26.0%, 80 tokens/sec at $2/M input, $6/M output) is worth treating as a practical Claude Code comparison, not just another leaderboard claim. The right metric for developers using AI coding agents is accepted changes per dollar with the same repo, prompt, tool permissions, test command, timeout, and review bar.
Key Details
Grok 4.5 is available in Grok Build, Cursor, and via API. It supports low, medium, and high reasoning modes. However, a third-party test from July 20 (via The New Stack) ran Grok and Opus in Cursor Agent mode on three identical Rust tasks:
- Bug fix: Both passed first-pass tests.
- Multi-file refactor: Both completed, but Opus touched one more file.
- Feature build (the most practical test): Both worked, but Opus added more test coverage and wrote the man-page entry.
Opus's extra touches matter for accepted changes per dollar: a cheaper model that needs one extra repair loop may not be cheaper. The community recommends logging: first-pass test success, rework turns, output tokens, wall-clock time, and reviewer corrections.
Who It's For
Anyone using Claude Code, Cursor, or Grok Build for agentic coding and wanting to evaluate total cost of delivered changes.
📖 Read the full source: r/ClaudeAI
👀 See Also

Why OpenClaw is Not Responding: Users Express Concerns
OpenClaw users are facing issues with non-responsive AI coding agents. The discussion on Reddit sheds light on the possible causes and user feedback.

Claude-Code v2.1.38 Release: Key Fixes and Improvements
Claude-Code v2.1.38 addresses VS Code terminal regression, Tab key issues, and permission fixes in bash commands. It also improves heredoc parsing and sandbox mode security.

DeepSeek-V4 Pro and Flash: 1.6T Parameters, 1M Token Context, Hybrid Attention
DeepSeek-V4-Pro (1.6T params, 49B active) and V4-Flash (284B params, 13B active) support 1M token context. New hybrid attention (CSA + HCA) reduces single-token inference FLOPs to 27% and KV cache to 10% of DeepSeek-V3.2.

Claude-Code v2.1.41 Release: Key Updates and Fixes
Claude-Code v2.1.41 introduces AWS auth refresh enhancements, Windows ARM64 support, and fixes to various tools and UI elements.