Daily News · 3 min read

Anthropic AI Updates: May 14, 2026

1. Claude for Small Business ships 15 pre-built workflows across QuickBooks, HubSpot, and PayPal

Anthropic. Claude for Small Business packages 15 ready-to-run agentic workflows — payroll planning, monthly financial close, invoice management, marketing campaigns — and wires them into QuickBooks, PayPal, HubSpot, Canva, DocuSign, Google Workspace, and Microsoft 365 through first-party connectors. Anthropic also rolled out a free “AI Fluency for Small Business” course with PayPal and partnered with the Workday Foundation and three CDFIs to widen access. The pitch targets the 44% of US small businesses Anthropic says have lagged on AI adoption, leaning on the connector library rather than asking owners to wire their own agents. Source

2. Anthropic publishes computer- and browser-use best practices guide

Anthropic. A new engineering note tells builders to downscale screenshots before sending them to the API — Anthropic frames this as the single highest-impact lever for click accuracy on UI tasks — and recommends 1280x720 as the default resolution with proper coordinate scaling. The post pairs Sonnet 4.6 for balanced runs with Opus 4.7 when reasoning matters, calls for thinking effort: medium for the best cost/accuracy tradeoff on UI automation, and pushes human-in-the-loop confirmation on high-stakes actions as the primary defense against prompt injection. Useful as a checklist for anyone hardening a computer-use agent. Source

3. Anthropic overtakes OpenAI in US business adoption for the first time

Anthropic. Ramp expense data places Anthropic at 34.4% adoption among US companies on its platform versus OpenAI’s 32.3%, the first month Anthropic has led. Ramp’s reading shows Anthropic roughly quadrupled its share over twelve months while OpenAI’s growth flattened. Anthropic’s product head Cat Wu, interviewed at TechCrunch’s StrictlyVC event the same day, argued the next leap for assistants is anticipating user needs before they ask, which she framed as Anthropic’s bet for the year ahead. Source

4. Claude Code v2.1.141 adds workspace ID federation, session rewind summaries, and richer hooks

Anthropic. The v2.1.141 release introduces ANTHROPIC_WORKSPACE_ID for workload identity federation with workspace scoping, a terminalSequence field for hooks that lets desktop notifications and window titles fire without a controlling terminal, and CLAUDE_CODE_PLUGIN_PREFER_HTTPS for cloning GitHub plugin sources over HTTPS instead of SSH. A new --cwd flag scopes claude agents session lists to a directory, /feedback can now bundle the last 24 hours or 7 days of sessions, and a “Summarize up to here” rewind option compresses earlier context while keeping the recent turns intact. Background agents launched via /bg now preserve the current permission mode. Source