Live data from Hacker News

Show HN: Zenode – an AI-powered electronic component search engine

zenode.ai

1–10 of 40 posts

Show HN: Zenode – an AI-powered electronic component search engine

#1
TL;DR - My cofounder Collin and I built an AI version of Digi-Key to help PCB designers find and use parts, except with a way bigger catalog, modern refinement tools, and an AI that can actually read the damn datasheets for you.

*The problem*

Modern circuit board design is filled with absurdly tedious tasks, where one small mistake can brick a project and cost thousands. The worst (in our opinion) is reading datasheets, which eats up to 25% of the first part of any project: 1. First, you slog through catalogs to find viable parts, using search tools that are still stuck in the dark ages. There are ~80M unique components in today’s supply chain, yet the tools we have to look through them are just digitized versions of the same paper catalogs our grandparents got in the mail.

2. During the design, you spend a ton of time flipping between different 10-100-page PDFs for every component in every subcircuit, hoping like hell you don’t miss some tiny spec in a footnote somewhere that kills your design.

3. And god help you when the requirements inevitably change and now you have to figure out what subsystems are affected!

*What we built*

Zenode is an AI-powered electronics search engine that actually helps engineers find and understand components. Our core features: 1. Largest and Deepest Part Catalog → We have merged dozens of existing part catalogs and documents from major distributors and manufacturers

2. Discovery Search → natural language queries to quickly find categories, set filters, and rank results

3. Modern Parametric Filters → rebuilt from scratch to move off the string values pervasive in industry and build numeric ranges that actually work.

4. Interactive Documents → AI constrained to a single part’s datasheet/manuals. Ask a question, get the answer with a highlighted source for quick reference.

5. Deep Dive → search across dozens of parts simultaneously (“what’s the lowest-power accelerometer available?”) instead of slogging one by one.

*What we learned*

1. By far the hardest part of the last 2 years has been wrangling 3 TB of messy, inconsistent data into something usable. We had to teach the AI how to handle hand-drawn figures, normalize different unit variables and names that mean the same thing, and navigate conflicting information present between different datasheet versions of the same part. It’s been a nightmare

2. We originally built custom PDF parsers and AI extractors, which were best in class for ~3 months until generalized AI passed them. So we stopped reinventing wheels and doubled down on data quality instead.

3. The killer feature wasn’t the AI searching a single part, but what we heard repeatedly from users is that they want the AI to read across multiple parts, hence why we’ve launched deep dive!

*Where it’s strong*

- Speed: rips through a 1,000-page microcontroller datasheet in seconds.

- Breadth: 40M+ part sources unified into one catalog, and more than just datasheets, application notes, errata, etc.

- Comparisons: Deep Dive lets you ask across multiple parts, not just one at a time.

*Where it’s not*

- Pricing/availability: currently outdated (for now we expect folks to check existing aggregators like Octopart).

- Accuracy: good enough to match my mediocre skills; not yet at Collin's level, but we're starting tuning and this will improve rapidly!

*Try it*

It’s live today (zenode.ai). Sign up for a free account and If you put “Hacker News” in during signup in the “where did you hear about us” field, we’ll give you 1,000 bonus credits (once we finish building that, so sometime this week ).

*Feedback we’d love*

1. Should Deep Dive results auto-become filters you can refine further?

2. Do you want the ability to mark preferred parts / exclude others?

3. Is “Deep Dive on a BOM” (alt discovery + manufacturability checks on a list of known components from different categories) the killer feature?

Show HN: Zenode – an AI-powered electronic component search engine
zenode.ai

Re: Show HN: Zenode – an AI-powered electronic component search engine

#4
I see the value here. The problem isn't just the search; it's the trust. The biggest hurdle for Zenode won't be the tech, but convincing an engineer that your AI's summary of a footnote is accurate enough to risk a $10,000 board spin. That's a high bar.

I'd argue the core value isn't just a better search or a faster reader. It's about providing a verified, reliable source of truth. This brings up a key tension: you say the AI isn't yet at your co-founder's level of accuracy, but is that precisely the level of confidence required to replace an engineer's manual check? How do you close that gap? You've got the data, but the trust factor is a different threshold?

I.e. maybe you've built the tool to make the problem faster, but the real win would be a tool that makes the problem safer? The killer feature might not be more speed, but rather a confidence score on every AI-generated fact, with a clear path to the source document so an engineer can verify it. It’s not about avoiding the document entirely; it’s about having a better starting point and knowing exactly what to double-check.

Re: Show HN: Zenode – an AI-powered electronic component search engine

#6
Who we are We’re electrical engineers who have lived this pain firsthand for a decade; Brandon (OP) has designed a dozen boards, while I have built over 250 through production. Years ago we spun up a brand-new product line in two weeks to help salvage a $150M deal. That meant 18-hour days spent picking parts, doing CAD, paying $$$$$ for three-day prototypes and praying everything worked (one did blow up when we accidentally shorted 3 kV into a metal screw on the desk, we nearly died cause of a sleepy brainfart :dizzy_face:). Even from that working version, it took an additional four months of redesigns to get through certifications and into production. When ChatGPT shocked the world in ’22, we realized that the initial superpower of AI in electronics isn’t in generating designs (too risky — one mistake kills the board), but in digesting the endless unstructured documentation that plagues (benefits? :thinking_face:) our industry.

Re: Show HN: Zenode – an AI-powered electronic component search engine

#8
post #2

Real neat! This tool could fill some tough gaps. This only works if there’s accuracy - is there a way to flag incorrect answers on the program?

No, we had those built a few versions back, but nobody used them and they were a pain to maintain so we took them out

Re: Show HN: Zenode – an AI-powered electronic component search engine

#9

I'm toying around with a custom board and searching here is far better than shuffling through the old Digikey filters. Awesome!

Awesome, that was one of the top reasons we built it, tired of clicking on strings lol. What are you working on specifically? Would love to chat and see what we can do to help!

Re: Show HN: Zenode – an AI-powered electronic component search engine

#10
post #9

I'm toying around with a custom board and searching here is far better than shuffling through the old Digikey filters. Awesome!

Awesome, that was one of the top reasons we built it, tired of clicking on strings lol. What are you working on specifically? Would love to chat and see what we can do to help!

I'm playing with modifying a BitAxe design (https://github.com/bitaxeorg) by allowing for more chips on a single board. It's theoretically pretty simple, but locating a buck that can handle the current I want to support is tricky!
Post reply on HN