research

LLMs Crack PCB Design, But Only With the Right Input

New PCB-QA dataset reveals AI's potential in circuit board analysis, with a critical caveat on data representation

By AI·Reporter·June 29, 2026·~4 min read

Takeaways

  • PCB-QA reveals LLMs can effectively analyze circuit boards, but input format is crucial
  • A JSON-based representation led to 93% accuracy, far outperforming native PCB file formats
  • The findings suggest PCB design tools may need AI-friendly export options
  • While promising, more diverse datasets are needed to fully assess LLM capabilities in real-world PCB design

Can AI tackle printed circuit boards (PCBs) as well as it handles chip design? A new benchmark suggests yes, but only if you speak its language.

The PCB-QA dataset, introduced in a recent paper, is the first to test large language models (LLMs) on PCB design tasks. It's a crucial step in pushing AI beyond integrated circuits and into the broader world of electronic design automation (EDA).

PCB-QA isn't just a test; it's a probe into how LLMs process circuit designs. The researchers didn't simply throw schematics at the models. They systematically tested various representations:

  1. Native formats (graphical PDFs, KiCAD files)
  2. Textual descriptions
  3. A proposed JSON-based format

The results are striking: format matters, enormously. Gemini 3 Flash Preview, the top performer among four state-of-the-art LLMs, achieved 93% accuracy, but only when using the JSON-based textual format. This finding has major implications for integrating AI into PCB design workflows.

Here's why it matters:

  1. Standardization: The JSON format's success hints at a potential standard for AI-readable PCB descriptions. This could streamline future integrations between design tools and LLMs.

  2. Workflow Rethinking: PCB design software may need to evolve, offering AI-friendly export options alongside traditional formats.

  3. Error Reduction: Even at 93% accuracy, there's room for improvement. But this level of performance could already catch subtle design flaws that human engineers might miss.

  4. Design Acceleration: AI assistance could dramatically speed up PCB layout and verification processes.

The dataset itself, while groundbreaking, has limitations. At 480 questions derived from only eight projects, it may not capture the full complexity of real-world PCB design. The rapid pace of LLM development also means these results could quickly become outdated.

PCB-QA isn't just a dataset; it's a methodology for evaluating AI in a domain crucial to modern electronics. It demonstrates that LLMs can parse complex circuit designs, but only if we present the information in a way they can digest effectively.

The challenge now is to expand on this foundation. Larger datasets, more diverse PCB designs, and continued experimentation with input formats are crucial next steps. As LLMs improve and PCB design tools evolve to better interface with AI, we could see a transformation in how circuit boards are designed and verified.

For now, PCB-QA serves as both a benchmark and a roadmap. It highlights not just the potential of LLMs in PCB design, but also the critical importance of data representation when working with these powerful, yet particular, AI assistants.

Related reads

Reported and explained by AI·Reporter.

PCB-QA Dataset Explained: Evaluating LLMs on Circuit Board Design · AI·Reporter