brainstorm reactor
ManualGetting Started

Core Interface & The Pool

The Brainstorm Reactor relies on Brain-Quietness to prevent cognitive fatigue.

Complex multi-agent AI tools are notoriously difficult to track. Interfaces become cluttered with pop-ups, nested chat windows, and infinite scroll regions. The Brainstorm Reactor counters this by employing a strict 3-Zone Spatial Workspace.

The 3-Zone Spatial Workspace

Instead of a single scrolling chat window, the Brainstorm Reactor fixes navigation and separates operations spatially.

  1. The Navigation (Left): Selecting context methods, reviewing history, configuring recipes.
  2. The Terminal (Middle): The engine room. The Orchestrator reports node execution, API latency, swarm parallelism, and active method dependencies dynamically.
  3. The Canvas (Right): The output zone. Polished artifacts appear here only when they are fully resolved or explicitly generated, never mixed with technical logs.

Mission Dashboard

The Mission Dashboard acts as the singular source of truth during execution phases. Available directly in the central operation panel, it exposes the mechanical reality of the orchestration:

  • Node Resolution Status: Real-time visibility on which specific methods in a DAG are currently initializing, processing, or stalled.
  • Provider Stream Latencies: Explicit measurement of backend API response curves (TTFT).

Wipe-Reveal Mechanics

Users only see what the current context requires. The "Wipe-Reveal" animation philosophy hides irrelevant UI paradigms. If a user enters Direct Mode, recipe builders fade. When an agent streams output, the interface collapses unnecessary navigation to center focus strictly on the emerging text.

The Pool (Centralized Context Buffer)

The Pool eliminates the copy-paste vulnerability typical in generative workflows.

Intellectual synthesis requires iteration. In standard AI interfaces, operators are forced to copy valuable fragments out of the browser and paste them into a separate generic text editor, severing the content from its generative context. The Brainstorm Reactor nullifies this workflow disruption via The Pool.

The Pool is a persistent, cross-session clipboard integrated directly into the spatial interface. Whenever a generated artifact, an imported block of code, or a specific user-defined constraint becomes strategically relevant, the operator "pins" it into the Pool.

The Pool is constantly monitored by the active Orchestrater node. If multiple disjointed elements are stored within it, the current execution node will mathematically merge those elements and factor them directly into its context window. Operators can aggregate output artifacts over a multi-hour session, rearrange their dependencies, and trigger a final downstream generation to output a structured markdown or code document.

On this page