GPT-5
31–40 of 1001 posts
Re: GPT-5
#32A 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
#33Re: GPT-5
#34For those who haven't seen, a little bit of early stuff: Official OpenAI gpt-5 coding examples repo: https://github.com/openai/gpt-5-coding-examples ( https://news.ycombinator.com/item?id=44826439 ) Github leak: https://news.ycombinator.com/item?id=44826439
I recently used OpenAI models to generate OCaml code, and it was eye opening how much even reasoning models are still just copy and paste machines. The code was full of syntax errors, and they clearly lacked a basic understanding of what functions are in the stdlib vs those from popular (in OCaml terms) libraries.
Maybe GPT-5 is the great leap and I'll have to eat my words, but this experience really made me more pessimistic about AI's potential and the future of programming in general. I'm hoping that in 10 years niche languages are still a thing, and the world doesn't converge toward writing everything in JS just because AIs make it easier to work with.
Re: GPT-5
#35For day to day coding, I've found Anthropic to be killing it with Sonnet 3.7 and now Sonnet 4, and Claude Code feeling like it has even bigger advantages over when it's used in Cursor (And I can't explain why). I don't even try to use the OpenAI models because it's felt like night and day. Hopefully GPT-5 helps them catch up. Although I'm sure there are 100 people that have their own personal "hopefully GPT-5 fixes m…
Re: GPT-5
#36Re: GPT-5
#37Re: GPT-5
#38Re: GPT-5
#39# 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…