Skip to main content

The Core Philosophy

The Work-Wiki system exists for one fundamental purpose:
This is NOT about:
  • Measuring AI contribution percentages
  • Authorship/Copyright attribution
  • Agent-level statistics breakdown
  • “Who wrote this line?”
This IS about:
  • Making AI work visible to humans
  • Presenting information in understandable form
  • Enabling efficient human response and direction
  • Creating the possibility of Human ◈ AI unity

The Three Elements

In three words: Transparency → Visualization → Feedback

Relationship to Monokinetics

System Architecture

The Work-Wiki system spans three distinct layers:

Data Flow

The Four-Tier Color System

Work-Wiki uses a consistent 4-tier color coding system across all visualization components:

Three Visualization Components

Key Technical Patterns

Two-Phase Rendering

All viewers use a non-blocking two-phase rendering pattern:
Benefits:
  • Core view appears in < 100ms
  • AI attribution loads async
  • No blocking on Work-Wiki data
  • Graceful degradation if Work-Wiki unavailable

Map-Based O(1) Caching

All viewers use Map-based caching for O(1) lookups:

THE CENTER

Key Architectural Principles

  • Non-blocking UI: Two-phase rendering
  • O(1) lookups: Map-based caching
  • Consistent UX: 4-tier color system
  • Unique identification: hunkMeta coordinates
  • Graceful degradation: Async AI attribution
  • Extensible schema: V2 migration pattern