No. 019 Tuesday · May 26, 2026 ≈ 5 min read

Agent work needs a transfer map.

The strongest signal today is not a single model launch. It is a pattern: agents are being wired into canvas files, chat cards, callback URLs, and permission modes so humans can see where the work changes hands.

Abstract mint transit ticket with colored route lines, transfer stops, punched edges, and kiosk-card details.
Route plate: canvas → callback → review → approval
Today's Art Direction

Metro Transfer Map / Ticket Kiosk System

A transit grammar for work that has to move cleanly between stops.

Transit-map design turns complex systems into a sequence of visible decisions: route, transfer, stop, and exit. Its graphic language is blunt because the reader is often moving, distracted, or late. For agentic interfaces, the same vocabulary helps distinguish where automation is traveling, where a human can intervene, and which surface owns the next action.

Route LineTransfer DotFare TicketKiosk CardPunched EdgeService ColorExit Mark
§01
Tooling

The review surface is getting built into the tool.

Figma puts the agent on the canvas.

Figma's design agent is rolling out in beta inside Figma Design, where it can start from a selected layer, generate several directions in parallel, apply design-system context, and keep the output editable by hand. The important shift is location: the agent is not a separate prompt box asking designers to translate the canvas into words.

Vercel turns chat cards into action gates.

Vercel's Chat SDK now includes AI SDK tools, wiring read and write actions into chat agents with presets and approval defaults. A companion update lets buttons and modal submissions resume a paused workflow through callback URLs, which makes the chat card a real review station rather than a decorative message.

Design implication

The durable interface is not the prompt. It is the handoff surface where the agent asks for a decision and shows enough context for that decision to be credible.

§02
Technique

Make the transfer points explicit.

Start with the place of review.

If the output will be judged in Figma, Slack, a pull request, or a browser preview, design the agent loop around that surface first. The action should arrive where the evidence already lives.

Separate generation from approval.

Claude Code's current permission documentation distinguishes modes for editing, planning, auto decisions, and pre-approved non-interactive work. Treat those as interface states, not just command flags.

Keep the route inspectable.

When a workflow pauses for a button click, form submission, or design-system choice, label what the agent has already done and what it is asking permission to do next.

§03
Workflow

A useful loop: generate wide, transfer narrow.

Use the canvas for exploration.

Figma describes a wide-to-deep pattern: ask the agent for multiple directions, compare them in the file, then continue by hand once the strongest direction is visible. That is a good default for design work because it keeps taste, system fit, and layout judgment on the same surface.

Use chat cards for commitment.

Vercel's callback flow is strongest when the agent has reached a commitment point: send the status report, approve the deployment, create the issue, or cancel the action. The card should be short because its job is not exploration; its job is transfer.

The prompt starts the trip, but the review surface decides whether the work changes lines.

§04
Prompt Lab

Ask for a route map before the agent acts.

Use this when a coding or design agent will touch more than one system and you need the approval points separated from the production work.

Before making changes, draw a transfer map for this task.

For each stop, list:
- the working surface you will use
- the evidence you need before moving on
- the exact action you want approval for
- the rollback or escape route if the result is wrong

Do not start implementation until the map has no vague stops.

The useful move is not asking for a long plan. It is forcing the agent to name the surfaces, gates, and exits before it starts moving state across them.

§05
Field Note

The agent interface is becoming infrastructure.

Recent safety research on overeager coding agents shows why the review surface has to carry scope, not just output. If the boundary only exists in the prompt, the interface is asking memory to do the work of signage.

The next useful agent UI will feel less like a magic text box and more like a station map: clear route, visible transfers, named stops, and obvious exits.

§06
Sources

Primary links for the day.

  1. Digg AI rankings — live AI-Twitter and GitHub-stars signal scan.
  2. The Figma design agent is here — Figma product announcement, May 20, 2026.
  3. Figma product news and release notes — May release notes covering agent workflows and Make updates.
  4. Chat SDK now includes AI SDK tools — Vercel changelog, May 20, 2026.
  5. Chat SDK now supports callback URLs on buttons and modals — Vercel changelog, May 20, 2026.
  6. Run Claude Managed Agents with Vercel Sandbox — Vercel changelog, May 18, 2026.
  7. Choose a permission mode — Claude Code documentation.
  8. Overeager Coding Agents: Measuring Out-of-Scope Actions on Benign Tasks — arXiv paper submitted May 18, 2026.

A field experiment from the team behind Beaver Builder.