Product Design in the Agentic Era
First principles for hybrid human-AI product development. Where design surfaces expand beyond pixels, why jidoka is the right model for AI trust, and what irreducible human work looks like when agents build faster than you can spec. If design permeates every decision in early-stage product development, from business model to data schema to agent behavior to pixel placement, and if agents are augmenting all knowledge work, what is the irreducible human contribution in "product design"? I've been thinking about this question while building agent runtimes, orchestrating development swarms, and working on enterprise products in healthcare, cloud infrastructure, and adtech. What follows is a working framework. Not a manifesto, but a set of first principles for a discipline being defined in real time. When I think of "design," my instinct goes to art, graphic design, industrial design. Things I can see and touch. But design permeates every decision. And the canon proves it. Don Norman (Design of Everyday Things) defined design as the deliberate arrangement of elements to serve human intent. Affordances, signifiers, mental models: these are cognitive concepts, not aesthetic ones. A well-designed AI workflow communicates "I did this automatically" versus "I need your judgment here" without a tutorial. Eli Goldratt (Theory of Constraints) made a design claim about systems: every system has a constraint, and improving anything that isn't the constraint is an illusion of progress. If the bottleneck in a document workflow is weeks of manual processing, then a prettier search interface is waste. The design question is: how do we restructure the entire information flow so the constraint shifts from processing to decision-making? Gene Kim (The Phoenix Project) codified three ways: flow, feedback, continuous learning, and four types of work. These are design frameworks for operational systems. Taiichi Ohno (Toyota Production System) gave us the deepest principle: jidoka, automation with a human touch, where machines stop when they detect a problem and signal for help. This is perhaps the most relevant design pattern for AI-augmented workflows. Cagan, Torres, and Singer brought product discipline: empowered teams, continuous discovery, and appetite-based scoping. All design activities, regardless of whether anyone calls them that. Good design is seamless, integrated, fluid, intuitive, thoughtful, hidden in the detail. You don't notice good design because it's effortless. Or you do notice, when it delights you compared to alternatives that disappointed you. This quality applies equally to a well-shaped API, a data model that makes the right queries easy and the wrong queries hard, and a workflow that guides a human and an agent through a complex decision without confusion about who's responsible. Visual design, interaction design, information architecture, Norman's affordances. These remain critical and well-understood. When agents are participants in workflows, not just tools invoked by users, every aspect of their operating environment becomes a design surface: In hybrid human-AI systems, every interface element needs to be legible to both humans AND agents. This is a new design challenge without established patterns. A document summary needs visual hierarchy and scannable sections for the human. It simultaneously needs structured JSON with field-level confidence scores for the agent. A "flag for review" button is an affordance for the human; the same action expressed as a state machine transition with a human-in-the-loop gate is an affordance for the agent. The design challenge is making both layers coherent within the same workflow. The human sees a clean, trustworthy interface. The agent sees structured, actionable data. Neither should be aware of the other's affordance layer unless they need to be. This is the most important design question for any AI product. Traditional ML, OCR, NLP, and data extraction tools are mature, cheap, and well-understood. Python has copious open-source libraries for PDF parsing ( The wrong question: "How do we use AI to process data?" The most effective architecture uses the right tool at each stage: The principle: Use deterministic tools for deterministic tasks. Reserve AI for tasks requiring reasoning, judgment, or synthesis over ambiguous information. Every token burned on a task that If 70% of your pipeline is deterministic tooling, your moat isn't "AI." Your moat is the design of the handoff points between deterministic processing, ML inference, LLM reasoning, and human judgment. That's architecture. That's product design. In any new AI product, users don't trust the system. In conservative industries, they may actively resist it. The highest-impact design work is not the AI itself. It's the trust architecture around it. Toyota's jidoka provides the model: automation runs until it detects a problem, then stops and signals a human. The human resolves. The machine resumes. Applied to AI workflows, trust calibration has levels: Level 0: Full Manual. Agent does nothing. The UI, agent behavior, permission model, and audit system all change at each level. The design challenge is building a system that gracefully transitions between levels as trust builds, per user, per workflow type, per data category. We are simultaneously operating in two agent domains: We need advanced thinking around software dev agents to build the next wave of non-software agents. The tooling, patterns, and design surfaces for building AI products are themselves being transformed by AI. This creates a recursive challenge: we must redesign our own product development workflows while simultaneously defining what product development means in the hybrid age. From Anthropic's long-running agent harness: Structured state files that survive context boundaries apply to any long-running agent workflow, not just coding. The initializer/worker agent split, where one agent sets up the environment and subsequent agents make incremental progress, is a universal orchestration pattern. From GitHub's Continuous AI and Peli's Agent Factory: Specialized, event-triggered agents outperform monolithic agents. Over 100 workflows in practice. Meta-agents that monitor other agents catch drift and quality degradation. The most valuable Continuous AI tasks are "automatable, repetitive, collaborative, integrated, auditable," the same criteria that define where agent automation creates value in any enterprise workflow. From Maggie Appleton's analysis of Gas Town: "Gas Town churns through implementation plans so quickly that you have to do a LOT of design and planning to keep the engine fed." Design becomes the bottleneck. The biggest failure mode is "vibe design," moving so fast you never stop to think about the shape of the system. And the crucial question: "How close should the code be?" becomes "How close should the agent's reasoning be?" In regulated industries, very close. Every team building AI products faces this: redesigning their own workflows while redefining product development for the hybrid age. The Shape Up cycle accelerates. When agents prototype faster than designers spec, the traditional shape/bet/build cycle breaks down. The designer's role shifts from "specify the solution" to "define the problem space and evaluation criteria." Discovery and delivery collapse. Torres' continuous discovery assumes a gap between understanding the problem and shipping the solution. When an agent goes from insight to working prototype in hours, that gap disappears. The designer's job becomes holding the opportunity solution tree while agents explore the solution space. The Theory of Constraints shifts. In traditional product development, the constraint is engineering bandwidth. With agent-augmented development, the constraint shifts to design quality (can we specify clearly enough?), evaluation rigor (can we assess whether it works?), and domain understanding (do we know the problem deeply enough to direct agents effectively?). The product designer's irreducible contributions in the agentic era: Problem framing. Agents generate solutions. They can't tell you which problems matter. Value hierarchy design. When speed conflicts with accuracy, when automation conflicts with control, deciding which wins requires business context, user empathy, and strategic judgment. Boundary design. Where does the agent stop and the human start? The most consequential design decision in any hybrid system. System behavior design. Data model, permission system, agent orchestration, trust calibration, eval framework, audit trail: all design surfaces. The designer who works across all of these is exponentially more valuable than one who only works in Figma. Taste and coherence. Knowing which of 50 agent-generated variations feels right for users who've worked a certain way for decades. Judgment that's hard to formalize. Eval design. What does "correct" look like for non-deterministic AI output? Who defines ground truth? How does the feedback loop where user corrections improve the model actually work? Business model design. Pricing structures create design incentives. Per-document pricing incentivizes batch processing UX. Per-seat pricing incentivizes daily-active-user features. The designer should have a voice because pricing shapes every subsequent design decision. The constraint determines the design. Identify the actual bottleneck. Design to relieve it. Everything else is decoration. (Goldratt) Automation with a human touch. The system runs until it detects a problem, then stops and signals. (Toyota/Jidoka) Use the right tool for each task. Deterministic tools for deterministic tasks. AI for reasoning over ambiguity. Every misallocated token is waste. Design for both audiences. Every interface element in a hybrid system needs affordances for humans AND agents. Trust is designed, not assumed. Start conservative. Grant autonomy incrementally. Make every agent decision inspectable. Design is the bottleneck. When agents build faster than humans can specify, invest in design quality, evaluation rigor, and domain understanding. (Appleton) Sessions are ephemeral; state must persist. Design the artifacts that survive context boundaries. (Anthropic harness pattern) Specialize and supervise. Many focused agents with clear roles outperform one monolithic agent. (GitHub Continuous AI) Design the feedback loop, not just the output. The eval framework, correction mechanism, and learning pipeline are design surfaces as important as the UI. Ship to learn, not to finish. Shape bets, set appetites, let agents explore, evaluate against criteria. (Singer/Shape Up) The designers who thrive will be those who think in systems rather than screens, design agent behavior as comfortably as user interfaces, hold the tension between automation and human judgment, and move fluidly between problem framing, solution exploration, and quality assessment. The designers who struggle will be those who define their role by their tools rather than their judgment, can't engage with data models or agent architectures, and treat design as a phase rather than a continuous activity. The most valuable product teams will be small groups of high-judgment generalists, each amplified by agents, who can move from problem framing to shipped product without heavy process or handoffs. Design has always been bigger than any single discipline's claim on it. In the agentic era, the boundaries between "designer," "product manager," "engineer," and "architect" blur further. What matters is the capability: can you frame problems worth solving, specify intent clearly enough for both humans and agents to act on, evaluate whether the result serves the intent, and iterate toward coherence? That's design. It always has been. This document is a living artifact. The frameworks are hypotheses to be tested against real product work, real users, and real constraints. Part 1 of the "Design in the Agentic Era" series. This is Part 1 of the Design in the Agentic Era series. See also: Part 2: Jidoka Trust Levels · Part 3: Bimodal Affordances · Part 4: Agent-to-Agent Affordances · Part 5: Agent Proprioception
Design Has Always Been Bigger Than Pixels
The New Design Surface Area
Traditional Surfaces (Human-Facing)
Agentic Surfaces (Agent-Facing)
agent.md, identity.md): Declarative configuration that shapes who the agent is and how it behaves. Persona design for non-human actors.skill.md): Structured workflows the agent can execute. Capability boundaries expressed as instructions.Bi-Modal Affordances
Where AI Actually Adds Value (and Where It Doesn't)
pdfplumber, PyMuPDF), table extraction (Tabula, Camelot), OCR (Tesseract, EasyOCR), and NER (spaCy). You don't need to burn millions of tokens on tasks these tools handle for free.
The right question: "Where in the workflow does reasoning over ambiguous information create value that deterministic tools cannot?"
The Hybrid Pipeline Pattern
Raw Input
→ Extraction (deterministic tools)
→ Structural Parsing (rule-based NLP, regex)
→ Entity Extraction (fine-tuned ML models)
→ Relationship Mapping (LLM reasoning)
→ Gap/Anomaly Detection (LLM reasoning)
→ Human Review (judgment, final authority)
→ Knowledge Store Update (deterministic storage)
pdfplumber could handle is waste, both economically and in system reliability.Trust Calibration

Jidoka for the AI Age
Level 1: Assistive. Agent extracts and organizes. Human decides everything.
Level 2: Suggestive. Agent proposes actions with confidence scores. Human approves or rejects.
Level 3: Supervised Autonomy. Agent handles routine actions automatically. Human reviews exceptions.
Level 4: Monitored Autonomy. Agent handles most of the workflow. Human spot-checks.
Level 5: Full Autonomy. Agent operates independently with audit trail. May never be appropriate for high-stakes regulated work.Two Domains, One Design Problem
Patterns That Transfer
The Double Helix Problem
What the Human Does
First Principles
What This Means for the Industry
References
Books
Key Articles