Back to all writing

Enterprise AI

Code Was the Bottleneck. Now It's Not. What Happens Next?

When code generation gets cheap, the bottleneck moves to taste, judgment, design, and knowing what is worth building.

By Patrick Phillips5 min read
Share

Dylan Field, the CEO of Figma, said something in February that should have gotten more attention from business leaders: "Code is no longer the bottleneck and value is moving the stack towards design."

If you've been following this series, we've spent weeks talking about finding bottlenecks, building management discipline, and designing organizational operating systems for AI. This week the bottleneck itself has moved. And if you're a business leader who thinks "design" is about making things look pretty, this shift is going to blindside you.

The Handoff Is Dead

For as long as software has existed, there's been a wall between the people who decide what to build and the people who build it. Designers created visual mockups. Engineers translated those mockups into code. The translation was slow, lossy, and expensive. Requirements got misinterpreted. Details got dropped. Months of work went into bridging a gap that existed only because humans couldn't fluently speak both languages.

That wall is dissolving. Three days ago, Anthropic launched Claude Design, a tool that lets founders, product managers, and designers go from a conversational prompt to polished prototypes, slides, and interactive components. It reads your existing codebase, applies your brand's design system, and produces on-brand output from the first generation. Last month, Figma shipped write capabilities on its MCP server, allowing Claude Code to not just read design files but push changes directly onto the canvas. The round-trip between code and design is now a single conversation.

This isn't incremental. It's structural. The traditional Product Development Lifecycle assumed a linear sequence: requirements, design, handoff, development, QA. The Agentic Development Lifecycle that's replacing it assumes agents operating across those boundaries simultaneously, making architectural decisions, writing code, and updating design files without waiting for human approval at every step.

What "Design" Means Now

Here's where business leaders need to recalibrate. "Design" in 2026 is not pixel work. It's system architecture.

For AI agents to operate autonomously within a design environment, they need to understand intent, not just appearance. This has forced a shift toward what the industry calls semantic design tokens: instead of a raw hex code like #3B8BD4, the system stores meaning like "color/interactive/default." When a brand's primary interactive color changes, the agent propagates that change through thousands of components without manual intervention. Without this semantic layer, agents guess at intent and produce what designers bluntly call "visual slop."

The companies that have invested in structured, machine-readable design systems are now seeing that investment compound. The companies that haven't are watching agents produce inconsistent, off-brand output that requires more human cleanup than the old manual process did. One designer on Reddit put it plainly: "Claude Code to Figma and tweaking it to be design-system compliant is more time-consuming than building it by hand" when the foundation isn't there.

The same pattern shows up in code. Research on AI-legible codebases shows teams that document architectural decisions, use explicit typing, and maintain strong test coverage see 25 to 35 percent improvement in the coherence of AI-generated code. The teams that don't are fighting the agent instead of directing it.

The Vibe Coding Reckoning

This brings us to the most polarizing topic in software right now.

"Vibe coding," where non-developers build applications by prompting AI agents, has exploded. The results are genuinely impressive on the surface. Founders are launching MVPs in hours. Marketing teams are shipping landing pages without filing a design request. The barrier to creating software has dropped to a conversation.

The problem is everything under the surface. The critique from experienced engineers is consistent and specific: agents get the "happy path" right but miss critical logic like authentication on the client side or missing row-level security at the database layer. Non-coders get 70% of the way to a product, then hit a wall on the 30% that actually matters. The confident-looking prototype becomes unmaintainable spaghetti code that a real engineer eventually has to rescue.

The honest assessment: vibe coding is brilliant for prototyping and terrible for production. The community debate on this has been fierce. One thread calls the major platforms "complete scams" and "trash fires." Others point to real businesses shipping real products with these tools. Both sides have evidence. The difference is almost always whether there's an experienced engineer reviewing the output before it reaches users.

The fix isn't to ban vibe coding. It's to integrate senior engineering review into the agentic workflow before anything goes live. The same governance principle we've discussed in previous posts applies here. Let agents accelerate. Let humans verify.

The Proof Is Already Measurable

The business case isn't theoretical anymore.

Novo Nordisk built NovoScribe, a platform using Claude that compiles 300-page clinical study reports. A process that took 50+ medical writers and 15 weeks now takes three people and 10 minutes. Regulators have responded positively to the output quality. It's worth noting this wasn't "press a button and walk away." The team spent months setting up the system, building retrieval pipelines, and testing with simulated data before the first real run. The speed gain came from investing upfront in the architecture.

Deloitte deployed Claude to 470,000 employees globally, established a Claude Center of Excellence, and certified 15,000 practitioners. This is the largest enterprise AI deployment Anthropic has completed to date. The consulting firm is building custom "personas" that serve different employee groups, from accountants to developers, each with role-specific capabilities and governance boundaries.

Figma reported $1.1 billion in revenue for the year, up 40% year-over-year, with the surge directly tied to enterprise adoption of AI-native features. Two-thirds of Figma's users are now non-designers. The tool that was built for designers is being adopted by the entire organization because the design-to-code boundary no longer requires a specialist to cross.

Where the Value Actually Lands

Here's the punchline for business leaders who don't think about design systems or semantic tokens.

When code generation gets cheap, the bottleneck moves to deciding what to build and whether it's worth building. When the first draft costs nothing, the value shifts to evaluation, refinement, and strategic judgment. When any product manager with a keyboard can produce a design-shaped artifact, the differentiator becomes what Dylan Field calls "taste": knowing what's good, being able to articulate why, and pushing past where others would stop.

As one analyst wrote about Claude Design's launch last week: "Just like writing code is not the hardest part of being an engineer, building the first draft is not the hardest part of being a designer." The hardest part is knowing what to build, for whom, and why it matters. That's a business strategy question, not a technical one.

The cycle time from idea to prototype has collapsed. The question for every leader is whether your strategy, your governance, and your people are ready for what happens when "we can't build it fast enough" stops being an acceptable excuse.

Because it just did.

Patrick Phillips is CIO at Vasion and Adjunct Professor at Westminster College. He writes The AI Catalyst to help leaders navigate the real complexities of enterprise AI, not the hype cycle.

View the original publication

The AI Catalyst

New essays for people responsible for making AI useful.

Follow on LinkedIn