Live context over static prompts
Operational truth changes too quickly to paste into a system prompt. Agents query the same current state the product uses.
Operator OS · live context for humans and agents
A private homelab portfolio project: a Go / Next.js monorepo of ~14 services with MCP over SSE, operator decision support, automated ingestion, and persistent state—operated continuously for education, not offered as a public service.
// operating model
~14
long-running services
MCP
live agent interface
SSE
streaming transport
Solo
built + operated
01 — The problem
Operational knowledge was scattered across infrastructure, repositories, telemetry, notes, and runbooks—and repeatedly lost between sessions. Operators and agents needed one durable, queryable view of what changed, what mattered, and what happened next. The answer was not another dashboard or chat window. It was a shared operating system where workflows, automations, people, and agents could work from the same live, durable context.
02 — Context pipeline
System telemetry · repositories · deployment events · runbooks · operator input
Automated pipelines normalize and continuously refresh operational context
Persistent records and memory survive sessions, restarts, and model boundaries
A typed tool surface exposes live context over SSE instead of stuffing it into prompts
Decision-support and assistant workflows reason over current data and durable history
03 — Engineering decisions
Operational truth changes too quickly to paste into a system prompt. Agents query the same current state the product uses.
Useful history belongs in durable application state—not inside a vendor session that can disappear or change shape.
The agent interface is explicit, inspectable, and reusable. Tools expose capabilities without coupling every workflow to one model.
The system separates operational domains so ingestion, system state, automation, and notifications can evolve independently.
04 — What shipped
Constraints / Evidence
~14
services
Domain boundaries exercised as an operating system, not a slide.
MCP/SSE
agent boundary
Live tools expose current state without prompt stuffing.
Durable
state model
Operational history survives restarts, sessions, and model changes.
Private
deployment
Continuously operated in the homelab with production-mode practices.
The result
Live operational context became a reusable capability—for dashboards, workflows, automation, runbooks, and agents.
Talk operator systems →