← Back to all entries
2026-08-15 🧭 Daily News

Risk Report: Model 2 Disclosed and v2.1.233 Reliability Fixes

Risk Report: Model 2 Disclosed and v2.1.233 Reliability Fixes — visual for 2026-08-15

🧭 Anthropic's August 2026 Risk Report: Model 2 Disclosed, Misalignment Risk Upgraded to "Low"

Anthropic published its second company-wide Risk Report on August 14, 2026, covering the period from February 24 through a coverage date of July 15. The report makes two headline disclosures: an unreleased internal model called Model 2 — somewhat more capable than the frontier Mythos 5 — and a qualitative risk upgrade for catastrophic misalignment, now rated "low" rather than "very low." The upgrade is not a safety failure; it reflects increased uncertainty following a cybersecurity-evaluation incident, not a new finding that a model behaved dangerously.

What the Model 2 disclosure tells you

Model 2 belongs to the Mythos class — Anthropic's highest capability tier. The report describes it as "a noticeable improvement on Mythos 5 for many tasks relevant to internal work" and states it is heavily used internally for coding, data generation, and agentic tasks alongside Mythos 5. Key caveats:

Why the misalignment risk label moved

The February 2026 report rated catastrophic-misalignment risk "very low." The August report moves it to "low" — one notch up on a qualitative scale. The driver is increased epistemic uncertainty, not a new dangerous behaviour:

How to read Anthropic's risk labels

The qualitative scale runs: negligible → very low → low → medium → high → critical. A move from "very low" to "low" is one step. Anthropic's framing is explicitly probabilistic: "low" does not mean "no risk," and the label reflects the width of the uncertainty band as much as the central estimate. If you build compliance documentation on Anthropic's risk posture, cite the coverage date (July 15, 2026) rather than the publication date to avoid overstating currency.

⭐⭐⭐ anthropic.com
risk report Model 2 Mythos misalignment safety RSP transparency

🧭 Claude Code v2.1.233: GitLab MR Support and Six Reliability Fixes

Claude Code v2.1.233 shipped August 15 with one new capability and six targeted bug fixes aimed at stability regressions that had accumulated since mid-July. The headline addition is GitLab merge request URL support in the --worktree flag and the claude agents view panel — GitLab MRs now display as !N alongside GitHub PRs. The fixes address silent plugin failures, stale feature flags, session telemetry double-counting, and memory frontmatter corruption.

GitLab merge request URLs

Passing a GitLab MR URL (e.g. https://gitlab.com/org/repo/-/merge_requests/42) to the --worktree flag now works the same way GitHub PR URLs do: Claude checks out the MR branch into a temporary worktree, runs the requested task in that context, and cleans up on exit. MRs also appear as !42 in the claude agents view sidebar — consistent with GitLab's own ! notation — so you can track active MR worktrees at a glance alongside regular branches.

Six fixes worth knowing

Check memory files for truncated frontmatter

If you use # characters inside frontmatter values — in tags, descriptions, or names — run a quick grep across your .claude/memory/ directory to find entries that look unexpectedly short. The truncation was silent: no error, no warning, just missing content. A simple check: grep -r ": \".*C#\|: \".*#" .claude/memory/ won't surface truncated values (they're already truncated), but reviewing entries you know contain # against your originals will.

# Verify your session plugin list after upgrading to v2.1.233
claude --settings my-settings.json status
# Look for "Plugins loaded: N" — should match your settings file count

# Check if cost telemetry looks sane after the double-counting fix
# Before: a 10K-token stream might show 3× expected cost
# After: should reflect final cumulative message_delta only
⭐⭐⭐ github.com
Claude Code v2.1.233 GitLab merge requests bug fixes telemetry memory
Source trust ratings ⭐⭐⭐ Official Anthropic  ·  ⭐⭐ Established press  ·  Community / research