Interface interactions strictly dictate perceived processing depth and prevent analytical overwhelm.
Generative models output streams of raw text. Standard chat interfaces simply dump these chunks onto the screen dynamically. This velocity forces the operator to immediately parse complex structural data while the text is rapidly shifting, triggering severe cognitive load.
The Brainstorm Reactor counters this through strict animation mechanics.
Cognitive Pacing Mechanisms
1. Wipe-Reveal Deployment
Rather than rendering individual erratic tokens or instantaneously displaying block responses, the output is delayed intentionally. Completed markdown payloads are exposed via a horizontal wipe animation. By controlling the reveal speed (--reveal-duration), the operator’s eye naturally tracks the structural form before actively parsing the contents.
2. Variable Pausing
The engine dictates processing speeds dynamically based on the current Orchestration phase context.
- High-level decision constraints (such as during deep pipeline steps 1 through 3) enforce longer execution thresholds (e.g., a 2,200ms pause variable) before the response emerges onto the screen. This allows initial structural layout mapping to resolve before forcing the user to engage with the generated logic.
- As the operator moves into the rapid continuation phase, the system progressively reduces latency constants, accelerating the read rhythm to match the expected user flow.
The Brain-Quietness Protocol
In addition to latency control, visual hierarchy actively blocks peripheral cognitive drain.
- Focus Dimming: While the active Orchestrator stream returns payload strings, sidebars and extraneous navigational components are programmatically desaturated and dropped via DOM-only mutation (
data-calmattributes). - Absolute Neutrality: Hover interactions across the operating environment are governed by strict token sets. Colored interactive states are prohibited for non-primary actions, relying exclusively on neutral background mutations (e.g., zinc/grayscale adjustments).