Show HN: Copperhead – Cursor for circuit boards(copperhead.sh)
242 points by animeshchouhan 2 days ago | 113 comments
tl;dr: Copperhead is an open-source AI agent that designs and verifies KiCad PCBs through an eight-stage pipeline (brief → spec → architecture → BOM → schematic → layout → gerbers → firmware → dev plan), gating each stage on validated artifacts and clean ERC/DRC checks. It makes surgical edits to KiCad s-expression files rather than regenerating them, refuses to run on dirty git trees or violate documented constraints, and aims to prevent the design drift that causes costly board respins. The CLI is free (Apache-2.0, BYO model key); hosted cloud, team, and enterprise tiers start at $49/user/month.
HN Discussion:
  • KiCad is the wrong foundation for AI-driven EDA; alternatives like tscircuit are better suited
  • Notes competing/similar products already exist in this heating-up space
  • Laments that AI is invading electronics, threatening quality-focused hobbyist culture
  • Generic coding agents with Skidl already work well, questioning need for specialized tool
  • Criticizes AI-generated marketing copy and questions value of hosted/paid tiers