TIL about the coupon collector problem. Thanks for sharing that link
this is incredibly cool
[flagged]
I've been building VVM: a language for agentic programs where the LLM is the runtime. Most stacks today keep orchestration in Python/TS and treat the model like an API. VVM inverts this. You write a `.vvm` program,…
I love this! If you want to do a short book club or do a review after each book, I'm very down!
The core problem here to solve is sense of time. You can't build good long term experiences without building agentic systems that understand time and chat bots that are simple wrappers around LLMs are terrible at this…
This is the exact strategy I'm using for the real-time voice agent I'm building. Livekit also published a custom turn detection model that works really well based on the video they released, which was cool to see. Code:…
TIL about the coupon collector problem. Thanks for sharing that link
this is incredibly cool
[flagged]
I've been building VVM: a language for agentic programs where the LLM is the runtime. Most stacks today keep orchestration in Python/TS and treat the model like an API. VVM inverts this. You write a `.vvm` program,…
I love this! If you want to do a short book club or do a review after each book, I'm very down!
The core problem here to solve is sense of time. You can't build good long term experiences without building agentic systems that understand time and chat bots that are simple wrappers around LLMs are terrible at this…
This is the exact strategy I'm using for the real-time voice agent I'm building. Livekit also published a custom turn detection model that works really well based on the video they released, which was cool to see. Code:…