OpenAI has released a demo showing GPT-6 Astra designing circuit boards on KiCad.

The demo illustrates the AI's involvement in the electronic circuit design process.

Meanwhile, there is the challenge of how to measure the quality of electronic circuits generated by AI.

In response to this, a method called "EEBench" using atopile has been proposed.

Unlike traditional design via GUI operations, EEBench treats circuits as declarative code.

This allows the AI to work directly with components, connections, and electrical constraints.

EEBench verifies trade-offs such as voltage fluctuations, component tolerances, cost, and availability through simulation.

Component selection based on actual hardware datasheets and performance maintenance under worst-case conditions are also subject to evaluation.

The purpose of this benchmark is to evaluate the balance between electrical performance, cost, and availability in design.


Source: Can AI design circuit boards yet? (Hacker News Frontpage, 2026-09-05)