What's New

Changelog

New features, improvements, and fixes.We ship every week.

Page 3 of 12 · 117 updates

Latest updates
May 31, 2026

GPT-5.5 is now selectable in the model picker

OpenAI's newest general-purpose model, GPT-5.5, is now available alongside 5.4 in Playcode's model picker. Pick it as your Quality model in Menu → Preferences → AI Model → Quality Model if you want to try it.

Heads up on cost. Per OpenAI's May 2026 rate card, GPT-5.5 is roughly 2× the per-token price of GPT-5.4 across input, cached input, and output. 5.5 shares the same tokenizer family as 5.4, so net effective per-request cost lands at about 2× what 5.4 charges for the same work. Real, not theoretical.

Not the default - Claude Sonnet 4.6 keeps that slot for now. We add new models as they ship so you can A/B them against your usual pick on real work; no model is unilaterally better than the others on every job, and the right answer depends on what you're building.

Honest take: no AI today gets everything right. Even Claude Opus, which still does UI design better than any model we've tested, takes its time and sometimes over-engineers a request. GPT-5.5 has its own trade-offs. Run the same prompt across two or three models when it matters; trust your own eyes on the output.

May 31, 2026

Switching back: Claude Sonnet 4.6 is the new default Pro model

Earlier today we moved the default Quality model to Claude Opus 4.8. A few hours of real-world Pro usage made it clear that 4.8 burns credits roughly 2.6× faster than Claude Sonnet 4.6 for comparable output on typical website-building work.

Concretely: on the entry-level Pro plan, leaving 4.8 as the default would have torn through the monthly credit allowance in a handful of busy days. That's not the experience we want anyone to land on by default.

So we're walking it back: the default Quality model is now Claude Sonnet 4.6. Strong reasoning, sharp design, well-balanced per-request cost. Your Pro credit budget goes meaningfully further.

Opus 4.8 stays available for the work where the extra capability is worth the cost. Switch any time in Menu → Preferences → AI Model → Quality Model. Same place for Opus 4.6 if you want the previous default.

Honest about the back-and-forth: we set 4.8 as default thinking the quality jump would be worth the spend. The first hours of paid-user data said otherwise. Better to adjust quickly than to leave you on a setting that doesn't fit your plan.

May 31, 2026

Claude Opus 4.8 is now the default Pro model

We've moved the Quality model from Claude Opus 4.6 to Claude Opus 4.8 - Anthropic's newest Opus. Sharper reasoning, cleaner code, better designs. The difference in output quality is immediate and visible.

Honest about cost. 4.8 charges the same per token as 4.6, but its tokenizer packs roughly 25-48% more tokens into a typical request (the upper end on image-heavy work), so expect spend on Pro work to scale up by about that much. We made the call anyway: we want Playcode's default AI to be the best one available, not the cheapest.

Prefer lower cost? Switch the Quality Model yourself - it takes about 10 seconds:

  • Menu → Preferences → AI Model → Quality Model
  • Pick Claude Opus 4.6 (the previous default) - same family, lower per-request cost
  • Or Claude Sonnet 4.6 - cheaper still, excellent for most tasks
May 31, 2026

Read any website's raw HTML to inspect or redesign

Until today, the AI agent could fetch a webpage's text (article-style, cleaned via Markdown) but not its raw HTML. That was a real gap when you'd say "redesign this site" - the agent needed the actual DOM, classes, and layout, not a flattened text version.

Now there's a dedicated WebFetchHtml tool. Give the agent a URL, it downloads the page's raw HTML (up to 5 MB), saves it as a file inside your project under temp/, and reads it back chunk by chunk - the same way it reads any other file in your project.

Practical example: "Fetch https://stripe.com/pricing and redesign our pricing page in that style." The agent now actually sees Stripe's grid, their semantic landmarks, their spacing patterns - not just the text on the page.

