Design Conductor: An agent autonomously builds a 1.5 GHz Linux-capable RISC-V CPU

The paper introduces Design Conductor, an autonomous agent that leverages frontier models to independently design, verify, and generate a tape-out ready 1.48 GHz RISC-V CPU (VerCore) from a text specification to GDSII layout in just 12 hours, marking the first instance of an agent building a complete, working CPU end-to-end.

The Verkor Team, Ravi Krishna, Suresh Krishna, David Chin

Published Wed, 11 Ma
📖 5 min read🧠 Deep dive

Imagine you want to build a custom, high-performance car engine from scratch. Usually, this process takes a team of 100 expert engineers, costs hundreds of millions of dollars, and takes three years. They have to design the blueprint, build the prototype, test it thousands of times, and fix any tiny leaks or cracks before they can even think about mass-producing it.

Now, imagine a super-intelligent robot architect named Design Conductor (DC).

This paper describes how the "Verkor Team" taught this robot to do the entire job of building a computer chip (specifically a RISC-V CPU called "VerCore") all by itself, in just 12 hours.

Here is the breakdown of how they did it, using simple analogies:

1. The Challenge: The "Impossible" Job

Building a chip is like trying to write a novel, translate it into a foreign language, build a physical book, and print it, all while ensuring there are zero typos.

  • The Cost: If you make one mistake in the final design, the whole batch of chips is useless. Since printing a chip costs millions, you can't just "fix it later."
  • The Time: It usually takes years of human labor to get it right.

2. The Solution: The Autonomous Conductor

Design Conductor isn't just a chatbot that writes code. It's an autonomous agent that acts like a project manager, an engineer, a tester, and a construction worker all rolled into one.

  • The Input: The humans gave the robot a very simple "recipe" (a 219-word document). It said: "Build a brain for a computer that can do math, run at 1.5 billion cycles per second, and fit in a tiny space."
  • The Output: In 12 hours, the robot produced a complete, working design ready to be printed on silicon.

3. How the Robot "Thought" (The Process)

The robot didn't just guess. It followed a strict, disciplined workflow, much like a master chef cooking a complex meal:

  • Step 1: The Blueprint (Design Planning):
    The robot read the recipe and wrote a detailed plan. It decided how to arrange the "rooms" (pipeline stages) in the CPU. It even wrote a "living document" that it updated as it found problems.

    • Analogy: Imagine an architect drawing a house, then realizing the stairs are too steep, and immediately redrawing them before laying a single brick.
  • Step 2: Building the Rooms (Module Implementation):
    The robot built the CPU piece by piece (the math unit, the memory unit, etc.). For every piece, it built a "test kitchen" (a testbench) to make sure that specific part worked perfectly before moving on.

  • Step 3: The Taste Test (Verification & Debugging):
    This is the most critical part. The robot ran its design against a "Gold Standard" simulator (called Spike).

    • The Analogy: Imagine the robot is baking a cake. It compares its cake to a perfect photo of the cake. If the cake is slightly too brown, the robot doesn't just say "close enough." It opens the oven, looks at the batter, checks the temperature logs, and figures out exactly why it burned.
    • The "Aha!" Moment: The paper mentions the robot found a bug where the CPU was forgetting to stop instructions when it jumped to a new task. The robot analyzed the data, realized the "stop signal" was broken, fixed the code, and re-tested. It did this automatically, without human help.
  • Step 4: The Final Polish (Timing & Optimization):
    The robot wanted the chip to run at 1.6 GHz. It hit 1.48 GHz. To get there, it had to rearrange the internal wiring to make the "traffic" flow faster.

    • The Discovery: The robot independently figured out a clever way to handle math (using a "Booth-Wallace multiplier") that human experts usually have to teach. It essentially "re-invented the wheel" to make it faster.

4. The Results: A 2011-Level Computer in 12 Hours

The final chip, VerCore, is incredibly fast.

  • Speed: It runs at 1.48 GHz.
  • Comparison: This is roughly as powerful as an Intel Celeron laptop processor from 2011.
  • Significance: In 2011, a team of humans took years to build that. This robot did it in half a day.

5. What the Robot Still Needs Help With

The paper is honest: The robot isn't perfect yet.

  • The "Vibe Check": Sometimes the robot makes choices that work but aren't the best choices. It might build a bridge that is strong but uses too much steel. It needs a human "Senior Architect" to look over its shoulder and say, "Hey, you can make this more efficient."
  • The "Event" Confusion: Computer chips work differently than regular software. Sometimes the robot gets confused about how signals move in time, treating them like a to-do list instead of a synchronized dance. It eventually figures it out, but it wastes time guessing.

6. The Future: The "Design Factory"

The authors imagine a future where:

  • Teams get smaller, but output gets huge. Instead of 100 engineers working on one chip for 3 years, a team of 10 could use robots to design 50 different chips in 3 months.
  • Custom Chips for Everyone: Because it's so cheap and fast, companies could make custom chips for niche products (like a specific sensor for a smart fridge) that were previously too expensive to build.
  • Human Role Change: Humans stop being "tool jockeys" (people who click buttons in complex software) and become "conductors" (people who set the vision and goals).

Summary

Design Conductor is a proof-of-concept that shows AI can now handle the entire lifecycle of building a computer chip—from a simple text prompt to a finished, physical blueprint. It's like handing a master builder a napkin sketch and having them return with a fully engineered, code-compliant skyscraper in the time it takes to brew a cup of coffee. While it still needs a human supervisor to ensure it's making the smartest choices, it has proven that the era of "AI-built chips" has officially begun.