🎙️ How I AI: ChatGPT Codex Voice + browser + Sites: an expert’s AI workflow | Nick Baumann (OpenAI)
- ID
- 10417
- Status
- summarized
- Published
- 03 Aug 2026, 11:02 PM
- Fetched
- 04 Aug 2026, 12:44 AM
- Provider
- Lenny's Newsletter
- Category
- product-startup
- Original URL
- https://www.lennysnewsletter.com/p/how-i-ai-chatgpt-codex-voice-browser
- Source URL
- https://www.lennysnewsletter.com/feed
Summary
- Score
- 6.5
- Created
- 07 Aug 2026, 1:33 PM
- Tags
- Audience
- ai_agent_usersvibe_codersdeveloperssaas_founders
What happened
Nick Baumann from OpenAI demos a live workflow using ChatGPT Codex Voice to operate his computer hands-free—triggering parallel threads to book flights, file expenses, and check calendar simultaneously. The episode also showcases ChatGPT Sites as a near-real deployment platform with SQL database, file storage, environment variables, and email-based access controls, plus a video-editing pipeline that auto-assembles vertical videos from 50-60 raw clips overnight.
Why it matters
If you build internal tools or small apps, ChatGPT Sites now ships with a SQL database, file storage, env vars, and email auth—enough to deploy a functional site without standing up your own backend. The thread-forking capability in Codex means you can stop manually pre-organizing multi-step tasks; the agent branches context on its own, which changes how you structure agent workflows.
Discussion angle
Is ChatGPT Sites with SQL + env vars + email auth now a viable replacement for quick internal-tool deployments that would normally go on Vercel + Supabase, or is it still too locked-in to trust for anything you need to own long-term?