CLAUDE LABJP
SECURITY — Claude Security, which scans a connected GitHub repository and returns CWE-tagged findings with a suggested patch, now runs on the latest Mythos generation. It is in public beta for Enterprise plansDESIGN — The reasoning behind it is worth noting: a capable model is riskiest with direct access, and constraining output to a fixed shape such as a patch or an alert lowers that risk considerablyCOMMERCE — Anthropic published blueprints for commerce agents. Shopper-facing agents suggest and add to cart; merchant-facing agents advise on inventory and pricing. Neither completes the purchaseCLI — Claude Code v2.1.256 fixes launch failures on macOS 12 Monterey, along with errors in remote and scheduled sessionsAUTO — v2.1.257 adds a Containment Escape rule to auto mode, guarding against unauthorized cloud credential use and cross-tenant operations. If you live in auto mode, it is worth checking what now stopsLIMITS — The 50% weekly limit boost runs through September 13. From September 14 the permanent level is 25% above the pre-promo baseline, and this applies only to Claude Code weekly limitsSECURITY — Claude Security, which scans a connected GitHub repository and returns CWE-tagged findings with a suggested patch, now runs on the latest Mythos generation. It is in public beta for Enterprise plansDESIGN — The reasoning behind it is worth noting: a capable model is riskiest with direct access, and constraining output to a fixed shape such as a patch or an alert lowers that risk considerablyCOMMERCE — Anthropic published blueprints for commerce agents. Shopper-facing agents suggest and add to cart; merchant-facing agents advise on inventory and pricing. Neither completes the purchaseCLI — Claude Code v2.1.256 fixes launch failures on macOS 12 Monterey, along with errors in remote and scheduled sessionsAUTO — v2.1.257 adds a Containment Escape rule to auto mode, guarding against unauthorized cloud credential use and cross-tenant operations. If you live in auto mode, it is worth checking what now stopsLIMITS — The 50% weekly limit boost runs through September 13. From September 14 the permanent level is 25% above the pre-promo baseline, and this applies only to Claude Code weekly limits
TAG

Async Processing

3 articles
Back to all tags
Related:
Claude API2Cloudflare Queues1Dead-Letter Queue1Production1Message Batches1Cost Optimization1Large-Scale Requests1Messages Batches API1batch processing1cost optimization1production1API1
API & SDK/2026-05-31Advanced

Isolating Poison Messages in a Claude Async Pipeline: A Dead-Letter Queue Implementation Note

How one broken input can stall an entire batch — and how to isolate these 'poison messages' with a Cloudflare Queues dead-letter queue. Covers classifying Claude API failures and safe redrive, all from production experience.

API & SDK/2026-04-11Intermediate

Running Claude's Message Batches Overnight — What the 50% Discount Actually Covers

What I learned running Claude API Message Batches for real: what the 50% discount covers, the custom_id character restriction, and designing around the 24-hour window and 29-day retention.

API & SDK/2026-04-02Advanced

Claude API Messages Batches: Cutting Production Costs by Up to 50% with Async Processing

Field notes from running the Claude API Messages Batches API in production. Polling design, composite custom_id keys, the 29-day result expiry trap, and the real cost numbers from three months of nightly batches.