The Journal

Essays

Long-form writing on AI, philosophy, psychology, and systems thinking.

  • · 5 min read ·Process

    The Invisible Tax of Context Switching

    Context switching costs 23 minutes of recovery per interruption, yet organizations design workflows requiring 40+ daily transitions. The invisible tax is not the switch itself but the cumulative degradation of judgment across every transition.

  • · 4 min read ·Data

    Goodhart’s Law and the Weaponization of KPIs

    Goodhart's Law states that when a measure becomes a target, it ceases to be a good measure. After managing 30+ metrics across 1,000+ programs, the metrics with highest organizational visibility were consistently least representative of actual health.

  • · 4 min read ·Architecture

    Conway’s Law as Applied Psychology

    Conway's Law states that systems mirror organizational communication structures. In practice, this mirroring operates as applied psychology: technical architecture reveals trust patterns, power hierarchies, and unresolved conflicts of the building team.

  • · 4 min read ·AI Systems

    Hallucination Is Not a Bug

    Language model hallucination is treated as a defect, but it is a fundamental property of probabilistic text generation. Models will always produce confident, occasionally fictional outputs because the mechanism enabling utility is the same one producing errors.

  • · 4 min read ·Philosophy

    Constraint as a Teacher in Software Design

    The most reliable architectures emerge not from unlimited choice but from deliberate limitation. Constraints function as teachers by forcing decisions that unconstrained environments allow engineers to indefinitely defer.

  • · 4 min read ·Architecture

    Why Every Database Migration Is a Rewrite

    Database migrations are marketed as reversible schema changes, but every migration of sufficient complexity becomes a rewrite. After migrating 15,000 records across 47 tables, 34% of the effort was reconciling business logic encoded in the schema itself.

  • · 5 min read ·Data

    The Myth of the Clean Dataset

    After processing 36,791 SEC filings, 23% contained structural anomalies that would have corrupted any downstream analysis. The myth of the clean dataset persists because most practitioners encounter data only after someone else has already cleaned it.

  • · 5 min read ·Philosophy

    The Psychological Architecture of Burnout

    Burnout is not a failure of individual resilience but a structural consequence of environments designed to extract maximum output while eroding meaningful engagement. Understanding this architecture requires examining cognitive load, moral injury, and the slow dissolution of agency.

  • · 4 min read ·AI Systems

    Token Budgets and the Illusion of Infinite Context

    Large language models operate within fixed context windows, yet most implementations treat these boundaries as infinite. In production systems, retrieval accuracy drops from 89% to below 40% when context exceeds 60% of the stated window.

  • · 11 min read ·Philosophy

    On Finite Tokens and Infinite Tasks

    Working under a hard token budget teaches something that soft constraints never do: intention is not a metaphor. It is an actual, depletable, allocatable resource — and every moment of undirected attention is a moment of waste the budget will not forgive.