Safety: same SSRF protections as the existing fetcher - localhost, private IPs, cloud metadata endpoints are all blocked. The HTML is never inlined into the conversation (that would blow the context budget); it's only ever read on demand from the project file.

May 31, 2026

Drag a zip or tar.gz straight into chat

The chat attach menu (the paperclip) now accepts zip and tar.gz archives, on top of images, videos, and PDFs. Drop one in chat, the agent gets the URL, and you can ask it to do something with the contents.

Where this really shines: Cloud projects. The agent has a real shell, so it can curl the archive into your workspace and unzip it directly. Practical uses:

  • Import an existing site - drag its source zip in, ask the agent to extract it and use it as a starting point.
  • Hand the agent an asset bundle - a folder of images, fonts, or design exports, packaged once, dropped in chat.
  • Move work between projects - export from one, drop into another.

On Browser projects the agent sees the archive's URL but can't extract it in-browser (no shell). For full unzip-and-use behavior, drop archives into a Cloud project.

Up to 150 MB per file. The archive contents are never sent to the AI model directly - only the URL is referenced in the conversation, which keeps your costs predictable and avoids hitting model file-size limits.

May 27, 2026

DeepSeek V4 Pro + V4 Flash in the model picker

Two new thinking models are now selectable in the chat model picker, talking to DeepSeek's official API directly:

  • DeepSeek V4 Pro - frontier-level reasoning with a 1M-token context window. Strong at code, math, and long multi-step tasks. A serious daily driver. Text-only.
  • DeepSeek V4 Flash - the same reasoning shape, tuned for speed and high-throughput work. 1M context, text-only.

Heads-up: these models do not see images. Pick a vision-capable model (Sonnet, Gemini, GPT-4o) if your task needs to read a screenshot or a PDF.

May 24, 2026

Introducing Playcode Cloud - the cloud built for the apps you build with AI

Shipping a real online product today takes too many things. An editor over here. Hosting over there. A separate database, a separate domain registrar, a CI pipeline, an SSL renewal, a monitoring dashboard. Five vendors, five bills, five places to keep in sync.

Today we're launching Playcode Cloud as its own product. Hosting, a real database, and a deploy pipeline - in one workspace. The cloud, designed for the apps you build with AI.

Three pillars of Playcode Cloud: a real production environment, your data durable forever, and build-ship-run in one product

Three products in one

  • Hosting. Always-on production, custom domain, automatic HTTPS, real TCP/UDP ports. Replaces what you would otherwise pay Vercel, Netlify, or Heroku for.
  • Database. A real database with tables, queries, transactions. Persists forever, survives every restart. Replaces what you would otherwise pay Supabase, Neon, or RDS for.
  • Deploy pipeline. Per-project git server, automatic snapshots, one-click rollback for code and data together. Replaces what you would otherwise wire up with GitHub Actions, CircleCI, and backup scripts.

Rollback your whole project - code AND database - one click

Timeline of project snapshots with a rollback arrow restoring both code and database together

Most platforms snapshot your code. We snapshot the whole machine - your app AND your database AND your files. Bad migration corrupted production? Schema change you regret? Customer says something broke three days ago? One click, both code and data restored. Replit is the only other platform we know of that does this end-to-end. Almost nobody else.

Plus an automatic safety net: before every Publish, we snapshot live production. If the deploy fails its health check, we roll back automatically.

What's NOT yet built (so you know)

  • Auto-scaling a single app across multiple machines - manual horizontal scaling supported today.
  • Multi-region failover - single EU region (Germany) today.
  • Bidirectional GitHub.com mirror - our own git server handles full git semantics internally; ZIP export available any time.

Playcode Cloud is in beta and included with every paid plan. Pro gets 3 cloud projects, Business gets 5. Read the full story on /cloud.

Apr 20, 2026

Your Hero Just Started Moving - AI Video Generation

