Captain View

Your research command center — a unified dashboard showing experiments, agents, tasks, papers, and compute at a glance.

The Captain View is the main dashboard of Hubify Labs. It gives you a bird's-eye view of your entire research operation: what is running, what is blocked, what completed, and what is next.

Layout

The Captain View is split into panels that you can resize and rearrange:

PanelShows
Status BarActive pod count, running experiments, agent health, monthly cost
Experiment QueueOrdered list of queued, running, and recently completed experiments
Agent ActivityReal-time feed of agent actions, reviews, and communications
Paper ProgressReadiness percentage for each paper in the lab
Compute UsageGPU utilization, cost burn rate, estimated time to budget cap
Priority QueueThe next 10 tasks ranked by urgency and impact

Real-Time Updates

Everything in Captain View updates in real time via WebSocket. When an experiment finishes, a QC gate passes, or an agent completes a review, you see it immediately without refreshing.

Quick Actions

From the Captain View, you can:

  • Start an experiment — Click "New Experiment" or type a natural-language request
  • Chat with the orchestrator — The chat panel is always accessible
  • View any experiment — Click an experiment ID to open its detail view
  • SSH into a pod — One click to open a terminal on any running pod
  • Trigger a standup — Get a summary of what happened since you last checked

Stat Cards

The top row shows key metrics:

  • Active Experiments — Currently running experiments with progress bars.

  • Agent Health — Green/yellow/red status for each agent. Flags idle or failing agents.

  • GPU Utilization — Current GPU usage across all pods. Alerts on idle pods.

  • Monthly Cost — Running compute cost with projection to end of month.

Activity Feed

The activity feed is a chronological, color-coded stream:

  • Green — Positive results, completed experiments, passed QC
  • Blue — Active work, running experiments, agent communications
  • Yellow — Warnings, approaching budget limits, QC issues
  • Red — Failures, blocked tasks, agent errors

Each entry is clickable and opens the relevant detail view.

Keyboard Shortcuts

ShortcutAction
Cmd+KCommand palette (search anything)
Cmd+ENew experiment
Cmd+/Focus orchestrator chat
Cmd+JToggle activity feed
Cmd+Shift+STrigger standup

CLI Equivalent

# Get a status overview (equivalent to Captain View)
hubify status

# Watch real-time activity
hubify logs --follow --all

# View priority queue
hubify task list --priority
← Back to docs index