Remix.run Logo
mindslight an hour ago

I'm with you on the complexity of debugging hardware, as I've been there too. But I will say, automatically adding pullups to floating pins is something that an automated process could succeed at. Not first gen of blindly throwing an LLM at circuits and hoping, but perhaps a later improvement that uses metadata about parts. Perhaps curated metadata about parts, or always starting with a reference design and tweaking from there.

SpaceNoodled 29 minutes ago | parent [-]

> always starting with a reference design and tweaking from there.

That's just basic design sensibilities.

mindslight 23 minutes ago | parent [-]

There's a big difference between a human looking at a datasheet and manually copying the reference design (possibly leaving out things like pullups because they're simple/obvious/etc, or go to a different block of the circuit than what you're focusing on), and a mechanical copy with the pullup resistor only possibly being deleted after an explicit reasoning step focused on it.

In the given example, the human process obviously failed, right?