Say "make the hero a video" and the AI generates an 8-second cinematic loop with Google Veo 3 - no separate tool, no stock footage, no upload step. Works from a prompt or from an image you already have on the page. The agent verifies the output, extracts a poster frame for instant-load, compresses for web, and swaps in a self-playing muted looping background in one pass.

New

  • Video generation built in - Google Veo 3.1 Fast is the default for production output, Veo 3.1 Lite for rapid drafts, Veo 3.1 Standard for polished hero content. Ask for a video and you get one.
  • Image-to-video animation - Turn any hero image into a moving version. Cherry blossoms drift, water ripples, clouds pass - the photo you already made comes alive.
  • Poster frames + web compression, automatic - Every generated video is auto-optimized down from 20+ MB to ~3 MB for fast loading, and gets a poster frame extracted so your site shows something instantly while the video buffers.
  • Understand any video - The agent can read a video and tell you what's on screen (duration, resolution, subjects, mood). Useful for verifying the output matches your prompt before shipping.
  • Trim, resize, strip audio, convert format - New video editing capabilities: cut a clip shorter, resize for web, mute audio for hero loops, or convert between MP4 and WebM.

Improvements

  • Smarter hero prompts by default - The AI now defaults to static-framed ambient motion (wind, water, drifting light) instead of camera moves. Produces cleaner loops with no glitchy mid-clip cuts.
  • Silent by default - Hero videos no longer come with unsolicited audio. Autoplay-muted is the norm anyway, and audio is available when you actually need it (tutorials, reels).
  • Image generation picks the right shape - When you ask for a hero image, the AI now uses 16:9 by default (not square), and knows to match the aspect if you're about to animate it.

Billed per second of output - the AI tells you the approximate cost before each video call and pauses to confirm before anything expensive. No surprise charges.

Apr 20, 2026

Cheaper Pro & Smart With Claude - Prompt Cache Rework

Short version: Pro with Claude now costs a lot less to run in real conversations. We noticed that follow-up messages weren't reusing the cached context from earlier messages the way they should have been, so each new turn was paying to re-process a bunch of the same tokens. We rebuilt how we hand context to the model and the cache now holds across turns, across chats, and during sub-agent runs.

Improvements

  • Follow-up messages in Pro chats are ~10x cheaper - The second (and every later) message in a Claude Pro chat now hits the prompt cache instead of paying full price. In our tests a typical 17K-token follow-up dropped from ~1.2 credits to ~0.1 credits
  • Starting a new chat is cheaper too - The system prompt is now cached across chats, so the first message of a fresh Claude chat reuses the cache from your previous conversation (within a 5-minute window) instead of paying full price for the system prompt every time
  • Smart mode sub-agents benefit as well - When Smart mode delegates code work to an Opus sub-agent, that sub-agent now uses the same caching wins: system prompt shared across delegations, history cached within a run. No change for Gemini Flash (Google handles caching server-side, nothing for us to tune)

No action needed - it just works. If you're curious about the raw numbers, the credit counter in Usage History now shows the difference directly: first Claude message in a chat is typical, every follow-up is usually 10x smaller.

Apr 17, 2026

Claude Opus 4.7 Available + New Experimental Models

Anthropic just released Claude Opus 4.7 - sharper reasoning, better code, longer 1M-token context. It's available today in Settings -> AI Model. We're keeping Claude Opus 4.6 as the default Quality model: the sticker price per token is the same, but 4.7 uses a new tokenizer that consumes roughly 45% more tokens per request on average (and about 3x on image-heavy work), so real-world cost per run is noticeably higher. Pick 4.7 when reasoning matters more than cost - your call.

New

  • Claude Opus 4.7 in the model picker - Anthropic's latest Opus with stronger reasoning, better code output, and 1M-token context. Opt-in from Settings -> AI Model
  • Two experimental models, opt-in from Settings -> AI Model - Try Qwen 3.6 Plus (1M context, multimodal, deep thinking mode) for very large projects, or GLM 5.1 (open-weight reasoning) when you want a strong but budget-friendly option