Anthropic open-sources Claude commerce agents blueprint: +35% cart size, +60% purchase conversion
AI寒武纪 · wechat · 2026-09-06
Anthropic has open-sourced its full Commerce Agents architecture and code (github.com/anthropics/commerce-agents), a battle-tested blueprint for retail, travel, telecom and ticketing. Official figures claim merchants adopting it see cart size jump 35% and purchase completion rise 60%.
Key architectural calls: avoid splitting e-commerce agents by business domain (context handoffs lose state, waste tokens, add latency) — instead run one main model in a standard reason-act-observe loop with mounted agent skills. High-frequency instructions go into the system prompt; long-tail capabilities become on-demand skills; UI components are exposed as structured display tools validated server-side.
On speed and cost, cutting conversation turns beats switching to a faster weak model (5+ turns means upgrade the model); speculative dispatch of backend calls while tool args stream, plus streaming progress UI, cuts perceived latency to hundreds of milliseconds. Prompt caching hits 90-99% when context is layered global/session/volatile. Production hardening: async memory extraction into typed database records per logged-in user (+13% fact recall); money-touching actions locked in code (model only proposes, all IDs validated, writes serialized, external text sanitized); evaluation via state slices with paired negative cases, per-skill CI, nightly full runs and canary rollback.
More from coding & agent
- Having Codex summarize weekly screen recordings turns into a fun self-review — vista8 · 2026-09-07
- Claude Code team reportedly ditched GUI/TUI, now using claude tag for 70%+ of work — himanshustwts · 2026-09-07
- Microsoft open-sources tgrep, a trigram-indexed grep up to 52x faster than ripgrep — jedisct1 · 2026-09-07
- How should billing work when an AI system auto-selects the model? — Colddew-YJ · 2026-09-07
- SmolVM: open-source microVM sandbox runs OpenClaw 2.0 in isolation, boots in milliseconds — aniketmaurya · 2026-09-07
- Researchers formalize the AI agent attack surface: models + data + tools + permissions — JayAlammar · 2026-09-07