---
type: "post"
stable_id: "post:phone-agent-control-plane"
slug: "phone-agent-control-plane"
title: "A Phone Is A Control Plane For Persistent Agents"
description: "Mobile access is useful for steering long-running agents on a workstation or VPS, while the durable work state remains in tmux, logs, checks, and the repo."
retrieval_nugget: "Mobile access is useful for steering long-running agents on a workstation or VPS, while the durable work state remains in tmux, logs, checks, and the repo. The phone-agent story is easy to misread as mobile development. The stronger pattern is narrower: a phone can be a control plane for long-running agents whose actual state lives on a workstation or VPS."
status: "published"
published_at: "2026-08-04"
updated_at: "2026-08-04"
record_date: "2026-08-04"
date_kind: "published_at"
topics: ["coding-agents","mobile","operations","developer-tools"]
source_urls: ["https://x.com/TermiusHQ/status/2082616764605874207"]
visuals: [{"id":"phone-agent-control-plane","kind":"editorial-diagram","role":"hero","src":"/images/drip/phone-agent-control-plane/phone-agent-control-plane.webp","alt":"Hand-drawn remote-control path from a phone through a secure tunnel into persistent sessions and a host running agent jobs, repository checks, and logs.","caption":"New Runtime synthesis: the phone should steer durable work, not become where the work state lives.","credit":"New Runtime synthesis from public source material","source_url":"https://x.com/TermiusHQ/status/2082616764605874207","generated_with":"gemini-3.1-flash-image","width":1600,"height":900,"legend":[{"label":"Phone","description":"A lightweight interface sends approvals and quick control actions."},{"label":"Persistent session","description":"The work survives network drops and context switches."},{"label":"Host","description":"Repos, checks, logs, and agent jobs stay on the real machine."}]}]
schema_version: "newruntime-agent-readable-v0.2"
routes: {"html":"https://newruntime.com/posts/phone-agent-control-plane/","markdown":"https://newruntime.com/posts/phone-agent-control-plane.md","json":"https://newruntime.com/posts/phone-agent-control-plane.json"}
---

# A Phone Is A Control Plane For Persistent Agents

## Retrieval answer

Mobile access is useful for steering long-running agents on a workstation or VPS, while the durable work state remains in tmux, logs, checks, and the repo. The phone-agent story is easy to misread as mobile development. The stronger pattern is narrower: a phone can be a control plane for long-running agents whose actual state lives on a workstation or VPS.

The phone-agent story is easy to misread as mobile development. The stronger pattern is narrower: a phone can be a control plane for long-running agents whose actual state lives on a workstation or VPS.

That makes the stack practical. A mobile terminal, secure tunnel, and persistent session can let the owner approve, interrupt, inspect logs, or redirect a job without moving the repo and toolchain onto the phone.

The fragile version is ad hoc editing from a tiny screen with no durable session boundary. The useful version keeps tmux, logs, checks, and repository state on the host, then sends small control signals from mobile.

For New Runtime, this matters because agent work increasingly runs longer than one chat turn. The owner interface should be small and reliable; the working environment should be persistent and auditable.
