Viewing profile — russ
russ
HN member- Joined
- Sun, Mar 25, 2007, 10:54 PM UTC
- HN karma
- 632
- Public activity
- 188 items
- HN profile
- View on Hacker News ↗
About russ
Recent public activity
-
story
Show HN: Open-source turn detection model for voice AI
Hey HN, it’s Russ - cofounder of LiveKit. An open source stack for building realtime AI applications. We’re sharing our first homegrown AI model for turn detection. Here’s a live d…
- story
-
comment
Comment #42495722
Yeah, that would be really handy too.
-
comment
Comment #42489386
This is very cool! I’ve wanted something like CodeMic for a long time. Back when I was at Twitter, we used Review Board for code reviews (this was in 2009, before GH was a thing fo…
-
comment
Comment #42427574
You got it! Hope you have some fun with it. :)
-
comment
Comment #42361933
Haven’t played Codenames in a long while, but made this 8 years ago to play with family and friends on TVs. Right in time for the holidays! demo: https://dsa.github.io code: https:…
-
comment
Comment #42151219
Haha yup, I’m that Russ. Really appreciate your kind words. I’ll shoot you an email and let’s chat!
-
comment
Comment #42149291
This is super cool. One neat idea: when I'm in offline mode, I can clone my voice, provide some context data/sources, and have my AI clone answer calls for me. It can give me a sum…
-
comment
Comment #41753341
Heh, actually I'm pretty sure I've come across your X profile before. :) You're definitely in a small minority of folks with a deep(er) understanding of WebRTC.
-
comment
Comment #41752467
You really don’t need to know about WebRTC at all when you use LiveKit. That’s largely thanks to the SDKs abstracting away all the complexity. Having good SDKs that work across eve…
-
comment
Comment #41752432
Doesn’t sound right. I’d love to dig into this some more. Would you mind shooting me a DM on X? @dsa
-
comment
Comment #41751599
Field CTO — hi @Sean-Der :wave: Fractional CTO sounds like a disaster lol
-
comment
Comment #41750340
Which components feel ad hoc? In most real applications, the agent has additional logic (function calling, RAG, etc) than simply relaying a stream to the model server. In those cas…
-
comment
Comment #41750286
There’s Ultravox as well (from one of the creators of WebRTC): https://github.com/fixie-ai/ultravox Their model builds a speech-to-speech layer into Llama. Last I checked they have…
-
comment
Comment #41747366
There’s a ton of complexity under the “relatively simple use case” when you get to a global, 200M+ user scale.
-
comment
Comment #41746982
50% human speaking at $0.06/minute of tokens 50% AI speaking at $0.24/minute of tokens we (LiveKit Cloud) charge ~$0.0005/minute for each participant (in this case there would be 2…
-
comment
Comment #41746455
We had our playground ( https://playground.livekit.io ) up for a few days using our key. Def racked up a $$$$ bill!
-
comment
Comment #41746424
I had no idea! <3 Thank you for sharing this, made my weekend.
-
comment
Comment #41746421
It's using the same model/engine. I don't have knowledge of the internals, but a different subsystem/set of dedicated resources though for API traffic versus first-party apps. One …
-
story
Show HN: Open source framework OpenAI uses for Advanced Voice
Hey HN, we've been working with OpenAI for the past few months on the new Realtime API. The goal is to give everyone access to the same stack that underpins Advanced Voice in the C…
-
comment
Comment #41371389
It’s insanely fast. Here’s an AI voice assistant I built that uses it: https://cerebras.vercel.app
-
comment
Comment #41371365
Here’s an AI voice assistant we built this weekend that uses it: https://x.com/dsa/status/1828481132108873979?s=46&t=uB6padbn...
- story
-
comment
Comment #40347530
LiveKit Agents, which OpenAI uses in voice mode is also open source: https://github.com/livekit/agents
-
comment
Comment #39462134
But we don't handle interruptions yet, that's some cool stuff @yanyan_evie!