Quick answer

Daily AI news for vibe coders. June 11, 2026: Claude Fable 5's free window closes June 23, the Agent SDK billing split lands June 15, MAI-Image-2.5 ships, plus one build to ship today.

5 min read · Updated June 11, 2026

AI News for Vibe Coders — Daily: June 11, 2026

Vibe Code Academy daily AI news cover for June 11, 2026

Welcome to the daily AI news brief for vibe coders. Today is Thursday, June 11, 2026, and two deadlines now sit on your calendar while the field keeps shipping. Anthropic’s most capable public model gets more expensive in twelve days, the Agent SDK billing change is four days out, and image and search both moved this week. If you build on Shopify, Claude, GPT, Gemini, or Firebase, today is about acting before two clocks run out.

TL;DR

  • Claude Fable 5 is free in paid plans only through June 22; credits apply June 23.
  • The Agent SDK billing split lands June 15, four days from now.
  • Microsoft’s MAI-Image-2.5 pushes open image generation and editing quality higher.
  • Gemini 3.5 Flash is now the default model behind Search’s AI Mode.
  • Project Glasswing put Claude Mythos 5 to work hunting software zero-days.
  • OpenAI extended free workspace agents to July 6; Alteryx shipped an MCP Server.

Claude Fable 5’s no-cost window closes June 23

What shipped. Anthropic released Claude Fable 5 on June 9, its first broadly available Mythos-class model, at ten dollars per million input and fifty per million output tokens, with up to 128k output tokens and a reported 95 percent on SWE-bench Verified. The timeline is the news: Fable 5 is bundled into Pro, Max, Team, and seat-based Enterprise plans at no extra cost only through June 22, then shifts to credits on June 23.

Why it matters for vibe coders. You have a free, full-strength evaluation window that expires. After June 23 the same model becomes a metered line item, so learn its real cost-per-task on your own workloads now, while it is included.

What to do today. Run your hardest eval on Fable 5 inside your current plan, log tokens and solved tasks, and decide before June 23 which jobs justify the metered rate. TechCrunch

The Agent SDK billing split lands June 15

What shipped. Starting June 15, headless Claude usage moves off your subscription limits. The Agent SDK, claude -p headless mode, and Claude Code GitHub Actions draw from a separate credit billed at standard API rates. Interactive terminal and chat use stays on your plan as before.

Why it matters for vibe coders. If you run Claude programmatically — scheduled agents, CI checks, batch jobs — that usage has been riding inside a flat subscription. In four days it becomes pay-as-you-go, so a loop that felt free can become a real line item.

What to do today. Price a typical month of automated runs at API rates. Multiply one representative agent job by its run frequency and set a budget alert so June 15 is planned, not a surprise. Releasebot

Microsoft’s MAI-Image-2.5 raises the open image bar

What shipped. Microsoft AI introduced MAI-Image-2.5, a new in-house image model with an ultra-efficient Flash variant, as part of a fresh family of MAI models. It handles both text-to-image generation and image editing, and Microsoft reports it surpasses the arena score of the model that previously led that category.

Why it matters for vibe coders. More strong image models means more leverage and less lock-in for anyone generating product shots, hero art, or mockups. A fast editing model especially helps commerce, where you iterate on the same asset many times rather than generating once.

What to do today. Take one product-image task you repeat often, run it through a current top image model and an editing pass, and judge the result against your usual tool on quality, speed, and cost. Microsoft AI

Gemini 3.5 Flash becomes Search’s AI Mode default

What shipped. Google moved Search’s AI Mode to Gemini 3.5 Flash as its default model, putting the same fast, agentic-coding-grade model that reached general availability last month behind everyday AI answers in Search.

Why it matters for vibe coders. Two angles. As a builder, a cheaper Flash tier that holds up on coding and agent tasks is a strong default for cost-sensitive flows. As a store owner, more buyers now meet your products through an AI-summarized answer, which raises the value of clean, structured, machine-readable product data.

What to do today. Check that one key product page exposes complete structured data — clear title, description, price, and availability — so AI answer surfaces can quote it accurately. Google

Also worth noting

  • Project Glasswing gave select organizations, including AWS, Apple, and Google, early Claude Mythos 5 access to find and fix critical software zero-days. The bar for basic security hygiene keeps rising. TechCrunch
  • Alteryx unveiled Agent Studio and an MCP Server at its Inspire 2026 conference, turning existing data workflows into autonomous, MCP-exposed agents. LLM-Stats
  • Google’s Imagen models are deprecated and shut down June 24, so migrate any image pipelines that still call them. Firebase
  • OpenAI’s GPT-4.5 retires from ChatGPT on June 27 following a 30-day sunset; repoint anything pinned to it. OpenAI
  • Firebase Genkit added early Python support and expanded Go, widening the languages you can build agents in. Genkit

Build of the day

Ship an AI-answer readiness checker for your storefront in under two hours. In Claude Code, build a flow that takes a Shopify product handle, pulls the product through the Admin API, and scores how quotable it is for AI shopping surfaces: clear title, complete description, price, availability, and accurate structured data. Use Gemini 3.5 Flash or your default Claude model for the scoring pass and return three concrete fixes per product. Keep sustainability language tied to your real standards — GOTS, GRS, OCS, PETA-Approved Vegan, and Fair Trade — and never invent a claim the product cannot back. Run it across ten products and fix the lowest scorer first.

FAQ

Should I switch to Claude Fable 5 before the June 23 deadline?

Adopt it for evaluation now, not as a blanket default. Fable 5 is free inside Pro, Max, Team, and Enterprise plans only through June 22; on June 23 it moves to metered credits. Use the free window to measure cost-per-task on real workloads, then keep only the jobs that justify the rate. TechCrunch

How do I budget for the June 15 Agent SDK billing change?

Price your automation at API rates before the switch. From June 15, the Agent SDK, claude -p headless mode, and Claude Code GitHub Actions draw from a separate credit at standard API rates rather than your subscription. Estimate one representative agent run, multiply by how often it fires in a month, and set a spending alert. Interactive terminal and chat use is unaffected. Releasebot

Is Gemini 3.5 Flash a good default model for my app?

For cost-sensitive flows, it is a strong candidate. Gemini 3.5 Flash now powers Search’s AI Mode by default and reached general availability last month, with coding and agentic performance Google positions near its prior Pro tier. Route routine generation and tool-calling to Flash and reserve a heavier model for hard reasoning. Google

What does Search’s AI Mode default mean for my store’s discoverability?

More buyers will meet your products inside an AI-summarized answer rather than a list of links. That makes complete, structured product data the deciding factor in whether an AI surface can quote your item accurately. Make sure each key product exposes a clear title, full description, price, and availability so answer engines pull the right facts. Google

How long can I test OpenAI’s workspace agents for free?

Through July 6, 2026. OpenAI extended its free period for workspace agents to that date, after which credit-based pricing begins. If you are evaluating agentic workflows on OpenAI’s stack, use the runway to run real tasks, capture token costs, and decide what survives once metering starts rather than discovering the price later. Releasebot

What is the fastest way to expose my data workflows as agents?

Reach for MCP-native tooling. Alteryx’s new Agent Studio and MCP Server convert existing data workflows into autonomous agents callable over the Model Context Protocol. The pattern is the lesson: wrap a workflow you already trust as an MCP server, then let Claude orchestrate it instead of rebuilding the logic. LLM-Stats

Sources

About the author

Robert McCullock builds AI-assisted Shopify storefronts and multi-agent tools at Design Delight Studio, an eco-focused design and commerce studio. See selected work in the professional portfolio.