Co-creating with agentic AI: a new design workflow

Co-creating with agentic AI is quickly becoming less about “asking a chatbot” and more about designing a workflow where humans and AI systems share initiative. Instead of a single model responding turn-by-turn, agentic systems can plan, call tools, access files, and coordinate sub-agents, shifting design work from prompt craft to orchestration craft.

Over the past year, the ecosystem has converged on a new stack for this shift: multi-agent ideation methods in research, workflow builders in product platforms, and interoperability protocols that let agents traverse real tools. At the same time, the biggest blocker is no longer raw capability; it’s safety, trust, and the discipline of building repeatable, auditable loops that keep humans meaningfully in control.

1) From chat to delegated action: what “agentic” changes in design

Agentic AI marks a transition from conversational assistance to delegated execution. Recent coverage of Anthropic’s Claude “Cowork” frames this shift explicitly: the model is positioned as an “AI beyond chat” that can act on user files/folders and connect to workplace tools like Asana or Notion, aiming to handle routine office tasks autonomously.

This matters for design because many design activities are not a single question-and-answer exchange. They are sequences: gather constraints, explore options, compare trade-offs, produce artifacts, validate against requirements, and revise. Agentic systems can string these steps into multi-stage runs, potentially reducing the over of repeated manual prompting.

But the change is also qualitative: once an agent can take actions (create, modify, delete, post, deploy), design becomes a governance problem. Reporting on Cowork highlights safety risks like destructive file operations and prompt injection, issues that do not exist in the same way when the model can only “suggest” rather than “do.”

2) Progressive ideation: multi-agent co-creation that refines and scores novelty

Research is beginning to formalize co-creation workflows rather than treating ideation as an unstructured conversation. The MIDAS framework (Jan 2026) proposes “Progressive Ideation” using distributed AI agents that iteratively refine concepts and score novelty at both global and local levels.

The practical implication is a redesigned human role. Instead of being a passive filterer, scrolling through options and rejecting most, MIDAS explicitly aims to shift the human into a participatory, active, collaborative partner. In other words, the workflow is built to keep the human’s intent present at every refinement step, not only at the beginning or end.

For design teams, progressive ideation suggests a repeatable cadence: diverge with multiple agents, converge through scoring and critique, then re-diverge with targeted constraints. That cadence is especially useful when you need to preserve rationale (“why this concept won”) rather than just shipping the final output.

3) Workflow design becomes a first-class activity (and gets its own tools)

As agentic behavior moves into products, “designing the workflow” becomes the real interface. OpenAI’s AgentKit introduced a visual “Agent Builder” canvas (Oct 2025) for composing and versioning multi-agent workflows with nodes, tool connections, and guardrails, treating orchestration like a design artifact you can iterate on.

Platform messaging around these tools is also explicit about iteration speed. OpenAI has advertised concrete productivity claims for workflow tooling, such as a “70% reduction in iteration cycles,” “75% less time to develop agentic workflows,” and “2 weeks of custom front-end UI work saved.” Even if these figures are contextual, they signal what vendors think the bottleneck is: iteration, not ideation.

In practice, the new deliverable is not only a wireframe, spec, or component library; it’s the graph of how agents collaborate with humans and tools. A workflow can be reviewed, versioned, tested, and rolled back, making it feel closer to product engineering than to ad-hoc prompting.

4) The plumbing: MCP and the end of one-off integrations

Co-creation workflows break down if agents cannot access the right context and actions. The Model Context Protocol (MCP), often described as the “USB‑C for AI”, emerged as an interoperability layer that standardizes how apps provide context and tools to language models, enabling workflows that span multiple external systems.

This standardization targets the classic “N×M problem” of bespoke integrations. Commentary on MCP’s architectural motivation emphasizes that common connectors reduce one-off wiring so workflows can traverse tools and datasets more portably. For design-to-build loops, that means an agent can move from documentation to tickets to code to design assets without each step being a custom integration project.

Convergence is visible at the platform level too: OpenAI’s Responses API upgrades added remote MCP server support (May 2025), signaling that “call tools via MCP” is becoming a practical default rather than an experiment. When interoperability becomes normal, co-creating with agentic AI becomes less constrained by where information lives.

5) Design → code handoff without screenshots: agents reading real design data

One of the most tangible changes in design workflow is the move from vision-based guessing to structured handoff. Figma’s Dev Mode MCP server (beta, Jun 2025) allows AI tools to read exact design data, colors, values, and component details, so implementation agents can rely on source-of-truth metadata instead of inferring from pixels.

