Show HN: Live AI music sequencing agent
Pretzel is an experimental live AI music agent that lets everyone chat with the same AI and hear synchronized music in real time. Built during Google IO hackathon, it uses a Rust agent harness called Talon for easy self-hosting.
Pretzel is an experiment in live AI agents for music. It's a web synchronized music sequencer that is controlled by an AI agent. Everyone chats with the same AI agent and hears the same music at any time. I'm no audio engineer so it's a pretty basic tune, and turns out audio is a pretty complex 3d function.
I went to Google's IO hackathon yesterday without any idea of what I was going to work on. I thought of building a live DJ agent that people can tell what they feel and it would update the music live. This is like 50% of the way that vision.
I've been building a Rust agent harness called [Talon](https://github.com/impalasys/talon) that is easy to self host on a micro VM (~100mb RAM). Pretzel connects everyone to the same session in a Talon hosted DJ agent.
I'm curious what y'all think.