AI Coding Daily

Claude Code patches, Cursor agents, and a tougher SWE-Bench

Thursday, August 20, 2026 · 10 min

AI Coding Daily cover art

Claude Code v2.1.237 fixes prompt caching for gateway sessions as Cursor pushes cloud agents toward event-driven work, while Scale AI’s SWE-Bench Pro raises the bar on coding-agent evals and forces a harder production-readiness question.

Listen

Listen to the audio episode

Read the episode transcript

Show notes

Claude Code v2.1.237 fixes prompt caching for gateway sessions as Cursor pushes cloud agents toward event-driven work, while Scale AI’s SWE-Bench Pro raises the bar on coding-agent evals and forces a harder production-readiness question.

In this episode

  1. Releases · anthropics/claude-code — Anthropics

    Releases · anthropics/claude-code · GitHub ## Release list Jump to release - v2.1.237 - v2.1.236 - v2.1.235 - v2.1.234 - v2.1.233 - v2.1.232 - v2.1.231 - v2.1.229 - v2.1.228 - v2.1.227 Compare # Choose a tag to compare ashwin-ant released this 20 Aug 00:54 ## What's changed - Fixed prompt caching for sessions using an LLM gateway or custom base URL - Added a built-in "Concise" output…

  2. Cloud Agents and Cursor Harness Improvements — Cursor

    We're continuing to improve cloud agents and the Cursor harness so always-on agents can operate as a system, building and shipping software on their own without the need for intervention at each loop. With this release, cloud agents can automatically pick up work in response to events, hold a goal until it's met, and stay on course through long-running sessions. Subscriptions Cursor can now…

  3. SWE-Bench Pro (Public Dataset) - Scale Labs — Scale AI

    [![Image 1: Scale Labs](https://labs.scale.com/images/logo-scale-labs.svg?v=2)](https://labs.scale.com/)[[PAPERS]](https://labs.scale.com/papers)[[BLOG]](https://labs.scale.com/blog)[LEADERBOARDS][[SHOWDOWN]](https://labs.scale.com/showdown)⌘K ⌘K Agentic [DrugDiscoveryBench](https://labs.scale.com/leaderboard/drugdiscoverybench) [SWE Atlas -…

  4. Step Back — SWE-Bench Pro and newer coding agents suggest better performance on software tasks, but what would convince us that these systems are genuinely improving at production engineering rather than simply getting better at the benchmark’s particular setup?

    Background sources

  5. smolmachines / smolvm as a sandbox for untrusted Python & JavaScript — Simon Willison's Weblog

    Research: smolmachines / smolvm as a sandbox for untrusted Python & JavaScript I tasked Claude Fable 5 running in Claude Code for web with the following research task: Put https://smolmachines.com through its paces as a fast secure sandbox. Explore what it would take to use this to run untrusted Python and JavaScript code in a way that is limited in what RAM and CPU time it can take up…