<div dir="auto">I have not had the chance to use it in any substantial embedded project. But it is amazing for well scoped, non critical tasks, as long as you understand the concept of context, criticality and failure ownership (ie, if it fails it's on you). I operate a literal cubesat mission with the aid of Claude for scripting, ground station software integration, automation, you name it. However I have (until now, at least) forbidden agentic development of flight software; we can't afford to lose a spacecraft because of a hallucination.<div dir="auto">My favourite thing is to do integrations using AI; integrating someone's shitty API or figuring our whatever obscure serial protocol a manufacturer has packed in your equipment is incredibly boring, and agentic tools can just figure it out on their own if you feed them whatever documentation you have and a test environment to fiddle with it. </div><div dir="auto">At the end of the day, it's not that different to having some mediocre coder colleague that you can delegate tasks to. How were you sure that John's code was good before the AI era? You were not, which is why we have testing and code reviews. Maintain your strict validation workflow and AI coding tools can make wonders.</div><div dir="auto"><br></div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Thu, Jul 23, 2026, 20:10 cheater cheater via Synth-diy <<a href="mailto:synth-diy@synth-diy.org">synth-diy@synth-diy.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I was at some point explaining how LLMs work to someone and explaining<br>
how they can become very misinformed and confidently wrong, and he<br>
summed it up "So if everyone on the internet said that trees are made<br>
out of metal, AIs would believe it?"<br>
<br>
I think this is a metal trees situation<br>
<br>
On Thu, Jul 23, 2026 at 6:13 PM Chris McDowell <<a href="mailto:declareupdate@gmail.com" target="_blank" rel="noreferrer">declareupdate@gmail.com</a>> wrote:<br>
><br>
> Agreed completely, Benjamin. Claude is often wrong -and- overconfident (about hardware), much like hobbyists on reddit and stack overflow. reinforcement learning or outright training based on simulation is a super interesting idea.<br>
><br>
> > On Jul 23, 2026, at 10:56 AM, Benjamin Tremblay <<a href="mailto:btremblay@me.com" target="_blank" rel="noreferrer">btremblay@me.com</a>> wrote:<br>
> ><br>
> > Honestly a lot of the electronics discussions around anything involving perceived quality or esthetics is weak. The agent takes on the persona of an experienced hobbyist or greybeard EE and mostly weaves a narrative based on lore found online especially in forum posts. It’s arguably no better than an old school google search, but possibly worse due to excessive confidence.<br>
> > I would prefer ML models trained on electronics simulations.<br>
> ><br>
> > Benjamin Tremblay<br>
> ><br>
> >> On Jul 23, 2026, at 11:50 AM, Chris McDowell via Synth-diy <<a href="mailto:synth-diy@synth-diy.org" target="_blank" rel="noreferrer">synth-diy@synth-diy.org</a>> wrote:<br>
> >><br>
> >> <br>
> >>><br>
> >>> Has anyone had success using AI for analog electronics? Power<br>
> >><br>
> >> Not yet! Claude is incredible with code and confidently says very dumb things about hardware. I -have- had it help me tremendously with debugging some hardware, asking the box to think outside the box with mixed results including successes. But I've also had it suggest very silly things, or keep trying to push the conversation toward an obvious non-issue. Since there's not a ton of conversation online about all of our tacit knowledge around electronics, AI doesn't really have a model of it, which makes sense. I look at a high-pass circuit section that ought to be biased to mid-rail, clipping at ground, and realize immediately what's wrong. Claude (who has access to ADC buffers on the MCU, which is very cool) was very creative in his wrong interpretations of the situation.<br>
> >><br>
> >> On the other hand, my non-electronics friends, the barista next door, my wife, etc all will not talk to me at length about sticky issues. Claude will, and turning a bunch of thoughts into back and forth written language really does help me figure out said stickiness.<br>
> >><br>
> >> Side note: AI can help with math things I otherwise wouldn't know how to do or wouldn't want to do. "Big annoying interactive spreadsheet, please" does generally work out, so long as I know enough to tell if it's wrong lol.<br>
> >><br>
> >> Chris McDowell<br>
> >><br>
> >>> On Jul 23, 2026, at 9:50 AM, cheater cheater via Synth-diy <<a href="mailto:synth-diy@synth-diy.org" target="_blank" rel="noreferrer">synth-diy@synth-diy.org</a>> wrote:<br>
> >>><br>
> >>> Has anyone had success using AI for analog electronics? Power<br>
> >>> supplies, filters, equalizers, phase networks, etc?<br>
> >>><br>
> >>> Thanks<br>
> >>><br>
> >>>> On Thu, Jul 23, 2026 at 3:42 PM rrsounds via Synth-diy<br>
> >>>> <<a href="mailto:synth-diy@synth-diy.org" target="_blank" rel="noreferrer">synth-diy@synth-diy.org</a>> wrote:<br>
> >>>><br>
> >>>> I used ChatGPT/Codex to build an audio app on my Mac using JUCE. Got more than halfway through, going great, and it went stupid on me. Repeating things forever, taking literally hours for the simplest things, and essentially acting like a recalcitrant two-year old. So I opened another instance of Codex, and told it what was going on. It wasn’t long before it suggested that I move my project to Claude/Code (?). Claude took nearly 7,000 lines and condensed it to less than 6,000, and started from there. It’s nearly done now, and aside from having a bit of a tug-o-war with GUI issues, the audio code is near flawless. I have no idea whether it’s written properly or not, but it meets my spec, doesn’t hog CPU or frame rate, and that’s good enough for me.<br>
> >>>><br>
> >>>> When I asked Codex why it recommended a competitor, it told me that it wanted me to get my work done.<br>
> >>>><br>
> >>>> David Reaves<br>
> >>>> David Reaves Audio<br>
> >>>><br>
> >>>><br>
> >>>>> On Jul 23, 2026, at 10:58 AM, Sarah Thompson via Synth-diy <<a href="mailto:synth-diy@synth-diy.org" target="_blank" rel="noreferrer">synth-diy@synth-diy.org</a>> wrote:<br>
> >>>><br>
> >>>> It’s a slot machine. Occasionally it generates gold. Often it generates something painful, or that looks like gold until it wastes your afternoon. I get it. I’m still writing my own code. What AI is doing for me is replacing some of the web searching I used to do, particularly now that Google seems to have heavily nerfed their search, and for cases where documentation is missing or of poor quality. But in the latter case the hallucinations are maddening. I miss having Google actually work properly as a search engine.<br>
> >>>><br>
> >>>> [s]<br>
> >>>><br>
> >>>> On Fri, 24 Apr 2026 at 17:51, Ben Stuyts via Synth-diy <<a href="mailto:synth-diy@synth-diy.org" target="_blank" rel="noreferrer">synth-diy@synth-diy.org</a>> wrote:<br>
> >>>>><br>
> >>>>> Hi all,<br>
> >>>>><br>
> >>>>> We’re drifting too much off-topic for this list now. The original question was about AI coding for synth/dsp. That was fine in my opinion. But we’re now way beyond that and I suggest we leave it at that.<br>
> >>>>><br>
> >>>>> Ben<br>
> >>>>><br>
> >>>>><br>
> >>>>> ________________________________________________________<br>
> >>>>> This is the Synth-diy mailing list<br>
> >>>>> Submit email to: <a href="mailto:Synth-diy@synth-diy.org" target="_blank" rel="noreferrer">Synth-diy@synth-diy.org</a><br>
> >>>>> View archive at: <a href="https://synth-diy.org/pipermail/synth-diy/" rel="noreferrer noreferrer" target="_blank">https://synth-diy.org/pipermail/synth-diy/</a><br>
> >>>>> Check your settings at: <a href="https://synth-diy.org/mailman/listinfo/synth-diy" rel="noreferrer noreferrer" target="_blank">https://synth-diy.org/mailman/listinfo/synth-diy</a><br>
> >>>>> Selling or trading? Use <a href="mailto:marketplace@synth-diy.org" target="_blank" rel="noreferrer">marketplace@synth-diy.org</a><br>
> >>>><br>
> >>>> ________________________________________________________<br>
> >>>> This is the Synth-diy mailing list<br>
> >>>> Submit email to: <a href="mailto:Synth-diy@synth-diy.org" target="_blank" rel="noreferrer">Synth-diy@synth-diy.org</a><br>
> >>>> View archive at: <a href="https://synth-diy.org/pipermail/synth-diy/" rel="noreferrer noreferrer" target="_blank">https://synth-diy.org/pipermail/synth-diy/</a><br>
> >>>> Check your settings at: <a href="https://synth-diy.org/mailman/listinfo/synth-diy" rel="noreferrer noreferrer" target="_blank">https://synth-diy.org/mailman/listinfo/synth-diy</a><br>
> >>>> Selling or trading? Use <a href="mailto:marketplace@synth-diy.org" target="_blank" rel="noreferrer">marketplace@synth-diy.org</a><br>
> >>>><br>
> >>>><br>
> >>>> ________________________________________________________<br>
> >>>> This is the Synth-diy mailing list<br>
> >>>> Submit email to: <a href="mailto:Synth-diy@synth-diy.org" target="_blank" rel="noreferrer">Synth-diy@synth-diy.org</a><br>
> >>>> View archive at: <a href="https://synth-diy.org/pipermail/synth-diy/" rel="noreferrer noreferrer" target="_blank">https://synth-diy.org/pipermail/synth-diy/</a><br>
> >>>> Check your settings at: <a href="https://synth-diy.org/mailman/listinfo/synth-diy" rel="noreferrer noreferrer" target="_blank">https://synth-diy.org/mailman/listinfo/synth-diy</a><br>
> >>>> Selling or trading? Use <a href="mailto:marketplace@synth-diy.org" target="_blank" rel="noreferrer">marketplace@synth-diy.org</a><br>
> >>><br>
> >>> ________________________________________________________<br>
> >>> This is the Synth-diy mailing list<br>
> >>> Submit email to: <a href="mailto:Synth-diy@synth-diy.org" target="_blank" rel="noreferrer">Synth-diy@synth-diy.org</a><br>
> >>> View archive at: <a href="https://synth-diy.org/pipermail/synth-diy/" rel="noreferrer noreferrer" target="_blank">https://synth-diy.org/pipermail/synth-diy/</a><br>
> >>> Check your settings at: <a href="https://synth-diy.org/mailman/listinfo/synth-diy" rel="noreferrer noreferrer" target="_blank">https://synth-diy.org/mailman/listinfo/synth-diy</a><br>
> >>> Selling or trading? Use <a href="mailto:marketplace@synth-diy.org" target="_blank" rel="noreferrer">marketplace@synth-diy.org</a><br>
> >><br>
> >><br>
> >> ________________________________________________________<br>
> >> This is the Synth-diy mailing list<br>
> >> Submit email to: <a href="mailto:Synth-diy@synth-diy.org" target="_blank" rel="noreferrer">Synth-diy@synth-diy.org</a><br>
> >> View archive at: <a href="https://synth-diy.org/pipermail/synth-diy/" rel="noreferrer noreferrer" target="_blank">https://synth-diy.org/pipermail/synth-diy/</a><br>
> >> Check your settings at: <a href="https://synth-diy.org/mailman/listinfo/synth-diy" rel="noreferrer noreferrer" target="_blank">https://synth-diy.org/mailman/listinfo/synth-diy</a><br>
> >> Selling or trading? Use <a href="mailto:marketplace@synth-diy.org" target="_blank" rel="noreferrer">marketplace@synth-diy.org</a><br>
><br>
<br>
________________________________________________________<br>
This is the Synth-diy mailing list<br>
Submit email to: <a href="mailto:Synth-diy@synth-diy.org" target="_blank" rel="noreferrer">Synth-diy@synth-diy.org</a><br>
View archive at: <a href="https://synth-diy.org/pipermail/synth-diy/" rel="noreferrer noreferrer" target="_blank">https://synth-diy.org/pipermail/synth-diy/</a><br>
Check your settings at: <a href="https://synth-diy.org/mailman/listinfo/synth-diy" rel="noreferrer noreferrer" target="_blank">https://synth-diy.org/mailman/listinfo/synth-diy</a><br>
Selling or trading? Use <a href="mailto:marketplace@synth-diy.org" target="_blank" rel="noreferrer">marketplace@synth-diy.org</a><br>
</blockquote></div>