Back to Podcast Digest
How I AI35m

How I run autonomous coding agents from my phone with OpenAI Symphony + Linear

TL;DR

  • From prompter to manager: The key shift is moving away from prompting agents step-by-step to managing them through a state machine like Linear, where you create tasks and let agents execute autonomously.

  • Symphony orchestrates the full lifecycle: OpenAI's open-source framework monitors Linear boards, spins up Codex agents when assigned work, and manages everything from task creation through PR review and rework.

  • Token usage reveals task complexity: One task consumed 221 million tokens because it required rewriting storage and deployment for Vercel, proving that token counts are a proxy for how many issues an agent encountered.

  • Mobile-first agent management: The entire workflow runs from a phone by creating Linear tasks, reviewing PRs, and moving items between states like human review and rework.

  • Real business applications beyond coding: Agents browse eBay to find underpriced Pokemon cards by comparing PSA certificate numbers and market prices, automating work that would take humans hours.

  • Purge your markdown files regularly: Models tend to add instructions rather than remove them, so agent instruction files accumulate confusing contradictions over time.

Summary

Alessio Finelli shows how he runs autonomous coding agents from his phone using OpenAI Symphony and Linear, managing entire software workflows without touching a keyboard, and applies the same approach to hunt for underpriced Pokemon cards worth thousands of dollars.

Was This Useful?

Share