Live data from Hacker News

GPT‑5.3‑Codex‑Spark

openai.com

361–370 of 415 posts

Re: GPT‑5.3‑Codex‑Spark

#361

Earlier quoted context omitted.

This is why space is the only acceptable thousands/grouping separator (a non-breaking space when possible). Avoids any confusion.

Space is also confusing! Then it looks like two separate numbers. Underscore (_) is already used as a decimal separator in programming languages and Mathematics should just adopt it, IMO.

You mean thousands separator, yes? Agreed, it’s annoying when languages don’t have this feature.

Re: GPT‑5.3‑Codex‑Spark

#362

Wow, I wish we could post pictures to HN. That chip is HUGE!!!! The WSE-3 is the largest AI chip ever built, measuring 46,255 mm² and containing 4 trillion transistors. It delivers 125 petaflops of AI compute through 900,000 AI-optimized cores — 19× more transistors and 28× more compute than the NVIDIA B200. From https://www.cerebras.ai/chip : https://cdn.sanity.io/images/e4qjo92p/production/78c94c67be9... https://cd…

I can imagine how terribly bad their yield must be. One little mistake and the whole "chip" is a goner.

Re: GPT‑5.3‑Codex‑Spark

#363

1000 tokens per second. Crazy. I'm wondering what this leads to. Imagine the massive amount of software that's going to get built. It will be like reinventing the wheel in a million ways. There will be thousands of alternative internet ecosystems to choose from and each one of then would offer every software system, platform and application that one could possibly need; fully compatible with data transferrable across…

It's cool but TPS count is not a meaningful limiting factor to new software. These small models are also too dumb for QA in complex codebases (for now), but on a future timeline they are super cool. Model distillation and ablation generally is very interesting.

Re: GPT‑5.3‑Codex‑Spark

#364

Wow, I wish we could post pictures to HN. That chip is HUGE!!!! The WSE-3 is the largest AI chip ever built, measuring 46,255 mm² and containing 4 trillion transistors. It delivers 125 petaflops of AI compute through 900,000 AI-optimized cores — 19× more transistors and 28× more compute than the NVIDIA B200. From https://www.cerebras.ai/chip : https://cdn.sanity.io/images/e4qjo92p/production/78c94c67be9... https://cd…

I can imagine how terribly bad their yield must be. One little mistake and the whole "chip" is a goner.

They have a blog post called "100x Defect Tolerance: How Cerebras Solved the Yield Problem":

https://www.cerebras.ai/blog/100x-defect-tolerance-how-cereb...

Re: GPT‑5.3‑Codex‑Spark

#365

Earlier quoted context omitted.

> 46,255 mm² To be clear: that's the thousandths separator, not the Nordic decimal. It's the size of a cat, not the size of a thumbnail.

*thousands, not thousandths, right? The correct number is fourty six thousand, two hundred and fifty five square mm.

Whoa, I just realized that the comma is the thousands separator when writing out the number in English words.

Re: GPT‑5.3‑Codex‑Spark

#366

Every release they claim it writes production code but my team still spends hours fixing subtle bugs the model introduces. The demos are cherry picked and the real world failure rate is way higher than anyone admits. Meanwhile we keep feeding them our codebases for free training data.

How would that compare to subtle bugs introduced by developers? I have seen a massive amount of bugs during my career, many of those introduced by me.

Re: GPT‑5.3‑Codex‑Spark

#367
post #250

Earlier quoted context omitted.

I asked because that's the average power consumption of an average household in the US per day. So, if that figure is per hour, that's equivalent to one household worth of power consumption per hour...which is a lot.

Others clarified the kW versus kWh, but to re-visit the comparison to a household: One household uses about 30 kWh per day. 20 kW * 24 = 480 kWh per day for the server. So you're looking at one server (if parent's 20kW number is accurate - I see other sources saying even 25kW) consuming 16 households worth of energy. For comparison, a hair dryer uses around 1.5 kW of energy, which is just below the rating for most US…

At least with GPT-5.3-Codex-Spark, I gather most of the AI inference isn't rendering cat videos but mostly useful work.. so I don't feel tooo bad about 16 households worth of energy.

Re: GPT‑5.3‑Codex‑Spark

#368

Every release they claim it writes production code but my team still spends hours fixing subtle bugs the model introduces. The demos are cherry picked and the real world failure rate is way higher than anyone admits. Meanwhile we keep feeding them our codebases for free training data.

How would that compare to subtle bugs introduced by developers? I have seen a massive amount of bugs during my career, many of those introduced by me.

it compares... unfavorably, on the side of ai

Re: GPT‑5.3‑Codex‑Spark

#369

Earlier quoted context omitted.

> 46,255 mm² To be clear: that's the thousandths separator, not the Nordic decimal. It's the size of a cat, not the size of a thumbnail.

Thanks, I was acutally wondering how would someone even manage to make that big a chip.

It's a whole wafer. Basically all chips are made on wafers that big, but normally it's a lot of different chips, you cut the wafer into small chips and throw the bad ones away.

Cerebras has other ways of marking the defects so they don't affect things.

Re: GPT‑5.3‑Codex‑Spark

#370
post #343

Earlier quoted context omitted.

A first-gen Oxide Computer rack puts out max 15 kW of power, and they manage to do that with air cooling. The liquid-cooled AI racks being used today for training and inference workloads almost certainly have far higher power output than that. (Bringing liquid cooling to the racks likely has to be one of the biggest challenges with this whole new HPC/AI datacenter infrastructure, so the fact that an aircooled rack ca…

> Bringing liquid cooling to the racks likely has to be one of the biggest challenges with this whole new HPC/AI Are you sure about that? HPC has had full rack liquid cooling for a long time now. The primary challenge with the current generation is the unusual increase of power density in racks. This necessitates upgrades in capacity, notably getting 10-20 kWh of heat away from few Us is generally though but if done…

HPC is also not a normal data center but also usually doesn't have the scale of hyperscaler AI data centers either.
Post reply on HN