AI Agent Designs a RISC-V CPU Core From Scratch

· Source: IEEE Spectrum · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Advanced, short

Summary

Verkor.io, an AI chip design startup, claims to have developed the first RISC-V CPU core, dubbed VerCore, designed entirely by an agentic AI system. The VerCore CPU operates at 1.48 GHz, achieving a CoreMark score of 3,261, which positions its performance similarly to Intel's Celeron SU2300 from 2011. The AI system, named Design Conductor, is a harness for large language models (LLMs) that autonomously follows human-like chip design workflows, from an initial 219-word specification to generating a GDSII file. This system completed the VerCore design in 12 hours. While the chip has not been physically produced, it was verified in simulation using Spike and laid out with the open-source ASAP7 PDK, capable of running uCLinux. Verkor.io plans to release design files and demonstrate an FPGA implementation at DAC 2026.

Key takeaway

For research scientists exploring advanced chip design automation, you should investigate agentic AI systems like Verkor.io's Design Conductor. This approach demonstrates that AI can autonomously complete complex tasks, potentially reducing design cycles and making sophisticated chip development accessible to teams with fewer resources. Consider experimenting with structured AI agent harnesses to tackle end-to-end engineering challenges, even if human oversight remains crucial for avoiding "rabbit holes" and providing expert guidance.

Key insights

Agentic AI systems can autonomously design complete CPU cores, mirroring human engineering workflows.

Principles

Method

The Design Conductor system uses an LLM harness to follow structured steps (design, implementation, testing), managing sub-agents and a file database, to generate a GDSII file from a design specification.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, AI Hardware Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by IEEE Spectrum.