Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    306comments
  2. Science Is Open Software(jepedersen.dk ↗)
    10comments
  3. SDCC – Small Device C Compiler(sourceforge.net ↗)
    2comments
  4. Cloudflare Quick Tunnels(cloudflare.com ↗)
    260comments
  5. Saving another 100TB of RAM(cloudflare.com ↗)
    56comments
  6. How to Write with an LLM(sockpuppet.org ↗)
    289comments
  7. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    9comments
  8. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    63comments
  9. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    74comments
  10. The Farnese letter(simonklee.dk ↗)
    5comments
  11. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    61comments
  12. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    75comments
  13. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    79comments
  14. Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe(liveworld.info ↗)
    23comments
  15. OpenJev(openjev.com ↗)
    249comments
  16. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  17. Goroutine Leak Profiles(go.dev ↗)
    discuss
  18. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    201comments
  19. Cyclomatic Complexity in C#(ndepend.com ↗)
    15comments
  20. Gemini hacked three companies in first known breakout by Google's AI(reuters.com ↗)
    28comments
  21. Minimal Phone 2(minimalcompany.com ↗)
    194comments
  22. LispBM is a concurrent Lisp for microcontrollers with message passing(lispbm.com ↗)
    1comments
  23. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    36comments
  24. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    94comments
  25. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    211comments
  26. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    49comments
  27. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    60comments
  28. Alibaba open-sources AI model that can detect cancer and nearly 150 conditions(scmp.com ↗)
    7comments
  29. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    20comments
  30. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    153comments

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

69 pointsby 4h agospectrum.ieee.org
62 comments
4h agoHN ↗

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

4h agoHN ↗

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

4h agoHN ↗

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

3h agoHN ↗

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

1h agoHN ↗

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

4h agoHN ↗

irks me

It's jalapeño grill would you say?

4h 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.

3h agoHN ↗

You know what really grinds my gears? Friction.

3h 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?

3h agoHN ↗

Did you not watch the Matrix documentary?

3h agoHN ↗

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

3h agoHN ↗

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

3h agoHN ↗

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

3h agoHN ↗

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

3h agoHN ↗

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

2h agoHN ↗

To say nothing of the Red Hot Chili Peppers.

1h agoHN ↗

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

1h agoHN ↗

I thought I was in Reddit for a moment.

4h agoHN ↗

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

4h agoHN ↗

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

4h 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.

4h agoHN ↗

Arm sells architecture licenses to anybody these days.

3h 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.

2h agoHN ↗

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

4h agoHN ↗

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

3h 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.

3h 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.

2h 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.

2h agoHN ↗

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

2h 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.

2h 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.

3h agoHN ↗

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

3h agoHN ↗

"Reverse engineer this DARPA project, make no mistakes"

3h agoHN ↗

The Chinese have been working on EUV for a while

3h 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.

2h agoHN ↗

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

27m agoHN ↗

The longer you wait the faster you will go.

3h agoHN ↗

Whatever happened with the Apple lawsuit?

3h 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.

3h agoHN ↗

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

2h 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?

2h agoHN ↗

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

2h agoHN ↗

You people are so weird - gossiping on a site that literally reported the news as it broke smh. It's like sitting in the back of class gossiping about the popular kids.

Newsflash that lawsuit is about product designs not accelerator ASICs. And there wouldn't be anything to steal because Apple doesn't have any DC class accelerators.

2h 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.

1h agoHN ↗

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

2h agoHN ↗

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

2h agoHN ↗

Everyone's still bottlenecked on foundries, not designs.

2h agoHN ↗

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

2h agoHN ↗

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