Viewing profile — napowderly
napowderly
HN member- Joined
- Tue, Oct 03, 2023, 2:09 AM UTC
- HN karma
- 95
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About napowderly
No profile information was provided.
Recent public activity
-
comment
Comment #49570348
I think the amount of reuse is a big difference. IC tools build on characterized cells with a lot of the rules already encoded. With PCBs, even when you're reusing a reference circ…
-
comment
Comment #49570284
[dead]
-
story
Show HN: EEBench – AI agents design real circuits, graded by physics simulation
Hi HN — we build atopile, an open-source language and compiler for designing circuit boards in code. People kept asking us "can AI just design the board?" — so we measured it. EEBe…
- story
- story
-
comment
Comment #44599678
Above links broken: https://github.com/atopile/packages/blob/main/packages/ti-in... https://github.com/atopile/packages/blob/main/packages/ti-in...
-
comment
Comment #44588400
I basically dont write ato code when designing modules any more, claude code + rules file + a few decent examples and an MCP for basic functions like building, finding parts and in…
-
comment
Comment #44588348
I think there is actually some really neat stuff to be built here. I think layout engineers would love to be able to write down their 'style guide' that is basically a set of param…
-
comment
Comment #44588275
Our vision is not schematic capture, but intent capture. Once you can capture intent it can trickle down to schematics, layout, BOM selection etc. The language is pretty simple at …
-
comment
Comment #44588059
We think both are pretty important. For most people, the ato language should be sufficiently powerful, for module designers we have a python interface that allows for more complex …
-
comment
Comment #44587926
Fair enough! We definitely need a better landing page, we are just coming out of a long period of building, will all be getting some much needed polish soon! Here is one of our mor…
-
comment
Comment #39291195
For sure, the way I see the component library is ability to capture progress. In the current paradigm how many times have schematics, symbols and footprints been drawn up for commo…
-
comment
Comment #39276221
In our tool, just give it a part number and it will find and download the footprint and create an ato file for the component. We currently support components on JLC, but eventually…
-
comment
Comment #39271605
Indeed! We do support quite a few parameters for component selection today, but definitely want to add a lot more. I think this opens up some exciting possibilities, for example no…
-
comment
Comment #39269416
I am curious to hear that you dont see any value in bringing software workflow to hardware. I found in previous jobs we spent a huge fraction of our time dealing with things like r…
-
comment
Comment #39268472
For sure, our goal is to solve the toughest problems in electrical engineering, we are starting with the low hanging fruit. Confident reuse of designs that can be verified and vali…
-
comment
Comment #39268047
For sure, we have been pretty focused on the low level part of the language, I think it will be interesting to see how our language evolves as we are able to abstract away more of …
-
comment
Comment #39267942
Indeed, we think the community aspect of this is super important. Being able to reuse high quality work confidently is very nice. Our export is pretty cool already! We build output…
-
comment
Comment #39267867
Thanks! We definitely want to get involved on the education side. Currently we are super focused on building out the tool and growing a community around it. We are looking for peop…
-
comment
Comment #39267698
Agreed, we need to flip this.
-
comment
Comment #39267692
We had a look at a few options before doing our own. A few thoughts; Building a DSL allows us to keep it really simple to start, we tried using SKIDL ( a very cool python project) …
-
comment
Comment #39267585
Thanks! Hope to see you there again this year!
-
comment
Comment #39267576
They do have this, its called EasyEDA. In my experience its not as good as kicad and definitely not as good as the 'professional' tools like cadence and altium. Our tool does basic…
-
comment
Comment #39267526
For fun I did have a play with GPTs doing a little fine tuning on some ato code. Definitely not my domain, but pretty amazing how quickly it kinndaa worked. Our focus at the moment…
-
comment
Comment #39267387
For sure, there will always be some 'user' type requirements that we need to build a way to input, for starters it will be something like a lock file with component positions of th…