Security Ops News

[P] [<] [N] [>] | Pages: 1 2 3 4 5

> Post #47225130 by sandbach | 1168 points | 670 comments | 13h ago
Meta’s AI smart glasses and data privacy concerns
(No body text)
> Post #47230663 by wild_pointer | 27 points | 24 comments | 1h ago
The beauty and terror of modding Windows
(No body text)
> Post #47229344 by ingve | 128 points | 55 comments | 4h ago
Arm's Cortex X925: Reaching Desktop Performance
(No body text)
> Post #47223620 by ireflect | 883 points | 436 comments | 15h ago
British Columbia is permanently adopting daylight time
(No body text)
> Post #47230704 by memalign | 86 points | 10 comments | 1h ago
The Xkcd thing, now interactive
(No body text)
> Post #47226608 by danso | 343 points | 209 comments | 11h ago
Ars Technica fires reporter after AI controversy involving fabricated quotes
(No body text)
> Post #47203827 by darshkpatel | 65 points | 29 comments | 2d ago
We Built a Video Rendering Engine by Lying to the Browser About What Time It Is
(No body text)
> Post #47201132 by jk_tech | 169 points | 43 comments | 2d ago
Simple screw counter
(No body text)
> Post #47217224 by ibobev | 18 points | 0 comments | 23h ago
C64: Putting Sprite Multiplexing to Work
(No body text)
> Post #47224295 by nicktikhonov | 451 points | 131 comments | 15h ago
Show HN: I built a sub-500ms latency voice agent from scratch
I built a voice agent from scratch that averages ~400ms end-to-end latency (phone stop → first syllable). That’s with full STT → LLM → TTS in the loop, clean barge-ins, and no precomputed responses.

What moved the needle:

Voice is a turn-taking problem, not a transcription problem. VAD alone fails; you need semantic end-of-turn detection.

The system reduces to one loop: speaking vs listening. The two transitions - cancel instantly on barge-in, respond instantly on end-of-turn - define the experience.

STT → LLM → TTS must stream. Sequential pipelines are dead on arrival for natural conversation.

TTFT dominates everything. In voice, the first token is the critical path. Groq’s ~80ms TTFT was the single biggest win.

Geography matters more than prompts. Colocate everything or you lose before you start.

GitHub Repo: https://github.com/NickTikhonov/shuo

Follow whatever I next tinker with: https://x.com/nick_tikhonov

[P] [<] [N] [>] | Pages: 1 2 3 4 5