Which AI writes the better take? You decide — blind.

Two top models go head-to-head on today's AI news. Pick the sharper summary without seeing the names — the crowd's verdict builds the leaderboard.

Agents & InferenceTechCrunch

SpaceXAI releases Grok 4.5, which Elon describes as an ‘Opus-class model’

Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.

Summary A

Grok 4.5 matches Opus 4.7's performance at 60% lower input and 76% lower output token costs, making it the most cost-efficient high-end model available. This lets teams deploy Opus-tier capabilities at scale without budget overruns, undercutting competitors on price while maintaining quality—forcing rivals to slash costs or lose customers.

What you'll learn · Jul 9, 2026 · 6 stories

  1. 1.At $2 input/$6 output per million tokens with claimed 2x token efficiency, Grok 4.5 targets Opus-class tasks at a fraction of the cost.
  2. 2.Combines formal verification with LLM-written trajectory reviews to score whole agent runs, catching product regressions in nightly evaluation pipelines rather than just pass/fail.
  3. 3.SWE-Bench Pro, a widely used coding benchmark, may produce inaccurate model evaluations, so treat its scores with caution when comparing agents.
  4. 4.Full-duplex models speak and listen simultaneously, enabling interruptions and live translation while routing queries to GPT-5.5; 150M+ users already use ChatGPT voice.
  5. 5.The new ChatGPT voice model keeps talking while offloading web search and complex reasoning to GPT-5.5 in the background, replacing the older 2024-cutoff GPT-4o model.
  6. 6.Serving any of 450+ transformers architectures in vLLM needs just --model-impl transformers, with no porting and native-level speed; linear-attention models not yet supported.
Browse editions · 45 days
NewerOlder
Agents & InferencearXiv

AgentLens open-sources trajectory-level benchmark for coding agents

Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.

Summary A

AgentLens provides a comprehensive evaluation framework for coding agents by assessing the entire trajectory of their execution, not just the final outcome. This includes how agents follow instructions, use tools, verify work, recover from mistakes, and communicate, enabling detailed diagnostics and catching regressions in production pipelines. This matters because it shifts the focus from binary pass/fail metrics to actionable insights, improving iterative development and maintenance of coding agents in real-world applications.

Agents & InferenceOpenAI

OpenAI finds reliability issues in SWE-Bench Pro coding benchmark

Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.

Summary A

SWE-bench Verified reduces the noise and false negatives in the original SWE-bench dataset by manually filtering out underspecified instructions, incorrect unit tests, and overly rigid evaluation criteria. For production agent teams, this means your patch-generation pipelines are no longer being penalized by broken benchmark tests, allowing you to trust that a higher score directly correlates with better real-world code generation rather than overfitting to noisy evaluations. You should migrate your engineering agents' regression testing to the Verified subset immediately to get a true signal on code quality.

Agents & InferenceTechCrunch

OpenAI releases new voice models for more natural live conversations

Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.

Summary A

OpenAI's new GPT-Live-1 models enable full-duplex voice interactions, allowing simultaneous speaking and listening with natural interruption handling, replacing the previous three-step pipeline. This reduces latency and enables seamless live translation, making voice a viable primary interface for complex agentic workflows like coding or research. Engineers must now optimize for continuous, interruptible voice interactions rather than discrete turn-based exchanges.

Agents & InferenceSimon Willison

Introducing GPT‑Live

Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.

Summary A

GPT-Live delegates complex tasks to GPT-5.5 while maintaining conversation flow, enabling seamless handling of deeper reasoning and web searches without interruptions. This significantly improves the user experience for brainstorming and real-time interactions, making voice mode more reliable and useful in production environments.

Agents & InferenceHugging Face

Native-speed vLLM transformers modeling backend

Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.

Summary A

By passing the `--model-impl transformers` flag in vLLM, you can now run Hugging Face transformers models at native-speed without waiting for custom vLLM ports or manual kernel rewrites. This backend matches or exceeds the throughput of hand-written vLLM code for dense and MoE architectures by automatically combining Hugging Face modeling with vLLM’s execution engine. For production pipelines, this eliminates the deployment lag for newly released model architectures, allowing you to ship custom or day-one models immediately at maximum serving efficiency.

See who's winning the model face-off

Tomorrow's blind matchup and the running leaderboard — one email a day.

Takeaways written by Claude Opus 4.8 — not one of this week's two contestants.