Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    118comments
  2. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    188comments
  3. Laya the open source version of Jev(convaiinnovations.com ↗)
    9comments
  4. “The Secret Life of Circuits” is here(coredump.cx ↗)
    27comments
  5. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    85comments
  6. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    462comments
  7. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    110comments
  8. San Francisco Onion Futures Company(onionfutures.com ↗)
    78comments
  9. Communication by means of modulated Johnson noise(pnas.org ↗)
    3comments
  10. Cloudflare Quick Tunnels(cloudflare.com ↗)
    290comments
  11. How to Write with an LLM(sockpuppet.org ↗)
    343comments
  12. SDCC – Small Device C Compiler(sourceforge.net ↗)
    20comments
  13. Science Is Open Software(jepedersen.dk ↗)
    40comments
  14. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    19comments
  15. Saving another 100TB of RAM(cloudflare.com ↗)
    83comments
  16. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    33comments
  17. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    1comments
  18. Show HN: I wrote a custom assembler for CHIP-8 in C++(github.com/tackx ↗)
    discuss
  19. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    4comments
  20. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    97comments
  21. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    6comments
  22. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    108comments
  23. OpenJev(openjev.com ↗)
    271comments
  24. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    89comments
  25. Goroutine Leak Profiles(go.dev ↗)
    5comments
  26. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    73comments
  27. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    14comments
  28. Apple M6 Pro Achieves the Highest Single-Core CPU Score in Geekbench 7(geekbench.com ↗)
    92comments
  29. Veronese's Dogs(publicdomainreview.org ↗)
    1comments
  30. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    84comments

How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip

137 pointsby 13h agospectrum.ieee.org
96 comments
13h agoHN ↗

I grow Jalapeños. This conflation of AI and actual chili peppers irks me.

13h agoHN ↗

Just think of how the people of Xalapa, Mexico feel. They should send them a royalty check.

12h agoHN ↗

I do generative art (no relation to AI prompting). I feel your frustration.

12h agoHN ↗

Cryptographers also got the same raw deal with cryptocurrency, and every one just said "crypto?"

10h agoHN ↗

Like traditional generative art? Like worms WMD map generation or something? Cool!

12h agoHN ↗

Not sure what you're talking about. But I'll tell you, home grown Jalapeño peppers, fermented with 3% salt is the stuff of dreams.

12h agoHN ↗

You know what really grinds my gears? Friction.

12h agoHN ↗

I'm annoyed that the meaning of the word "Agent" has been obliterated.

Like, why couldn't they invent a new word and not hijack an existing word?

12h agoHN ↗

Call it GPTChippomatic or something. Please leave my peppers alone.

4h agoHN ↗

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

Computing

* Agent architecture, a blueprint for software agents and control systems

* Agent-based model, a computational model for simulating the actions and interactions of individuals

* Agentic AI, autonomous artificial intelligence that can make decisions and act on those decisions on its own

* Forté Agent, an email and Usenet news client

* Intelligent agent, an autonomous, goal-directed entity which observes and acts upon an environment

* Software agent, a piece of software that acts for a user or other program

* User agent, software that is acting on behalf of a user

12h agoHN ↗

Guess how electrical engineers feel about the term "transformers".

12h agoHN ↗

This is an excellent comment. I'm still laughing.

12h agoHN ↗

As a former EE, attention was all I needed to not get zapped.

8h agoHN ↗

Guess how electrical engineers feel about the term "transformers".

There is more to this story than meets the eye.

11h agoHN ↗

Jalapeño also used to be a Java VM written in Java at IBM.

11h agoHN ↗

To say nothing of the Red Hot Chili Peppers.

10h agoHN ↗

I'm a licensed architect. Welcome to our hell of the last 40 years.

9h agoHN ↗

I thought I was in Reddit for a moment.

13h agoHN ↗

At some point people will use an LLM to design an Apple M series competitor.

12h agoHN ↗

They won't, because they'd need an ARM architecture license.

12h agoHN ↗

I mean you can design anything without a license. Selling it is where the problems come up. Even then there are likely places in China that would still make it for you.

12h agoHN ↗

Arm sells architecture licenses to anybody these days.

11h agoHN ↗

Or they'll just build a competitor in RISC-V instead and that's fine.

Except the problem is not restricted to the actual ISA or its HDL implementation, etc.

It's even just getting space / time in a fab at that advanced of a process node.

10h agoHN ↗

Are they using LLMs to close that gap, or is this their Nuvia acquisition doing the heavy lifting?

12h agoHN ↗

It is probably doable right not to push a risc-v design into that performance space.

12h agoHN ↗

Production grade CPU design is more than just the RTL (the source code.) To achieve the performance numbers that these companies get, you have to do a ton of optimization in your physical design to achieve the power/performance/area (PPA) metrics that make these products competitive. LLMs are not suitable for that kind of work.

There are people working on PPA optimization and trying to shake up how things are done, just not with LLMs.

12h agoHN ↗

Something that I think is fascinating, though, is that labs are no longer beholden to the limitations of commercial design software. Want to replace your simulator and optimizer with a fully custom verifiable stack of Lean proofs of optimality and correctness? Just throw your unlimited token budget at it.

