◦ Prompt · Voice

Build Your Own Voice-First AI Agent — From Empty Repo to a Talking, Tool-Using, Always-On Assistant in One Session

Paste this into Claude Code, Cursor, or Codex and it'll interview you, help you name your agent, then walk your codebase through building a voice-first assistant tier by tier: a text conversation loop you can debug before you ever add audio, a tool registry that lets the agent actually do things, real speech-in and speech-out (Deepgram for transcription, ElevenLabs for voice) so you talk to it instead of typing, memory that survives a restart, an always-on background loop so the agent can reach out to you first, and the safety rails that keep a proactive assistant from doing something you didn't ask for. Interview first, then build tier by tier. Each tier runs on its own and is verified before the next begins.

Jun 24, 2026agentvoice-firstassistantagent-harnessdeepgramelevenlabsclaude-apianthropic-sdktutorial
◦ 4,617 builders waiting

Want the agent behind these prompts?

These prompts came out of building Trillion. The whole thing is going open-source on GitHub. Drop your email and I'll ping you the moment the repo drops.

I'll send a one-time link to confirm your email. Nothing else.

◦ Next prompt
Give Your AI Agent a Scout — From Hard-Coded Prompts to Operator-Tunable Doctrine in One Session

Paste this into Claude Code, Cursor, or Aider and it'll walk your agent codebase through building a scheduled scout sub-agent: a research loop that ends in a validated structured report, an evidence-first rubric with explicit hard kills, rotating hunting lanes that change what it looks for by the day, a review pipeline where a human decides and the agent never does, and — the part almost everyone skips — an instruction set that lives in editable documents your operator can retune from the UI with override, revert, version history and hot reload, instead of a Python constant nobody can reach without a deploy. Interview first, then build tier by tier. Each tier ships independently with verification.