Welcome to the daily AI news brief for vibe coders. It is Monday, June 1, 2026, and the last 24 hours carried real consequences for anyone shipping on Shopify, Claude, Gemini, or Firebase. Two model retirements land today and tomorrow, Anthropic’s billing change for the Agent SDK is now two weeks out, and Shopify’s migration off Scripts begins this month. If you build with agents and AI-assisted commerce, these are deadlines, not headlines.
TL;DR
- Anthropic moves Agent SDK and
claude -pusage to a separate credit pool on June 15. - Gemini 2.0 Flash and Flash-Lite shut down today; migrate to gemini-3.1-flash-lite.
- Shopify Functions replace Scripts this month with faster execution and broader parity.
- Google Imagen models are deprecated and shut down June 24; move to Gemini Image.
- Cognition raised $1B at a $26B valuation as agentic coding demand climbs.
- Microsoft Build 2026 opens June 2 with AI agents and Copilot front and center.
Anthropic splits Agent SDK billing on June 15
What shipped. Anthropic confirmed that programmatic Claude usage on subscription plans moves to a separate monthly credit pool starting June 15. Agent SDK calls, claude -p, Claude Code GitHub Actions, and third-party agents draw from that pool. Pro gets $20, Max 5x gets $100, and Max 20x gets $200, with credits expiring monthly.
Why it matters for vibe coders. If you run headless Claude in cron jobs, CI, or production agents, your effective cost structure changes. Interactive terminal use and Cowork are untouched.
What to do today. Audit where you call claude -p outside the terminal, estimate monthly credit burn, and decide whether to move heavy workloads to the API before June 15. The New Stack
Shopify Functions replace Scripts this month
What shipped. As part of the Winter ’26 “RenAIssance” Edition, Shopify confirmed Functions will replace Scripts in June 2026, with faster execution and increased parity for a safer migration.
Why it matters for vibe coders. Scripts powered checkout customizations on Plus stores for years. Functions run server-side, compile to WebAssembly, and slot into an AI-assisted dev workflow far more cleanly than the old Ruby sandbox.
What to do today. Inventory any active Scripts on your store, map each to a Function equivalent, and test discount and shipping logic in a development store before you cut over. Pair the rewrite with Claude Code to scaffold the Function boilerplate. Shopify Editions Winter ’26
Gemini 2.0 Flash shuts down today
What shipped. Google retires Gemini 2.0 Flash and Flash-Lite on June 1. Apps built on Firebase AI Logic or Vertex must move to a newer model such as gemini-3.1-flash-lite to avoid service disruption.
Why it matters for vibe coders. If your Firebase or GenKit app still pins 2.0 Flash, requests can start failing today. Flash-Lite is a common default for cheap, high-volume calls, so the blast radius is wide.
What to do today. Grep your codebase and environment configs for the 2.0 model strings, swap to gemini-3.1-flash-lite, and run your evals to confirm output quality holds before redeploying. Firebase AI Logic
Google Imagen models deprecated, shutting down June 24
What shipped. Google marked all Imagen models deprecated, with shutdown set for June 24. The recommended path is migrating image generation to the Gemini Image models, codenamed “Nano Banana.”
Why it matters for vibe coders. If you generate product mockups, hero art, or design assets through Imagen, you have a hard three-week deadline. The Gemini Image models target photorealism and reliable text rendering, which helps for on-image copy.
What to do today. Find every Imagen call in your pipeline, prototype the same prompts against Gemini Image, and compare cost, latency, and text fidelity before you migrate production traffic. Firebase AI Logic
Cognition raises $1B at a $26B valuation
What shipped. Cognition, the company behind the Devin agent, raised $1 billion at a $26 billion valuation, roughly doubling its worth in eight months.
Why it matters for vibe coders. Capital is flooding into agentic coding, which means faster releases, more aggressive free tiers, and tighter competition for Claude Code and similar tools. Good for builders who want leverage.
What to do today. Do not switch stacks on funding news. Instead, note which agentic features your current tooling lacks, and keep a short list of capabilities worth re-evaluating next quarter. LLM-Stats
Microsoft Build 2026 opens June 2
What shipped. Microsoft Build 2026 begins June 2 in San Francisco, with a keynote centered on AI agents, GitHub Copilot updates, and local Windows AI.
Why it matters for vibe coders. Build sets the tone for the agent tooling and protocol direction the broader ecosystem follows. Copilot and agent-framework changes often ripple into the tools indie devs rely on within weeks.
What to do today. Block 30 minutes to watch the keynote summary tomorrow, and note any agent-interop or MCP-adjacent announcements that could affect your build. Notebookcheck
Also worth noting
- Groupon plans to cut up to 400 roles, nearly a quarter of staff, in an AI-native restructuring called “Project Foundry,” targeted for September. It is a reminder that AI-native rebuilds are reshaping headcount, not just features. LLM-Stats
Build of the day
Ship a model-deprecation guard for your own projects in under two hours. Write a small Python or TypeScript script that scans your repo and .env files for hardcoded model strings, flags any that appear on a deprecation list you maintain, and prints the recommended replacement. Wire it into a pre-commit hook or a Claude Code subagent so it runs on every change. With today’s Gemini 2.0 Flash shutdown and the June 24 Imagen cutoff, a guard that catches stale model IDs before they reach production pays for itself the first time it fires.
FAQ
What changes for Claude Code users on June 15, 2026?
Interactive Claude Code in the terminal is unaffected and keeps drawing from your normal subscription. Programmatic usage, including claude -p, Agent SDK calls, and GitHub Actions, moves to a separate monthly credit pool. Pro receives $20, Max 5x receives $100, and Max 20x receives $200, with credits expiring monthly. The New Stack
Do I need to migrate off Gemini 2.0 Flash right now?
Yes. Gemini 2.0 Flash and Flash-Lite shut down on June 1, 2026. Apps on Firebase AI Logic or Vertex should move to a supported model such as gemini-3.1-flash-lite to avoid service disruption. Update your model strings, rerun evals, and redeploy before relying on the old endpoints. Firebase AI Logic
When do Shopify Scripts stop working?
Shopify confirmed Functions replace Scripts in June 2026, with faster execution and increased parity for a safer migration. If your Plus store runs checkout, discount, or shipping Scripts, map each one to a Function equivalent and test it in a development store before the cutover. Shopify Editions Winter ’26
What replaces Google Imagen for image generation?
Google deprecated all Imagen models with a shutdown date of June 24, 2026, and recommends migrating to the Gemini Image models, codenamed “Nano Banana.” Prototype your existing prompts against the new models and compare cost, latency, and text rendering before moving production image generation over. Firebase AI Logic
Is the Cognition raise a reason to switch coding agents?
No. A $1B raise at a $26B valuation signals strong demand for agentic coding, but funding is not a feature comparison. Keep your current workflow, note any capabilities your tooling lacks, and re-evaluate next quarter when the competitive picture is clearer. LLM-Stats
Why should an indie Shopify developer care about Microsoft Build?
Build 2026 opens June 2 with AI agents, GitHub Copilot, and local Windows AI in focus. Announcements there often shape the agent tooling and protocols the wider ecosystem adopts, so changes can reach the tools indie devs use within weeks. Watch the keynote recap for MCP-adjacent news. Notebookcheck
Sources
- The New Stack — Anthropic Agent SDK credits: https://thenewstack.io/anthropic-agent-sdk-credits/
- Shopify Editions Winter ’26: https://www.shopify.com/editions/winter2026
- Firebase AI Logic — supported models: https://firebase.google.com/docs/ai-logic/models
- LLM-Stats — LLM updates: https://llm-stats.com/llm-updates
- LLM-Stats — AI news: https://llm-stats.com/ai-news
- Notebookcheck — Microsoft Build 2026 preview: https://www.notebookcheck.net/Microsoft-Build-2026-What-to-expect-from-the-June-2-keynote.1311546.0.html
About the author
Robert McCullock runs Design Delight Studio, building AI-assisted Shopify storefronts and multi-agent tooling for sustainable DTC brands. See selected work in the professional portfolio.