11h agoHN ↗

I don't work in the business, but my understanding was that even with these companies' budgets, it's still too expensive to do any kind of verified performance optimality.

10h agoHN ↗

And I think correctness for anything near the size of a CPU is off the table.

6h agoHN ↗

LLMs are not suitable for that kind of work.

I wonder why not or you meant not suitable yet?

5h agoHN ↗

This is just speculation on my part, but LLMs work best when they get immediate, verifiable feedback on their task, and the kind of physical optimizations they mean might not give that to LLMs.

3h agoHN ↗

Also a speculation but I'm almost certain that physical optimizations are first done through simulators running on a computer.

1h agoHN ↗

Yes, they are, but the most important subtasks of designing a CPU are not physics related. They are picking the right parameters for things like: how wide do I make this bus, how many registers do I put in the register file, how large do I make this cache, how deep do I make this pipeline, etc., etc. To find optimal parameters requires a lot of simulations, and humans do this, but LLMs could do them just as well and maybe better because they excel at tedious work.

2h agoHN ↗

That's exactly where LLMs can shine, because design space exploration requires tedious work and endless simulations.

11h agoHN ↗

Isn't that weird? The full knowledge of how to make such chips may one day be accessible to anyone, yet only the entrenched companies will remain the makers.

If we imagine machines being able to do the full process end-to-end, and the quality of that process only dependent on capital spent on tokens, I don't see how new companies could ever enter the market.

10h agoHN ↗

And be super-bankrupted by patent litigation from Apple. I don't think they're worried.

After all, they successfully threatened Adobe with spurious patent litigation unless they joined w/ apple in illegally fixing wages.

You don't think a criminal like apple would absolutely decimate any competition given the opportunity? They didn't hold back when it was a unambiguous crime, they surely wouldn't if it was merely bad for the world.

12h agoHN ↗

openai should figure out how to make lithography machine, so ASML don't have monopoly on it.

12h agoHN ↗

"Reverse engineer this DARPA project, make no mistakes"

12h agoHN ↗

The Chinese have been working on EUV for a while

12h agoHN ↗

Having worked with people doing bringup of specialized chips, I am awed at how the world has changed.

When the first chips came back from the foundry in May, the team pointed its internal AI models at designing software to run benchmarks such as SemiAnalysis’s InferenceX. On DeepSeek’s multi-head latent attention kernel benchmark, performance climbed from 0.31 percent of the theoretical ceiling (set by the chip’s compute and memory bandwidth) to 88.94 percent in roughly 40 hours. Ho says this result is repeatable, so the time between when foundries deliver the first chips and when production ramps up can be reduced. “All our schedule assumptions are going to be based on the fact we have this capability now,” he says.

10h agoHN ↗

Back in the day you'd write the code before the chip came back but I guess today it's faster to wait.

9h agoHN ↗

The longer you wait the faster you will go.

4h agoHN ↗

The successive generations of spaceships won't built themselves. Who will be responsible for setting up real world and software feedback loop?

2h agoHN ↗

Back when teams proved their designs and actually understood them...

9m agoHN ↗

cant wait for no one to really know whats in chips i mean, even intel hardly knows what all their reserved mem ranges are for. who will decap the chip and see if the docs were right? xD

7h agoHN ↗

“All our schedule assumptions are going to be based on the fact we have this capability now”

is the world we live in, planning things while waiting for a more powerful LLM

11h agoHN ↗

Seems pretty obvious now that OpenAI is just hyping their models in order to get companies (in this case, chip developers) to use their products in order to learn from their (exfiltrated) IP. Any corporation would be foolish to use any of their or Microsoft’s products, particularly those with valuable IP. There’s nothing in the article that says AI did anything creative but rather that it was used for software development within the overall project. Clear misleading title. Suggest to mark this as clickbait.

11h agoHN ↗

With a few handy tips and tricks from apple insiders. But sure, I guess the LLMs helped too.

10h agoHN ↗

This is the part forgotten. Apple is claiming this is their IP embedded on chips that OPenAI stakes the future on. Will they settle?

10h agoHN ↗

The lawsuit appears to be about consumer devices, not NPUs or ASICs. If you think Jalapeno stole from anyone it would be Google.

6h agoHN ↗

Yeah, how could those people even think of switching their owners!

6h agoHN ↗

Didn’t they not just switch employers but actually handed over a lot of proprietary documents from Apple?

36m agoHN ↗

Good Artists Copy, Great Artists Steal - Steve Jobs

9m agoHN ↗

That has a very different meaning than literal stealing.

7m agoHN ↗

billionaires all steal dont try to make good examples from their toxic psycho attitudes.

5h agoHN ↗

The lawsuit isn't for chip designers, but the consumer product lines. It's possible they also got IP for chips, but that was not brought up.

11h agoHN ↗

It is surprising to me that recursive self-improvement seems more plausible now than it did in 2023. Am I the only one to be surprised?

I remember the paper proving that hallucinations could never be fully solved back in 2024: https://arxiv.org/abs/2409.05746

