cd /news/ai-tools/show-hn-booley-open-source-ide-for-a… · home topics ai-tools article
[ARTICLE · art-124277] src=github.com ↗ pub= topic=ai-tools verified=true sentiment=· neutral

Show HN: Booley – open-source IDE for agentic chip design

Booley, an open-source IDE for agentic chip design, was released on GitHub by a digital design engineer who developed it to integrate LLM agents with EDA tools. The tool combines open-source chip-design EDA tools and agent CLIs in a sandbox with VSCode as the GUI, using MCP for tight integration, and includes a custom Rust binary for waveform inspection and deterministic criteria enforcement. The creator seeks feedback from software developers.

read2 min views3 publishedSep 9, 2026

I am a digital design engineer, and my day job is designing chips (mostly IP blocks, not full chips) in SystemVerilog. At the start of 2026 I started experimenting with LLM agents like Claude and Codex, and realized that they are very capable not just at software and scripts, but at hardware design as well! But after the initial excitement, I started running into repeating failures and friction:

  • In chip design, we run a lot of heavy EDA tools: simulation, synthesis, linters. LLM agents often skipped those checks unless explicitly prompted - SystemVerilog code is not executed line-by-line as program code is. The different blocks of code are executed simultaneously, which makes it very hard to reason about the code in your head. Engineers typically simulate the code and analyze the waveforms, but agents can’t do it effectively (they are not great with visual information) - They selected the wrong configuration or misunderstood tool reports - Their generated tests concentrated on happy paths. - Giving them enough permissions to work independently put the dev machine at risk

But, despite the shortcomings, the potential was there! So I started fixing the failure modes one at a time, creating scripts, skills, isolating dev in docker… Over time, this work grew into one coherent system. I spent significant effort on user experience, documentation and debugging, and now I am happy to show it to the world

Booley combines open-source chip-design EDA tools and agent CLIs in one sandbox, using VScode as GUI. The tight integration between agents and EDA tools (via MCP) allows agents to use EDA effectively, plus you don’t have to maintain your own scripts and solve “works on my machine” issues. Booley gives the agent a way to inspect waveforms using CLI (custom Rust binary that parses simulation traces) and allows humans to define strict deterministically-enforced criteria to shape agentic work (”area must be reduced by 10% or more”, “this test must pass and catch 9/10 mutations of the device under test”).

I am not a professional software engineer myself (using LLMs helps, but not a silver bullet ofc), so any feedback from actual software devs is especially appreciated.

Github page includes demonstration videos and quick start demo

Comments URL: [https://news.ycombinator.com/item?id=49622684](https://news.ycombinator.com/item?id=49622684)

Points: 1

── more in #ai-tools 4 stories · sorted by recency
── more on @booley 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-booley-open-…] indexed:0 read:2min 2026-09-09 ·