Lightspeed

Run thousands of agents.
Efficient, durable, auditable.

Lightspeed is open-source infrastructure for running long-lived agent fleets in production.

Its frontier-class agent harness runs as a durable headless workflow, borrows real machines when a task needs one, and stays auditable, tenant-isolated, and cheap when idle.

Try theDemoright now — no sign-up — or take the Source Code and run it yourself.

The Problem

Frontier harnesses like Claude Code, Codex, and OpenClaw are excellent, but they assume they own an operating system. That assumption is what makes them hard to scale, hard to secure, and impossible to keep alive for long.

Traditional: One OS per Agent
VM - Full OSVM - Full OSVM - Full OSVM - Full OSVM - Full OSVM - Full OSVM - Full OSVM - Full OSVM - Full OS

Heavy infrastructure load

Lightspeed: Harness Separated from Compute
Worker NodeVMVMSandboxSandbox

Infrastructure attached only when needed

The Solution

Lightspeed separates the harness from compute.

The harness is the agent loop, context management, and session state. In Lightspeed it runs as a lightweight, deterministic, event-sourced workflow. Anything that needs an operating system — shells, code execution, full file systems, long-running jobs — happens on machines the agent borrows for exactly as long as it needs them.

A fist breaking free of the cables tethering it to a cluster of desktop computers.

Build with Lightspeed

Use Cases

  • Large-Scale Always-On Personal Assistant

    One agent per user, reachable over Telegram or WhatsApp, remembering weeks of context, calling calendars, mail, and internal tools over MCP with each user's own OAuth identity. Nearly all agents are idle at any moment; in Lightspeed an idle agent is a suspended workflow, not a running VM.

    Assistant Demo
  • Autonomous Software Factory

    A planner agent spawns builders, testers, and reviewers. Each sub-agent provisions its own VM from a profile, clones the repository, runs the suite, and critiques the others' work. The fleet keeps going for days and picks up where it left off after a worker restart. Fork a session to try two approaches from the same state without paying for the shared prefix twice.

    Software Factory Demo
  • Mapping and Documenting the Enterprise

    Point a fleet at an undocumented landscape: dozens of repositories, servers, schemas, and cron jobs nobody fully understands. Agents explore machines and codebases in parallel, reconstruct how the pieces talk to each other, write the documentation that never existed, and keep it accurate as they continue to observe. Sub-agents split the estate; a coordinator merges what they find.

  • Research Agents Supervising Long Experiments

    An agent launches a training run or data pipeline as a job on a GPU box, checks in on progress, adjusts parameters, and writes up the results when it finishes — hours or days later. Credentials for the cluster are injected into the environment and never pass through the model.

  • On-call Operations Agent

    An alert starts a managed session from your incident workflow. The agent reads dashboards over MCP, inspects the host through the environment daemon, proposes a fix with a deadline, and reports back to the channel. If nobody answers, the workflow cancels it cleanly.

    Technical Support Demo
  • Agents Embedded in your Own Product

    You already run Temporal. Give every customer, order, or ticket its own agent: your workflow starts a managed session, binds tools backed by your own activities, and receives durable emissions back. No separate agent infrastructure to run.

Designed to Perform

Lightspeed is a deterministic agent harness built from the ground up for durable workflow engines, not VMs. Written in Rust and open source, it runs on Temporal today — the same engine behind OpenAI's hosted agents. It also comes with a powerful frontend that makes it a breeze to manage your agents.

Clone theSource Codeand run it yourself, or try the hostedDemoright now.