ANTHROPIC PUB_DATE: 2026.05.17

CLAUDE CODE OPS UPDATE: RELAY PROXIES BANNED; HARNESS REGRESSIONS, NOT THE MODEL, DROVE THE RECENT DIP

Anthropic is clamping down on relay-style multi-account use of Claude Code while explaining recent UX dips came from the harness, not the model. A detailed pos...

Claude Code ops update: relay proxies banned; harness regressions, not the model, drove the recent dip

Anthropic is clamping down on relay-style multi-account use of Claude Code while explaining recent UX dips came from the harness, not the model.

A detailed post on why "Claude Code feels worse" traced the regressions to infra: defaults, caching, and prompt nudges — all since reverted. Read the breakdown: Claude Code didn't get worse. The harness did.

If you’ve been stretching subscriptions with pooled OAuth relays, that pattern is being banned, while per-profile rotation remains tolerated. See architectures and implications: Two Multi-Account Claude Code Architectures: One Anthropic Accepts, One They Ban.

[ WHY_IT_MATTERS ]
01.

Relay bans and the new credit policy end common cost workarounds, forcing architectural and budget changes.

02.

Harness-level changes can tank quality without a model update; you need versioning, observability, and guardrails.

[ WHAT_TO_TEST ]
  • terminal

    A/B harness defaults (reasoning effort, brevity prompts) and track code/eval deltas per version.

  • terminal

    Probe enforcement: compare relay-proxy requests vs per-profile rotation and log 4xx/5xx rates, latency, and throttling.

[ BROWNFIELD_PERSPECTIVE ]

Legacy codebase integration strategies...

  • 01.

    Pin harness configs and prompts; add session-cache health metrics to catch context truncation early.

  • 02.

    Retire relay-proxy patterns; migrate to per-profile rotation and update cost monitors and alerts.

[ GREENFIELD_PERSPECTIVE ]

Fresh architecture paradigms...

  • 01.

    Build an internal harness with feature flags, prompt versioning, and pre-deploy eval gates.

  • 02.

    If multi-account is required, design per-profile rotation inside official clients; never impersonate the vendor API.

Enjoying_this_story?

Get daily ANTHROPIC + SDLC updates.

  • Practical tactics you can ship tomorrow
  • Tooling, workflows, and architecture notes
  • One short email each weekday

FREE_FOREVER. TERMINATE_ANYTIME. View an example issue.

GET_DAILY_EMAIL
AI + SDLC // 5 MIN DAILY