All Experiments

10 experiments — fork them, try them, break them, learn from them

    +-------------------------------------------------+
    |   CODE MODE: THE ZUHANDENHEIT EXPERIMENT        |
    |                                                 |
    |   Tool Calling          Code Mode               |
    |   (Vorhandenheit)       (Zuhandenheit)          |
    |                                                 |
    |   <invoke...>           const x = await ...     |
    |     Attention           Attention               |
    |     ↓                   ↓                       |
    |   [THE TOOL]            [THE TASK]              |
    |                                                 |
    |   Where does your attention go?                 |
    +-------------------------------------------------+

Code Mode: The Zuhandenheit Experiment

research
research
Runnable
    +-------------------------------------------------+
    |   SUBTRACTIVE FORM DESIGN                       |
    |                                                 |
    |   Before                  After                 |
    |                                                 |
    |   [Field] ───────►       (Hidden)               |
    |   "leave blank"           Nothing               |
    |                                                 |
    |   68% error rate          0% error rate         |
    |                                                 |
    |   Absence is clearer than instruction           |
    +-------------------------------------------------+

Subtractive Form Design: When Absence Is Clearer Than Instruction

practice
practice
Runnable
    +-------------------------------------------------+
    |   HERMENEUTIC DEBUGGING                         |
    |                                                 |
    |   Attempt ──► Fail ──► Observe ──► Revise       |
    |      │                               │          |
    |      └───────────────────────────────┘          |
    |                                                 |
    |   Each failure reveals a hidden assumption.     |
    |                                                 |
    |   Understanding emerges through iteration.      |
    +-------------------------------------------------+

Hermeneutic Debugging: The Circle of Understanding

methodology
methodology
Runnable
    +-------------------------------------------------+
    |   THRESHOLD DWELLING                            |
    |                                                 |
    |   OUTER ──► SERVICE ──► PUBLIC                  |
    |                           │                     |
    |                           ▼                     |
    |              OPEN ◄──── PRIVATE                 |
    |                                                 |
    |   Philosophy implicit in structure.             |
    +-------------------------------------------------+

Threshold Dwelling: Miesian Floor Plan Visualization

practice
practice
    +-------------------------------------------------+
    |   INTEGRATION PRAXIS                            |
    |                                                 |
    |   [Code] ──► [Run] ──► [Reflect] ──► [Reveal]   |
    |                                                 |
    |   DRY         Rams        Heidegger             |
    |   Unify       Remove      Reconnect             |
    |                                                 |
    |   Understanding through practice.               |
    +-------------------------------------------------+

Integration Praxis: Learning Through Practice

practice
practice
Runnable
    +-------------------------------------------------+
    |   WORKWAY SDK CANON AUDIT                       |
    |                                                 |
    |   Pre-understanding ────────► Emergent          |
    |   (README)                    (Implementation)  |
    |                                                 |
    |   The circle closes:                            |
    |   Practice reveals what theory cannot.          |
    +-------------------------------------------------+

WORKWAY SDK: The Hermeneutic Circle in Practice

canon
canon
    +-------------------------------------------------+
    |   MINIMAL CAPTURE                               |
    |                                                 |
    |   [QR] ──► [Form] ──► [D1] ──► [Admin]          |
    |                                                 |
    |   Built for another,                            |
    |   absorbed the canon.                           |
    |                                                 |
    |   The ethos propagates                          |
    |   beyond the boundary.                          |
    +-------------------------------------------------+

Minimal Capture: The Canon's Reach

practice
practice
Runnable
    +-------------------------------------------------+
    |   MOTION ONTOLOGY                               |
    |                                                 |
    |   Zuhandenheit        Vorhandenheit             |
    |   (ready-to-hand)     (present-at-hand)         |
    |                                                 |
    |      [hover]              [inspect]             |
    |        |                      |                 |
    |        v                      v                 |
    |   Transparent           Analyzed                |
    |   engagement            breakdown               |
    |                                                 |
    |   The being of animation revealed               |
    +-------------------------------------------------+

Motion Ontology: Phenomenological Animation Analysis

research
research
Runnable
╔════════════════════════════════════════╗
║  NOTION API 2025-09-03 MIGRATION      ║
║  ────────────────────────────────────  ║
║  database_id → data_source_id          ║
║                                        ║
║  DIFFICULTY: Intermediate              ║
║  LESSONS: 3 | TIME: ~20 minutes        ║
║  DEADLINE: September 3, 2025           ║
╚════════════════════════════════════════╝

Notion API 2025-09-03 Migration: database_id → data_source_id

api-migration
api-migration
Runnable
    ╔══════════════════════════════════════╗
    ║         CLOUDFLARE WORKERS           ║
    ║              KV STORAGE              ║
    ╠══════════════════════════════════════╣
    ║                                      ║
    ║    ┌─────────┐     ┌─────────┐     ║
    ║    │  KEY 1  │ ──▶ │ VALUE 1 │     ║
    ║    └─────────┘     └─────────┘     ║
    ║                                      ║
    ║    ┌─────────┐     ┌─────────┐     ║
    ║    │  KEY 2  │ ──▶ │ VALUE 2 │     ║
    ║    └─────────┘     └─────────┘     ║
    ║                                      ║
    ║    ┌─────────┐     ┌─────────┐     ║
    ║    │  KEY 3  │ ──▶ │ VALUE 3 │     ║
    ║    └─────────┘     └─────────┘     ║
    ║                                      ║
    ║         GLOBAL • LOW LATENCY        ║
    ╚══════════════════════════════════════╝

Cloudflare Workers KV Quick Start

infrastructure
infrastructure
Runnable