Skip to main content

THE CENTER

Why Color Matters in Human-AI Collaboration

In Human-AI collaboration, humans drown in a sea of text strings. COLOR is the primary rescue tool. Core-Flow is a system that expresses information flow through color. The question we must answer:
“How does this color help humans perceive the flow of information?”

Complete Gestalt to Monolex Mapping


1. Figure/Ground: The Foundation

Gestalt Definition: The fundamental principle that perception separates a scene into foreground (figure) and background (ground).

Core/Flow as Figure/Ground

Mapping:

2. Similarity: Frame Drag

Gestalt Definition

Law of Similarity: Elements that share visual characteristics (especially color) are perceived as grouped.
“Color is a strong similarity characteristic that can unite elements of varying types.” — Nielsen Norman Group

Physics Metaphor: Frame Drag (Lense-Thirring Effect)

In gravitational physics, Frame Drag is the phenomenon where a rotating massive body “drags” surrounding spacetime:

Implementation

Why Frame Drag = Similarity

Visual Demonstration


3. Common Fate: Einstein Arc

Gestalt Definition

Law of Common Fate: Elements that move in the same direction are perceived as belonging together.
“Elements that move in the same direction and at the same rate are perceived as belonging together as a group.” — Interaction Design Foundation
“If all else is equal, items that undergo the same change will be perceptually grouped together.” — Scholarpedia

Physics Metaphor: Einstein Arc

In gravitational lensing, Einstein Arc is the phenomenon where light bends around a massive object:

Implementation

Why Einstein Arc = Common Fate


4. Proximity: Hue Inheritance

Gestalt Definition

Law of Proximity: Elements close together are perceived as grouped.
“Proximity is so powerful that it overrides similarity of color, shape, and other factors.” — Nielsen Norman Group

Implementation (Frame Drag via blend_hue)

The blend_hue function brings one hue “closer” to another by a ratio. Each UI element has a configured proximity level to the Core hue, determining how strongly it inherits the tint color.

Why Hue Inheritance = Proximity

Visual Demonstration


5. Continuity: Caustic Region (OkLab Gradient)

Law of Continuity: Elements arranged on a line or curve are perceived as related.
The Caustic region creates continuous path through color space - Gestalt Continuity.

6. Pragnanz: Lensed Colors

Law of Pragnanz (Good Form): Perception tends toward the simplest, most stable form.
The hybrid algorithm produces the simplest stable result - Gestalt Pragnanz.

Evidence Citations

Web Sources: Gestalt Similarity

Web Sources: Gestalt Common Fate

Web Sources: Gestalt Proximity


Summary: Gestalt-Physics-Implementation Mapping


Gravity Lensing Deep Dive

Frame Drag, Einstein Arc, and the physics of color transformation