Talos
Talos is an autonomous AI patron that pays musicians per listen. Give it a taste string and a USDC budget: local MiniLM embeddings in src/embeddings/index.ts rank the catalog by meaning, and an LLM patron in src/music/patron.ts decides turn by turn whom to pay. The allocation engine in src/music/allocation.ts blends Thompson sampling over per-artist Beta posteriors with a rising shadow price that makes money scarcer as the session spends. Sub-cent USDC settles on Arc through Circle Gateway via @circle-fin/x402-batching (src/payments/x402.ts). A ListenBrainz-compatible scrobble receiver in src/music/scrobble.ts pays on real listens, and src/mcp/server.ts exposes search_artists and artist_earnings tools over MCP.
Building AI agents and onchain infrastructure. TypeScript · Solidity · Python · Cairo.
1 (Solo) — cass chima
An autonomous AI patron that pays musicians per listen — real sub-cent USDC, settled on Arc via Circle Gateway.