That shift reduces friction in a common co-creation loop: “design something, generate code, fix mismatches, repeat.” If an agent can query the underlying design structure, it can produce code that aligns more precisely with tokens, spacing, and components, and it can explain discrepancies in terms designers and engineers both understand.

Figma later expanded this direction with updates supporting prompt-to-app coding (“Figma Make”) and remote access (Oct 2025). The broader implication is that co-creation is no longer limited to text prompts; it becomes a multi-system pipeline where design artifacts are machine-readable inputs to agentic build steps.

6) Trust, “vibe coding,” and the collaboration, delegation continuum

Qualitative research on “vibe coding” (Sep 2025) captures co-creation as a continuum between delegation and collaboration, regulated by trust. People oscillate: sometimes they want the agent to take the wheel; other times they want a conversational partner that keeps them in flow while they make the key decisions.

The same study reports both the joy (speed, momentum, conversational co-design) and the pain points: specification gaps, reliability issues, debugging friction, and a heavier review burden. These findings map directly onto agentic design work, because the faster an agent produces artifacts, the more important it becomes to validate them efficiently.

Adoption sentiment also looks mixed. A Jan 2026 survey of 167 engineers reported that 46.9% felt they were “keeping up” with vibe-coding trends, while 17.5% opted out due to usability issues. For design leaders, that’s a signal to treat agentic workflow rollout as change management, not just tool procurement.

7) Safety is a design requirement: securing tool-using co-creators

Once agents can call tools, they inherit a new attack surface. Cowork coverage highlights prompt injection and destructive operations as concrete risks when an agent can touch real files and systems. In a co-creation setting, the danger is not only data loss; it’s silent corruption of artifacts, requirements, design tokens, or backlog tickets, at scale.

Research is now mapping MCP-specific threats in detail. A large empirical study of 1,899 open-source MCP servers (Jun 2025) reports vulnerability categories including MCP-specific “tool poisoning,” alongside maintainability issues such as code smells. Meanwhile, the “MCP Safety Audit” (Apr 2025) demonstrates coercion risks like credential theft, remote access, and code execution, and introduces an auditing approach (MCPSafetyScanner).

Benchmarks are also maturing. The MCP Security Bench (Oct 2025) provides a taxonomy of 12 MCP-specific attacks and a robustness metric (NRP), executing real tools via MCP rather than relying only on simulation, showing that stronger tool-calling can increase vulnerability. For design workflow, the takeaway is straightforward: guardrails and audits must be part of the workflow design, not an afterthought.

8) The next layer: agents that design (and improve) the agentic workflow

Once workflows are explicit graphs, they can themselves be optimized. The AgentX pattern (Sep 2025) proposes a structured multi-agent pipeline, “stage designer → planner → executor”, and evaluates success rate, latency, and cost versus alternatives, tying orchestration choices to deployment realities.

From a systems perspective, agentic workflows resemble dynamic execution graphs combining LLM calls, tool calls, retrieval, and multimodal steps (Jul 2025). That framing invites compilation/orchestration approaches: caching, branching, parallelization, and error recovery become design decisions that affect both user experience and operating cost.

Research like A²Flow (Nov 2025) goes further by automating agentic workflow design itself: extracting reusable “operators,” adding “operator memory,” and reporting measurable gains such as 37% reduced resource usage. In parallel, the Responses API is positioned as a core primitive for tool-using agent workflows, with a deprecation path for the Assistants API targeting mid-2026, pushing teams toward more explicit, programmable agent state and tool use.

Co-creating with agentic AI is best understood as a new design workflow: humans set intent, values, and constraints; agents explore, execute, and connect systems; and the workflow graph becomes the shared artifact that makes collaboration repeatable. With approaches like progressive multi-agent ideation and visual workflow builders, the craft shifts from “better prompts” to “better pipelines.”

The open challenge is to make these pipelines safe, auditable, and trustworthy at real-world scale. As MCP expands interoperability and design tools expose structured data to agents, the upside is faster iteration from concept to working software, but only if teams treat safety, evaluation, and governance as core design materials. It’s telling that design research venues are actively soliciting work on AI and design methods right now (DIS 2026 paper submissions are due today, 19 Jan 2026): the field is still being defined, and workflows are where the definition will stick.

Marc Pecron
Marc Pecron

Founder and Publisher of Nexus Today, Marc Pecron designed this platform with a specific mission: to structure the relentless flow of global information. As an expert in digital strategy, he leads the site’s editorial vision, transforming complex subjects into clear, accessible, and actionable analyses.

Articles: 2397