惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
GbyAI
GbyAI
P
Proofpoint News Feed
B
Blog
MyScale Blog
MyScale Blog
V
V2EX
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
量子位
Jina AI
Jina AI
博客园 - 叶小钗
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
罗磊的独立博客
L
LangChain Blog
I
InfoQ
云风的 BLOG
云风的 BLOG
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
人人都是产品经理
人人都是产品经理
小众软件
小众软件
V
Visual Studio Blog
月光博客
月光博客
The Cloudflare Blog
雷峰网
雷峰网

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
You Can't Nudge a Painting: The Two Shapes of AI Output
WaveAssist · 2026-05-02 · via DEV Community

There are two shapes of AI output: paintings and blueprints.

Paintings are finished. To change one, you regenerate it.

Blueprints are structured. To change one, you edit a part.

Both shapes are useful. They just do different jobs.


The Painting Analogy

Commission a painter. Get a painting.

Now ask the painter for the same painting, but with the tree slightly to the left.

What you get back is a different painting. The sky is a different blue. The horizon shifted. The brushstrokes don't match. You didn't edit the first painting. You commissioned a new one and hoped the artist remembered.

You can't nudge a painting.

That's one shape AI output can take, and a lot of valuable AI output has it.


The Other Shape: Blueprints

A blueprint is structured. It's measured, labeled, and broken into parts you can change one at a time.

Code is a blueprint. HTML is a blueprint. A Figma file is a blueprint. A typed function with input and output schemas is a blueprint. A spreadsheet with formulas is a blueprint.

You can move one wall on a blueprint without redrawing the house. That's the property software needs to be useful.


When You Want a Painting

Painting shape is the right answer when:

  • The output is consumed once and isn't iterated.
  • Uniqueness is the value: a unique image, a fresh draft, a creative spark.
  • The cost of regenerating is low and the cost of building structure is high.
  • You're using AI as a starting point, not a system.

Examples:

  • "Generate an image of a person walking in the mountains." Image generators ship paintings on purpose. You either like it or you regenerate. That's the job.
  • "Draft three taglines for the launch." You're picking, not editing.
  • "Write a poem about my dog." Uniqueness is the deliverable.
  • "One off Python script to clean this CSV." Throwaway code, not a maintained artifact.

There's nothing wrong with paintings. A huge amount of valuable creative work is one shot. Most photographs are paintings. Most logo concepts, brand directions, and moodboards start as paintings.

If you tried to make every AI output editable, you'd be building infrastructure for things that don't need it.


When You Want a Blueprint

Blueprint shape is the right answer when:

  • You'll iterate on it (most product work).
  • It composes with other systems: pipelines, builds, deployments.
  • It needs to be auditable, versionable, diffable.
  • It runs many times and needs to behave predictably.
  • Multiple people collaborate on it over time.

This is what editable means. It's the quiet reason software works at all.

  • When Figma ships a design, you can move a box. The rest stays.
  • When a spreadsheet ships a number, you can change a cell and dependents recalculate deterministically.
  • When an engineer ships code, you can change a function and the rest keeps working.

Painting shape AI fails this. You can't reliably move a box on a generated image. You can't change a sentence in a freeform email regen and keep the rest of the email. That's not a flaw of paintings. It's the wrong shape for jobs that need editability.


Claude Design Made the Bet Public

You can date the moment the blueprint side became unmissable. April 17, 2026. Anthropic launched Claude Design.

It looked like a slide deck tool. It wasn't. It was a public statement of an architectural bet. Claude Design's trick wasn't a bigger model. It was a different artifact: the LLM writes HTML, CSS, and JavaScript, not images. The output renders into slides, documents, and interfaces, but what you're shipping is code.

Want to change a word? Change a string. Re render. Everything else stays identical. Same logo. Same fonts. Same colors. Editable, reviewable, diffable, version controllable. Because it is code.

That's blueprint shape, applied to a job the whole industry had quietly assumed was a painting job.


The Industry Ships Both

Claude Design didn't invent the pattern. It named it. The blueprint side has been stacking wins for a while:

  • Claude Code, Cursor, GitHub Copilot edit source code in place. Typed, linted, diffable.
  • Vercel's v0 turns text or screenshots into React + Tailwind components, not pixels.
  • tldraw's "Make Real" turns a canvas sketch into HTML + CSS + JS you can iterate on.
  • Anthropic's Skills (December 2025) codify whole capabilities as folders of instructions and scripts.

The painting side is alive and well in parallel:

  • DALL-E, Imagen, Midjourney for images.
  • Freeform Claude / GPT / Gemini for prose, ideation, exploration.
  • Most "give me a quick draft" interactions across every chat product.

Frontier labs aren't picking sides. They're shipping both shapes on purpose. The bet got sharper. When the work needs editing, ship a blueprint. When the work needs uniqueness, ship a painting.


Now Apply the Lens to AI Agents

The same choice exists for agents.

Painting shape agent. A chatbot that "helps you review PRs." Each response is unique. The output looks finished but can't be diffed against last week's, can't be audited, can't be composed into a larger system. Fine for a one off question. Wrong shape for production review.

Blueprint shape agent. GitZoid, running on every PR webhook with a deterministic schema. Editable. Composable. Predictable. You can open the pipeline, change a prompt, re run, and get a predictable delta. You can point it at a new repo. You can fork it.

Same intelligence. Different shape.

The choice depends on what you're using the agent for. If you want a one off creative second opinion on a tricky PR, painting shape is fine. If you want a reliable review on every PR for the next year, you need blueprint shape.

This is what WaveAssist is built for. Agents like GitZoid, GitDigest, WavePredict, WaveContent, and the rest are blueprint shaped on purpose. Not because painting shape is bad. Because the work we ship is the kind that needs blueprint shape.


The Bottom Line

The difference between AI that feels magical and AI that's load bearing isn't model quality. It's whether the artifact is a painting or a blueprint, and whether the job needed which.

Use paintings where uniqueness is the point.
Build blueprints where structure is the point.
Don't confuse the two.