← January 1, 2027 edition

terminal-use

Vercel for background agents

Terminal Use Is Building the Vercel for Background Agents

The Macro: Agents Need Infrastructure, Not Just Prompts

The conversation around AI agents has been almost entirely about intelligence. Can the agent write good code? Can it reason about complex tasks? Can it handle multi-step workflows? These are important questions. But they skip over something more basic: where does the agent actually run?

Right now, most coding agents run on your local machine. You open a terminal, start the agent, and wait. If you close your laptop, the agent stops. If you want it to run overnight, you need to keep the machine on. If you want it to run on a different codebase, you clone the repo manually. If something goes wrong, you dig through terminal output.

This is fine for quick tasks. It falls apart completely for the kind of long-running, autonomous agent workflows that everyone keeps talking about at conferences. The agents themselves are ready for multi-hour runs. The infrastructure to support them is not.

Terminal Use is betting that agent infrastructure is about to become its own category. The same way Vercel made deploying web apps trivial, or Railway made spinning up backend services easy, Terminal Use wants to make deploying and managing background agents feel like a one-line command.

The timing tracks. Claude Agent SDK just launched. Codex agents are available. The building blocks for long-running agents exist. What is missing is the orchestration layer that makes them production-ready.

The Micro: CLI-First, Git-Native, Filesystem-Aware

Terminal Use is a CLI-first platform purpose-built for agents that use filesystems. That last part is key. Most agent deployment platforms treat agents like API endpoints or serverless functions. Terminal Use treats them like processes that need to read and write files, work with Git branches, and persist state across sessions.

The deployment flow is simple: a single NPX command to create and deploy an agent. Git-native branching, versioning, and rollback are built in. If your agent makes a bad change at 3 AM, you can roll it back to a known good state without debugging what went wrong.

The platform currently supports Claude Agent SDK and Codex agents, which covers a significant portion of the serious coding agent market. The focus on filesystem agents is a deliberate narrowing. Instead of trying to be a general-purpose agent platform, Terminal Use is specifically optimized for agents that work with code, documents, and structured data.

Filip Balucha, Stavros Filosidis, and Vivek Raja are the founders. All three came from Palantir, which is relevant because Palantir is one of the few companies that has been running long-lived, complex software agents in production environments for years. Filip worked on ontology systems. Stavros built coding infrastructure. Vivek led one of the largest agent use cases at the company. They know what production agent deployments look like at scale. The team came through Y Combinator’s W26 batch.

The documentation at docs.terminaluse.com is already live, which suggests the product is past the vaporware stage. There is a demo video and a booking link for calls with the founders.

What I find strategically interesting is the “Vercel for agents” framing. Vercel succeeded because it collapsed the deploy-configure-monitor cycle into a single, opinionated workflow. If Terminal Use can do the same for agent deployments, the developer experience advantage compounds quickly.

The Verdict

Terminal Use is solving a real infrastructure gap. The agents are ready for production. The deployment story is not. That mismatch is a clear opportunity.

At 30 days: how reliable is the overnight agent run? If I deploy a Claude agent to refactor a module at midnight, what does the morning look like? The error handling and recovery story matters more than the happy path.

At 60 days: how do teams use this? Is it one developer running one agent, or is the value in fleet management, running dozens of agents across multiple repos with centralized monitoring?

At 90 days: platform lock-in versus portability. If Terminal Use becomes essential infrastructure, developers will want to know they can migrate away if needed. The Git-native approach helps here, but the question is how much of the value lives in Terminal Use’s platform versus in standard Git.

The Palantir pedigree is real. The problem is real. The question is whether the market is ready to pay for agent infrastructure or whether developers will keep duct-taping things together with shell scripts for another year. I think Terminal Use is early, but the right kind of early.