Field guide / primary domain

Voice Tools

10

sources in this field

Updated July 16, 2026

Current thesis

The shortest path to orientation.

Voice is converging from generation and capture toward a local-first model with commoditized synthesis and seamless agent integration. Voicebox, powered by Alibaba's Qwen3-TTS, achieves near-perfect voice cloning fully locally without cloud dependency and includes a DAW-like Stories Editor for production-ready composition—directly threatening ElevenLabs' paid API and signaling synthesis commoditization. Real-time transcription is the newest frontier: the Codex Meeting Recorder skill uses GPT Realtime Whisper at $0.017/minute ($0.51 for 30-minute meetings), streaming transcripts into a queryable preview pane; a local Nemotron Speech Streaming option is under consideration as a cost-effective alternative. Speech-to-text tools like Monologue drive coding agents more efficiently than typing, especially for repeated workflows. Peter Yang's personal-agent framework treats fluid mid-conversation modality switching (text → voice → video → live calling) as a baseline requirement—voice can no longer be a separate product surface but one seamless switch inside the same agent session.

Evidence board

Claims worth carrying forward
01

Codex Meeting Recorder skill uses GPT Realtime Whisper to transcribe meetings live, display transcripts in the preview pane, and answer questions about the transcript mid-meeting — full transcript plus formatted summary generated on completion.

02

GPT Realtime Whisper endpoint costs $0.017/min (~$0.51 for a 30-min meeting), meaningfully more expensive than post-meeting batch transcription. This is the core cost tradeoff for choosing real-time vs. deferred transcription.

03

Nemotron Speech Streaming is cited as a candidate local real-time transcription alternative to GPT Realtime Whisper, potentially eliminating per-minute cloud costs for Codex meeting transcription.

04

Initial setup prompt for a voice-cloning skill: instruct the agent to read the user's sent emails and Slacks from the last 3 weeks in read-only mode, learn only from substantive messages the user actually wrote, and keep different audiences/channels (e.g., email vs Slack) separate rather than blending their styles.

05

The agent should build the voice skill from patterns it can back up with concrete examples pulled from the user's own writing, and must show the constructed skill to the user for approval before saving it—preventing silent or unverified style assumptions.

06

Safety guardrail: the skill is used whenever the agent drafts communications for the user, but the agent is instructed to never send anything—drafting and sending are kept strictly separate to prevent unauthorized autonomous actions.

07

Continuous improvement loop: after the user sends their own real version of a message, they show it to the agent so it can compare the actual sent text against its own draft and propose durable updates to the my-voice skill—turning every real send into a training signal.

08

Invocation pattern for reuse: once the skill exists, the user triggers it with a short command like 'use $my-voice to reply to this. draft only'—naming the skill and explicitly constraining the agent's action to drafting.

Adjacent fields

Key voices

Latest evidence

Recent additions

All synthesized insights →

Simon Smith

Codex Meeting Recorder with GPT Realtime Whisper

A Codex skill enables real-time meeting transcription via GPT Realtime Whisper, with live Q&A on the transcript during the meeting. Cost is $0.017/min (~$0.51 per 30-min meeting). A local alternative using Nemotron Speech Streaming is under consideration.

Samantha Trimble

Building a Personal 'My-Voice' Drafting Skill with Codex

A one-time setup prompt for Codex (or similar coding agents) that ingests a user's own sent emails and Slack messages read-only, extracts writing-style patterns into a reusable 'my-voice' skill, and uses a feedback loop of comparing drafts to actually-sent messages to keep the skill updated—while enforcing strict guardrails that the agent may only draft, never send.