The Sound-Space-Time Framework

Three orthogonal dimensions for intelligence architecture.

Intelligence systems naturally align with physical dimensions when guided by natural metaphors. Through the implementation of three production systems—ChirpIQX (sound), PerchIQX (space), and WakeIQX (time)—we demonstrate that this dimensional framework emerges intuitively when design follows semantic intent principles.

Sound: Communication & Urgency

Physical Basis

  • Acoustic waves propagating through a medium
  • Measured in frequency (Hz), amplitude, wavelength
  • Time-dependent, requires medium for transmission
  • Information paradigm: Signal transmission and communication

Natural Behavior: Chirping

Cormorants use distinctive calls for:

  • Communication within flocks
  • Territorial warnings
  • Coordinated hunting signals
  • Urgency signaling

Scoring Methodology: Additive Formula

Why Additive?

Sound waves combine through superposition (linear addition). Multiple signals coexist without canceling. Partial scores remain meaningful.

Score = (Factor1 × Weight1) + (Factor2 × Weight2) + (Factor3 × Weight3) - (Risk × WeightRisk)

Example: ChirpIQX

BreakoutScore = (Recent × 40%) + (Projected × 30%) + (Opportunity × 20%) - (Risk × 10%)

Player: Jake Guentzel
├─ Recent (40%): 8.5 × 0.40 = 3.40 (12 pts in 7 games)
├─ Projected (30%): 7.2 × 0.30 = 2.16 (favorable schedule)
├─ Opportunity (20%): 9.0 × 0.20 = 1.80 (top-line, PP1)
└─ Risk (-10%): 3.5 × 0.10 = -0.35 (injury concern)
                          ------
Breakout Score: 7.01 → STRONG_PICKUP

Observable Anchoring

ChirpIQX measures only observable properties:

  • Points in last 7 games (measurable)
  • Schedule difficulty (calculable from stats)
  • Ice time and deployment (tracked data)
  • "Clutch factor" (not observable)
  • "Will be traded" (speculation)

Design Principle: No speculation beyond measurement.

Space: Structure & Relationships

Physical Basis

  • Three-dimensional Cartesian coordinates (x, y, z)
  • Measured in distance, angle, orientation
  • Static at a given moment
  • Information paradigm: Structure and organization

Natural Behavior: Perching

Cormorants perch on elevated positions to:

  • Observe wide areas from spatial advantage
  • Map relationships and scan environment
  • Return to same positions (spatial consistency)
  • Make strategic positioning decisions

Scoring Methodology: Multiplicative Formula

Why Multiplicative?

Spatial position requires all three coordinates (X, Y, Z). Missing any dimension collapses to lower-dimensional space. Zero in any factor → priority collapses completely.

ICE Score = (Insight × Context × Execution) / 100

Example: PerchIQX

Finding A: Missing index on logs table (dev, 1K rows)
├─ Insight (I): 3/10 (Low semantic importance)
├─ Context (C): 3/10 (Dev environment, low traffic)
└─ Execution (E): 9/10 (Simple CREATE INDEX, no risk)
ICE Score = (3 × 3 × 9) / 100 = 0.81 → LOW priority
Finding B: Missing primary key on users (production, 10M rows)
├─ Insight (I): 9/10 (Critical business entity)
├─ Context (C): 10/10 (Production + volume + traffic)
└─ Execution (E): 5/10 (Requires downtime, validation)
ICE Score = (9 × 10 × 5) / 100 = 4.50 → HIGH priority

Key Insight: Finding A has higher execution score but lower overall priority because context and insight dimensions are weak. This is spatial reasoning—you need all three axes.

Observable Anchoring

PerchIQX measures only observable structures:

  • Foreign key relationships (schema metadata)
  • Table cardinalities (row counts)
  • Index presence (information_schema)
  • "Correct design" (normative judgment)
  • "Developer intent" (speculation)

Design Principle: Structure exists. Intent does not (until documented).

Time: Memory & Continuity

Physical Basis

  • Unidirectional temporal flow
  • Measured in duration, sequence, causality
  • Irreversible, creates history
  • Information paradigm: Memory and continuity

Natural Behavior: Wake Trails

Cormorants leave visible wakes as they swim:

  • Trails persist after the bird passes
  • Reveal historical path taken
  • Ripples inform surrounding environment
  • Gradually fade but influence currents

Scoring Methodology: Exponential Decay

Why Exponential?

Information relevance decays continuously over time. Recent context has higher weight (recency bias). Reflects natural entropy and information degradation.

Relevance = BaseRelevance × e^(-age/halfLife) × AccessBoost

Example: WakeIQX

Context: "OAuth2 implementation decision"
         (created 30 days ago, accessed 1 hour ago)

├─ Base Relevance: 1.0 (architectural decision = high)
├─ Temporal Decay: 0.29 (e^(-30/24) - old but persistent)
└─ Access Boost: 0.92 (e^(-1/12) - recently accessed)

Relevance = 1.0 × 0.29 × 0.92 = 0.27 → MODERATE relevance

Key Insight: WakeIQX uses continuous time functions (exponentials), not discrete scores. This reflects temporal physics.

Observable Anchoring

WakeIQX records only observable events:

  • Action timestamps (measurable)
  • File modifications (tracked)
  • Decision records (logged)
  • "User will want this" (prediction)
  • "Inevitable outcome" (speculation)

Design Principle: The wake shows where you've been, not where you're going.

Cross-Dimensional Comparison

PropertySound (ChirpIQX)Space (PerchIQX)Time (WakeIQX)
ScoringAdditiveMultiplicativeExponential
SpeedFast (real-time)MethodicalContinuous
ReversibilityNo (dissipates)Yes (can return)No (entropy)
MetaphorChirpingPerchingWake trail
User Need"What's urgent?""What's the structure?""What's the context?"

Pattern Emergence

These three systems were not designed as a trilogy. Each emerged independently:

  1. WakeIQX (Jul 2025) → Built for context management
  2. PerchIQX (Aug 2025) → Built for database schemas
  3. ChirpIQX (Sep 2025) → Built for fantasy hockey

Only after implementation did the dimensional pattern become apparent. This emergent discoveryvalidates the framework—patterns were found, not forced.