CLAUDE LABJP
MODEL — Export controls on Claude Fable 5 are lifted, restoring global access starting July 1MODEL — Fable 5 is available across the Claude Platform, Claude.ai, Claude Code, and CoworkSCIENCE — Claude Science offers up to $30,000 in credits for research projects; apply by July 15CODE — Claude Code weekly limits are raised by 50% through July 13CODE — Dynamic workflows enter research preview with parallel, verified end-to-end task handlingCODE — A self-hosted gateway brings SSO, policy enforcement, and per-user cost attributionMODEL — Export controls on Claude Fable 5 are lifted, restoring global access starting July 1MODEL — Fable 5 is available across the Claude Platform, Claude.ai, Claude Code, and CoworkSCIENCE — Claude Science offers up to $30,000 in credits for research projects; apply by July 15CODE — Claude Code weekly limits are raised by 50% through July 13CODE — Dynamic workflows enter research preview with parallel, verified end-to-end task handlingCODE — A self-hosted gateway brings SSO, policy enforcement, and per-user cost attribution
TAG

Regression Detection

2 articles
Back to all tags
Related:
Claude Code1Refactoring1Contract Testing1Observability1Claude API1Opus1automation1prompt design1
Claude Code/2026-07-03Advanced

When a Claude Code Refactor Passes Every Test but Behaves Differently in Production — Catching Silent Contract Drift with a Behavior Diff Harness

Hand Claude Code a large refactor and your tests can stay green while production behavior quietly shifts. Here is how I record exception channels, log shape, init order, and return values as a signature, then diff them per commit to catch contract drift before it ships.

API & SDK/2026-06-26Advanced

When the Same Model Name Starts Behaving Differently: A Startup Canary for Unattended Pipelines

An in-place Opus upgrade can change your output, and an unattended publishing pipeline will never notice. Here is a lightweight startup canary that fingerprints behavior, catches drift, and halts the batch — with measured cost and latency.