NASA’s new dark energy space telescope can also detect killer asteroids
technologyreview.com·2h ago

TL;DR
Voice AI systems often struggle with latency, which can hinder user experience. OpenAI developed a low-latency voice AI solution that efficiently serves 900 million users.
✦ Why It Matters
Engineers can implement low-latency techniques to enhance user experience in voice applications.
Key Takeaways
How It Works
OpenAI's architecture splits the voice AI system into a stateless relay that handles packet routing and a stateful transceiver that manages WebRTC's connection state. The relay forwards packets based on routing information embedded in the ICE ufrag, allowing for efficient first packet routing without additional lookups.
This design minimizes latency and maintains a consistent user experience.
Related