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

30 Jun 2026 Sonnet 5 review: I ran 64 generations to find out if it's worth it

Anthropic's Claude Sonnet 5 offers Opus-level performance at reduced costs with enhanced agentic capabilities, while a new benchmarking framework evaluates its competitive edge against models like Gemini 3 Pro and GPT 5.5, highlighting the need for standardized, human-informed evaluations to balance objective metrics and subjective quality.

24 Jun 2026 GLM 5.2: why Im replacing Opus in Claude Code with this new model

GLM 5.2, an open-weight model from Z.ai, offers a 1 million-token context window, strong performance on coding and reasoning tasks, cost-effectiveness, and local deployment flexibility, though it lacks image support and struggles with modern frontend frameworks.

22 Jun 2026 How Claude Mythos found a 15-year-old bug in Mozilla Firefox | Brian Grinstead

Recommended: AI finds bugs

Firefox employs AI agents as "coding archaeologists" to detect and address security vulnerabilities in its massive codebase, leveraging models like Mythos and custom validation tools to identify and systematically fix nearly 500 bugs, while balancing automation with human oversight and open-source collaboration to enhance scalability and security.

More How I AI episodes