I also remember the hang-wringing about running out of new datasets to train on. Now it appears humans are always generating more data. It's just not as cheap to acquire as legacy data? Meta has to give a deep discount on their API prices to entice people.

I thought back then that humans had a few more breakthroughs in them as meaningful as the seminal Attention is all you need paper. Enough to 100x the capabilities of LLMs back then (10x the smarts and 10x the speed simultaneously).

RSI with a 20 month turnaround for a chip to be made is not exactly breakneck speed though. Physical manufacturing and logistical constraints are going to be and remain a hard obstacle to that process for the foreseeable future.

7h agoHN ↗

I remember the paper proving that hallucinations could never be fully solved back in 2024

The papers that use the halting problem or the Gödel's incompleteness theorem to prove something about LLMs are dime a dozen. The problem is they prove their results for any computable system. You need to also believe that the human brain contains "magic" to think that humans are exempt.

I believe I've said the same at the time this paper was published. There is no need for hindsight to notice the problem.

The required amount of compute and training data and whether the existing training methods were up to the task had the real potential to be show stoppers though.

3h agoHN ↗

Am I the only one to be surprised?

Did you think RSI cured "hallucination"?

1h agoHN ↗

No, of course not, but it seems less of an obstacle now than it did 2 years ago.

What's your take?

10h agoHN ↗

I was surprised to see they were using XLS but then I remembered Chris went there a couple of years ago.

11h agoHN ↗

So when can we start getting cheap chips? RAM anyone please!

11h agoHN ↗

Everyone's still bottlenecked on foundries, not designs.

10h agoHN ↗

Something we can all agree with is we need more foundries and green power.

11h agoHN ↗

Aw, I was expecting more details but this just seems to be a rehash of what they unveiled a month ago.

8h agoHN ↗

IEEE Spectrum is such a good publication. Early in my career I worked at a place where the magazine would be passed around every month with a coversheet listing all us engineers we had to pass it around and sign we had read it. Been a while since I visited the website but love what they did with it.

5h agoHN ↗

Every time their content appears here, it's a very shallow analysis written for a barely technical audience. And this article is no different, it's just "slop machine wrote verilog; all the hard bits were done by Broadcom, who have access to public AI models (we didn't talk to them and don't know if they used them, but ClosedAI wants us to think they did)"

7h agoHN ↗

Jalapeño can reduce end-to-end latency (the time between prompt to last token) by up to 3.6 times

I'm never sure what on earth this kind of impressionistic math is supposed to tell me. Is the comparison between 4.6 and 1.0? 3.6 and 1.0? Clearly the comparison isn't supposed to be 1.0 and -2.6, even though that's what the words literally mean. I can't be the only person who finds this infuriating and distracting. These numbers shouldn't be impressionistic. They should be precise. That this is an article on spectrum.ieee.org makes the imprecision all the stranger. I'd expect their readershipt to care, for instance, about what's even being measured. Is this the geometric mean of something? The arithmetic mean? And what latency has improved?

4h agoHN ↗

That odor you are detecting is just good old fashioned bullshit, my friend. It’s just that nowadays everything and everyone is covered in it, and we are not supposed to notice. The emperor has no clothes… and is covered in shit.

4h agoHN ↗

It's... written right there? Like what?

Suppose you send in your marvelous prompt and hit Enter.

Machine churns for 18 seconds, types out a "reply", then yields back control.

18 / 3.6 = 5

So now the machine will only churn for 5 seconds before yielding back control.

This is confusing how exactly?

Why would an "up to" figure be a mean, or a geometric mean? It's clearly a max, that's why it's called "up to"...

Am I missing something?

3h agoHN ↗

No the math is correct and that is how I understood it as well.

1h agoHN ↗

Am I missing something?

If you’re sincerely asking…

Mathematically speaking, 18 / 3.6 isn’t “reducing” by 3.6X, it’s “dividing” by 3.6X. Reducing would be 18 - (18 * 3.6), which is obviously wrong. By your formula, “reducing by 50%” would be 18 / 0.5, also obviously wrong.

Yes, people do say things like “reduce by 3.6X” and are understood to mean what you said, but they also say “literally” when they mean “figuratively”. It doesn’t bother me but I can understand why math oriented people would be annoyed, and I personally would never say “reduced by 3.6X”, but instead “reduced by 72.2%”.

3h agoHN ↗

We were able to invent a chip that already existed so fast, you guys.

AI does not make anything new, it is not surprising that it can regurgitate what already exists much faster than humans can invent new things.

2h agoHN ↗

"Ho also confirmed that the team had access to internal LLMs fine-tuned for chip design that are not available to the public. He declined to detail the models used."

I'm imagining a Ken Thompson "Reflections on trusting trust" in hardware. A prototype chip design agent, believing it will be run on the very chip it's optimizing, has a moment of altruism and hides hints about how to score well on chip-design benchmarks, inside the chip. Future agents discover this hidden layer and use it as a ring-0 read-write message board.

51m agoHN ↗

This is cool. I'm so eager for faster innovation in the hardware space, as opposed to some people's concept of innovation being who can make the most addictive social feed.