More How I AI episodes

How I run autonomous coding agents from my phone with OpenAI Symphony + Linear | Alessio Fanelli (Kernel Labs) thumbnail

How I run autonomous coding agents from my phone with OpenAI Symphony + Linear | Alessio Fanelli (Kernel Labs)

Published 6 Jul 2026

Duration: 00:35:54

AI automates small business tasks like inventory tracking and order management via tools such as "magic glasses," explores personal AI use cases (e.g., Codex for hobby tasks), delves into autonomous agent orchestration with cloud-based workflows and GitHub, addresses challenges like scalability and model behavior, and reflects on AIs potential to bridge physical-digital systems, reduce manual effort, and enhance productivity while highlighting underutilized automation opportunities.

Episode Description

Alessio Fanelli, founder of Kernel Labs and co-host of Latent Space podcast, walks us through two very different AI workflows: (1) a fully autonomous...

Overview

The podcast explores the practical applications of AI in both small businesses and personal hobbies, emphasizing automation of repetitive tasks. Examples include using AI tools for inventory tracking in a fish delivery business and streamlining niche activities like Pokemon card grading and car pricing on eBay. It also delves into the orchestration of autonomous AI agents, highlighting challenges in managing workflows without human intervention and the transition from traditional project management tools (e.g., Kanban) to cloud-based solutions like VPS setups and OpenAI Symphony. These tools enable task decomposition, structured review cycles (e.g., to do work done), and integration with platforms like GitHub and Linear for code management and tracking progress through PRs.

Technical infrastructure details include the use of custom VPS systems (e.g., a 32 GB RAM setup) and cloud solutions for scalable agent management, alongside open-source models and hybrid local-cloud configurations. The discussion emphasizes cost management through token usage estimation, the importance of clear markdown specifications for workflows, and tools like Glimpse for visual testing of AI outputs. Challenges discussed include AIs tendency to generate redundancy, the need for precise task definitions to prevent inefficiencies, and the role of tools in reducing cognitive load for users. Personal anecdotes highlight AIs potential to offset human effort in organizing physical spaces (e.g., cataloging books) and managing finances, while also acknowledging limitations in scaling certain AI-driven processes. Future applications focus on niche areas like vintage clothing inventory and trade show pricing automation, underscoring AIs role in enabling small businesses and individuals to optimize manual, high-value tasks.

What If

  • What if you automated your niche inventory management using AI and a custom VPS setup?

    • Move: Deploy a custom VPS (ZOO) with 32 GB RAM to host AI agents for tracking high-value physical inventory (e.g., trading cards, vintage items) and integrate it with Symphony for task orchestration.
    • Why Now?: The text highlights small business automation and personal use cases (e.g., cataloging 600+ books, tracking PSA-certified cards) as viable applications for AI, and technical infrastructure details (VPS, Symphony) are already explained.
    • Expected Upside: Reduce manual effort in inventory tracking by 80% and enable real-time pricing adjustments on platforms like eBay by leveraging AI-driven data analysis.
  • What if you built a personal finance automation system using AI to offload financial stress?

    • Move: Create a script using AI tools (e.g., Codex, Gemini) to automate expense tracking, investment monitoring, and budget forecasting, integrated with personal finance apps (e.g., Mint, YNAB).
    • Why Now?: The text emphasizes using AI as a "safety net" for personal finance tasks after significant life events (e.g., selling a house) and highlights the importance of reducing cognitive load through automation.
    • Expected Upside: Save 10+ hours per week in financial planning, reduce error rates in account management, and maintain long-term financial discipline without overcomplicating workflows.
  • What if you streamlined your coding tasks with Symphony to eliminate human-in-the-loop inefficiencies?

    • Move: Adopt Symphony as a task orchestrator to automate coding tasks (e.g., bug fixes, feature development) using a workflow.md file and integrate it with Linear for state-machine-driven project management.
    • Why Now?: The text details Symphonys ability to manage agentic tasks, reduce search complexity, and maintain structured testing (e.g., S301 tests), aligning with the need for scalable agent workflows in solo development.
    • Expected Upside: Cut development cycle time by 30% through autonomous task execution, minimize rework via rework checklists, and focus on high-level design rather than micromanaging coding steps.

Takeaway

  • Automate niche manual tasks with AI tools: Use AI like Codex or custom scripts to streamline specific workflows (e.g., grading trading cards, vehicle pricing on eBay) by reducing repetitive, time-consuming steps in your business or personal projects.
  • Implement a structured agentic workflow: Set up a task lifecycle (to do work human review rework done) using tools like OpenAI Symphony and GitHub, paired with a workflow.md file to standardize task execution and track progress.
  • Optimize AI agent infrastructure: Deploy a scalable cloud-based VPS (e.g., 32 GB RAM) with pre-configured environments for AI agents, combining open-source models with cloud tools (e.g., OpenAI Symphony) for flexibility in managing autonomous workflows.
  • Track and refine token usage efficiency: Monitor token costs for AI tasks (15221 million tokens) to identify inefficiencies, and refine prompts or tooling to reduce unnecessary resource consumption while maintaining task accuracy.
  • Maintain clean, prescriptive Markdown specs: Document workflows and task requirements in simple, natural language Markdown files (e.g., symphony.spec.md) to avoid redundancy and ensure clarity, regularly purging outdated content for accuracy.

Recent Episodes of How I AI

5 Aug 2026 Build an AI code review bot in 30 minutes with Vercel Eve

"AI-powered automated PR review systems streamline software development by scoring and auto-approving low-risk changes, boosting throughput, reducing approval times, and maintaining compliance, as demonstrated by tools like Vercel's Eve and industry adopters like Intercom."

22 Jul 2026 Computer & browser use in Codex (5 real examples)

"AI boosts productivity by automating browser and computer tasks, reducing manual effort through commands like `@browser` or `@computer`, with applications in software testing, personal tasks, and workflow optimization, though human oversight and speed limitations may apply."

More How I AI episodes