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 ↗)
    329comments
  2. San Francisco Onion Futures Company(onionfutures.com ↗)
    5comments
  3. Science Is Open Software(jepedersen.dk ↗)
    15comments
  4. SDCC – Small Device C Compiler(sourceforge.net ↗)
    7comments
  5. Cloudflare Quick Tunnels(cloudflare.com ↗)
    266comments
  6. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    68comments
  7. Saving another 100TB of RAM(cloudflare.com ↗)
    58comments
  8. How to Write with an LLM(sockpuppet.org ↗)
    299comments
  9. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    1comments
  10. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    11comments
  11. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    75comments
  12. Harm Laundering in GPT Models: Gender Discrimination Transformed Rather Than(arxiv.org ↗)
    discuss
  13. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    79comments
  14. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    81comments
  15. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    61comments
  16. OpenJev(openjev.com ↗)
    250comments
  17. The Farnese letter(simonklee.dk ↗)
    5comments
  18. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  19. Goroutine Leak Profiles(go.dev ↗)
    1comments
  20. LispBM is a concurrent Lisp for microcontrollers with message passing(lispbm.com ↗)
    3comments
  21. Cyclomatic Complexity in C#(ndepend.com ↗)
    16comments
  22. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    208comments
  23. Minimal Phone 2(minimalcompany.com ↗)
    199comments
  24. Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe(liveworld.info ↗)
    32comments
  25. Alibaba open-sources AI model that can detect cancer and nearly 150 conditions(scmp.com ↗)
    9comments
  26. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    39comments
  27. Flock Offers Employees Buyouts as Customers Flee(wired.com ↗)
    3comments
  28. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    94comments
  29. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    55comments
  30. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    60comments

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

86 pointsby 5h agospectrum.ieee.org
68 comments
5h agoHN ↗

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

5h agoHN ↗

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

5h agoHN ↗

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

4h agoHN ↗

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

2h agoHN ↗

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

5h agoHN ↗

irks me

It's jalapeño grill would you say?

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

4h agoHN ↗

You know what really grinds my gears? Friction.

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

4h agoHN ↗

Did you not watch the Matrix documentary?

4h agoHN ↗

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

4h agoHN ↗

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

4h agoHN ↗

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

4h agoHN ↗

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

44m agoHN ↗

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

There is more to this story than meets the eye.

4h agoHN ↗

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

4h agoHN ↗

To say nothing of the Red Hot Chili Peppers.

2h agoHN ↗

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

2h agoHN ↗

I thought I was in Reddit for a moment.

5h agoHN ↗

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

5h agoHN ↗

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

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

5h agoHN ↗

Arm sells architecture licenses to anybody these days.

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

3h agoHN ↗

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

5h agoHN ↗

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

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

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

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

3h agoHN ↗

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

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

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

5h agoHN ↗

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

4h agoHN ↗

"Reverse engineer this DARPA project, make no mistakes"

4h agoHN ↗

The Chinese have been working on EUV for a while

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

3h agoHN ↗

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

1h agoHN ↗

The longer you wait the faster you will go.

4h agoHN ↗

Whatever happened with the Apple lawsuit?

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

4h agoHN ↗

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

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

3h agoHN ↗

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

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

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

8m 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.

3h agoHN ↗

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

3h agoHN ↗

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

3h agoHN ↗

Everyone's still bottlenecked on foundries, not designs.

3h agoHN ↗

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

3h agoHN ↗

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

36m 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.