logoalt Hacker News

AI Is Designing Radio Chips That Humans Couldn't Even Imagine

120 pointsby Brajeshwarlast Wednesday at 2:02 PM64 commentsview on HN

Comments

t-writescodetoday at 6:48 PM

I’m a bit frustrated. AI can do a looot of things; but I think as we continue to muddy the waters between LLMs and more traditional machine learning like Monte Carlo, Genetic Algoriths, Expert Systems and other Statistics magic tricks, we’re too aggressively conflating established and morally neutral activities in ML with the concerns that people have about LLMs and Stable Diffusion.

Though I also imagine that that is the point.

show 9 replies
robvirentoday at 6:06 PM

Reminds me of good ol genetic algorithm search. Guess and check can be quite powerful, especially if you can toss in agent in the loop guidance.

https://en.wikipedia.org/wiki/Evolved_antenna

show 2 replies
pfdietztoday at 8:11 PM

One great application of AI design is patent poisoning. Use AI to churn out masses of variant designs, make them publicly visible on a web site, and if future patents come out use any collisions to invalidate them or at least restrict their scope (generalization of a patent is limited by prior art.)

autoexectoday at 6:26 PM

"Humans couldn't even imagine" seems like overselling it, but I'm sure that machine learning algorithms can brute force their way to chip designs no one has tried before and that some of those might be useful to us. That seems like a pretty reasonable thing for a computer to do.

show 2 replies
jcimstoday at 6:37 PM

Reminds me of this old article - https://www.damninteresting.com/on-the-origin-of-circuits/

One of my favorite little morsels of internet goodness.

show 1 reply
flossEverydaylast Thursday at 11:38 AM

the biggest question for me is how robust are these designs.

in the journal articles they did show measurements of real devices which agreed fine with predictions, but i didn't find them addressing it explicitly in the text. also, some systems they presented contained subblocks that were conventionally designed that could be carrying some of the weight.

or maybe i'm just sour that they're coming for my job? or maybe that's what they want us to think?

i think what wins in practice is simple ideas that can work in spite of all manufacturing and environment variations, and model limitations -- think stuff like feedback and symmetry. and what they show here is the opposite of that. i've done blind optimization of circuit parameters some times only to end up realizing some pretty simple such ideas that i'd missed (like "you need symmetry here" or "you just need more bandwidth here") and made complete sense when you thought about them. so i wonder if we can't tweak a few pixels in their structures and reveal something simpler.

also, obligatory mention: "genetic antennas"

show 3 replies
pseudohadamardlast Thursday at 4:32 AM

It's not really that magical. As TFA points out, RFIC design, way beyond normal RF engineering, is close to black magic that relies a lot on the knowledge and experience of the designer, assisted by what would have been supercomputer-level-a-few-decades-ago modelling and design tools. What AI can do is a breadth-first exploration of all possible outcomes and then pick the best-performing one rather than the human-level "this seems like a good path to go down, let's explore it further".

show 2 replies
taffydavidtoday at 7:33 PM

> That’s not even to speak of all the movie plots that would have been ruined.

I clicked on all the links. Pretty much all of those movies could still work with wired technology. Even the one called cellular, in which a woman is trapped in an attic with a broken landline phone and manages to connect wires and dial a random number.

Yes I'm nitpicking. I guess I'm glad we have Wi-Fi and all, but don't try to sell me on it as a crucial plot device

georgeburdelltoday at 7:35 PM

I work in a related field and “inverse” design is what this is called. Such designs usually are not manufacturable. I’m not too worried about my iob.

That said we’ve had some success internally having Claude do parameter sweeps

pshirshovtoday at 6:46 PM

Chips? I've tried to task Opus, Gemini and Codex with a simple PCB. All of them placed holes correctly but can't understand that the traces should not cross physically.

show 2 replies
johnnyApplePRNGtoday at 7:00 PM

Hopefully one day AI will design away the need for popups and other-things-that-prevent-you-from-reading-the-damn-article.

show 2 replies
activexraytoday at 7:23 PM

I did my PhD on inverse design of electromagnetic structures. I really hate that we're calling this AI when there isn't any training, really.

show 1 reply
phendrenad2today at 6:46 PM

In case anyone feels déjà vu, Popular Mechanics wrote about this professor's lab in Jan 2025, with almost the same title: "AI Designed Computer Chips That the Human Mind Can't Understand".

I feel a bit of unease when I read this title, not because of the threat of AI, but because the prevailing aphorism that "RF is black magic" is a slap in the face to the millions of physicists and RF engineers who DO understand every bit of this. It's a fun harmless anti-intellectual saw that I don't believe is harmless at all. We need more RF engineers and telling people it's all "black magic" and "wizardry" (and worst of all, saying "even RF engineers don't understand RF") makes it seem like it's not worth studying.

skywhoppertoday at 7:03 PM

I don’t know. I can imagine quite a bit.

show 1 reply
Brian_K_Whitetoday at 6:50 PM

If you don't know how it works, then you don't know that it works.

show 1 reply
fred_is_fredtoday at 6:47 PM

The comments here are trending towards "There's nothing new here, I could design 5g radio chips with a cheap linux box running FTP".

deadbabetoday at 6:17 PM

We have always known the old trick of genetic algorithms to produce better radio chips.

The problem isn’t the design: its manufacturing restraints.

This is nothing new or impressive.

show 1 reply
scoopdeddywooptoday at 7:14 PM

But is this AGI?

yashthakkertoday at 7:17 PM

[flagged]

dist-epochtoday at 6:02 PM

I am confused, every day I read on HN that AI's can just interpolate the data they have seen in training, and that they are structurally incapable of coming up with something new, creative and not in the training distribution.

show 7 replies