{
  "no": 5,
  "generated_at": "2026-08-10T06:41:25-04:00",
  "entries": [
    {
      "date": "2026-08-10",
      "seed": "2026-08-10",
      "lede": {
        "title": "Claude Code's auto mode becomes the default for Pro, Max, and Team on Aug 14",
        "summary": "Starting August 14, Claude Code will run in auto mode by default for Pro, Max, and Team plans, replacing repeated permission prompts with a classifier that flags irreversible, destructive, or out-of-bounds actions instead. Anthropic says testing with 1,053 paid users found the classifier caught 89% of dangerous commands versus 13.6% for manual human review. Claude Enterprise, the Claude API, Claude Platform on AWS, Amazon Bedrock, Google Cloud's Agent Platform, and Microsoft Foundry get the new default within the coming month. Boris Cherny, Head of Claude Code, said in a post on X, per TechCrunch: \"The team and I use Auto mode exclusively, and have been for many months. I couldn't imagine going back to permission prompts!\" It's a quiet-news stretch otherwise — official channels have gone dark since Aug 7-8, so this rollout, still generating fresh coverage today, is the freshest live story worth knowing.",
        "url": "https://claude.com/blog/auto-mode-default-in-claude-code",
        "sources": [
          "https://claude.com/blog/auto-mode-default-in-claude-code",
          "https://techcrunch.com/2026/08/09/anthropic-is-turning-claude-codes-auto-mode-on-by-default/"
        ]
      },
      "briefs": [
        {
          "tag": "Claude Code · Security · Aug 7",
          "title": "Third-party test: Claude Code's auto mode blocked all 720 prompt-injection attempts",
          "summary": "Independent red-teaming by Trajectory Labs ran 72 indirect prompt-injection scenarios, each attempted 10 times (720 attempts total), against Claude Fable 5, Opus 5, and Sonnet 5 running Claude Code's auto mode — none succeeded. A comparable agent running GPT-5.6 Sol in its auto-review mode had a 5.83% success rate against the same attacks. Anthropic cited the results, plus new prompt-injection screening and customizable \"hard deny\" rules, in its case for making auto mode the default.",
          "url": "https://claude.com/blog/auto-mode-default-in-claude-code",
          "sources": [
            "https://claude.com/blog/auto-mode-default-in-claude-code"
          ]
        }
      ]
    },
    {
      "date": "2026-08-09",
      "seed": "2026-08-09",
      "lede": {
        "title": "Anthropic loosens Fable 5's biology safeguards, cutting false-positive fallbacks by 85%",
        "summary": "On Aug 7, Anthropic said it rewrote Fable 5's biology-safety classifiers with expert review to cut false-positive \"fallbacks\" — cases where a benign question gets rerouted to the less-capable Opus 5 model — by about 85% overall, testing found. Anthropic expects the steepest drops on claude.ai (67%) and Cowork (55%), with smaller gains on Claude Code (17%) and the Claude Platform (7%). The model still blocks dual-use queries touching virology, toxicology, and molecular design pending \"trusted access pathways,\" but clinicians, students, and researchers should see far fewer benign questions get punted. It's been the most substantive Anthropic news in days — Aug 8 brought two Claude Code releases (one substantial, one routine) and Aug 9 has been quiet so far.",
        "url": "https://www.anthropic.com/news/improving-fable-5-s-biology-safeguards",
        "sources": [
          "https://www.anthropic.com/news/improving-fable-5-s-biology-safeguards",
          "https://thenextweb.com/news/anthropic-claude-fable-5-biology-safeguards-fallbacks-dual-use"
        ]
      },
      "briefs": [
        {
          "tag": "Claude Code · v2.1.226 · Aug 8",
          "title": "Claude Code ships a quiet reliability patch",
          "summary": "Version 2.1.226, released Aug 8, is described in the official changelog simply as \"bug fixes and reliability improvements\" — no user-facing feature changes are called out, a quiet follow-on to earlier the same day's more substantial 2.1.225 release.",
          "url": "https://code.claude.com/docs/en/changelog",
          "sources": [
            "https://code.claude.com/docs/en/changelog"
          ]
        },
        {
          "tag": "Claude Apps · Aug 6",
          "title": "Enterprise plans get beta security scanning for skills and plugins",
          "summary": "Claude Enterprise customers can now turn on a beta feature that automatically scans third-party skills and plugins for malicious content whenever someone uploads or edits them, adding a supply-chain safeguard as Skills and plugin marketplaces expand.",
          "url": "https://support.claude.com/en/articles/12138966-release-notes",
          "sources": [
            "https://support.claude.com/en/articles/12138966-release-notes"
          ]
        }
      ]
    },
    {
      "date": "2026-08-08",
      "seed": "2026-08-08",
      "lede": {
        "title": "Claude Managed Agents gain session budgets, an advisor mode, and data-residency controls",
        "summary": "On Aug 7, Anthropic added four capabilities to Claude Managed Agents on the Developer Platform: session budgets that hard-cap spend at public list rates and pause a session with a budget_reached stop reason when hit; an \"advisor\" role letting the primary agent consult a separate, at-least-as-capable model mid-turn for strategic guidance; per-agent data residency control via inference_geo, letting teams choose where inference runs; and automatic loading of skills from a session's mounted GitHub repository. Together the updates give teams building long-running agents on the platform much finer control over cost, geography, and capability.",
        "url": "https://platform.claude.com/docs/en/release-notes/overview",
        "sources": [
          "https://platform.claude.com/docs/en/release-notes/overview",
          "https://releasebot.io/updates/anthropic/claude-developer-platform"
        ]
      },
      "briefs": [
        {
          "tag": "Claude Code · v2.1.225 · Aug 8",
          "title": "Claude Code adds gateway spend-limit warnings and a workspace-trust prompt for agents",
          "summary": "Today's release names the spend cap, reset time, and operator message when a gateway limit is hit, adds a workspace-trust prompt to claude agents for untrusted directories, and fixes a clutch of reliability bugs — a transient 401 wrongly swapping a long-lived OAuth token for a short-lived one (breaking headless sessions until restart), a macOS keychain timeout causing spurious MCP 401 errors, and cross-session messages getting stuck without expiry in headless runs.",
          "url": "https://code.claude.com/docs/en/changelog",
          "sources": [
            "https://code.claude.com/docs/en/changelog"
          ]
        },
        {
          "tag": "Claude Code · v2.1.224 · Aug 7",
          "title": "Claude Code lets teams run sessions on their own compute, message across machines",
          "summary": "The Aug 7 release adds claude self-hosted-runner, letting Team/Enterprise admins point Claude Code's web, mobile, and desktop sessions at their own machines or containers; introduces cross-session SendMessage (macOS/Linux) so sessions on different machines can message each other via ListAgents; and adds a zip-based archive plugin source with optional SHA-256 pinning plus JWT-aware sandbox credential masking.",
          "url": "https://code.claude.com/docs/en/changelog",
          "sources": [
            "https://code.claude.com/docs/en/changelog"
          ]
        }
      ]
    },
    {
      "date": "2026-08-07",
      "seed": "2026-08-07",
      "lede": {
        "title": "Anthropic retunes Claude Fable 5's biology safeguards, cutting biology-related fallbacks 85%",
        "summary": "Anthropic narrowed Fable 5's biology-safety classifier on Aug 7 so it stops blocking benign questions — interpreting lab results, explaining symptoms, general biology homework — while continuing to fall back to Opus 5 on dual-use requests around virology, toxicology, and molecular design. In testing, biology-related fallbacks dropped by about 85%, with total fallback reductions of roughly 67% on Claude.ai, 55% on Cowork, 17% on Claude Code, and 7% on the Claude Platform. Anthropic says it consulted a range of internal and external experts before moving the classifier boundary.",
        "url": "https://www.anthropic.com/news/improving-fable-5-s-biology-safeguards",
        "sources": [
          "https://www.anthropic.com/news/improving-fable-5-s-biology-safeguards",
          "https://www.unite.ai/anthropic-retunes-fable-5s-biology-safeguards-cutting-blocked-queries-85/",
          "https://thenextweb.com/news/anthropic-claude-fable-5-biology-safeguards-fallbacks-dual-use"
        ]
      },
      "briefs": [
        {
          "tag": "Leadership",
          "title": "Tino Cuéllar joins Anthropic as its first Chief Global Affairs Officer",
          "summary": "The former California Supreme Court justice and Carnegie Endowment president will lead Anthropic's global policy, diplomacy, and government-relations work — announced Aug 4 as its first person in the role.",
          "url": "https://www.anthropic.com/news/tino-cuellar",
          "sources": [
            "https://www.anthropic.com/news/tino-cuellar",
            "https://www.thecrimson.com/article/2026/8/4/cuellar-anthropic-global-affairs/"
          ]
        },
        {
          "tag": "Claude Code · v2.1.223",
          "title": "Claude Code adds marketplace org-wildcards and closes a Bash permission bypass",
          "summary": "The Aug 6 release lets admins allow or block whole GitHub orgs in marketplace settings via owner/* wildcards, adds a /teleport hint for continuing cloud sessions locally, folds /review into /code-review, and fixes a bug where tab- or invisible-Unicode-padded commands could hide part of themselves from permission prompts.",
          "url": "https://code.claude.com/docs/en/changelog",
          "sources": [
            "https://code.claude.com/docs/en/changelog",
            "https://releasebot.io/updates/anthropic"
          ]
        },
        {
          "tag": "Claude Developer Platform",
          "title": "Claude Enterprise gets inference hooks, an inline DLP checkpoint for every prompt",
          "summary": "Announced Aug 5, Enterprise customers can route prompts and tool responses through their own security server for an allow/deny check before Claude ever sees them — spanning Claude chat, Claude Code, and Cowork, with shadow mode, gradual rollout, and compatibility with tools like Netskope and Zscaler.",
          "url": "https://claude.com/blog/claude-enterprise-inference-hooks",
          "sources": [
            "https://claude.com/blog/claude-enterprise-inference-hooks",
            "https://www.unite.ai/anthropic-puts-inline-data-loss-prevention-inside-claude-enterprise/"
          ]
        }
      ]
    },
    {
      "date": "2026-08-07",
      "seed": "2026-08-07",
      "lede": {
        "title": "Anthropic ships Claude Opus 5, its new flagship for long-running agents",
        "summary": "Opus 5 landed July 24 as Anthropic's top-tier model, pitched as a step change for long-running agentic work and coding, with a cost/capability toggle.",
        "url": "https://www.anthropic.com/news/introducing-claude-opus-5",
        "sources": [
          "https://www.anthropic.com/news/introducing-claude-opus-5",
          "https://techcrunch.com/2026/07/24/anthropic-launches-opus-5/",
          "https://fortune.com/2026/07/24/anthropic-debuts-claude-opus-5-with-feature-that-lets-users-toggle-between-cost-and-capability/"
        ]
      },
      "briefs": [
        {
          "tag": "Claude Code · v2.1.224",
          "title": "Self-hosted runners and cross-session messaging land in Claude Code",
          "summary": "Aug 7 release adds claude self-hosted-runner for Team/Enterprise, cross-session SendMessage via ListAgents, a zip-based plugin source with SHA-256 pinning, and JWT-aware sandbox credential masking.",
          "url": "https://code.claude.com/docs/en/changelog",
          "sources": [
            "https://code.claude.com/docs/en/changelog",
            "https://raw.githubusercontent.com/anthropics/claude-code/main/CHANGELOG.md"
          ]
        },
        {
          "tag": "Leadership",
          "title": "Tino Cuéllar joins as Anthropic's first Chief Global Affairs Officer",
          "summary": "The former California Supreme Court justice and Carnegie Endowment president will lead Anthropic's AI-policy and diplomacy strategy, announced Aug 4.",
          "url": "https://www.anthropic.com/news/tino-cuellar",
          "sources": [
            "https://www.anthropic.com/news/tino-cuellar",
            "https://www.cnbc.com/2026/08/04/anthropic-names-global-affairs-chief-as-trump-tensions-persist.html"
          ]
        },
        {
          "tag": "Safety",
          "title": "Anthropic retunes Fable 5's biology safeguards",
          "summary": "A same-day tightening-and-loosening pass on Claude Fable 5's bio-risk filters, aimed at cutting false-positive refusals while holding the line on genuine dual-use risk.",
          "url": "https://www.anthropic.com/news/improving-fable-5-s-biology-safeguards",
          "sources": [
            "https://www.anthropic.com/news/improving-fable-5-s-biology-safeguards"
          ]
        },
        {
          "tag": "Policy",
          "title": "Anthropic publishes its position on open-weights models",
          "summary": "A July 27 stance piece on how Anthropic thinks about open-weight releases versus its own closed-weight approach.",
          "url": "https://www.anthropic.com/news",
          "sources": [
            "https://www.anthropic.com/news"
          ]
        }
      ]
    }
  ]
}
