TLDR: Pig.dev, a startup supported by Y Combinator, has announced a significant pivot from its initial focus on Windows AI agents for automation. The company is now concentrating on ‘Muscle-Mem,’ an open-source SDK designed to optimize AI agent performance by caching and replaying learned behaviors, aiming to reduce the reliance on costly and slow large language models for repetitive tasks.
San Francisco, CA – Pig.dev, a promising startup from the Y Combinator Winter 2025 batch, has unveiled a strategic pivot, shifting its core focus from developing general Windows AI agents to a novel ‘muscle memory’ cache system for AI automation. This move, spearheaded by founder Erik Dunteman, addresses critical inefficiencies encountered in the previous approach, particularly in automating legacy Windows applications.
Initially, Pig.dev aimed to automate complex workflows in sectors like healthcare, lending, and manufacturing using AI agents that could operate Windows desktops. These ‘computer-use agents’ were designed to handle tasks that traditional Robotic Process Automation (RPA) struggled with, especially edge cases. However, the pure-agent methodology proved to be economically and operationally challenging. Dunteman noted that using pure-vision agents, often necessitated by the poor accessibility APIs of Windows, was ‘highly wasteful,’ incurring token costs of around ‘$40/hr’ and taking ‘5x longer than a human to perform a workflow.’ This led to a realization that, for many repetitive tasks, ‘you’re better off hiring a human.’
The pivot introduces ‘Muscle-Mem,’ an open-source SDK that functions as a behavior cache for AI agents. The core idea is to record an agent’s successful tool-calling patterns as it completes tasks. When a similar task is encountered again, Muscle-Mem can ‘deterministically replay those learned trajectories,’ effectively acting as a ‘JIT compiler, for behaviors.’ This allows the system to bypass the need for a Large Language Model (LLM) for known, repetitive actions, significantly reducing ‘token costs’ and increasing ‘speed’ and ‘efficiency.’ The LLM is only engaged for ‘discovery and self-healing’ when a new task or an unforeseen edge case arises.
Also Read:
- OpenAI’s New ChatGPT Agent Demonstrates Autonomous Capabilities, Navigating Real-World Tasks with Noted Speed Limitations
- Indian AI Startup CodeParrot Ceases Operations After Two and a Half Years
Erik Dunteman elaborated on the vision behind Muscle-Mem, stating its goal is ‘to get LLMs out of the hot path of repetitive automations.’ While inspired by computer-use environments, the SDK is designed to generalize to ‘any automation performing discrete tasks in dynamic environments.’ This strategic shift highlights a growing industry trend towards optimizing AI agent performance by integrating memory and learned behaviors, moving beyond brute-force LLM inference for every action. The project is now available as an open-source SDK, inviting developers to integrate it into their existing agent setups to streamline operations and unlock more practical AI automation solutions.


