Can AI design circuit boards yet?

AI tools are starting to handle meaningful parts of PCB design — from schematic capture, BOM management, and datasheet parsing to basic routing — but they still struggle with complex layouts, analog/RF nuances, and edge‑case reliability. Contributors describe using models like Claude, GPT, and specialized agents with KiCad, EAGLE, and custom DSLs to co‑design boards, review footprints, and even operate lab equipment, often achieving working hobby‑scale hardware on the first spin. Benchmarks such as EEbench suggest rapid progress, especially with newer models like GPT‑6 Astra, yet most engineers see near‑term value in AI as a powerful assistant and verifier rather than a fully autonomous hardware designer.

Overall Picture

  • Many commenters report that current frontier models can meaningfully assist in PCB design, especially for simpler digital or mixed-signal boards.
  • Fully “prompt to production” boards are happening in the wild, but almost always with human oversight, simplifications, and multiple checks.
  • Consensus: AI is already very useful as a copilot; not yet a reliable fully autonomous PCB engineer, especially for complex, analog, RF, or high‑end designs.

What AI Does Well Today

  • Schematic help: generating textbook-style circuits, especially with well-known parts (74xx logic, microcontrollers, common regulators), and checking against datasheets and errata when provided.
  • Design review: catching footprint mistakes, pin swaps, unreasonable component ratings, misconfigured interfaces, and net naming/termination issues.
  • BOM work: part selection, alternates, explaining roles of components, basic supply-chain awareness (e.g., JLC basic vs extended parts), and cost-aware suggestions.
  • Text-based workflows: generating and manipulating SKiDL, KiCad/EAGLE XML, DSL-based designs, and SPICE netlists; scripting autorouters and EDA APIs.
  • Lab/test integration: driving scopes, PSUs, loads, programmers, doing simulations, and iterating based on test feedback in agent loops.

Where AI Struggles

  • PCB layout and routing:
    • Simple boards and flex/art boards: some success, sometimes first-try functional.
    • Dense, multilayer, RF, thermal or mechanically constrained boards: still poor; requires heavy human guidance and post-fix.
  • Analog/RF and subtle issues: temperature-dependent glitches, resonance control, “is this adequate?” judgment, and undocumented component behavior remain weak points.
  • Visual/spatial reasoning: direct GUI use and complex CAD or 3D modeling is fragile; text/geometry representations work better.
  • Datasheets: improving, but complex PDFs, tables, footnotes, and NDA-only parts can break reliability.

Benchmarks, Tools, and Methodology

  • Dedicated benchmarks (e.g., EEbench, atopile-based harnesses) show large performance gaps among models; some are robust but occasionally fail catastrophically.
  • Tools like constraint solvers, DSLs, and integrated agents (KiCad/EDA servers, Jitx, Konnect, tscircuit, etc.) are seen as key to making AI designs verifiable and repeatable.
  • Several users stress multi-agent patterns (designer vs adversarial reviewer) and repeated automated checks (ERC/DRC, simulation, external reviewers) as essential.

Outlook and Skepticism

  • Enthusiasts expect near-term prompt-to-assembly workflows for modest complexity.
  • Skeptics point to limited data, hidden errata, NDA’d silicon, and the need for physical prototypes as fundamental constraints.
  • Broad expectation: PCB work will shift toward specification and verification, with AI handling more of the mechanical design labor over time.