The realtime examples are nice

A random positive note for me to collect a little Karma…

The openAI examples for realtime stuff kinda work. Well put together, minimal, clean, clear and impressive. They’re here: https://platform.openai.com/docs/guides/realtime#example-applications

Last few weeks I’ve engaged a few times regarding openAI APIs and support around those – kinda feels like they don’t have the right ppl or enough of them, so a miss.

But the examples are a hit, particularly those realtime ones. Same stack as I use (react/js) also.

The timing works also – there’s hardly a delay between asking the app to do something and hearing the response start. My existing use (chat completions / response API with non-streaming responses) is too slow. Nobody is going to wait 10 seconds for a response in 2025. I’ll have to at least switch to streaming responses if not this realtime API.

So realtime API examples are nice
-J