Live data from Hacker News

GPT-5

openai.com

21–30 of 1001 posts

Re: GPT-5

#21
It's very unclear if OpenAI has been casually leaking things to create buzz, but a few days ago there was a pretty stunning pelican on a bike attempt: https://old.reddit.com/r/OpenAI/comments/1mettre/gpt5_is_alr...

In practice, it's very clear to me that the most important value in writing software with an LLM isn't it's ability to one-shot hard problems, but rather it's ability to effectively manage complex context. There are no good evals for this kind of problem, but that's what I'm keenly interested in understanding. Show me GPT-5 can move through 10 steps in a list of tasks without completely losing the objective by the end.

Re: GPT-5

#22
post #12

> comments turned off yikes - the poor executive leadership’s fragile egos cannot take the criticism.

Have you seen YouTube comments on videos like this? It's all-crypto scams, bots responding to other bots, and occasional racism.

Re: GPT-5

#23
post #21

It's very unclear if OpenAI has been casually leaking things to create buzz, but a few days ago there was a pretty stunning pelican on a bike attempt: https://old.reddit.com/r/OpenAI/comments/1mettre/gpt5_is_alr... In practice, it's very clear to me that the most important value in writing software with an LLM isn't it's ability to one-shot hard problems, but rather it's ability to effectively manage complex context.…

That problem along with its many solutions are surely littered throughout the training data. Not to mention, it would be trivial to overfit on that problem. I don't know why people still reference that.

Re: GPT-5

#24
post #4

I hope that this live stream will tell you that this will be the definitive reason why web developers, JavaScript / TypeScript developers are going to be made completely obsolete at worse and at best, their jobs will be reduced at all levels. The best part is, this is not even the real definition of "AGI" yet (whatever that means at this point). More like 10% of the capability that was promised and already the flow o…

damn did a front end engineer hook up with your wife? What did I do to you?

Re: GPT-5

#25
Since the stream has been on some starting screen for several minutes, I went to check whether there are watch-along streams on Twitch for this - there are a few, and for some reason every one of them is in Spanish. I know Spanish-language streams are a big thing, but it's curious that there's three Spanish GPT-5 watchalong streams (two with 50-ish viewers and one with 2.5k) and none in English.

edit: YouTube has a few English "watch party" streams, although there too, the Spanish ones have many times more viewers.

Re: GPT-5

#26
A bit unrelated: The "countdown animation", just like Google I/O's, how do people make those? The countdown is probably dynamically generated, as they don't know when the event will actually start? Is there like a JavaScript library, or CapCut template, or something?

Especially Google IO, each year is different, it seems purpose built?

Re: GPT-5

#28
# GPT5 all official links

Livestream link: https://www.youtube.com/live/0Uu_VJeVVfo

Research blog post: https://openai.com/index/introducing-gpt-5/

Developer blog post: https://openai.com/index/introducing-gpt-5-for-developers

API Docs: https://platform.openai.com/docs/guides/latest-model

Note the free form function calling documentation: https://platform.openai.com/docs/guides/function-calling#con...

GPT5 prompting guide: https://cookbook.openai.com/examples/gpt-5/gpt-5_prompting_g...

GPT5 new params and tools: https://cookbook.openai.com/examples/gpt-5/gpt-5_new_params_...

GPT5 frontend cookbook: https://cookbook.openai.com/examples/gpt-5/gpt-5_frontend

prompt migrator/optimizor https://platform.openai.com/chat/edit?optimize=true

Enterprise blog post: https://openai.com/index/gpt-5-new-era-of-work

System Card: https://openai.com/index/gpt-5-system-card/

What would you say if you could talk to a future OpenAI model? https://progress.openai.com/

coding examples: https://github.com/openai/gpt-5-coding-examples

Post reply on HN