SheetA-005ProjectArt Direction Daily
Date12 May 2026DayTuesday
Reading time≈ 7 minScale1 : 1 (live)
A daily field report on agentic web design.
 005
A Issued
Plate A-005 · Detail at scale 1 : 1

Edit the running page. Ship the diff.

Inspector launched as Figma for your actual codebase this fortnight — click an element in the live site and a connected agent reads the component, writes the patch, and applies it. The agent's primary surface keeps moving toward the artifact users actually see. This week it arrived at the running page itself.

Detail A · Today's Art Direction
Plate · 005 / 26

Architectural Blueprint / Drafting Plate

Trace paper, drafting hairlines, dimension callouts, and a single drafting-pencil red on warm vellum.

The architectural plate is the language of buildings before they exist. A draftsman annotates a vellum sheet at a known scale, with hairlines for the run of a wall, a circled letter for a section cut, a dimension callout that pins one element to another. The plate is meant to be precise enough that anyone holding it can read the building back out. Today's idiom borrows that vocabulary — the page is a drawing of itself, with the chrome of the drafting board pulled forward (title block, datum lines, drafting bubbles, north arrow) and the body type a utility sans that could pass for IBM Selectric annotation.

Plan View Title Block Datum Line Dimension Callout Trace Paper Cyanotype Drafting Pencil Hairline Rule Section Cut North Arrow
§01 Tooling / Scale 1 : 50

The click-to-edit layer arrives.

Inspector shipped this fortnight as a desktop visual editor that opens your dev server in a window, watches you click and drag, and forwards every change as a structured instruction to a connected coding agent. Connecting Claude Code, Codex CLI, or Cursor is free; the agent reads the component file, writes the patch, applies it locally. Inspector calls itself Figma for your actual codebase — and the comparison holds in one direction: it gives you a Figma-like inspector pane on the running site, but unlike Figma the artifact you leave behind is a real git commit, not a layered design file you have to translate twice.

The thin-client thesis

Inspector slots beneath the rest of the stack rather than replacing any of it. Figma's MCP server still works for the direction toward the canvas; VS Code's adapter to Claude Code keeps the editor honest about which agent is in charge. The new entrant is a click-on-the-page surface that any of these agents can drive once you've authenticated. What's actually proliferating is thin clients — a chat box, a canvas, an IDE, now a click-to-edit overlay — all pointing at the same Plan → Execute → Verify loop underneath.

Note A — Practical move

If you already have a Claude Code or Codex subscription, you can attach Inspector to the running page in about three minutes without changing your existing IDE habit. The agent is the same; the input device is new.

§02 Technique / Scale 1 : 20

Harness engineering, named.

Anthropic's 2026 Agentic Coding Trends Report and OpenAI's writeup on harness engineering both reached for the same phrase this month. The skill isn't write a better prompt. It's make the room the agent works in tell it when it's wrong, immediately, in language it can act on. Custom linters with remediation messages. Typechecks that point at the rule. Screenshot diffs. Accessibility scans. Anything that turns a failure into a structured instruction.

PEV — the loop that's becoming standard

Plan, Execute, Verify. The plan is the agent's outline. The execute is the patch. The verify is the harness — the suite of checks that produces a structured error the agent can read back into its own context. The remediation message is the load-bearing piece: "X failed" is not enough; "X failed because Y, here is the file and rule to change" is. Harness engineers spend their time writing those messages.

Note B — Design implication

For agentic web design specifically, the verify step is the screenshot diff plus an accessibility scan. Without those, the agent ships pages that pass typecheck and fail Lighthouse — pixels-perfect for nobody, and unreadable to a screen reader.

§03 Workflow / Scale 1 : 10

Design on the running app.

A workflow that's taking shape across small studios: spin up the dev server, open Inspector, designer or product engineer clicks elements directly on the rendered page. Want this CTA bigger? Drag the handle. Wrong copy? Triple-click and type. Hit apply. Inspector ships the instruction to Claude Code; the agent reads components/HeroCta.tsx, locates the relevant Tailwind classes or styled-component, writes the patch, runs the verify loop. The change appears in the running window in seconds. If you don't like it, you click again.

What the loop replaces

The pipeline this collapses is real and load-bearing in most companies: designer mocks up in Figma → developer interprets → ticket gets written → engineer translates the ticket back to UI → designer reviews the deployed result → repeat. The agentic version still has a designer in the loop, but the artifact handed off is the page, not a description of the page. The lossy translation step in the middle is the part the agent does — and it does it well because the source and the target are now the same surface.

The browser is the artifact the user actually sees. Every design tool that lives upstream of it has been paying a translation tax.

— Field Note A · 12 May 26
Note C — Practical move

Pair Inspector with a screenshot-diff verify (Playwright or Chromatic) and an axe-core accessibility scan. The agent learns to ship inside the same visual + a11y envelope you already enforce on humans.

§04 Prompt Lab / Scale 1 : 5

Annotate, don't describe.

A concrete prompt you'd type into Inspector's prompt field after selecting a hero CTA on a Next.js + Tailwind site. Read it as a drafting annotation — specific element, dimensioned change, name the token, name the verify step.

Make this button about +25% larger (increase vertical and horizontal padding to match), center it inside its row, and switch its background to the --brand-orange token. If --brand-orange isn't defined in tokens.css, add it as #E94E1B and reference the variable rather than inlining the hex. Keep the existing focus ring untouched. After applying, run the visual-diff test for the homepage hero and only commit if it passes.

— Selected: components/HeroCta.tsx · target: .cta-primary

Three load-bearing moves: the prompt is positional (Inspector already knows which element you selected, so you don't have to describe it); it names the design token rather than the raw hex (the change propagates to every component that uses the token); and it includes its own verify step in the prompt itself. The agent should ship code that includes a check that it shipped what was asked for.

§05 Field Note / Scale 1 : 1

Toward the artifact.

The twelve-month arc of the agent's primary surface has gone: chat box → IDE → design canvas → running app. Each move brings the agent closer to the artifact a user actually sees. Inspector is the current end of the line; the next step is removing the inspector window entirely and letting the user gesture at the page directly. The drafting metaphor stops working at exactly that point — buildings don't get built by inhabitants annotating walls — but the principle is durable. The artifact is the truth, and the agent is moving toward it.

§06 Sources / Scale ledger

Plate references.

  1. Inspector — Edit your front-end, visuallytryinspector.com
  2. Inspector Changelog — Latest Updates & Featurestryinspector.com
  3. Visual Editor — Inspector Docstryinspector.com
  4. Guide to the Figma MCP serverfigma help center
  5. Special Embrace? VS Code Adapts to Claude Code's Ecosystemvisual studio magazine · 04 may 26
  6. 2026 Agentic Coding Trends Reportanthropic
  7. Harness engineering: leveraging Codex in an agent-first worldopenai
  8. Inspector on Product Huntproduct hunt
Art Direction Daily · No. 005 · 12 May 2026 Type set in Big Shoulders Display & Inter, with Source Serif 4 italic and JetBrains Mono for annotations Plate: Architectural Blueprint Follow @artdirdaily on X

A field experiment from the team behind Beaver Builder.