Provider Watch
from Onlook

Edition 10 · Tue Jun 16, 2026

Anthropic ships a new Claude generation — the layer under everything we build.

Claude Fable 5 and Mythos 5 landed June 9 — Anthropic's most capable widely-released models, with a 1M-token context window as the default and adaptive thinking always on. For us this isn't abstract: every Onlook project's agent runs on Claude through the Agent SDK, and our model map already lists both new models as 1M-context options. The same release reshaped the API edges we build against — refusals now carry a dedicated stop reason, a new fallbacks parameter can re-route a refused request to another model, and manual thinking budgets are gone. The model layer under the whole product moved.

Read Anthropic's Fable 5 & Mythos 5 announcement
Editorial illustration: a new, larger lamp being lowered into place at the center of a workshop while smaller lamps along the bench are re-aligned to it, one filament flaring ember-bright — a new generation arriving and the surrounding tools adjusting to it

A real headline week — a new Claude generation, with infrastructure moving under it. Four items, ranked by Onlook impact.

  1. 01

    Claude Fable 5 and Mythos 5 land — 1M context, adaptive thinking, new refusal handling

    Anthropic's most capable widely-released models, 1M-token context by default. Our agents run on Claude through the Agent SDK, and the API shape shifted underneath: a dedicated refusal stop-reason, an opt-in fallbacks parameter, and adaptive-thinking-only (manual thinking budgets now error).

  2. 02

    Neon makes Postgres 18 the default and 5×'s network transfer

    New projects get Postgres 18 by default; paid-plan public network transfer jumps 100 GB → 500 GB/mo. Neon also previewed three backend services and Lakebase Search. Neon is our database and auth layer, so these defaults and limits are ours.

  3. 03

    Vercel Functions now run up to 30 minutes — and Vercel Drop lands

    Node/Python functions can run up to 30 minutes on Pro/Enterprise — more than 2× the old 800-second cap, real headroom for long-running orchestration. Vercel Drop adds drag-and-drop deploys with no Git or CLI. We host on Vercel, so the runtime ceiling is a constraint lifted.

  4. 04

    The multiplayer SDK built for exactly our canvas stack

    Not new this week — but newly grounded: Onlook's canvas is React Flow + Liveblocks, and Liveblocks shipped a Multiplayer SDK for React Flow (back in April) that fuses precisely those two. We've never evaluated it. It deserves a real look.

Editorial illustration: a large new engine being lowered onto a workbench while the smaller fittings, hoses, and gauges around it re-seat themselves to match, one connection glowing ember as it locks in — a core component replaced and everything adapting to it

A new generation of Claude — and the API edges move with it.

Anthropic released Claude Fable 5 and Mythos 5 on June 9 — its most capable widely-released models, with a 1M-token context window as the default and adaptive thinking always on. There's no manual thinking-budget knob anymore; passing one (or disabled) now errors. The same release reshaped a few API edges: refusals come back with a dedicated stop_reason: "refusal", and a new opt-in fallbacks parameter can re-run a refused request against another model. Alongside, Sonnet 4 and Opus 4 were retired June 15 — those model IDs now error outright.

Why it lands for us: every Onlook project's agent runs on Claude through the Agent SDK, and our own model map already lists claude-fable-5 and claude-mythos-5 as 1M-context options — so these are candidate dispatch models, not distant news. The adaptive-thinking change is the one to verify against our agent loop (anywhere we set a thinking budget needs a look), and the retirements are a reminder to keep an eye on the model-lifecycle cadence even though our current dispatch model isn't among the ones pulled.

What changed

  • Fable 5 + Mythos 5 — most capable widely-released models, 1M-token context default.
  • Adaptive thinking is the only mode — manual budgets / disabled now error.
  • New stop_reason: "refusal" + opt-in fallbacks parameter to re-route refused requests.
  • Sonnet 4 and Opus 4 retired (Jun 15) — requests now error.
Editorial illustration: a wide reservoir whose channel to a workshop has been widened five-fold, water moving freely where a narrow pipe used to constrain it, a fresh foundation stone set at the base glowing ember — more throughput and a new default footing

Postgres 18 by default, and five times the network headroom.

Neon made Postgres 18 the default for new projects and raised public network transfer on paid plans from 100 GB to 500 GB per month — a 5× headroom bump on the kind of egress a busy app accrues. It also previewed three coming backend services (Storage, Compute, an AI Gateway) and put Lakebase Search — vector plus BM25 full-text — into private preview.

This is our layer, not adjacent news: Neon is Onlook's database and our auth provider (Neon Auth), so the default Postgres version and the transfer ceiling are decisions that land directly on what we run. The transfer increase is the immediately useful one; Postgres 18 as a default is worth noting for any new project or branch we spin up, and the backend-services preview is the post-acquisition expansion we've been tracking finally taking shape.

What's new

  • Postgres 18 is the default for new projects.
  • Public network transfer on paid plans: 100 GB → 500 GB / month.
  • Three backend services previewed (Storage, Compute, AI Gateway); Lakebase Search in private preview.
  • CLI keeps maturing — neonctl psql with no local client install.
Editorial illustration: a workshop clock whose working span has been stretched far wider than before while a hand simply drops a parcel through an open hatch, no keys or forms involved, one edge of the hatch glowing ember — a longer runway and a frictionless drop-in

Functions that run for half an hour, and deploys you can drag in.

Vercel Functions on the Node and Python runtimes can now run up to 30 minutes on Pro and Enterprise — more than double the previous 800-second ceiling. Separately, Vercel Drop lets you deploy a file or folder by dragging it into the browser, with no Git repo, CLI, or local setup, and the Hobby tier's Blob store limit went from 5 to 100.

