Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Virtual Memory: Page Tables, TLBs, and Linux Internals(codingconfessions.com ↗)
    discuss
  2. Isomorphic Collapse of Primorial Modulus- Bypassing Arithmetic in Cryptanalysis(zenodo.org ↗)
    discuss
  3. Dashes suggest which model you're copy-pasting from(will-keleher.com ↗)
    discuss
  4. USB 3 Speeds Come to a Non-Pro iPhone(pxlnv.com ↗)
    discuss
  5. Reality Is the Final Verifier: On Two Key Gaps in Agentic Software Engineering(arxiv.org ↗)
    discuss
  6. The Destruction of the Scottish Canon(asteriskmag.com ↗)
    1comments
  7. OpenAI expects to burn $280B by 2030(ft.com ↗)
    discuss
  8. Left Brain, Right Brain: Facts and Fantasies(nih.gov ↗)
    discuss
  9. Static site generator for Ghost CMS(github.com/simonmo88 ↗)
    discuss
  10. Teaching Fractions According to the Common Core Standards(2011) [pdf](math.berkeley.edu ↗)
    discuss
  11. Why You Can't Overcook Mushrooms and the Science Behind Them [video](youtube.com ↗)
    discuss
  12. Bringing Back Caesar IV Online(xetera.dev ↗)
    discuss
  13. Inventor of ChatGPT and RLHF Launches Typesafe.ai(techcrunch.com ↗)
    discuss
  14. NASA's Moon Orbiter Spots New, 'Once-in-Century' Moon Crater(nasa.gov ↗)
    discuss
  15. Executive order on H-1B nonimmigrant visa administration(whitehouse.gov ↗)
    7comments
  16. A more sober look at the HuggingFace incident(wsj.com ↗)
    discuss
  17. AI Regulation and the China Question(casssunstein.substack.com ↗)
    1comments
  18. ASI risk debate with Nate Soares [video](youtube.com ↗)
    discuss
  19. Show HN: GGG – A local-first, zero-telemetry sovereign proxy daemon for AI tools(github.com/joxkxer ↗)
    discuss
  20. Curves on Potatoes(mathoverflow.net ↗)
    discuss
  21. Is Dan Ariely Telling the Truth?(chronicleofhighereducation.substack.com ↗)
    discuss
  22. Flock Offers Employees Buyouts as Customers Flee(wired.com ↗)
    discuss
  23. Why People Are Sabotaging Flock Surveillance Cameras(nytimes.com ↗)
    3comments
  24. I accidentally created a mini-Jev and you can too(medium.com/gouravd_61431 ↗)
    discuss
  25. Fly-paradise: Fruit flies on your Windows desktop(github.com/pyd021226 ↗)
    discuss
  26. SDCC – Small Device C Compiler(sourceforge.net ↗)
    2comments
  27. Swarm_ethics.txt(guidavid.com ↗)
    discuss
  28. Managers Are Catalysts(laughingmeme.org ↗)
    discuss
  29. Opus 5 has a Noun Problem(reddit.com ↗)
    1comments
  30. Science Is Open Software(jepedersen.dk ↗)
    13comments

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

71 pointsby 4h agospectrum.ieee.org
64 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.

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

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

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

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

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

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.

3h agoHN ↗

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