Perceive Beating AI News Flash: Anthropic has open-sourced the Claude Commerce Agents. This is a set of reference code that allows merchants to build their own shopping and operational Agents. There are two Agents included: one for consumers to search for products, compare products, assemble multiple items, and add to cart; and another for merchants to view sales, inventory, pricing, and marketing. The code is under the Apache 2.0 license.
The Shopping Agent can only hand over the cart to the merchant's own checkout page, with no direct payment interface in the code. The Merchant Agent, if wanting to adjust pricing, restock, or change promotions, can only first generate pending modifications that require manual approval before implementation. Such constraints are not merely documented in prompts; rules regarding payment, product sourcing, price adjustment limits, and manual approval are all enforced at the code level.
Anthropic does not recommend breaking down capabilities such as search, returns, and pricing into separate sub-Agents. It allows a single Claude to maintain a complete conversation and dynamically load different Skills as needed. Anthropic claims that, in comparative deployments across multiple enterprises, this approach offers higher quality, is typically more cost-efficient in terms of tokens, and has lower latency.
Anthropic states that after a partner goes live, there is approximately a 30%–35% increase in the size of shopping carts and a roughly 60% increase in the likelihood of customers completing a purchase.