We host the web app on Vercel and use Vercel Blob for screenshots, uploads, and sandbox backup snapshots, so the runtime ceiling is the one that matters here: long-running orchestration that used to risk the 800-second wall has real headroom now. Vercel Drop is more of a demo-and-prototype convenience than something on our path, and the Blob bump is Hobby-tier — but the function-duration change is a genuine constraint lifted on a surface we run against daily.

What's new

  • Node/Python Functions run up to 30 minutes (Pro/Enterprise) — >2× the old 800s cap.
  • Vercel Drop — drag-and-drop deploy, no Git / CLI / local setup.
  • Hobby Blob store limit raised 5 → 100.
Editorial illustration: two sets of hands working the same node-and-wire diagram on a shared board in real time, cursors trailing, the connecting wires between nodes glowing ember where the two collaborators meet — realtime multiplayer on a flow canvas

A multiplayer SDK built for the exact canvas we run.

A deliberate non-news item, surfaced now because the stack brief made it concrete. Onlook's canvas is built on React Flow, with Liveblocks already powering its realtime presence, cursors, and persistent node state. Back in April, Liveblocks shipped a Multiplayer SDK for React Flow (@liveblocks/react-flow) — a useLiveblocksFlow hook, built-in cursors, and a backend mutateFlow() API — that fuses precisely the two pieces we already operate separately.

We have never evaluated it. That's the whole point of this card: this isn't a thing that happened this week, it's a thing we should have looked at when it landed and didn't. Whether it would simplify our canvas sync or just duplicate what we've hand-wired is an open question — but a provider product built for our exact React-Flow-plus-Liveblocks shape deserves a real spike, not another quarter in the tail.

Why it's here, dated April

  • The SDK shipped Apr 7 — out of this window; flagged as strategic context, not news.
  • It targets React Flow + Liveblocks — our actual canvas stack.
  • The ask: a spike to evaluate useLiveblocksFlow vs. our current hand-wired sync.

Stuff we didn't dig into. Skim for serendipity.

E2B

New CLI lifecycle flags — --lifecycle.autoresume and --lifecycle.ontimeout (Jun 10) — plus file metadata and directory-watching in the 2.29 SDK. — autoresume maps straight onto the warm-sandbox cost lever from Edition 09 — directly ours

Cloudflare

wrangler 4.100 serves local R2 buckets through the dev server and adds an experimental cloudflare.config.ts (Jun 11); Workflows gained saga-style rollback. The Sandbox SDK is dropping HTTP/WebSocket transports after Jul 9. — that Sandbox SDK deadline isn't ours — Onlook runs on E2B, a different layer

TanStack

TanStack AI hit Beta (Jun 9) — a provider-agnostic AI toolkit — and Table V9 took shape with big TypeScript-perf wins. Query-proper was quiet. — we use Query, not (yet) the AI toolkit — but it's the ecosystem story

Langfuse

June release train through v3.186; the v3 scores API went GA, and Fable 5 / Mythos 5 model support landed within a day of the launch. — Langfuse is our LLM-observability layer — fast model-support turnaround

Motion

Motion+ v2.12.0 added curtain transitions (useCurtains) for page and element reveals (Jun 9). — commercial tier; the OSS library was quiet

Next.js

16.3.0-preview stabilizes export const prefetch and renames a prefetch mode (Jun 9); 16.2.9 patch. No feature blog this window. — preview train; nothing to act on yet

Neon

(Beyond the deep card.) The branch-first dev loop is now complete — neon link / checkout / env pull — and neonctl psql runs without a local client install. — the CLI ergonomics are quietly getting good

Tailwind CSS

4.3.1 patch — CLI --silent, @apply mixin support, Node 26 deprecation handling (Jun 12). — patch only

Drizzle ORM

Still v1.0.0-rc.3 — the 1.0 GA cut hasn't landed. The casing: 'snake_case' breaking change still rides with it. — watch for the 1.0 GA cut — it touches our schema

TypeScript

7.0 — the Go-port native compiler, ~10× faster — is still at the April Beta. No RC or GA this window. — still waiting on the 7.0 RC

Bun

Still v1.3.14 (May 13). The first Rust-built stable tag remains pending. — watch for the Rust-stable tag

MCP SDK

No tagged release. The v2 spec RC targets ~Jul 28 (Tasks, MCP Apps, stateless core). — we ship an MCP server — v2 is a real future migration

Storybook

No new stable this window. — quiet — but it's the preview surface inside every Onlook sandbox, so we watch it closely

React

Quiet. v19.2.7 fixed a Server Actions FormData regression (Jun 1, just before the window). — quiet

React Flow (xyflow)

12.11.0 (autoPanOnSelection) shipped Jun 1, just before the window. Our canvas runs on it. — quiet this window — see the Liveblocks card above

tRPC

No release this window. (Our entire API layer; maintenance mode is fine.) — quiet

Zod

No release this window — still on the 4.4.x line. — quiet

Twitter · X coverage
Twitter / X was not swept this cycle — a catch-up edition after a ~10-day collection gap. Rather than surface unverified chatter, we held it; coverage resumes next edition.

Provider Watch

20 providers tracked · sources locked Jun 16, 2026 · daily collect, publish when ready

Source map
  • Foundational (9): Next.js · React · TypeScript · Bun · Tailwind CSS · tRPC · TanStack Query · Drizzle ORM · Zod
  • Paid services (7): Neon · Vercel · Liveblocks · E2B · Cloudflare Workers · Langfuse · Anthropic Claude Agent SDK
  • Strategic (4): Storybook · MCP SDK · React Flow · Motion
  • Adjacent-only watch: Vercel AI SDK (migrating off) · competitors in design-to-code
Sources & dates

Each item with its news date — when it shipped, not when we found it. Tweet-sourced rows carry no link (no-ref policy).