COOKRN / Pearl Computing / Variant 3
runtime dashboard / operator console
pearl computing rune runtime / live topology

Applied AI for software development, presented as an operating surface.

Pearl is infrastructure for operating software agents, not another chat wrapper.

This variant treats the landing page like the control room itself. Pearl Computing turns AI-assisted software work into an inspectable runtime with status panels, queue state, repo-native identity, and explicit operator commands. Rune is the concrete runtime behind that model.

mode
operator-guided
state
durable
identity
repo-native
execution
local-first

system framing

Most AI coding tools hide the runtime. Pearl makes it the product.

The common pattern in AI software work is simple: a transient chat, hidden context, and weak continuity. Pearl is built around the opposite assumption. Useful agent workflows need visible control surfaces, persistent state, and operator intervention points that feel native to engineering work.

That is why this page looks more like a dashboard than a generic marketing site. The presentation is the message: Pearl is for teams that want to run AI workflows as systems, not merely visit them as sessions.

workflow delta

session chat vs operator runtime

disposable chat workflow

  • Context disappears with the tab
  • Behavior is trapped in hidden prompts
  • Weak inspection, weak handoff
  • No durable runtime identity

pearl runtime workflow

  • State persists across sessions and operators
  • Behavior lives in repo artifacts
  • Commands, queues, and modules stay inspectable
  • Runtime can be restarted without losing the model

runtime topology

modules on the wire

operator console
managed repo
runtime state
task queue
execution workers
deployment surfaces

command surface

Rune exposes a concise operator loop.

The commands are intentionally direct. Operators initialize a runtime, inspect status, connect to the repo, ask questions, and adjust execution paths without pretending the system is magical.

01 rune init <name>

Provision the runtime home and start the services that keep the agent loop durable.

02 rune status <name>

Inspect agent health, deployment information, and runtime endpoints.

03 rune clone-url <name>

Expose the managed repo so the operator can audit and evolve the system in source.

04 rune ask <name>

Query the active runtime without abandoning the existing system context.

05 rune model set-path

Persist local model configuration so inference remains close to the runtime.

runtime modules

Each module solves a real operational problem.

identity module

Repo-native self-description

Runtime behavior comes from source-controlled files, making prompts auditable and editable like software.

state module

Durable checkpoints

Work can pause, resume, and survive beyond one operator session without a hard reset.

queue module

Explicit task movement

Queues and task surfaces make work routing visible instead of burying it in implied context.

control module

Operator interventions

Humans can approve, redirect, and reconfigure the system without breaking continuity.

execution module

Local-first runtime paths

Inference stays near the machine and repo when trust, cost, or latency require it.

deployment module

Portable operating surfaces

Runtime state and behavior can travel from workstation experiments to managed environments.

queue state

What teams can actually operate

Implementation agents

Focused repo-aware coding work with preserved context.

Evaluation loops

Repeatable tests, grading passes, and artifact review.

Managed internal tools

Operational assistants grounded in policy, state, and source control.

Operator consoles

Interfaces for redirection, approval, and runtime observation.

closing signal

Pearl is building the operating layer for durable AI software work.

If the goal is to move from impressive demos to dependable engineering systems, Pearl and Rune are aimed at the missing layer: a runtime that can be inspected, directed, and evolved in the open.