Welcome to the daily AI news brief for vibe coders. Today is Monday, May 25, 2026. Anthropic pushed two Claude Code patches, Shopify hardened its agent-facing surface, and Google extended Spark with MCP. If you build on Shopify, Claude, GPT, Gemini, or Firebase, today’s stories shift where to instrument, what to expose to agents, and where your operating costs are going.
TL;DR
- Claude Code v2.1.149 ships a per-category /usage breakdown across skills, subagents, plugins, and MCP servers.
- Gemini Spark adds Model Context Protocol support for Canva, Instacart, OpenTable, and more.
- Shopify defaults Web Bot Auth on the Storefront API so Hydrogen catalogs are agent-queryable as clean JSON.
- Gemini Omni is generally available for AI Plus, Pro, and Ultra subscribers with any-input-to-video output.
- Anthropic and the Gates Foundation commit $200M over four years for healthcare, education, and agriculture AI.
- Google cuts the AI Ultra subscription from $250 to $100 per month, including beta Spark access.
Claude Code v2.1.149 adds per-category usage telemetry
What shipped. Claude Code v2.1.149 rolls out a /usage command that breaks down limit consumption by skill, subagent, plugin, and per-MCP-server cost. The release also adds keyboard scrolling to /diff, GFM task-list checkbox rendering, and an enterprise setting for cloud MCP connectors. A v2.1.150 follow-on on May 23 ships infrastructure-only fixes.
Why it matters for vibe coders. Cost telemetry by category turns guesswork into decisions. Pin a heavy subagent behind a manual trigger, retire a skill that costs more than it returns, or cache a chatty MCP server.
What to do today. Run /usage on your most active project and note the top three line items. Uninstall anything you barely use before the next billing cycle. Source.
Gemini Spark gets MCP for third-party apps
What shipped. Google confirmed Gemini Spark, the always-on personal agent from I/O 2026, will support MCP for third-party apps within weeks. The first wave includes Canva, Instacart, and OpenTable. Spark runs on Google Cloud VMs even when the user’s laptop is closed.
Why it matters for vibe coders. MCP is no longer an Anthropic-only protocol. The server you wrote for Claude can be consumed by a Gemini agent — write once, ship to two large surfaces.
What to do today. Add one safe public read-only tool to your existing MCP server — for example, “look up an order status by email.” Test it against Claude today and revisit when Spark MCP opens. Source.
Shopify Web Bot Auth ships on Storefront API by default
What shipped. Shopify turned on Web Bot Auth with the Storefront API by default in early May. Hydrogen products, variants, collections, and carts are now reachable as clean JSON, so agents no longer have to scrape the DOM. The change pairs with the Agentic Storefronts default-activation already live for US merchants.
Why it matters for vibe coders. Your catalog is an API surface any compliant agent can read. The question shifts from “how does my page render” to “how clean is my data and how unique are my action endpoints.”
What to do today. Export a product feed, audit titles, GTINs, materials, and certifications, and patch the gaps. For a sustainable catalog, verify that GOTS, GRS, OCS, Fair Trade, and PETA-Approved Vegan tags are machine-readable on every applicable product. Source.
Gemini Omni live for AI Plus, Pro, and Ultra
What shipped. Gemini Omni is available for AI Plus, Pro, and Ultra subscribers. It accepts any input — text, image, audio, video — and outputs video grounded in real-world knowledge.
Why it matters for vibe coders. Any-input-to-video unlocks product explainer pipelines from existing assets. Pair it with a Shopify product feed and you can scaffold a video for every SKU without a camera. The math is per-render price versus your current creative pipeline.
What to do today. Pick one high-revenue SKU, draft a 25-word voice-over, and generate a single Omni video. Compare against your current product video and decide whether to add Omni to your pipeline this quarter. Source.
Anthropic and Gates Foundation announce $200M partnership
What shipped. Anthropic and the Gates Foundation announced a $200 million, four-year partnership to develop AI tools for healthcare, education, agriculture, and economic development in underserved regions. It runs alongside Anthropic’s reported IPO preparations at a valuation near $900 billion.
Why it matters for vibe coders. The signal is continued investment in domain-specific Claude deployments. Expect more reference architectures and likely more open primitives for high-stakes verticals.
What to do today. If your roadmap touches health, edtech, or supply chain, bookmark Anthropic’s research and policy feeds and watch for partnership-linked tool releases. Source.
Also worth noting
- Google cut the AI Ultra subscription tier from $250 to $100 per month, including 5x Gemini app usage, 20TB cloud storage, YouTube Premium, and beta access to Gemini Spark.
- OpenAI’s internal model autonomously disproved a geometry conjecture that has stumped mathematicians for 80 years, with Fields medalist Tim Gowers calling it a milestone in AI mathematics.
- Telegram is rolling out assistant bots that can read, filter, and reply to certain messages based on user-defined permissions.
Build of the day
Wire your Shopify Storefront API into a one-shot MCP server so Claude Code can answer “inventory and certification status of SKU X” without leaving the terminal. Scaffold a Python MCP server with one tool that calls the Storefront GraphQL endpoint and returns JSON. Add it to Claude via /mcp, run /usage for a cost baseline, then triage your ten lowest-inventory SKUs. Target: two hours. Bonus: the same server is reusable when Gemini Spark MCP opens.
FAQ
What changed in Claude Code v2.1.149 that matters most for solo developers?
The /usage command now itemizes cost by skill, subagent, plugin, and per-MCP-server. Solo developers can finally see which add-on is driving their monthly limit instead of guessing. The release also adds keyboard scrolling in /diff and GFM checkbox rendering, both of which speed up review cycles. See the Releasebot summary.
How soon will Gemini Spark support custom MCP servers?
Google said Spark MCP support will roll out within the next few weeks, starting with first-party integrations such as Canva, Instacart, and OpenTable. There is no public timeline for arbitrary custom MCP servers, but the same protocol Claude already consumes is the target. Build against the MCP spec now and you will be ready. Source.
What is Shopify Web Bot Auth and do I need to enable it?
Web Bot Auth is a sender-authentication standard for AI agents that hit your storefront. Shopify enabled it by default in early May on the Storefront API. If you run a Hydrogen storefront on default settings, your catalog is already agent-queryable. If you have a custom proxy or aggressive bot mitigation, verify that compliant agent traffic is allowed through. Source.
Is Gemini Omni worth a subscription for a small Shopify store?
It depends on your content volume. If you ship one product page per month, the Omni node is hard to justify. If you launch four or more SKUs per quarter and currently pay a video editor, the entry-tier subscription is likely cheaper than a single freelance edit. Run a one-SKU test against your current pipeline before you commit. Source.
How does the Anthropic and Gates Foundation partnership affect independent builders?
The direct effect is limited unless you ship into healthcare, education, agriculture, or economic-development tooling. The indirect effect is more reference architectures and likely more open primitives from Anthropic in those verticals. Builders in adjacent niches should track Anthropic’s research and policy releases over the next four years. Source.
Should I switch from Google AI Pro to AI Ultra at the new $100 price?
The new Ultra plan includes 5x Gemini app usage limits, 20TB cloud storage, YouTube Premium, and beta access to Gemini Spark. If you already pay for any two of those independently, the math likely favors a switch. If you only use Gemini chat for occasional drafting, AI Pro remains the better fit. Source.
Sources
- Claude Code Updates by Anthropic — Releasebot
- AI News Today — May 23, 2026 (BuildFastWithAI)
- Shopify Agent Commerce Pivot — Weaverse
- AI News Week of May 18 to May 24, 2026 — Medium
About the author
Robert McCullock builds AI-assisted commerce systems and multi-agent architectures at Design Delight Studio in Boston. See more work at his portfolio.
