The Playbooks AI
DAILY·ISSUE 143·Apr 30, 2026
Today in 90 seconds05 stories
  1. 01Claude Desktop ships interactive artifacts for everyone. You can now build clickable mini-apps right in chat. Itineraries, dashboards, calculators.Try it
  2. 02Codex CLI gets file-level edit mode. It rewrites individual files in your repo with a diff preview before applying.For coders
  3. 03OpenAI rolls image generation into the API. One endpoint, gpt-image-1 quality, usable inside Codex sessions.For creators
  4. 04Google's NotebookLM adds live web sources. Point it at a URL and it pulls the page into your notebook for citation-grounded answers.For research
  5. 05Anthropic publishes a Sonnet 4.5 cost-control guide. Prompt-caching patterns that knock 60–80% off agentic workloads.For coders
Today's stories
Anthropic01 · 3 min

Claude Desktop now ships interactive artifacts for every plan.

01What
happened

Anthropic flipped on the artifacts feature in Claude Desktop this week. The same ones previously gated to Pro. You can ask Claude to build a small clickable interface (a planner, a calculator, a checklist) and it renders inside the conversation, fully interactive.

It runs HTML, CSS and JS in a sandboxed canvas. No deploy, no setup. The artifact persists across the conversation and can be edited by asking for changes.

02So what
for you

This is the feature I keep using to surprise non-technical friends. Last week I built a friend a honeymoon itinerary as a clickable day-by-day with map links and time blocks, instead of a wall of text she had to re-read every morning.

If you've been outputting plans, comparisons, or anything with structure as flat text, stop. Ask for it as an interactive artifact. It's a one-line change to your prompt and the result is dramatically more useful.

Try it · 5 min

Turn any plan into a clickable artifact

  1. 1.Open Claude Desktop. Start a new chat.
  2. 2.Paste your raw notes. Itinerary, project plan, study guide, whatever.
  3. 3.Add: Build this as an interactive artifact. I want to click between days/sections and check things off as I go.
  4. 4.Ask for tweaks until it feels right. Share the link or screenshot from inside the artifact pane.
OpenAI02 · 2 min

Codex CLI adds file-level edit mode with diff previews.

01What
happened

The Codex CLI shipped a 0.18 update that introduces a per-file edit mode. Instead of agentic multi-file rewrites, you can scope it to one file, see a unified diff before it touches disk, and accept or reject hunk by hunk.

02So what
for you

The agent-mode-by-default approach was scary for anything you actually care about. Too many files changing at once, hard to review.

I've been using the new mode for boring-but-real work: cleaning up a tax spreadsheet's formulas, refactoring a single component, even editing a Markdown post. It's the first time Codex has felt safe for files that aren't throwaway.

OpenAI03 · 2 min

Image generation is now native inside Codex sessions.

01What
happened

OpenAI moved gpt-image-1 behind the Codex CLI, so you can generate, save and reference images from inside an agent run without switching tools or pasting URLs. The images land in your working directory.

02So what
for you

Useful overlap I didn't expect: I used this last weekend to generate placeholder hero images for a landing page Codex was already scaffolding. One session, no copy-paste, the images were named and dropped into /public for me.

If you build with Codex, this collapses a workflow. If you don't, ignore. There are easier ways to make images.

Google04 · 2 min

NotebookLM can now ingest live web pages as sources.

01What
happened

Previously NotebookLM accepted PDFs, Docs and pasted text. Now you can drop in a URL and it fetches the page, indexes it, and treats it as a citable source alongside your other materials.

02So what
for you

The reason this matters: it ends the worst part of research mode in any AI. The model confidently inventing things from a URL it pretended to read.

I'm using it to keep a running notebook on AI tools themselves. Add the docs page, add the changelog, add a few good blog posts. Ask it questions. Every answer is citation-linked back to the actual paragraph. No more 'where did it get that.'

Anthropic05 · 3 min

A Sonnet 4.5 cost-control guide drops. Caching is the lever.

01What
happened

Anthropic published a detailed walkthrough of prompt-caching patterns for Sonnet 4.5: where to put your cache breakpoints, how to structure tool definitions, and how to measure the hit rate. They claim 60–80% cost reduction on common agent loops.

02So what
for you

This is a coder-only story. If you don't ship anything that talks to Claude, skip.

If you do: the guide is the most concrete cost-engineering doc Anthropic has put out. The big idea is that your system prompt and tool list are the single biggest cache target — get those stable and you stop paying for them on every turn. I'm rewriting one of my agents around this today.

Pinned this week
Playbook of the week

The 5-prompt honeymoon itinerary.

The full version of the artifact trick from story #1. Templates, prompts, and the exact follow-ups I use to make the output actually useful.

Read the playbook →

Was today's issue worth the 90 seconds?

Got a sec? Tell me what to write more of.

See you tomorrow,

K

Ky Tomita, The Playbooks AI