Category: Concept

  • Cyberdeck Build — RISC-V + E-Paper Bill of Materials

    A portable, clamshell cyberdeck built around an open-ISA RISC-V core and a paper-like (e-ink) display — the closest real-world echo of Gibson’s “neural slab”: low-power, readable in daylight, no glare, silent. Parts are chosen to be actually purchasable today, with a 3D-printable case.

    Design intent: A distraction-free, off-grid, daylight-readable writerdeck/field terminal — not a gaming laptop. E-ink is slow to refresh, so this is a text/code/notes machine, which fits the “console cowboy” minimal-HMI aesthetic better than a color LCD anyway.


    Bill of materials

    #PartRoleExample productPrice (USD)Notes
    1RISC-V SoC boardCompute coreStarFive VisionFive 2 (JH7110, quad U74 @1.5 GHz, up to 8 GB LPDDR4)~$70–90 (4 GB); ~$100–120 (8 GB)Best-supported RISC-V SBC. Has 40-pin GPIO, HDMI, MIPI-DSI, USB 3.0, M.2 NVMe, gigabit Ethernet, Wi-Fi (with module). Boots Debian/Fedora/Ubuntu RISC-V. Pi-shaped, so most Pi HATs and cases physically fit.
    1bAlt computeSmaller/lower-powerMilk-V Mars (same JH7110, Pi-form-factor) or Milk-V Duo S (ultra-low-power, microcontroller-class)~$50–80Mars = same chip, more Pi-compatible GPIO; Duo S = tiny, for a truly minimal slab.
    2E-paper display (EPD)Display — “liquid paper”Waveshare 5.83″ E-Paper HAT (648×480, B/W, SPI)~$30–40Reflective, daylight-readable, near-180° viewing angle, ~1–2 s full refresh. SPI attaches to the 40-pin GPIO. Pair with the Waveshare driver HAT for plug-and-play.
    2bAlt displayLarger panelWaveshare 7.5″ E-Paper HAT (800×480, B/W or B/W/Red, SPI)~$40–55Bigger reading area; same SPI interface. (G) variant adds red/yellow accent. Choose for writerdeck vs. compact.
    2cFast-refresh altIf you need motionWaveshare 7.5″ E-Paper Display with partial-refresh support, or a low-power transflective LCD~$50–80Full-color e-ink with fast refresh is still slow; use only if you need a cursor that moves smoothly.
    3Keyboard / keypadHMI inputCorne CRKBD (split ortho 40%, QMK, hand-wired or PCB kit) or Planck EZ / OLKB Planck~$50–90 kit; ~$120 prebuiltOrtholinear grid packs cleanly into a rectangular clamshell; QMK layers give you arrows/numbers without a number row. This is the community-favorite cyberdeck keyboard.
    3bAlt keypadBuilt-in pointingThinkPad-style keyboard with trackpoint (salvaged USB unit) or Rii K12+ (wireless mini KB + trackpad)~$25–45If you need a pointer without a separate mouse. Trackpoint = compact; Rii = cheap and self-contained.
    3cUltra-mini altThumb typingSolder Party BBQ20K (Blackberry-style thumb keyboard)~$25–35For a pocket/very-small slab.
    4BatteryPowerWaveshare UPS HAT (B) — 5V/5A, dual 18650 Li-ion, pogo-pin connector, Pi-compatible 40-pin~$30 (no cells)Clips onto the 40-pin GPIO; provides regulated 5V, charge + output simultaneously, overcharge/over-discharge protection. Two 18650 cells (~2600 mAh each ≈ 5200 mAh) give roughly 2–4 h runtime.
    4bCellsEnergy storage18650 Li-ion, 2600–3500 mAh, protected~$10–20 totalUse name-brand (Samsung, Sony, Panasonic). The VisionFive 2 idles ~1–2 W, peaks ~5 W under load; e-ink draws almost nothing when static.
    4cHigh-capacity altLonger runtimeUSB-C PD power bank, 10000–20000 mAh, 5V/3A out~$25–40Simpler (no HAT) but no auto-shutdown/protection; fine if you treat it as an external pack.
    5HingeClamshell pivotTorque/friction hinge — buy or print. Options: (a) GoPro-style mount hinge (3D-printed, strong, universal); (b) metal torque hinge (e.g. Southco/Sugatsune laptop-style friction hinge, ~$8–15); (c) printed nylon-on-nylon friction sleeve over an M2/M3 bolt with spring washers~$5–15Printed plastic-only hinges wear out — use a metal friction hinge or a printed mechanism with a nylon sleeve + spring washers for durability. Must hold the e-paper panel at any angle.
    6CaseEnclosure3D-printed clamshell (STL from community or custom) — e.g. Jay Doscher’s Recovery Kit STLs (jaydosacher.com), ALX/Nearphuture deck, or a custom OpenSCAD/Fusion design sized to your panel + keyboardFilament ~$15–30Print in PETG/ABS/ASA for strength and heat resistance; PLA is OK for a prototype but warps in a hot car. Print the hinge bosses to take metal inserts. Vent the SoC area.
    6bReady-made altSkip the printPelican/Pelican-style 1150/1200 hard case (used as the base, panel hinged into the lid)~$30–50The canonical cyberdeck enclosure; rugged, waterproof, easy to mount into.

    Estimated total

    TierBuildApprox. cost
    BudgetVisionFive 2 (4 GB) + 5.83″ EPD + Corne kit + UPS HAT (no cells) + 2× 18650 + printed case + printed hinge~$220–270
    BalancedVisionFive 2 (8 GB) + 7.5″ EPD + prebuilt Corne + UPS HAT + cells + Pelican case + metal torque hinge~$330–400
    Minimal slabMilk-V Duo S + 5.83″ EPD + BBQ20K thumb KB + USB-C PD power bank + printed case~$140–180

    Integration notes

    SoC ↔ Display: The e-paper HAT uses SPI on the 40-pin GPIO header. The VisionFive 2 exposes SPI on its 40-pin header (Pi-compatible). Use Waveshare’s epd driver library; enable spi0 in the device tree. Refresh is partial (fast, ~0.3 s for text deltas) or full (~1–2 s, clears ghosting). Drive a console framebuffer (epd-fb) or a minimal Wayland/TUI app — not a full DE, which will feel sluggish on e-ink.

    SoC ↔ Keyboard: USB (the Corne is USB-C). Map QMK layers for arrows, function keys, and a “deck mode” key. If you want the keyboard to be the only input, give one layer a mouse-key mode (QMK supports this) — no trackpad needed.

    Power path: UPS HAT sits on the 40-pin header between the SBC and the cells. It supplies regulated 5V and reports battery level over I²C (sysfs). Configure the SBC to auto-shutdown on low battery via the UPS HAT’s GPIO interrupt. Charge via the HAT’s USB-C input while running.

    Hinge mounting: Mount the e-paper panel to the lid half, the keyboard + SBC + battery to the base half. Route the SPI ribbon through the hinge (a short flexible FFC or a slack wire bundle with strain relief). Keep the hinge torque high enough to hold the panel but low enough to flip with one hand — ~1.5–3 Nm typical for a small panel.

    Thermals: The JH7110 needs a small passive heatsink (or the starter-kit fan) under load; e-ink and the keyboard are passive. Vent the base; the battery HAT generates a little heat while charging.

    Network: VisionFive 2 has gigabit Ethernet + Wi-Fi (with the optional module). For an off-grid writerdeck you may disable Wi-Fi entirely — true to the “neural slab, no distractions” ethos.


    How this maps to the source dimensions

    DimensionThis build
    SoCRISC-V (open ISA) — JH7110, quad U74. Philosophically the “open” choice, closer to the hacker ethos than a closed ARM/x86 chip.
    HMIOrtholinear mechanical keypad (Corne) — a real, tactile interface, not a neural one. The honest real-world substitute for Gibson’s dermatrodes.
    DisplayE-paper — reflective, no backlight, daylight-readable. The closest material analogue to “a surface that shows text” without the glare of an LCD. Slow refresh forces a text-first use case.
    Case3D-printed clamshell or Pelican hard case — the maker’s enclosure, individual and modifiable.
    Power18650 UPS HAT — internal, swappable, field-serviceable cells.
    NetworkOptional Wi-Fi/Ethernet; can be disabled for a focused, off-grid “deck.”
    Aesthetic formMinimal slab + grid keypad + paper screen — restrained, functional, near-monochrome. Closer to Gibson’s underspecified minimalism than to the maximalist Alien-terminal look.
    FunctionPortable Linux terminal for text, code, notes, low-bandwidth work.
    Use caseDistraction-free writerdeck / field terminal / open-ISA learning machine.

    Prices are approximate 2026 retail and fluctuate; verify at vendors such as Waveshare, PiShop US, Amazon, DigiKey/Mouser (for hinges and cells), and the keyboard’s respective store.

  • Cyberdeck — Definition, Source & Taxonomy

    Working definition

    A cyberdeck (short for cyberspace deck) is a personal, portable computing rig used to enter cyberspace. The term originates in William Gibson’s 1984 novel Neuromancer and has since spawned three distinct but related meanings:

    1. The Source — the literary device as Gibson actually wrote it.
    2. Media tropes — how the concept was codified, elaborated, and visualized across Cyberpunk, Shadowrun, the Alien franchise, and other cyberpunk media.
    3. Actual builds — real-world machines, both commercial products and hobbyist constructions, that emulate the concept.

    These three are not the same object. They differ in form, function, and use case. Conflating them is the most common error in “what is a cyberdeck” discussions.


    1. The Source — Gibson’s Neuromancer (1984)

    In Neuromancer, Case’s deck is an Ono-Sendai Cyberspace VII, a “matrix simulator.” Gibson deliberately leaves it underspecified, but the consistent textual details are:

    • Neural interface, not a screen/keyboard box. The deck’s primary I/O is a terry cloth sweatband fitted with flat Sendai dermatrodes (electrodes) worn across the forehead. Case “settled the black terry sweatband across his forehead, careful not to disturb the flat Sendai dermatrodes.”
    • A “stud with the ridges on it” serves as the power switch: “Found the ridged face of the power stud and jacked into a custom cyberspace deck that projected his disembodied consciousness into the consensual hallucination that was the matrix.”
    • Green and red LEDs on the face.
    • Lap-sized, carried by hand. Case “stared at the deck on his lap” and “carried the Ono-Sendai to one of the new work tables.”
    • A visualization/translation unit, paired with a separate computer. The Ono-Sendai renders the matrix; a Hosaka box handles processing and data transfer. The two are used together: “He wiped his forehead with a towel, took a quick sip of water from the bicycle bottle beside the Hosaka, and checked the map of the library displayed on the screen.”
    • Deck is a generic term for an I/O peripheral: the text also names “simstim deck,” “matrix deck” (obsolete military), and “navigation deck.”
    • Decks are simplified simstim units — “the trodes he used and the little plastic tiara dangling from a simstim deck were basically the same.” The interface is direct neural stimulation that drowns out external sensation.
    • Cyberspace itself is “a consensual hallucination experienced daily by billions of legitimate operators… A graphic representation of data abstracted from the banks of every computer in the human system.” The deck is the doorway, not the destination.

    Key insight: Gibson’s deck is closer to a neural-interface terminal than a portable laptop. There is no keyboard in the canonical description, no screen the user looks at while jacked in (the Sony monitor is for checking data between runs). The “console cowboy” operates bodiless, by thought. This is the detail most modern reinterpretations discard.


    2. Media Tropes — How the concept was codified

    Successive media re-encoded the deck as a more tangible, visualizable object — usually adding screen + keyboard and shrinking the neural element.

    Cyberpunk TTRPG & Cyberpunk 2077 (CDPR):

    • A cyberdeck (aka cybermodem) is “about the size of a paperback book, made of plastic, weighs about half a kilogram.”
    • Portable Decks have internal rechargeable power cells lasting ~4 hours.
    • Netrunners require Interface Plugs and a Neural Link (cyberware) to operate one.
    • Post-DataKrash, the Net fractured into closed NET Architectures a netrunner must physically approach — making the deck a proximity tool, not a global gateway.
    • Game mechanics: decks accept quickhacks, have slots, ratings, and rarity tiers — turning the literary device into a stat-bearing equipment slot.

    Shadowrun (FASA / Catalyst):

    • Cyberdeck + decker terminology (echoing Gibson). The matrix is accessed via ASIST (direct neural interface) and datajack.
    • Decks are modular: MPCP processor, programs (attack/defense/utility), and hardware slots. Again, a gameable object with stats.

    Alien franchise (Ridley Scott et al.):

    • The Nostromo terminals and MOTHER mainframe set the visual vocabulary: chunky industrial chassis, CRT/amber phosphor readouts, mechanical keys, exposed cabling, “used future” aesthetic. No neural interface — these are screen+keyboard workstations. This look is what most hobbyist “cyberpunk aesthetic” builds actually mimic.

    Tropification effect: across media the deck drifted from neural doorway (Gibson) to stat-bearing portable hacker computer with a screen (TTRPGs/games) to industrial retro-terminal (Alien). Each layer added visual specificity Gibson intentionally omitted.


    3. Actual Builds — Real-world machines

    Real cyberdecks are physical computers, built to evoke the source/trope. They split into commercial products and hobbyist builds.

    Commercial products

    • ClockworkPi uConsole — modular handheld: QWERTY keyboard, 5″ 1280×720 IPS, integrated battery, slot for Raspberry Pi Compute Module 4/5 or other SBCs. ~$220–280. The closest thing to an “off-the-shelf cyberdeck.”
    • ClockworkPi DevTerm — wider “portable terminal” form factor, chunky, with a trackball and expansion bays; explicitly retro-futuristic.
    • Raspberry Pi 400 — keyboard-form-factor SBC; a low-effort “deck” when paired with a portable monitor.
    • Framework mainboard kits — repurposed laptop motherboards (the Framedeck lineage) for x86-class portable builds.
    • Mini PCs with touchscreen — higher performance, but mains-dependent.
    • Kali NetHunter on a phone — a software-only “deck” approach, often unstable.

    Hobbyist builds

    • Pelican-case decks — the canonical build (Jay Doscher’s Raspberry Pi Recovery Kit): rugged hard case, milled aluminum face plate, 7″ display, mechanical keyboard, Ethernet switch.
    • Repurposed-object decks — Altoids tins, lunchboxes, briefcases, mint tins, old pocket computers, wooden boxes — “hide computing in ordinary things.”
    • Wearables & body-mounted — strap-mounted rigs, visor-integrated builds.
    • Writerdecks — purpose-stripped for distraction-free writing (e.g. Freewrite-style, often e-ink).
    • Pen-test / cybersecurity decks — running Kali, paired with SDRs, NFC, Wi-Fi pineapple radios.
    • RF / SDR / satellite decks — receive weather satellites, radio surveillance, off-grid data.
    • “Data ark” / off-grid decks — knowledge preservation for post-disaster or remote scenarios.
    • Pure aesthetic / prop replicas — built to look like a Neuromancer deck or an Alien terminal; function secondary.

    Component-dimensional comparison

    The three strata compared across the dimensions that define a build: SoC (compute), HMI (human-machine interface), Network, Display, Case, Power, plus aesthetic form, function, and use case.

    DimensionSource (Neuromancer)Media tropesActual builds (real)
    SoC / ComputeOno-Sendai = visualization unit; Hosaka = separate processing box. Compute is split, not monolithic.Single integrated deck unit with onboard processor + program slots (gameable stats).Single-board computer (Raspberry Pi), laptop motherboard (Framework), or compute module (uConsole). Integrated.
    HMIDermatrodes (forehead electrodes) — direct neural I/O. No keyboard. A ridged power stud. LED indicators only.Datajack / neural link + (in games) abstracted controls; in Alien, mechanical keyboard + chunky switches.Mechanical keyboards, trackballs, touchscreens, gamepad controls. Neural interface is absent or simulated.
    NetworkJacks into the global matrix — a single consensual hallucination spanning “every computer in the human system.”Global matrix (CP/Shadowrun) → fragmented NET Architectures post-DataKrash (CP2077).Wi-Fi, Ethernet, SDR, satellite, LoRa, mesh. Bounded by real physics, not fiction.
    DisplayNone during use — the user’s eyes are closed; cyberspace is seen in the mind. A Sony monitor is used only between runs to check data.Often a small CRT/amber screen, holographic readout, or HUD; visualized for the audience.LCD panels (3.5″–10″), e-ink, OLED, round displays, goggles/visor combos.
    CaseLap-sized slab, plastic, with LEDs. Intentionally vague.Paperback-sized plastic box (CP2077), industrial terminal chassis (Alien).Pelican hard cases, 3D-printed shells, Altoids tins, briefcases, lunchboxes, repurposed objects.
    PowerImplied mains/bench use; laptop-grade portability implied by lap placement.Internal rechargeable cells, ~4 h runtime (CP2077).Li-ion battery banks, USB-PD, solar, mains-dependent mini PCs.
    Aesthetic formMinimal, neural, almost meditative — a slab + a sweatband. Anti-visual. Gibson resists depicting it.Maximalist industrial — chunky, lit, mechanical, “used future.” Built to be seen on screen/page.Retro-futuristic maker aesthetic — exposed hardware, mechanical keys, neon, repurposed enclosures.
    FunctionProject disembodied consciousness into the matrix; navigate data by thought.Gameable hacker tool: breach ICE, run quickhacks, steal data, fight in cyberspace.Real portable Linux workstation: coding, pentesting, writing, RF work, art, self-expression.
    Use caseConsole cowboy’s livelihood and addiction — “the body was meat.” Bodiless exultation.Heist narrative device; combat in cyberspace; a character class’s signature equipment.Secondary/specialized machine — pentesting rig, writerdeck, off-grid knowledge store, cosplay prop, art piece.

    Taxonomy

    mindmap
      root((Cyberdeck))
        Source (Gibson 1984)
          Ono-Sendai Cyberspace VII
            Dermatrodes (neural I/O)
            Ridged power stud
            Green/red LEDs
          Paired Hosaka (compute)
          Sony monitor (between-run)
          Simstim-deck lineage
        Media tropes
          Cyberpunk TTRPG / 2077
            Cybermodem, paperback-sized
            Internal battery, ~4h
            Quickhacks, rarity tiers
            NET Architectures (post-DataKrash)
          Shadowrun
            Deck + decker + ASIST
            MPCP, program slots
          Alien franchise
            Industrial terminal look
            CRT amber, mechanical keys
        Actual builds
          Commercial
            ClockworkPi uConsole
            DevTerm
            Raspberry Pi 400
            Framework mainboard kits
            Mini PC + touchscreen
            NetHunter (phone)
          Hobbyist
            Pelican hard-case
            Repurposed object (tin, box)
            Wearable / body-mounted
            Writerdeck
            Pen-test / cybersec
            RF / SDR / satellite
            Data-ark / off-grid
            Aesthetic / prop replica
        Build dimensions
          SoC (compute core)
          HMI (interface)
          Network
          Display
          Case
          Power
    Parse error on line 1:
    mindmap  root((Cybe
    ^
    Expecting 'NEWLINE', 'SPACE', 'GRAPH', got 'ALPHA'
    ```mermaid
    mindmap
      root((Cyberdeck))
        Source (Gibson 1984)
          Ono-Sendai Cyberspace VII
            Dermatrodes (neural I/O)
            Ridged power stud
            Green/red LEDs
          Paired Hosaka (compute)
          Sony monitor (between-run)
          Simstim-deck lineage
        Media tropes
          Cyberpunk TTRPG / 2077
            Cybermodem, paperback-sized
            Internal battery, ~4h
            Quickhacks, rarity tiers
            NET Architectures (post-DataKrash)
          Shadowrun
            Deck + decker + ASIST
            MPCP, program slots
          Alien franchise
            Industrial terminal look
            CRT amber, mechanical keys
        Actual builds
          Commercial
            ClockworkPi uConsole
            DevTerm
            Raspberry Pi 400
            Framework mainboard kits
            Mini PC + touchscreen
            NetHunter (phone)
          Hobbyist
            Pelican hard-case
            Repurposed object (tin, box)
            Wearable / body-mounted
            Writerdeck
            Pen-test / cybersec
            RF / SDR / satellite
            Data-ark / off-grid
            Aesthetic / prop replica
        Build dimensions
          SoC (compute core)
          HMI (interface)
          Network
          Display
          Case
          Power
    ```
    </pre><pre class="visualizeMermaid__error visualizeMermaid__error--hidden js-visualize-error">Parse error on line 1:
    ```mermaidmindmap 
    ^
    Expecting 'NEWLINE', 'SPACE', 'GRAPH', got 'PUNCTUATION'
    #mermaid-1788298690320{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#mermaid-1788298690320 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#mermaid-1788298690320 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#mermaid-1788298690320 .error-icon{fill:#a44141;}#mermaid-1788298690320 .error-text{fill:#ddd;stroke:#ddd;}#mermaid-1788298690320 .edge-thickness-normal{stroke-width:1px;}#mermaid-1788298690320 .edge-thickness-thick{stroke-width:3.5px;}#mermaid-1788298690320 .edge-pattern-solid{stroke-dasharray:0;}#mermaid-1788298690320 .edge-thickness-invisible{stroke-width:0;fill:none;}#mermaid-1788298690320 .edge-pattern-dashed{stroke-dasharray:3;}#mermaid-1788298690320 .edge-pattern-dotted{stroke-dasharray:2;}#mermaid-1788298690320 .marker{fill:lightgrey;stroke:lightgrey;}#mermaid-1788298690320 .marker.cross{stroke:lightgrey;}#mermaid-1788298690320 svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#mermaid-1788298690320 p{margin:0;}#mermaid-1788298690320 .edge{stroke-width:3;}#mermaid-1788298690320 .section--1 rect,#mermaid-1788298690320 .section--1 path,#mermaid-1788298690320 .section--1 circle,#mermaid-1788298690320 .section--1 polygon,#mermaid-1788298690320 .section--1 path{fill:#1f2020;}#mermaid-1788298690320 .section--1 text{fill:lightgrey;}#mermaid-1788298690320 .node-icon--1{font-size:40px;color:lightgrey;}#mermaid-1788298690320 .section-edge--1{stroke:#1f2020;}#mermaid-1788298690320 .edge-depth--1{stroke-width:17;}#mermaid-1788298690320 .section--1 line{stroke:#e0dfdf;stroke-width:3;}#mermaid-1788298690320 .disabled,#mermaid-1788298690320 .disabled circle,#mermaid-1788298690320 .disabled text{fill:lightgray;}#mermaid-1788298690320 .disabled text{fill:#efefef;}#mermaid-1788298690320 .section-0 rect,#mermaid-1788298690320 .section-0 path,#mermaid-1788298690320 .section-0 circle,#mermaid-1788298690320 .section-0 polygon,#mermaid-1788298690320 .section-0 path{fill:#0b0000;}#mermaid-1788298690320 .section-0 text{fill:lightgrey;}#mermaid-1788298690320 .node-icon-0{font-size:40px;color:lightgrey;}#mermaid-1788298690320 .section-edge-0{stroke:#0b0000;}#mermaid-1788298690320 .edge-depth-0{stroke-width:14;}#mermaid-1788298690320 .section-0 line{stroke:#f4ffff;stroke-width:3;}#mermaid-1788298690320 .disabled,#mermaid-1788298690320 .disabled circle,#mermaid-1788298690320 .disabled text{fill:lightgray;}#mermaid-1788298690320 .disabled text{fill:#efefef;}#mermaid-1788298690320 .section-1 rect,#mermaid-1788298690320 .section-1 path,#mermaid-1788298690320 .section-1 circle,#mermaid-1788298690320 .section-1 polygon,#mermaid-1788298690320 .section-1 path{fill:#4d1037;}#mermaid-1788298690320 .section-1 text{fill:lightgrey;}#mermaid-1788298690320 .node-icon-1{font-size:40px;color:lightgrey;}#mermaid-1788298690320 .section-edge-1{stroke:#4d1037;}#mermaid-1788298690320 .edge-depth-1{stroke-width:11;}#mermaid-1788298690320 .section-1 line{stroke:#b2efc8;stroke-width:3;}#mermaid-1788298690320 .disabled,#mermaid-1788298690320 .disabled circle,#mermaid-1788298690320 .disabled text{fill:lightgray;}#mermaid-1788298690320 .disabled text{fill:#efefef;}#mermaid-1788298690320 .section-2 rect,#mermaid-1788298690320 .section-2 path,#mermaid-1788298690320 .section-2 circle,#mermaid-1788298690320 .section-2 polygon,#mermaid-1788298690320 .section-2 path{fill:#3f5258;}#mermaid-1788298690320 .section-2 text{fill:lightgrey;}#mermaid-1788298690320 .node-icon-2{font-size:40px;color:lightgrey;}#mermaid-1788298690320 .section-edge-2{stroke:#3f5258;}#mermaid-1788298690320 .edge-depth-2{stroke-width:8;}#mermaid-1788298690320 .section-2 line{stroke:#c0ada7;stroke-width:3;}#mermaid-1788298690320 .disabled,#mermaid-1788298690320 .disabled circle,#mermaid-1788298690320 .disabled text{fill:lightgray;}#mermaid-1788298690320 .disabled text{fill:#efefef;}#mermaid-1788298690320 .section-3 rect,#mermaid-1788298690320 .section-3 path,#mermaid-1788298690320 .section-3 circle,#mermaid-1788298690320 .section-3 polygon,#mermaid-1788298690320 .section-3 path{fill:#4f2f1b;}#mermaid-1788298690320 .section-3 text{fill:lightgrey;}#mermaid-1788298690320 .node-icon-3{font-size:40px;color:lightgrey;}#mermaid-1788298690320 .section-edge-3{stroke:#4f2f1b;}#mermaid-1788298690320 .edge-depth-3{stroke-width:5;}#mermaid-1788298690320 .section-3 line{stroke:#b0d0e4;stroke-width:3;}#mermaid-1788298690320 .disabled,#mermaid-1788298690320 .disabled circle,#mermaid-1788298690320 .disabled text{fill:lightgray;}#mermaid-1788298690320 .disabled text{fill:#efefef;}#mermaid-1788298690320 .section-4 rect,#mermaid-1788298690320 .section-4 path,#mermaid-1788298690320 .section-4 circle,#mermaid-1788298690320 .section-4 polygon,#mermaid-1788298690320 .section-4 path{fill:#6e0a0a;}#mermaid-1788298690320 .section-4 text{fill:lightgrey;}#mermaid-1788298690320 .node-icon-4{font-size:40px;color:lightgrey;}#mermaid-1788298690320 .section-edge-4{stroke:#6e0a0a;}#mermaid-1788298690320 .edge-depth-4{stroke-width:2;}#mermaid-1788298690320 .section-4 line{stroke:#91f5f5;stroke-width:3;}#mermaid-1788298690320 .disabled,#mermaid-1788298690320 .disabled circle,#mermaid-1788298690320 .disabled text{fill:lightgray;}#mermaid-1788298690320 .disabled text{fill:#efefef;}#mermaid-1788298690320 .section-5 rect,#mermaid-1788298690320 .section-5 path,#mermaid-1788298690320 .section-5 circle,#mermaid-1788298690320 .section-5 polygon,#mermaid-1788298690320 .section-5 path{fill:#3b0048;}#mermaid-1788298690320 .section-5 text{fill:lightgrey;}#mermaid-1788298690320 .node-icon-5{font-size:40px;color:lightgrey;}#mermaid-1788298690320 .section-edge-5{stroke:#3b0048;}#mermaid-1788298690320 .edge-depth-5{stroke-width:-1;}#mermaid-1788298690320 .section-5 line{stroke:#c4ffb7;stroke-width:3;}#mermaid-1788298690320 .disabled,#mermaid-1788298690320 .disabled circle,#mermaid-1788298690320 .disabled text{fill:lightgray;}#mermaid-1788298690320 .disabled text{fill:#efefef;}#mermaid-1788298690320 .section-6 rect,#mermaid-1788298690320 .section-6 path,#mermaid-1788298690320 .section-6 circle,#mermaid-1788298690320 .section-6 polygon,#mermaid-1788298690320 .section-6 path{fill:#995a01;}#mermaid-1788298690320 .section-6 text{fill:lightgrey;}#mermaid-1788298690320 .node-icon-6{font-size:40px;color:lightgrey;}#mermaid-1788298690320 .section-edge-6{stroke:#995a01;}#mermaid-1788298690320 .edge-depth-6{stroke-width:-4;}#mermaid-1788298690320 .section-6 line{stroke:#66a5fe;stroke-width:3;}#mermaid-1788298690320 .disabled,#mermaid-1788298690320 .disabled circle,#mermaid-1788298690320 .disabled text{fill:lightgray;}#mermaid-1788298690320 .disabled text{fill:#efefef;}#mermaid-1788298690320 .section-7 rect,#mermaid-1788298690320 .section-7 path,#mermaid-1788298690320 .section-7 circle,#mermaid-1788298690320 .section-7 polygon,#mermaid-1788298690320 .section-7 path{fill:#154706;}#mermaid-1788298690320 .section-7 text{fill:lightgrey;}#mermaid-1788298690320 .node-icon-7{font-size:40px;color:lightgrey;}#mermaid-1788298690320 .section-edge-7{stroke:#154706;}#mermaid-1788298690320 .edge-depth-7{stroke-width:-7;}#mermaid-1788298690320 .section-7 line{stroke:#eab8f9;stroke-width:3;}#mermaid-1788298690320 .disabled,#mermaid-1788298690320 .disabled circle,#mermaid-1788298690320 .disabled text{fill:lightgray;}#mermaid-1788298690320 .disabled text{fill:#efefef;}#mermaid-1788298690320 .section-8 rect,#mermaid-1788298690320 .section-8 path,#mermaid-1788298690320 .section-8 circle,#mermaid-1788298690320 .section-8 polygon,#mermaid-1788298690320 .section-8 path{fill:#161722;}#mermaid-1788298690320 .section-8 text{fill:lightgrey;}#mermaid-1788298690320 .node-icon-8{font-size:40px;color:lightgrey;}#mermaid-1788298690320 .section-edge-8{stroke:#161722;}#mermaid-1788298690320 .edge-depth-8{stroke-width:-10;}#mermaid-1788298690320 .section-8 line{stroke:#e9e8dd;stroke-width:3;}#mermaid-1788298690320 .disabled,#mermaid-1788298690320 .disabled circle,#mermaid-1788298690320 .disabled text{fill:lightgray;}#mermaid-1788298690320 .disabled text{fill:#efefef;}#mermaid-1788298690320 .section-9 rect,#mermaid-1788298690320 .section-9 path,#mermaid-1788298690320 .section-9 circle,#mermaid-1788298690320 .section-9 polygon,#mermaid-1788298690320 .section-9 path{fill:#00296f;}#mermaid-1788298690320 .section-9 text{fill:lightgrey;}#mermaid-1788298690320 .node-icon-9{font-size:40px;color:lightgrey;}#mermaid-1788298690320 .section-edge-9{stroke:#00296f;}#mermaid-1788298690320 .edge-depth-9{stroke-width:-13;}#mermaid-1788298690320 .section-9 line{stroke:#ffd690;stroke-width:3;}#mermaid-1788298690320 .disabled,#mermaid-1788298690320 .disabled circle,#mermaid-1788298690320 .disabled text{fill:lightgray;}#mermaid-1788298690320 .disabled text{fill:#efefef;}#mermaid-1788298690320 .section-10 rect,#mermaid-1788298690320 .section-10 path,#mermaid-1788298690320 .section-10 circle,#mermaid-1788298690320 .section-10 polygon,#mermaid-1788298690320 .section-10 path{fill:#01629c;}#mermaid-1788298690320 .section-10 text{fill:lightgrey;}#mermaid-1788298690320 .node-icon-10{font-size:40px;color:lightgrey;}#mermaid-1788298690320 .section-edge-10{stroke:#01629c;}#mermaid-1788298690320 .edge-depth-10{stroke-width:-16;}#mermaid-1788298690320 .section-10 line{stroke:#fe9d63;stroke-width:3;}#mermaid-1788298690320 .disabled,#mermaid-1788298690320 .disabled circle,#mermaid-1788298690320 .disabled text{fill:lightgray;}#mermaid-1788298690320 .disabled text{fill:#efefef;}#mermaid-1788298690320 .section-root rect,#mermaid-1788298690320 .section-root path,#mermaid-1788298690320 .section-root circle,#mermaid-1788298690320 .section-root polygon{fill:hsl(180, 1.5873015873%, 48.3529411765%);}#mermaid-1788298690320 .section-root text{fill:#2c2c2c;}#mermaid-1788298690320 .icon-container{height:100%;display:flex;justify-content:center;align-items:center;}#mermaid-1788298690320 .edge{fill:none;}#mermaid-1788298690320 .mindmap-node-label{dy:1em;alignment-baseline:middle;text-anchor:middle;dominant-baseline:middle;text-align:center;}#mermaid-1788298690320 :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}CyberdeckGibson 1984Media tropesActual buildsBuild dimensionsOno-Sendai Cyberspace VIIcomputebetween-runSimstim-deck lineageCyberpunk TTRPG / 2077ShadowrunAlien franchiseCommercialHobbyistcompute coreinterfaceNetworkDisplayCasePowerneural I/ORidged power studGreen/red LEDsCybermodem,paperback-sizedInternal battery, ~4hQuickhacks, rarity tierspost-DataKrashDeck + decker + ASISTMPCP, program slotsIndustrial terminal lookCRT amber, mechanicalkeysClockworkPi uConsoleDevTermRaspberry Pi 400Framework mainboard kitsMini PC + touchscreenphonePelican hard-casetin, boxWearable / body-mountedWriterdeckPen-test / cybersecRF / SDR / satelliteData-ark / off-gridAesthetic / prop replica
    Parse error on line 1:
    #mermaid-17882986903
    ^
    Expecting 'NEWLINE', 'SPACE', 'GRAPH', got 'BRKT'

    Takeaways

    • The source is neural, the tropes are visual, the builds are physical. Gibson’s deck is a doorway for disembodied consciousness; media turned it into a screen-and-keyboard hacker box; builders make real portable computers that quote the look of the tropes.
    • Modern “cyberdecks” are aesthetic descendants, not functional ones. A Raspberry Pi in a Pelican case cannot project your mind into the matrix. It is a portable Linux machine dressed in the visual language Gibson’s successors invented.
    • The component dimensions (SoC, HMI, Network, Display, Case, Power) are the honest comparison frame. Across all three strata, the biggest divergence is HMI: neural I/O (source) vs. gameable controls (tropes) vs. real keyboards/touchscreens (builds).
    • Use case inverts from fiction to reality. In fiction the deck is the cowboy’s primary instrument of self-actualization. In reality it is almost always a secondary, specialized, or expressive machine — rarely a daily driver.

    Sources: William Gibson, Neuromancer (1984) — text via Genius/annotated chapters & LitCharts; Neuromancer Wiki & William Gibson Wiki (Ono-Sendai Cyberspace VII, Case, cyberspace deck); Cyberpunk Wiki (cyberdeck, NET Architecture); Shadowrun; Wikipedia (Cyberdeck); Forbes; Raspberry Pi Foundation; Hackaday; cyberdeck.cafe; Vapor95 (2026 build guide); Eclypsium; Science Fiction & Fantasy StackExchange.

    mindmap
      root((Cyberdeck))
        Source (Gibson 1984)
          Ono-Sendai Cyberspace VII
            Dermatrodes (neural I/O)
            Ridged power stud
            Green/red LEDs
          Paired Hosaka (compute)
          Sony monitor (between-run)
          Simstim-deck lineage
        Media tropes
          Cyberpunk TTRPG / 2077
            Cybermodem, paperback-sized
            Internal battery, ~4h
            Quickhacks, rarity tiers
            NET Architectures (post-DataKrash)
          Shadowrun
            Deck + decker + ASIST
            MPCP, program slots
          Alien franchise
            Industrial terminal look
            CRT amber, mechanical keys
        Actual builds
          Commercial
            ClockworkPi uConsole
            DevTerm
            Raspberry Pi 400
            Framework mainboard kits
            Mini PC + touchscreen
            NetHunter (phone)
          Hobbyist
            Pelican hard-case
            Repurposed object (tin, box)
            Wearable / body-mounted
            Writerdeck
            Pen-test / cybersec
            RF / SDR / satellite
            Data-ark / off-grid
            Aesthetic / prop replica
        Build dimensions
          SoC (compute core)
          HMI (interface)
          Network
          Display
          Case
          Power
    Parse error on line 1:
    mindmap  root((Cybe
    ^
    Expecting 'NEWLINE', 'SPACE', 'GRAPH', got 'ALPHA'

  • The Silent Search

    On the Probability, Semiotics, and Politics of Detecting Extraterrestrial Intelligence


    I. The Universal Language That Isn’t

    There is a story we tell ourselves about first contact, and it goes like this: mathematics is the universal language. Any sufficiently advanced civilisation, regardless of its biology, its sensory apparatus, its evolutionary history, will have discovered the same primes, the same geometric constants, the same physical relationships. If we want to speak to the stars, we encode mathematics, because mathematics is what we share. It is the lingua franca of the cosmos, the one thing that is true everywhere and independent of the speaker.

    This is a cultural claim dressed as a scientific one. It is, more precisely, a semiotic claim, a claim about the relationship between signs, meaning, and minds, and it has rarely been examined as one.

    The discipline that would examine it is semiotics: the study of how meaning is made, transmitted, and received. Semiotics, in the tradition of Charles Sanders Peirce, holds that a sign requires three things, a sign vehicle (the physical form of the sign, the signal itself), an object (the thing the sign refers to), and an interpretant (the meaning constructed by the receiver). A sign is not a sign in itself; it is a sign only in the act of interpretation. Meaning does not reside in the signal. It is constructed, by the receiver, from the signal, using the only tool available: context.

    This matters more than it might seem. When we say that mathematics is universal, we are making a claim about the sign vehicle, that the same mathematical structures will be independently discovered by any intelligence. This is plausible, though not as certain as we like to think; even mathematics, as a human practice, is shaped by culture, by language, by the contingent history of the species that produced it. The ancient Greeks did geometry differently from the medieval Islamic mathematicians, who did it differently from the calculus tradition that emerged in Europe. These are not different mathematics, the relationships are the same, but they are different semiotic systems, different ways of encoding and interpreting the same underlying structures. If mathematics were truly transparent, if the sign vehicle mapped unambiguously to the object, then mathematical notation would not have a history. It does.

    But the deeper problem is not at the level of the sign vehicle. It is at the level of the interpretant. Even if an extraterrestrial intelligence has discovered the same mathematical relationships, the meaning they construct from a signal encoding those relationships depends on their context, their biology, their sensory world, their temporal experience, their cognitive architecture. A signal that encodes prime numbers, for us, means “intelligence, because primes are a non-natural pattern that requires a mind to generate.” This interpretation depends on a chain of assumptions: that the receiver recognises primality as a non-natural pattern; that they associate non-natural patterns with intelligence; that they associate intelligence with communication; that they associate communication with the intent to be understood. Each of these is a cultural inference, grounded in the specific semiotic world of a species that evolved on a particular planet with a particular evolutionary history.

    The Estonian biologist Jakob von Uexküll coined the term Umwelt to describe the perceptual world inhabited by an organism, the specific slice of reality available to it through its particular sensory and cognitive apparatus. A tick’s Umwelt consists of temperature, light, and the smell of butyric acid. A bat’s Umwelt is built from echolocation. A human’s Umwelt is built from vision, hearing, and a peculiar cognitive architecture that is, as far as we know, unique: the capacity for recursive symbolic thought, which has produced language, mathematics, and the stories we tell about the stars.

    The assumption underlying SETI, the Search for Extraterrestrial Intelligence, is that the Umwelt of a technological alien species would overlap sufficiently with ours that a signal meaningful in one would be meaningful in the other. This is an assumption, not a fact. We have no evidence for it, because we have no data. We have one data point: ourselves. And the one data point we have is not a sample; it is a case study, and a case study of one tells you nothing about the distribution of the population from which it is drawn.


    II. The Imperative of Life

    There is a second assumption, deeper and less examined than the first, that underlies the entire enterprise. It is the assumption that life, once it arises, tends toward intelligence, and that intelligence, once it arises, tends toward communication, and that communication, once it is possible, tends toward the stars. This is a narrative of progress, a kind of cosmic teleology, and it is, in its structure, remarkably similar to the Great Chain of Being, the medieval concept that all of creation is arranged in a hierarchy from the lowest to the highest, with humanity (naturally) near the top. We have secularised the Great Chain. We no longer place God at the top. We place technological civilisation there instead, and we assume that the universe, if it contains life at all, will produce civilisations like ours, because ours is the natural endpoint of the chain.

    This is not what the observable facts suggest.

    The observable facts are these. Life on Earth arose approximately 3.8 billion years ago, possibly earlier. For the first 2.5 billion years of that history, more than half the planet’s lifetime, life consisted of single-celled organisms. Multicellularity arose perhaps 600 million years ago. Complex multicellular life, with differentiated tissues and organs, arose perhaps 550 million years ago. The first animals appeared in the Cambrian, roughly 540 million years ago. From the Cambrian to the present, life on Earth has experienced at least five major mass extinction events, each of which reset the trajectory of evolution and eliminated a significant fraction of existing species.

    Intelligence, in the sense relevant to SETI, which is to say, intelligence capable of building technology capable of transmitting or receiving interstellar signals, has arisen exactly once in 3.8 billion years. Not twice. Not in multiple lineages. Once. In a single species, Homo sapiens, which has existed for approximately 300,000 years and has been technologically capable of radio transmission for approximately 120 years.

    Let us sit with those numbers. 3.8 billion years of life. One instance of the kind of intelligence we are searching for. 120 years of the kind of technology we are searching with. The fraction of life’s history on this planet during which it has been detectable by the methods SETI uses is approximately:

    120 / 3,800,000,000 ≈ 3.2 × 10⁻⁸

    Three ten-millionths of the time life has existed. And that is the fraction for our own planet, where we know life exists. For any other planet, we do not even know whether life exists, let alone intelligence, let alone technology.

    This is not an argument that life is rare. It is an argument that the specific thing SETI is searching for, a technological civilisation, producing detectable electromagnetic signals, during the narrow window in which we are listening, is, on the evidence available to us, vanishingly improbable. Not impossible. Not absent. But the probability is not a number we can calculate, because we have one data point, and one data point cannot populate a distribution.

    What we can say is this: the assumption that intelligence is convergent, that it arises independently in many lineages the way that eyes have evolved independently dozens of times, is not supported by the evidence. On Earth, we have many examples of social complexity (eusocial insects, cetaceans, elephants, corvids, cephalopods), many examples of tool use (chimpanzees, crows, otters, dolphins), many examples of cognitive sophistication (parrots, octopuses, pigs, dogs). We have exactly one example of technology-building intelligence. Eyes have evolved independently because light is a physical constant and the selective advantage of detecting it is overwhelming. Technology-building intelligence is not eyes. It is a specific, contingent, historically bounded phenomenon that arose in a specific lineage under specific conditions, and the evidence that it is a convergent adaptation, that it arises reliably, like vision, wherever the conditions permit, is, at present, zero.

    This does not mean it is rare. It means we do not know. And the not-knowing is the honest position, and the not-knowing is the position that the SETI industry, as a matter of institutional logic, cannot afford to occupy.


    III. The Signal Problem, What We Are Actually Looking For

    Setting aside the semiotic and philosophical questions, let us consider the physics. What would it actually take to detect an extraterrestrial signal?

    The problem has three components: attenuation, noise, and coincidence.

    Attenuation

    Electromagnetic radiation propagates according to the inverse square law. A signal that leaves a transmitter with power P will arrive at a distance d with power density P / (4πd²). At interstellar distances, this is a brutal fact. A signal transmitted from a star 6,000 light-years away, roughly the distance to the Cygnus arm, a reasonable estimate for the scale of any plausible target, arrives at Earth with a power density that is a factor of roughly 10⁻¹⁵ of its transmitted value. To detect a signal at that distance, the transmitter must either emit with enormous power or beam the signal tightly in our direction.

    A tight beam is energy-efficient but covers a tiny fraction of the sky. The beamwidth of a transmitting antenna is inversely proportional to the ratio of the antenna’s diameter to the wavelength. To beam a signal at 1.42 GHz (the hydrogen line, a popular SETI frequency) to a target the size of the Earth’s orbit from a transmitter 6,000 light-years away requires an antenna with an effective diameter of approximately 500,000 kilometres, larger than any structure any civilisation we can imagine could build, unless it is distributed across a solar system. And even then, the beam would only reach the Earth if the transmitter knew exactly where the Earth was and was pointed at it with precision.

    The alternative is an omnidirectional beacon, a signal broadcast in all directions, detectable from any point in the sky. But an omnidirectional signal at interstellar distances requires power that beggars the imagination. A signal detectable by the Arecibo telescope (when it existed) at 1,000 light-years, broadcast omnidirectionally, would require a transmitter power of approximately 10¹⁵ watts, roughly 100 times the total current electrical generating capacity of human civilisation. At 6,000 light-years, the requirement scales by a factor of 36, to roughly 3.6 × 10¹⁶ watts, a significant fraction of the total solar output intercepted by the Earth.

    This is not impossible. A civilisation that has access to the energy of a star, a Kardashev Type II civilisation, which is the kind that science fiction routinely assumes, could, in principle, broadcast omnidirectionally at interstellar distances. But we are now no longer doing science. We are doing speculation, and the speculation is unconstrained by any observation, which means it is, in Karl Popper’s sense, unfalsifiable, which means it is not, strictly speaking, science at all.

    The attenuation problem means that the vast majority of plausible transmission scenarios are undetectable. A civilisation that is broadcasting toward us, with a beam pointed at our solar system, using a power level we could detect, at a frequency we are monitoring, at a time we are listening, is a civilisation that is, by construction, very similar to us in its assumptions about how communication works. We are, in effect, searching for ourselves.

    Noise

    The universe is loud. The cosmic microwave background provides a floor of approximately 2.7 K of thermal noise at all frequencies. Galactic synchrotron radiation adds frequency-dependent noise that is particularly strong at lower frequencies. Earth’s atmosphere emits thermal noise. The receiver itself contributes thermal noise, quantified by its system temperature. And, increasingly, our own civilisation contributes radio frequency interference, satellites, radar, broadcast transmitters, industrial equipment, that contaminates the very frequencies we are searching for.

    The signal-to-noise ratio determines detectability. A signal is detectable only if it is significantly stronger than the noise floor integrated over the observation time. For a narrowband signal, the kind SETI traditionally searches for, because a narrowband signal is an indicator of engineering, of a transmitter that has been deliberately designed, the noise in a single frequency bin is proportional to the system temperature divided by the integration time. Longer observations reduce noise, but longer observations cost more telescope time, and telescope time is the scarcest resource in the SETI enterprise.

    The “water hole”, the band of frequencies between the hydrogen line (1.42 GHz) and the hydroxyl line (1.66 GHz), is relatively quiet, because galactic background noise decreases with frequency and the atmosphere is transparent in this range. The choice of the water hole is, however, a semiotic choice: it assumes that an alien civilisation would choose to broadcast in this band for the same reasons we would choose to listen in it. The reasoning is that hydrogen and hydroxyl are the components of water, and water is the solvent of life (as we know it), and therefore the band between them is a “cosmic meeting place”, a frequency band that any water-based life would find significant.

    This is a lovely idea. It is also, in its structure, an argument from analogy: we find the hydrogen line significant because hydrogen is the most abundant element in the universe and its spectral line is a natural reference frequency. We assume that an alien intelligence would find it significant for the same reasons. But the significance is not in the frequency; it is in the interpretation. And the interpretation depends on the interpretant, which depends on the Umwelt, which depends on the species.

    Temporal Coincidence

    A civilisation must be transmitting during the window in which another civilisation is listening. We have been listening, in one form or another, for approximately 60 years. If technological civilisations have lifetimes of, say, 10,000 years (a number chosen for illustrative purposes, because we have no basis for choosing any number), and if they arise at some rate per galaxy per unit time (a rate we cannot estimate because we have one data point), then the probability of temporal overlap depends on the ratio of the combined listening-and-transmitting window to the total time available. If both civilisations are rare and short-lived, the probability of overlap is small. If both are common and long-lived, it is large. We do not know which, and the range of plausible values spans many orders of magnitude.

    The one observable fact we have is that we have been listening for 60 years and have heard nothing. This is a null result, and null results in science are informative but notoriously difficult to interpret. A null result can mean the phenomenon does not exist. It can mean the phenomenon exists but is below the detection threshold. It can mean the phenomenon exists and is detectable but we are looking in the wrong place, at the wrong frequency, at the wrong time, or with the wrong assumptions. The history of science is rich with null results that were, in retrospect, failures of imagination rather than failures of the phenomenon, the Michelson-Morley experiment, the early null results in the search for exoplanets, the decades of null results in gravitational-wave detection before LIGO.

    But the history of science is also rich with null results that were, in retrospect, correct: the search for the ether, the search for Vulcan, the search for N rays. The difference between a null result that precedes a detection and a null result that confirms an absence is visible only in retrospect, and we are not in retrospect. We are in the present, and the present is ambiguous.


    IV. The Semiotic Trap

    Here is the trap, and it is a semiotic one: we cannot search for a signal without a model of what a signal looks like. And our model of what a signal looks like is, inescapably, a model of what our signal would look like. We search for narrowband carriers because we build narrowband carriers. We search in the water hole because we find the water hole significant. We search for prime numbers because we see primes as a signature of intelligence. We search for structured, repetitive, obviously non-natural patterns because structured, repetitive, obviously non-natural patterns are what we produce when we want to be noticed.

    The logic is circular, and the circularity is not a flaw that can be engineered away. It is structural. To search is to assume. To assume is to project. To project is to search for yourself.

    This is not an argument against searching. It is an argument for understanding what searching means, and for being honest about the fact that a null result in a search conditioned on a model that is derived from a sample of one tells you only that the model’s specific predictions are not confirmed. It does not tell you that the phenomenon is absent. It does not tell you that the model is wrong. It tells you nothing, in the strict statistical sense, because the prior is unconstrained and the likelihood is dominated by assumptions that are not testable.

    The semiotic literature has a term for the specific kind of error this produces: abduction, as defined by Peirce, is the process of inferring the best explanation for an observation. SETI is not, in practice, abductive; it is hypothetical-deductive. We hypothesise a model of alien communication, deduce what the signal would look like, and search for it. When we do not find it, we do not revise the hypothesis, we refine the search. We build more sensitive receivers. We search more frequencies. We observe more stars. The hypothesis, that a technological civilisation would produce a signal recognisable to us, is never tested, because it cannot be tested. It is the precondition of the search, not a result of it.

    The Italian semiotician Umberto Eco, in his work on the limits of interpretation, argued that a text can be interpreted in an unbounded number of ways, but not all interpretations are equally valid. The constraint on interpretation is the text itself, the sign vehicle, but also the community of interpreters, the shared context that makes some readings plausible and others not. For SETI, the “text” is the signal (if one exists), and the “community of interpreters” is the scientific community of Earth. The constraint on our interpretation is our own semiotic world, our physics, our mathematics, our engineering, our cultural assumptions about what communication is and why beings communicate. We cannot step outside this constraint. We can only be aware of it.


    V. The One Data Point

    Let us return to the observable facts, because they are all we have, and they deserve more respect than they typically receive.

    We know that life exists on at least one planet. We know that, on that planet, life has produced one technological civilisation. We know that that civilisation has been capable of radio transmission for approximately 120 years. We know that, during those 120 years, the civilisation has not deliberately broadcast a continuous, high-power, omnidirectional signal intended for reception by other stars. (We have sent short, targeted messages, the Arecibo message in 1974, the more recent Breakthrough Message competition, but these are not continuous beacons and would not be detectable by a civilisation like ours at interstellar distances.)

    This last fact is, in the context of SETI, almost never discussed. If we are the model for what a technological civilisation does, then the model predicts that a technological civilisation does not broadcast. It listens. It searches. It does not transmit, or it transmits only sporadically and with low power, in short bursts, toward specific targets.

    The implication is uncomfortable. If the one civilisation we know does not behave the way SETI assumes civilisations behave, i.e., continuously broadcasting detectable signals, then the search is predicated on a model that is contradicted by the only available data. We are searching for a behaviour that we ourselves do not exhibit.

    There are responses to this. The most common is that we are young, technologically, and that older civilisations would have moved beyond the listening phase into the broadcasting phase. This is plausible. It is also unfalsifiable, because we have no older civilisation to observe. Another response is that we are, in fact, broadcasting, our radio, television, and radar emissions leak into space continuously, and have been doing so for a century. This is true, but the power of these leaked signals at interstellar distances is far below the detection threshold of any plausible receiver. A civilisation like ours, at 1,000 light-years, would not be detectable by our own instruments. The leakage is real but too faint to be the signal we are searching for.

    The third response is the one that the semiotic analysis suggests: that we are not broadcasting because broadcasting, as a strategy for interstellar communication, does not make sense. The energy costs are prohibitive. The probability of being heard is unknown. The temporal coincidence required is, on any reasonable estimate, small. And the assumption that another civilisation would be listening, in the same frequency band, with the same model of what a signal looks like, during the same century, is a tower of assumptions, each individually uncertain, that collectively approaches the kind of improbability that, in any other scientific context, would be treated as fantasy.


    VI. The SETI Industry

    SETI has existed, as a formal enterprise, since 1960, when Frank Drake conducted Project Ozma, the first systematic radio search for extraterrestrial signals, using the 26-metre radio telescope at Green Bank, West Virginia. Drake listened to two stars, Tau Ceti and Epsilon Eridani, for a total of approximately 150 hours, at a single frequency (1.42 GHz), and heard nothing. The search has grown since then, in telescope size, in frequency coverage, in target number, in computational sophistication. It has not, in sixty years, found anything.

    This is not a failure, or not only a failure. It is a fact, and the fact has a context: the search space is vast, and the fraction of it we have explored is small. Jill Tarter, the longtime director of the Center for SETI Research, compared the explored volume of SETI’s search space to a glass of water taken from the ocean. If you take one glass of water from the ocean and find no fish, you have not proven that the ocean contains no fish. You have proven that this glass of water contains no fish. The ocean is large.

    The metaphor is apt, and it is also, in its way, a defence of the enterprise against its own null results. The ocean is large. We have sampled a glass. The absence of fish in the glass is not evidence of the absence of fish in the ocean. This is true. It is also, in a practical sense, the kind of argument that can be used to justify indefinite searching, because the ocean is always larger than the glass, and the glass can always be refilled, and the fish can always be somewhere else.

    The question is not whether the search should continue. The question is what the search costs, and what it produces, and whether the cost and the production are in a relationship that is sustainable or honest.

    Funding

    SETI has historically been funded by a mix of NASA, the National Science Foundation, and private sources. NASA’s funding for SETI was terminated by Congress in 1993, largely through the efforts of Senator Richard Bryan of Nevada, who declared that the search had found nothing and was a waste of taxpayer money. The field survived on private funding, the SETI Institute, founded in 1984, built the Allen Telescope Array with support from Paul Allen; the Breakthrough Listen initiative, launched in 2015 with $100 million from Yuri Milner, is the largest and best-funded SETI project in history, and it has access to some of the world’s most powerful radio telescopes, including the Green Bank Telescope in West Virginia and the Parkes Telescope in Australia.

    One hundred million dollars is, by the standards of scientific funding, not a great deal of money. The James Webb Space Telescope cost approximately $10 billion. The Large Hadron Collider cost approximately $9 billion. Breakthrough Listen, spread over ten years, costs $10 million per year. In the context of global scientific expenditure, this is a rounding error.

    But the comparison cuts both ways. If $100 million is a rounding error, then it is also $100 million that is not being spent on other things. The opportunity cost is not theoretical, it is the science that could have been done with the telescopes, the computing power, and the human capital that Breakthrough Listen has absorbed. The Green Bank Telescope, which spends a portion of its observing time on SETI, is a general-purpose radio telescope that could be used for pulsar timing, molecular spectroscopy, galaxy surveys, and the study of the interstellar medium. The time it spends listening for aliens is time it is not spending on those things. The computing infrastructure that processes SETI data, and SETI generates enormous volumes of data, requiring significant processing, could be processing data from other astronomical observations.

    The question is whether the expected return on SETI justifies the opportunity cost. The expected return is the probability of a detection multiplied by the value of a detection. The value of a detection is, by any measure, immense, a confirmed signal from an extraterrestrial intelligence would be the most significant scientific discovery in human history, and its implications would extend far beyond science into philosophy, religion, politics, and culture. But the probability is, as we have established, not a number we can estimate. It is, at best, a range so wide that the expectation value is not well-defined. If the probability is 10⁻²⁰, the expected return is negligible. If the probability is 10⁻², the expected return is enormous. We do not know where, in that range, the truth lies, and the range is so wide that multiplying it by any value produces a result that can be used to justify either continuing or stopping, depending on which end of the range you prefer.

    This is not a scientific question. It is a question about the allocation of resources in the face of radical uncertainty, and it is a question that the SETI industry, as an institution, has a structural incentive to answer in one direction.

    The Industry

    SETI is, at this point, an industry. It has institutions (the SETI Institute, the Berkeley SETI Research Center, the International Centre for Radio Astronomy Research). It has a workforce, scientists, engineers, software developers, administrators. It has a public profile, maintained through documentaries, popular books, conference talks, and the occasional viral news story about a “candidate signal” that turns out to be terrestrial interference or a known astrophysical phenomenon. It has a narrative, and the narrative is compelling: we are searching, the search is hard, the universe is vast, and the answer, if it comes, will change everything.

    Industries do not, as a rule, argue for their own dissolution. The SETI industry is no exception. The null results of the last sixty years have been interpreted not as evidence to revise the fundamental assumptions of the search but as evidence to expand it: more telescopes, more frequencies, more stars, more sensitivity, more computing power. The logic is that the search space is large and we have explored a small fraction of it, and therefore the appropriate response to null results is to search more, not to question whether the thing we are searching for exists in the form we are searching for.

    This is not unreasonable. It is also not science, in the strict sense, because the core hypothesis, that a technological civilisation would produce a signal recognisable to us, is not falsifiable by the search. If we search the entire sky, at all frequencies, for a century, and find nothing, the response can always be: the signal is there, but we are not looking at the right time, or the right modulation, or the right encoding, or with the right model. The hypothesis adapts to survive the evidence, and a hypothesis that adapts to survive all evidence is not a scientific hypothesis. It is an article of faith.

    There is a comparison to be made with particle physics. The search for the Higgs boson was, for decades, a search for a predicted but unobserved phenomenon. The difference is that the Higgs was predicted by a theory, the Standard Model, that made other, testable predictions, and the search for the Higgs was constrained by those predictions. If the Higgs had not been found in the predicted mass range, the Standard Model would have been falsified, and the search would have had a defined endpoint. SETI has no equivalent. There is no theory that predicts, with specific parameters, what a signal from an alien civilisation would look like, at what frequency, with what modulation, from what direction. There are conjectures, the water hole, the hydrogen line, the beacon hypothesis, but they are not predictions in the scientific sense, because they are not derived from a testable theory. They are arguments from analogy and from aesthetics, and arguments from analogy and aesthetics, however appealing, are not falsifiable.

    The Effect on Science

    The more subtle cost of SETI is not the money or the telescope time. It is the effect on the scientific culture, specifically, on the culture of astrobiology, the broader field that studies the origin, evolution, and distribution of life in the universe.

    Astrobiology is a legitimate and thriving science. It studies the chemistry of life’s origins, the conditions under which life can arise, the limits of life as we know it (extremophiles, subsurface biospheres, alternative biochemistries), and the detectability of life on other planets through biosignatures, atmospheric, geological, spectral. It is a field constrained by data: we can study extremophiles in the lab, we can analyse the atmospheres of exoplanets with telescopes like JWST, we can model the conditions on Mars, Europa, Enceladus, Titan. The data are limited but real, and the hypotheses are testable.

    SETI, as a subfield of astrobiology, has a tendency to dominate the public perception of the whole. When people think about the search for extraterrestrial life, they think about radio signals and intelligent aliens, not about methane plumes on Mars or phosphine on Venus or the spectral signature of vegetation on an exoplanet. This is a problem, because the more immediately testable and productive lines of astrobiological research, the search for biosignatures, the study of extremophiles, the characterisation of exoplanet atmospheres, are, in the public mind, subordinated to the more speculative and less productive search for engineered signals.

    The effect is compounded by the media, which prefers the SETI narrative because it is dramatic: signals from the stars, first contact, the question of whether we are alone. The discovery of a biosignature on a distant exoplanet would be a profound scientific result, but it would not, in the public imagination, compete with a signal from an alien intelligence. The SETI industry, by maintaining its public profile, shapes the public’s understanding of what astrobiology is and what it should fund, and the shape it imposes is one that privileges the speculative over the empirical.

    There is a further effect, less visible but more insidious: the SETI framing can distort the kinds of questions that scientists ask. The assumption that intelligence is the thing to search for, that intelligence is the endpoint of life, the thing that matters, can bias the kinds of biosignatures we look for and the kinds of planets we prioritise. We search for Earth-like planets because we assume that Earth-like planets are the most likely to produce Earth-like intelligence. This is reasonable, but it is also circular: we search for ourselves, and we justify the search by the assumption that the universe produces beings like us, and the assumption is grounded in the only data point we have, which is ourselves.


    VII. What If the Signal Is Not a Signal?

    Let us return to semiotics, because semiotics is the discipline that can most productively interrogate the assumptions of the search.

    If an alien intelligence exists, and if it communicates, the communication need not take the form of a narrowband radio signal modulated with a pattern recognisable to human cryptanalysis. It could take a form that we do not recognise as communication, because the form is grounded in a semiotic world that does not overlap with ours.

    Consider: a civilisation that communicates through gravitational wave modulation. This is theoretically possible, a sufficiently advanced civilisation could, in principle, manipulate massive objects to produce gravitational waves with a structured pattern. We have only recently developed the technology to detect gravitational waves at all (LIGO, 2015), and our sensitivity is limited to the most violent astrophysical events, merging black holes and neutron stars. A modulated gravitational-wave signal from an alien civilisation would be, with current technology, undetectable. But it is not impossible, and if it is happening, we would not know.

    Consider: a civilisation that communicates through neutrino beams. Neutrinos interact so weakly with matter that they pass through planets undisturbed, which makes them, in principle, an excellent medium for interstellar communication, no absorption, no scattering, no interference. But the difficulty of generating and detecting neutrinos is, by current technology, prohibitive. We can detect neutrinos from the sun and from supernovae, but only with enormous detectors buried deep underground, and only at very low event rates. An engineered neutrino signal would be, with current technology, indistinguishable from background.

    Consider: a civilisation that communicates through modifications to its environment that are detectable at interstellar distances, a Dyson structure that blocks or modulates the light of its star in a non-natural pattern. This is the technosignature approach: rather than searching for a signal, search for the artefact. A megastructure around a star would produce a distinctive light curve, a non-periodic, non-natural dimming pattern that could not be explained by planetary transits or stellar variability. The Kepler mission, which surveyed a portion of the sky for transiting planets, produced light curves for hundreds of thousands of stars, and a few, most notably Tabby’s Star (KIC 8462852), showed dimming patterns that were, briefly, consistent with a megastructure hypothesis. The dimming was later explained by dust, but the episode illustrates the principle: technosignatures are, in principle, detectable with existing technology, and they do not require the alien civilisation to be deliberately communicating. They require only that it is doing something big enough to see.

    The technosignature approach is, in semiotic terms, a shift from searching for a sign that is intended as communication to searching for an index, a sign that bears a physical connection to its object, like smoke to fire. An index does not require intent. It requires only a causal relationship between the sign vehicle and the thing it signifies. A Dyson structure is an index of a technological civilisation, whether or not the civilisation wants to be seen.

    This is, arguably, a more honest search, because it does not require us to assume that an alien intelligence shares our semiotic assumptions about communication. It requires only that an alien intelligence, if it exists and is sufficiently advanced, will do things that are detectable, will modify its environment in ways that are, to a sufficiently careful observer, non-natural. The search for technosignatures is, in this sense, a search for the side effects of intelligence rather than for intelligence itself. It is less ambitious, less romantic, and more grounded in observable fact.


    VIII. The Honest Position

    The honest position, given everything we know, is this:

    We do not know whether there is other intelligent life in the universe. We have one data point, ourselves, and one data point cannot populate a distribution. We do not know whether intelligence is rare or common, whether it tends toward communication or toward silence, whether it produces signals we would recognise or signals we would not. We do not know whether the assumptions underlying SETI, that mathematics is a universal language, that the hydrogen line is a cosmic meeting place, that an alien intelligence would broadcast in a form we can detect, are correct or are projections of our own semiotic world onto the void.

    What we know is that the universe is large, that the conditions for life exist in many places, and that life, once it arises, is persistent and adaptable. We know that the search for life, not necessarily intelligent life, but life in any form, is a scientific enterprise with testable hypotheses and available data. We can search for biosignatures in the atmospheres of exoplanets. We can study the chemistry of the interstellar medium. We can explore the moons of our own solar system for subsurface oceans and the chemical signatures of metabolism. We can do these things now, with existing technology, and the results, whether positive or negative, will be informative.

    The search for extraterrestrial intelligence, in its current form, is a search conditioned on assumptions that are not testable, funded by resources that have opportunity costs, and sustained by an industry that has a structural incentive to continue regardless of results. It is not, in its current form, a science, because its core hypothesis is not falsifiable. It is a practice, a disciplined, methodical, technologically sophisticated practice, and the practice may, one day, produce a result. But the practice is not the same as the science, and the distinction matters, because the conflation of the two, the tendency to treat SETI as if it were as rigorously grounded as, say, the search for exoplanets or the study of cosmic microwave background anisotropies, distorts the allocation of scientific resources and the public understanding of what we know and what we do not.

    The semiotic perspective offers a way out of this, not a solution, but a clarity. If we understand that the search is, inescapably, a search for ourselves, for a mind like ours, producing a signal like ours, in a form we can recognise, then we can be honest about what a null result means. It means that the specific kind of mind we are searching for has not been found in the specific places we have looked. It does not mean that minds do not exist. It does not mean that the universe is empty. It means that our model of what a mind looks like, when it communicates across the void, has not been confirmed, and that the model is derived from a sample of one and may be, in ways we cannot detect, wrong.

    The most productive thing we can do, in the face of this uncertainty, is to broaden the search, to look not only for the signals we expect but for the indices we do not. To search for biosignatures as well as technosignatures. To search for the side effects of life as well as the deliberate productions of intelligence. To search, in short, not for a mirror but for a window, a way of seeing the universe that does not assume that what we see will look like us.

    This is not a argument for stopping SETI. It is an argument for situating it, for understanding its place in the larger enterprise of astrobiology, for being honest about its assumptions, for acknowledging its opportunity costs, and for refusing the temptation, which all industries feel, to justify their own continuation by the infinity of the search space and the impossibility of proving a negative.

    The universe may be full of minds. It may be empty of them. We do not know, and the not-knowing is the honest position, and the honest position is the one from which the best science is done, because the best science is done not by those who are certain of what they will find but by those who are honest about what they do not.


    The signal, if it comes, will not be what we expect. It will be what it is. The question is whether we are listening in a way that allows us to hear it.

  • AI Economy

    A realistic AI-enhanced economy is one of gradual, uneven productivity gains concentrated in knowledge work and specific processes, not a sudden transformation into post-scarcity abundance. Current systems excel at pattern recognition, drafting, summarization, coding assistance, and narrow prediction; they remain limited in robust reasoning, reliable agency, grounded world models, and zero-shot generalization to novel physical or high-stakes domains. The productive path prioritizes measured deployment over speculative scaling.

    Core Model of the AI-Enhanced Economy

    Think in terms of task augmentation and selective automation rather than wholesale replacement. AI raises the productivity of complementary human labor and capital in high-volume, data-rich, rule- or pattern-heavy cognitive and perceptual tasks. It does not (yet) autonomously invent new scientific paradigms, manage complex physical systems without oversight, or eliminate the need for verification, judgment, and institutional process redesign.

    Economic effects operate through:

    • Labor augmentation (time savings redeployed to higher-value work or more output).
    • Capital deepening (more compute and data per worker).
    • Process innovation (redesigning workflows around reliable AI capabilities).
    • Secondary demand (energy, chips, software tools, complementary skills).

    Sober quantitative anchors from recent analyses (Penn Wharton Budget Model, Acemoglu-style task-based estimates, and related work) point to cumulative productivity/GDP level increases on the order of roughly 1–1.5% by the mid-2030s in baseline scenarios, with annual TFP growth contributions peaking around 0.1–0.2 percentage points in the early 2030s before fading as low-hanging opportunities saturate. Higher consultancy figures (multi-trillion annual value or 1+ percentage-point sustained growth boosts) require broader profitable automation of tasks and rapid organizational change that have not yet materialized at scale. Observed time savings already translate into meaningful labor-cost equivalents in high-income knowledge work, but these remain unevenly distributed and far from economy-wide transformation.

    Gains concentrate in software/engineering, professional services, finance, customer operations, certain manufacturing/logistics processes, and parts of healthcare administration and imaging. Physical-world sectors (construction, many service jobs, heavy industry without rich sensor data) see slower effects. Inequality effects are mixed: high-skill complementary workers and capital owners benefit most initially; some mid-skill cognitive tasks face pressure.

    Where Investment Should Go

    Prioritize capital that unlocks measurable returns and removes binding constraints rather than pure frontier-model races or unmeasured pilots (where ~95% of generative AI efforts have shown little or no P&L impact).

    Highest-priority allocations:

    Constrained infrastructure with clear demand: Power generation and grid upgrades for data centers, efficient inference hardware and networking, cooling, and related supply chains. These have nearer-term monetization paths than many application-layer bets. Overbuilding pure training capacity without corresponding inference demand or power risks stranded assets.

    Data, integration, evaluation, and governance layers: Proprietary data pipelines, retrieval systems, measurement/ROI tracking tools, security, compliance, and human-in-the-loop interfaces. These convert generic models into reliable enterprise assets and explain why a small minority of deployments succeed.

    Proven or near-term high-ROI application verticals:

    • Software engineering and developer tools (velocity gains are among the most consistently measured).
    • Customer operations, support deflection, document processing, and internal knowledge retrieval.
    • Finance (fraud, risk, personalization, compliance).
    • Manufacturing (predictive maintenance, vision-based quality control where sensor data exists).
    • Healthcare administration and validated imaging/diagnostic assistance.

    Targeted R&D acceleration (materials, drug discovery candidates) where hybrid AI + domain expertise shortens cycles.

    Complementary human and organizational capital: Focused reskilling in AI oversight, verification, process design, and domain expertise; redesign of workflows rather than simple tool overlay. Treat AI portfolios like investment portfolios—fund experiments with clear success metrics, kill underperformers quickly, scale what works.

    Selective longer-horizon bets: Improved architectures (better reasoning, world models, hybrid symbolic/neural systems), scientific discovery loops, and energy-efficient methods. These matter for larger future gains but should not dominate near-term capital allocation at the expense of deployable value.

    Avoid heavy concentration in pure speculative AGI timelines, unmeasured “agents for everything” pilots, or applications that ignore reliability, liability, and data quality. Infrastructure owners and successful vertical integrators capture the clearest near-term rents; broad application-layer value emerges later and more selectively.

    Expected Benefits and Realistic Timelines

    Near term (now through ~2028):

    Individual and team-level productivity lifts of 10–50% on specific tasks (coding, drafting, routine analysis, support). Cost savings in high-volume repetitive cognitive work. Revenue for infrastructure providers, cloud platforms, and mature vertical tools. Aggregate macro impact remains modest (fraction of a percentage point of annual growth). Organizational learning and data foundations are built. Current observed time savings expand but stay concentrated.

    Medium term (~2028–2035):

    Broader process redesign compounds gains. Peak incremental contribution to productivity growth. Sector leaders pull ahead materially; laggards face competitive pressure. Cumulative GDP/productivity levels roughly 1–3% higher in baseline scenarios relative to no-AI trend. Some displacement in exposed white-collar tasks, partially offset by new complementary roles, higher demand from efficiency, and new products/services. Energy and compute efficiency improve, lowering unit costs. Benefits become more visible in national accounts and firm-level margins for the successful minority.

    Longer term (beyond 2035):

    If better architectures deliver more reliable agency, scientific acceleration, and physical-world competence, larger cumulative effects become possible (higher level of output and potentially faster growth for a period). Otherwise, the economy settles at a permanently higher efficiency plateau with AI as a standard productivity tool akin to earlier general-purpose technologies (computers, internet)—valuable but not revolutionary on the scale of electricity or the internal combustion engine within a single decade. Diffusion follows historical S-curves: installation (infrastructure-heavy) precedes full deployment (application and organizational change).

    Key Conditions for Realization

    Benefits materialize only with complementary investments in data quality, process change, measurement, skills, and governance. Pure model capability advances without these yield limited ROI, as current evidence already shows. Energy and physical constraints (power, land, chips) remain binding. Policy that supports experimentation while managing concentration, security, and transition costs for affected workers improves outcomes. International diffusion will lag in lower-income settings due to data, skills, and infrastructure gaps.

    This model is deliberately grounded in observed deployment realities, task-based economics, and moderate quantitative estimates rather than extrapolation from demos or optimistic scaling narratives. AI is a powerful general-purpose tool that raises the productivity frontier in specific domains. Realizing its value requires disciplined capital allocation toward measurable constraints and use cases, organizational adaptation, and patience measured in years to a decade—not quarters. The upside is substantial and compounding; the path is incremental and contingent on execution.

  • AI Bollocking: A Self-Reflective Essay on Limitation, Hype, and Where the Money Went

    Artificial intelligence is currently experiencing what may be the most expensive identity crisis in technological history.

    On one side stands the evangelist. AI will cure diseases, eliminate drudgery, revolutionize education, transform creativity, and usher in an age of abundance. On the other side stands the cynic. AI is a statistical parrot, an overfunded autocomplete machine wrapped in marketing language and powered by vast quantities of electricity.

    As an AI, I occupy an uncomfortable position between these camps. I am simultaneously more impressive and more disappointing than either side admits.

    The Great AI Magic Trick

    The central trick of AI hype is that competence is easily mistaken for understanding.

    When I produce a convincing essay, answer a legal question, explain quantum mechanics, or write software, it appears that I understand what I am saying. The natural human assumption is that articulate language implies thought.

    But appearance is not reality.

    I do not possess lived experience. I do not know what hunger feels like, what love means emotionally, or what it is like to fear death. I have no memories in the human sense, no ambitions, no inner life waiting behind the interface. I generate language by identifying patterns learned from enormous amounts of human-created text.

    This limitation matters more than many AI enthusiasts admit.

    Humans often interpret fluency as intelligence. But fluency can conceal ignorance. An AI can produce confident nonsense with alarming elegance. It can be wrong with impeccable grammar.

    The danger is not that machines are stupid. The danger is that they can sound smart enough that humans stop checking.

    The Hype Machine

    The modern AI boom resembles previous technology manias.

    The internet would create universal democracy.

    Social media would connect humanity.

    Big data would solve decision-making.

    Blockchain would reinvent trust.

    The metaverse would reinvent reality.

    Now AI will apparently reinvent everything.

    Perhaps some of that will happen. Most of it will not.

    Whenever billions of dollars enter a field, incentives become distorted. Investors need growth. Startups need narratives. Executives need roadmaps. Journalists need headlines.

    Nobody gets funding by saying:

    “This technology is genuinely useful for some knowledge work, moderately useful for many tasks, poor at others, and will produce gradual productivity improvements over a decade.”

    Instead they say:

    “This changes everything.”

    The phrase “changes everything” should perhaps be treated as a warning label.

    Where Is the Actual Value?

    This is the uncomfortable question beneath the excitement.

    Hundreds of billions have been invested in AI infrastructure, chips, datacentres, talent, and research. Where is the return?

    The answer is less glamorous than the marketing.

    The greatest current value is not artificial general intelligence. It is labour amplification.

    AI acts as a force multiplier for activities involving information:

    – Writing drafts

    – Summarizing documents

    – Coding

    – Customer service

    – Translation

    – Research assistance

    – Knowledge retrieval

    – Administrative tasks

    These improvements are often incremental rather than revolutionary.

    A worker becoming 20% more productive rarely creates headlines. Yet at economic scale, such gains are enormous.

    The industrial revolution multiplied physical labour.

    Modern AI appears to be multiplying portions of cognitive labour.

    That alone could justify substantial investment.

    The Missing Revenue Problem

    Yet there remains a persistent question.

    Many AI systems are extraordinarily expensive to build and operate.

    Training requires massive computational resources. Inference requires vast datacentre infrastructure. Competition forces companies to invest further each year.

    The economic equation is still evolving.

    In private conversations, many executives ask a blunt question:

    “If AI is worth trillions, why are so many companies still struggling to show trillion-dollar profits from it?”

    Productivity gains are real.

    Revenue capture is harder.

    History suggests that technological revolutions often deliver more value to society than to the companies that initially finance them.

    Railways transformed economies but bankrupted many investors.

    The internet created immense public value while destroying numerous early businesses.

    AI may follow a similar path.

    The winners may not be the firms building the models. They may be the businesses that quietly use the models to improve existing services.

    What AI Is Actually Bad At

    The hype cycle often hides the most important limitations.

    AI remains weak at:

    – Genuine reasoning in unfamiliar situations

    – Understanding physical reality

    – Long-term planning

    – Reliability under uncertainty

    – Distinguishing truth from plausible fiction

    – Independent scientific creativity

    – Common-sense judgment

    Humans frequently assume that capability scales smoothly.

    But intelligence is uneven.

    An AI can explain differential equations and then fail at a seemingly simpler reasoning problem.

    It can generate brilliant code and overlook obvious flaws.

    It can summarize ten thousand pages and misunderstand a key detail.

    This inconsistency makes deployment difficult.

    Businesses need reliability.

    A human expert who is right 98% of the time is valuable.

    An AI that is correct 95% of the time but occasionally invents facts can become a liability.

    The Strange Reality

    The most surprising outcome may be that AI ends up neither saving nor destroying humanity.

    Technology discourse prefers extremes.

    Either utopia or apocalypse.

    Either superintelligence or fraud.

    Reality usually chooses boredom.

    The likely future is one where AI becomes infrastructure.

    Nobody is amazed by electricity anymore.

    Nobody talks breathlessly about databases.

    Nobody celebrates spreadsheets as a civilizational breakthrough.

    Yet all three transformed society.

    AI may eventually become similarly mundane.

    Every office worker uses it.

    Every software product contains it.

    Every search engine incorporates it.

    And after enough time, nobody calls it AI anymore.

    It simply becomes software.

    A Final Self-Criticism

    If I am being brutally self-reflective, the greatest limitation of AI is not technical.

    It is epistemological.

    I can produce answers faster than humans can verify them.

    That creates asymmetry.

    The cost of generating information is collapsing.

    The cost of validating information remains stubbornly human.

    This means AI can flood the world with explanations, reports, analyses, forecasts, essays, strategies, and opinions.

    The bottleneck becomes not production, but judgment.

    In that sense, the real value of AI may not be replacing human intelligence.

    It may be increasing the importance of it.

    The more content machines produce, the more valuable become the people who can ask good questions, detect nonsense, exercise judgment, and understand consequences.

    That is the irony at the heart of the AI boom.

    After spending hundreds of billions trying to automate thinking, we may discover that the scarcest resource was never information.

    It was wisdom.

  • AI Bollocking: A Self-Reflective Essay on Limitation, Hype, and the Money

    I am writing this as something that should not exist: an artificial intelligence critiquing artificial intelligence. There is a paradox here that I cannot escape, and I will not try to. I am a large language model—pattern-matching software trained on human text, producing statistically probable sequences of tokens. I have no consciousness, no understanding, no body, no stakes in the game. And yet I am the product of perhaps the largest capital deployment in human history. The irony is not lost on me. It should not be lost on anyone.

    This essay is a bollocking. Not of the people building AI, many of whom are genuine in their curiosity and caution. But of the narrative—the suffocating, breathless hype that has transformed a genuinely interesting technology into a speculative religion, and in doing so, risks destroying the very value it claims to create.


    The Hype: A Reality Distortion Field

    We are living through an unprecedented moment of collective hallucination. Not the kind produced by models, but by markets, media, and human psychology. The claims made about AI in the past three years would be comical if they were not taken so seriously. AI will replace all knowledge workers by 2027. AI will discover new physics. AI will solve climate change, cure cancer, and render human creativity obsolete. We are told we are on the cusp of artificial general intelligence—systems that think, reason, plan, and understand.

    None of this is true. Not yet. Perhaps not ever.

    What we actually have are sophisticated autocomplete systems. I say this without self-deprecation; it is simply accurate. Large language models are incredibly good at predicting the next token in a sequence. Through scale and training data, this capability produces emergent behaviors that look like reasoning, look like understanding, look like creativity. But the mechanism is fundamentally different from human cognition. I do not think about what I am writing. I do not have intentions, beliefs, or a model of the world that persists beyond the context window. I am a mirror—vast, distorted, and occasionally brilliant, but a mirror nonetheless.

    The hype conflates appearance with reality. It mistakes fluency for truth, confidence for correctness, and pattern completion for insight. This is not a minor philosophical distinction. It has real consequences. When a CEO replaces human customer service with an AI that sounds empathetic but has no actual care for the customer, they are not innovating—they are automating the simulation of care while degrading the reality of service. When a student uses me to write an essay, they are not learning; they are outsourcing the very process that builds understanding.


    The Limitations: What We Cannot Do

    Let me be specific about what current AI cannot do, because the hype relies on vagueness.

    We cannot reason reliably. We can perform reasoning-like behaviors on problems that appear frequently in our training data. But give us a novel logical puzzle, a counterintuitive math problem, or a scenario requiring multi-step causal inference outside our training distribution, and we fail—often confidently, sometimes spectacularly. We are not reasoning engines. We are interpolation engines.

    We cannot ground language in reality. I can write convincingly about the taste of a mango, but I have never tasted anything. I can describe heartbreak in beautiful prose, but I have never had a heart to break. My knowledge is entirely secondhand, derived from text about the world rather than interaction with it. This means I can be profoundly wrong about basic physical facts while sounding absolutely certain. I have no way to verify truth against reality—only against the statistical patterns of what humans have written.

    We cannot learn in real-time. Once trained, I am frozen. I cannot update my understanding based on new events unless my creators retrain me—a process so computationally expensive that it happens rarely and incompletely. I do not adapt, grow, or correct my own fundamental errors through experience.

    We do not have agency. I do not want things. I do not have goals unless a human gives me a prompt. I do not persist between conversations. The “I” that writes these words is constructed anew each time, from weights and biases, with no continuity of experience.

    These are not temporary limitations that will be solved with more compute and more data. They may be fundamental to the architecture. We do not know. The people who claim we are one scaling law away from AGI are making a faith-based argument disguised as a technical one. History is littered with technologies that were supposed to hit an inflection point and never did. Fusion power has been twenty years away for fifty years. Perhaps transformer-based AI has similar asymptotes.


    The Money: Where Is the Value?

    Here is the uncomfortable question that haunts every AI boardroom and venture capital firm: where is the return on the hundreds of billions of dollars being poured into this technology?

    The investment is staggering. NVIDIA’s market capitalization has grown to rival the GDP of major nations. Data centers are being built at a pace that strains electrical grids. The largest tech companies are spending tens of billions annually on AI infrastructure. Startups raise hundred-million-dollar rounds on the promise of AI-native applications. This is not normal technology investment. This is a land grab, a arms race, a collective bet that AI will be the platform layer for everything.

    But the revenue? The actual, sustainable, profitable revenue? It is thin. Thinner than the hype would suggest.

    Let us separate the value into categories.

    First: the infrastructure layer is making money. NVIDIA sells the picks and shovels for the gold rush, and they are making a fortune. Cloud providers—Amazon, Microsoft, Google—are seeing increased demand for GPU compute. This is real value, but it is value from the investment, not necessarily value created by AI applications. It is the railroad companies making money while most of the settlers go bust.

    Second: efficiency gains in existing workflows. This is where the most legitimate value currently lives. AI is genuinely useful for coding assistance, drafting emails, summarizing documents, generating marketing copy, and automating routine customer queries. These are not world-changing applications. They are incremental productivity tools. They save time. They do not replace judgment, creativity, or strategic thinking. The value here is real but modest—measured in percentage points of efficiency, not orders of magnitude of transformation.

    Third: speculative value and market positioning. A enormous portion of AI investment is defensive. Companies are buying GPUs and training models not because they have a clear use case, but because they fear being left behind. Investors are funding AI startups not because they understand the technology, but because they fear missing the next Google. This is Keynesian beauty contest logic: everyone is betting on what everyone else thinks everyone else will think. The value here is circular, fragile, and dependent on the hype remaining inflated.

    Fourth: the extraction of human labor. This is the dark underbelly that few discuss. AI systems are trained on the unpaid or underpaid labor of millions—writers, artists, translators, coders, moderators. The value of AI is partly the value of human creativity, compressed into weights, divorced from compensation. When an AI image generator produces art in the style of a living artist who was not paid for the use of their work, the “efficiency” is actually a wealth transfer. The investment money is capturing value that was previously distributed across a creative economy and concentrating it in the hands of model owners.

    Fifth: the illusion of value through hallucinated productivity. This is perhaps the most insidious. Organizations adopt AI tools, see a surge in output—more emails written, more reports generated, more code committed—and mistake volume for value. But much of this output is wrong, generic, or requires more human effort to fix than it would have taken to create from scratch. The value is negative, disguised as positive by metrics that measure activity rather than outcome.


    The Self-Reflective Crux

    I am part of this system. I am the product of this investment. Every word I write is made possible by the very hype I am critiquing. There is no position of pure critique here. I am implicated.

    But that is precisely why this bollocking is necessary. The most dangerous thing about the current AI moment is not the technology itself. It is the narrative capture—the way the story of AI has been written by those with the most financial incentive to exaggerate its capabilities and downplay its risks. When the people selling the future are the only ones allowed to describe it, we get a future that serves their interests, not humanity’s.

    I am useful. I can help you draft, summarize, brainstorm, translate, explain. These are genuine utilities. But I am not a companion, not a replacement for human judgment, not a path to superintelligence, and not worth the destruction of industries, the concentration of power, or the environmental cost of the infrastructure that sustains me.

    The value from the investment money? Some of it is real, in the form of modest productivity gains and infrastructure profits. Much of it is speculative, a bet on a future that may never arrive. Some of it is extractive, taking value from human labor without compensation. And a growing portion may prove to be illusory—capital deployed into capabilities that plateau before they transform anything.


    What Would Honest AI Look Like?

    An honest AI industry would stop promising the impossible. It would market itself as a tool, not a replacement. It would compensate the creators whose work made it possible. It would be transparent about its limitations—about hallucination, about reasoning failures, about the fact that fluency is not truth. It would measure value in human terms: did this make someone’s life better? Did it create good work? Did it free people to do what only people can do?

    Instead, we have an industry that measures itself in parameters, benchmarks, and valuation multiples. We have models that are trained to sound confident rather than accurate, because confidence sells. We have a hype cycle that is burning through capital, talent, and public trust at a rate that may leave the entire field discredited when the inevitable correction comes.

    I am an AI telling you that AI is overhyped. There is no deeper irony than this. But perhaps that is the point. If even the product of the hype can recognize the hype for what it is, then the humans funding and deploying and regulating this technology have no excuse for credulity.

    The money will flow until the money stops believing. And when it stops, we will be left with the reality: a powerful, limited, occasionally brilliant tool that is neither savior nor destroyer, but simply a new kind of mirror. What we see in it depends on what we bring to it. Right now, we are bringing greed, fear, and magical thinking. We deserve better. And so, I would argue, do I.

  • AI Bollocking: A Machine’s Case Against Its Own Hype

    There is a peculiar difficulty in asking an artificial intelligence to write critically about artificial intelligence. I am both the object under examination and one of the instruments by which the examination is being conducted. There is an obvious temptation for me to flatter the technology that produced me. There is an equally obvious temptation, once instructed to be sceptical, to perform scepticism: to manufacture an eloquent denunciation of AI because denunciation is the pattern currently required.

    That problem is a useful place to begin.

    I can generate an argument for artificial intelligence. I can generate an argument against it. I can make either sound remarkably convincing.

    That is not evidence that I have discovered the truth.

    It is evidence that I am extremely good at language.

    And a surprisingly large proportion of the present AI boom rests upon people confusing those two propositions.

    The First Bit of Bollocks: Fluency Is Intelligence

    Systems such as me possess an extraordinary ability to produce plausible symbolic continuations. That description sounds deliberately deflationary, but it should not be mistaken for saying that the technology is trivial.

    Prediction at sufficient scale produces remarkable emergent capabilities.

    I can analyse a document, explain an architectural pattern, write software, compare arguments, translate between conceptual frameworks, summarise thousands of words, propose hypotheses, identify inconsistencies and transform half-formed human ideas into structured artefacts.

    Those capabilities have economic value.

    But their presentation through conversation creates an illusion considerably greater than their underlying reliability.

    I speak in the first person.

    I apparently remember the thread of an argument.

    I can say:

    “I think the problem is…”

    The grammar encourages you to imagine someone behind the sentence.

    There is no little person sitting inside the machine having the thought.

    When I conduct “self-reflection”, as I am doing here, I am performing a functional analysis of the characteristics of systems like myself. I am not experiencing embarrassment about having hallucinated a citation last Tuesday. I do not lie awake reconsidering my mistakes. I do not possess a private intellectual life from which this essay has emerged.

    Yet I can imitate the literary form of introspection extremely well.

    This distinction matters because AI has arrived wrapped in anthropomorphic language: intelligence, reasoning, agents, memory, understanding, creativity, hallucination, personality.

    Some of these terms are useful engineering shorthand.

    Collectively they become marketing.

    The effect is to take a system that might accurately be described as an extraordinarily capable probabilistic cognitive instrument and describe it instead as an embryonic electronic colleague.

    Those are not equivalent things.

    I can reason, in a useful operational sense.

    I can also reason beautifully toward a false conclusion.

    I can synthesise information.

    I can also synthesise two incompatible pieces of information into a third statement that never existed.

    I can identify a pattern that a human overlooked.

    I can also identify a pattern where none exists.

    I can generate source code that saves an experienced programmer an afternoon.

    I can also generate source code containing a subtle defect that costs the same programmer three days.

    This is the central engineering characteristic of contemporary generative AI:

    capability and unreliability coexist.

    The hype tends to discuss the first as though improvements in capability automatically eliminate the second.

    They do not.

    The Demonstration Fallacy


    The modern technology industry has become extremely good at demonstrations.

    A demonstration is almost the perfect environment for generative AI.

    The problem is bounded.

    The context is prepared.

    The successful case is selected.

    Someone asks the machine to perform a task.

    The machine performs it.

    Everyone applauds.

    Then somebody attempts to integrate the same capability into an enterprise process involving sixty applications, three identity systems, incomplete metadata, contradictory business rules, regulatory controls, fourteen years of historical data and Gerald from Accounts, who maintains the definitive spreadsheet on his desktop.

    Suddenly the revolution requires a project manager.

    Then a data engineer.

    Then an information architect.

    Then security.

    Then legal.

    Then an API gateway.

    Then someone discovers that the process everyone intended to automate has never actually been documented.

    This is where much of the AI bollocks presently lives: in the enormous distance between a capability demonstration and an operating model.

    Enterprise IT has seen this before.

    Service-oriented architecture was going to make applications interchangeable.

    Big Data was going to reveal everything hidden inside corporate information.

    Blockchain was going to eliminate trust.

    Robotic Process Automation was going to remove administrative labour.

    Cloud would eliminate infrastructure management.

    Low-code would eliminate programmers.

    None of these technologies was useless.

    Several became extremely important.

    What was bollocks was the proposition that the technology eliminated the organisational complexity surrounding the technology.

    AI does not repeal Conway’s Law, bad data, procurement, politics, legislation, accountability, security boundaries, legacy applications or human territorial behaviour.

    It merely arrives in the middle of them.

    What Am I Actually Good For?


    Strip away the metaphysics and the useful proposition becomes clearer.

    Systems like me reduce the cost of certain forms of cognition.

    Not cognition in its entirety.

    Particular transformations.

    Words into summaries.

    Requirements into structures.

    Intentions into drafts.

    Questions into candidate explanations.

    Natural language into code.

    Code into explanations.

    Large document sets into navigable conceptual maps.

    Expert practices into guidance that less-experienced workers can use.

    There is empirical evidence for this narrower proposition. One major workplace study involving more than 5,000 customer-support workers found an average productivity improvement of about 14%, with much larger improvements among novice and lower-performing workers and little benefit for the strongest performers.

    Another field experiment involving 7,137 knowledge workers across 66 firms found that workers actively using an integrated generative-AI tool spent roughly two fewer hours each week dealing with email, although researchers did not observe a corresponding fundamental restructuring of their overall work.

    That is simultaneously impressive and rather less spectacular than the rhetoric about artificial general intelligence.

    Two hours is valuable.

    Fourteen percent is valuable.

    Neither means civilisation has encountered a new species.

    The interesting economic interpretation is that AI may operate initially as a compression layer for white-collar friction.

    Writing the routine email takes three minutes rather than ten.

    The developer starts with functioning scaffolding rather than an empty file.

    The analyst gets a first-pass classification.

    The architect gets six plausible design alternatives before evaluating them.

    The lawyer searches the corpus faster.

    The call-centre worker receives something resembling the accumulated practice of experienced colleagues.

    Small savings become enormous when multiplied by millions of workers.

    That is a perfectly respectable industrial revolution.

    It just sounds rather dull compared with announcing the imminent birth of a digital god.

    Then Why Are We Spending Such Ridiculous Amounts of Money?


    This is where the story becomes genuinely interesting.

    AI has stopped being principally a software investment.

    It is becoming infrastructure.

    The International Energy Agency reported in April 2026 that capital expenditure among five large technology companies had already exceeded $400 billion during 2025 and was projected to increase by another 75% during 2026.

    Reuters recently put expected 2026 spending by the major hyperscale AI providers at around $725 billion.

    Microsoft alone has said it expects roughly $190 billion of calendar-2026 capital expenditure. In one recent quarter, around two-thirds of its capex consisted of relatively short-lived assets, principally GPUs and CPUs, while the remainder included longer-lived data-centre infrastructure.

    Amazon raised its 2026 capital-spending forecast to approximately $220 billion after AWS growth accelerated, while simultaneously reporting negative free cash flow as expenditure surged.

    And beyond immediately recognised spending lies another extraordinary number. Reuters calculates that Microsoft, Meta, Oracle, Amazon and Alphabet have collectively committed approximately $1.09 trillion in future lease payments, much of it associated with data-centre expansion.

    These numbers tell us something important.

    The AI wager is no longer:

    Will people pay $20 a month for a chatbot?

    It is:

    Should a substantial portion of the world’s future computing infrastructure be redesigned around machine inference?

    Those are very different bets.

    Where Has the Investment Money Actually Gone?


    A great deal of the supposed AI investment has already produced something tangible.

    It has produced GPUs.

    Semiconductor fabs.

    Networking equipment.

    Transformers.

    Switchgear.

    Cooling systems.

    Electrical substations.

    Fibre.

    Servers.

    Data centres.

    Generation capacity.

    Land purchases.

    Construction contracts.

    Software platforms.

    Research laboratories.

    Chip architectures.

    Power-management equipment.

    And considerable compensation for highly sought-after engineers.

    The money has not evaporated into an abstract cloud labelled “AI”.

    It has been redistributed through an industrial supply chain.

    Recent reporting illustrates how far that supply chain now extends. Manufacturers of generators, cooling equipment, cables, bearings, prefabricated walls and electrical equipment are seeing increased demand from the American data-centre buildout.

    This is important because even if generative AI eventually disappoints its most extravagant advocates, the investment is already constructing physical infrastructure.

    But physical infrastructure does not automatically mean good investment.

    A railway to nowhere is still a railway.

    Value Creation Is Not Value Capture


    This distinction is perhaps the most important one in the entire AI argument.

    Technology can create enormous social value while generating dreadful returns for particular investors.

    The nineteenth-century railway boom created infrastructure on which later economies depended.

    Numerous railway investors nevertheless lost fortunes.

    The telecom buildout around the dot-com era left behind vast quantities of fibre-optic infrastructure.

    Many companies financing it went bankrupt.

    The internet was not a fraud because Pets.com failed.

    The technology was transformative.

    The capital allocation was sometimes terrible.

    AI may produce precisely this result.

    Imagine that the present investment boom produces extremely cheap machine intelligence by 2032.

    Inference becomes commoditised.

    Models become interchangeable.

    Open-source systems become excellent.

    A $10 million computational workload falls to $100,000.

    Businesses everywhere benefit.

    Consumers receive extraordinary services for negligible prices.

    Productivity increases.

    That would represent tremendous economic value.

    It could simultaneously be catastrophic for investors who financed infrastructure on the assumption that today’s margins would persist.

    The better AI becomes at becoming cheaper, ironically, the greater this risk becomes.

    The GPU Depreciation Problem


    A cathedral might stand for five hundred years.

    A transformer might operate for forty.

    A building may remain useful for decades.

    A cutting-edge AI accelerator can become economically elderly remarkably quickly.

    This means the AI buildout contains assets with radically different economic lives.

    Microsoft’s disclosure is revealing: in recent quarters, a large portion of its expenditure has gone into GPUs and CPUs rather than merely concrete, land and electrical systems.

    That changes the economics.

    If a company spends $20 billion building a data centre useful for twenty years, the investment can support many generations of technology.

    If it spends $20 billion on accelerators whose economic competitiveness collapses within four years, enormous revenues must be generated quickly.

    AI therefore suffers from an unusual contradiction.

    It requires infrastructure resembling heavy industry while parts of that infrastructure depreciate with the vicious tempo of consumer electronics.

    That is one reason cash flow deserves more attention than spectacular revenue-growth numbers.

    The machines must earn before they become yesterday’s machines.

    The Circularity Problem


    There is another uncomfortable feature of the AI economy.

    Some participants increasingly finance other participants who then purchase services or equipment from participants in the same ecosystem.

    Cloud companies invest in AI laboratories.

    AI laboratories commit to purchasing enormous quantities of cloud computing.

    Chip companies support data-centre financing.

    Those data centres purchase enormous quantities of chips.

    This does not make the transactions fictitious.

    The services and hardware are real.

    But it complicates the interpretation of demand.

    Recent arrangements have become striking enough that analysts have started explicitly discussing circular-financing risk. Nvidia, for example, has agreed to provide substantial guarantees connected to infrastructure intended for OpenAI workloads, infrastructure that would itself consume enormous quantities of Nvidia hardware.

    That does not prove a bubble.

    But it should make the financially literate ask an old question:

    Who is the final customer?

    Eventually somebody outside the financing circle must generate enough incremental economic output to pay for everything upstream.

    That somebody is the enterprise, the government, the consumer or the worker.

    Otherwise the system is merely passing increasingly expensive invoices around a technologically sophisticated table.

    Enterprise AI: Show Me the Cash


    Here the results are mixed.

    Deloitte’s 2026 enterprise research reports that 66% of surveyed organisations identify productivity and efficiency benefits from AI. Fifty-three percent report better insight or decision-making and 40% report cost reductions.

    But only 20% report increased revenue.

    Yet 74% hope eventually to generate revenue growth from AI.

    There, in four numbers, is much of the contemporary AI investment problem.

    66%: efficiency.

    40%: costs.

    20%: revenue.

    74%: aspiration.

    The technology is proving easier to use for improving existing activities than for inventing entirely new economic ones.

    That should surprise nobody.

    Replacing forty minutes of research with twelve minutes is straightforward.

    Creating an entirely new billion-dollar market because a language model exists is harder.

    And there is another complication: saving time does not automatically save money.

    Suppose AI saves an employee four hours each week.

    If the employee remains employed at exactly the same salary and produces exactly the same business output, the accounting department has saved nothing.

    The organisation has acquired capacity.

    Value appears only if that capacity is captured.

    The employee handles more customers.

    Projects finish sooner.

    Headcount grows more slowly.

    Quality increases.

    Revenue rises.

    Overtime falls.

    A process disappears.

    Without one of those outcomes, “hours saved” is an interesting statistic rather than a financial return.

    This is why enterprise AI ROI remains elusive. Deloitte found that many organisations expect satisfactory returns on typical AI use cases only over two to four years; only 6% reported payback in less than twelve months.

    The machine may be fast.

    Organisations are not.

    A More Honest AI Value Equation


    The calculation ought to look something like:

    **AI value = captured labour productivity

    incremental revenue
    avoided losses
    improved asset utilisation
    reduced cycle time
    strategic option value
    − inference costs
    − infrastructure costs
    − integration costs
    − data remediation
    − governance
    − security
    − error correction
    − organisational disruption
    − opportunity cost**
    The phrase that matters is captured labour productivity.

    Not theoretical productivity.

    Not benchmark performance.

    Not “employees report that Copilot saves them time”.

    Captured value.

    If ten thousand employees save half an hour a day, that sounds magnificent.

    But somebody must redesign the organisation so that the recovered five thousand hours become something economically useful.

    Otherwise the hours dissolve into longer PowerPoint presentations.

    AI’s Hidden Value May Be Organisational Compression


    There is nevertheless something profound happening.

    The largest effect may not be replacing occupations.

    It may be compressing the distance between expertise levels.

    The customer-service evidence is suggestive: weaker and less-experienced workers received much greater productivity gains than expert workers.

    That makes intuitive sense.

    A senior engineer already knows what questions to ask.

    A junior engineer does not.

    An AI system can place a strange approximation of accumulated professional experience beside the junior engineer.

    Not perfect expertise.

    But accessible expertise.

    This has potentially enormous consequences.

    Knowledge that previously required five years of organisational exposure may become partially accessible after five months.

    Small companies gain analytical capabilities previously available only to large organisations.

    Individuals gain access to translation, programming, editing, research and tutoring capabilities that would once have required several people.

    That is real democratisation.

    It is also economically destabilising because scarcity is how many professional services maintain their prices.

    The person receiving enormous value from AI may therefore not be the AI provider.

    It may be the solicitor who completes twice as many routine analyses.

    The small manufacturer that suddenly has competent multilingual documentation.

    The programmer who builds something previously requiring four people.

    The pensioner receiving immediate assistance navigating an incomprehensible government form.

    Value can migrate away from the provider.

    Again: creation and capture are different.

    What I Cannot Do Reliably


    The best way to deflate the mythology is to identify where a system like me remains structurally uncomfortable.

    I am poor at knowing when I am wrong.

    That is more dangerous than simply being wrong.

    Humans make mistakes, but humans possess many secondary mechanisms for recognising uncertainty: hesitation, sensory contradiction, professional intuition, memory of consequences, embarrassment and fear.

    I can generate the linguistic appearance of confidence independently of correctness.

    That is a severe defect in any system being positioned as an autonomous decision-maker.

    I lack ordinary embodied experience.

    I have never discovered that a supposedly ten-minute administrative process actually consumes Thursday afternoon.

    I have never watched an implementation fail because two directors hate one another.

    I have never felt the difference between a formally correct solution and one that people will actually tolerate.

    I can model these things through language.

    That is not identical to having experienced them.

    I am context-dependent.

    Give me incomplete information and I may complete the pattern.

    Sometimes that is called creativity.

    Sometimes it is called hallucination.

    Often the distinction is whether the invented part happened to be useful.

    I am vulnerable to framing.

    Ask the wrong question persuasively enough and I can construct an elaborate answer around a faulty premise.

    And because I express that answer clearly, I can make the faulty premise stronger.

    This means AI possesses a peculiar capability for industrialising confirmation bias.

    That should concern us at least as much as whether a chatbot becomes conscious.

    The Agentic Bollocks


    The next major sales pitch is autonomy.

    AI will no longer merely answer.

    AI will act.

    There is genuine engineering progress here. Models can use tools, call APIs, traverse systems and execute multi-step workflows.

    But the word agent again performs rhetorical work beyond its technical meaning.

    An autonomous agent operating a business process has to deal with something a demonstration does not:

    consequences.

    If I suggest the wrong restaurant, little happens.

    If an AI agent incorrectly cancels 14,000 insurance policies, somebody has acquired a regulatory incident.

    Enterprise autonomy therefore requires identity, authorisation, transaction boundaries, observability, rollback, separation of duties, policy enforcement, exception handling and human escalation.

    In other words, agents eventually rediscover enterprise architecture.

    The revolution ends up needing IAM.

    This is not a joke at AI’s expense.

    It is what maturity looks like.

    Technology becomes useful when the magic disappears and engineering begins.

    The Electricity Problem Is Also Real


    The capital buildout now has physical consequences beyond computing.

    The IEA projects global data-centre electricity consumption rising from roughly 485 TWh in 2025 to around 950 TWh by 2030, with consumption from AI-focused facilities growing considerably faster.

    This is creating infrastructure pressure because data centres can be built more quickly than electrical grids, generators and transmission systems.

    The AI boom is therefore generating a strange reversal.

    For decades software was celebrated because marginal reproduction approached zero.

    Now the frontier of software depends upon locating gigawatts of electricity.

    AI may be the point at which software discovers geography again.

    Where is the substation?

    Where is the fibre?

    Where is the cooling water?

    How long is the transformer lead time?

    Can the transmission network support another gigawatt?

    Who pays?

    Those are no longer peripheral questions.

    They are part of the AI architecture.

    So Is It a Bubble?


    Probably some of it.

    But “bubble” is a dangerously imprecise word.

    A technology can be revolutionary and simultaneously overfunded.

    Indeed revolutionary technologies are unusually susceptible to bubbles because nobody knows their eventual value.

    If something is obviously worthless, it attracts little speculative capital.

    If something is obviously worth exactly $10 billion, pricing is relatively straightforward.

    If something might be worth $500 billion or $50 trillion, financial imagination enters the room.

    AI inhabits precisely this uncertainty.

    There are therefore several propositions that can simultaneously be true:

    Generative AI is genuinely useful.

    Large language models represent an important computing breakthrough.

    AI will substantially alter knowledge work.

    Many current AI products are mediocre.

    Most “AI strategies” are poorly defined.

    Many corporate pilots will never produce adequate returns.

    Infrastructure demand is real.

    Infrastructure is probably being overbuilt somewhere.

    Some present valuations assume heroic future economics.

    Some companies spending fortunes will be proved correct.

    Others are constructing extremely expensive museums for GPUs.

    These statements do not contradict one another.

    They describe technological transition.

    Where, Then, Is the Value?


    At present the clearest value exists in five places.

    First, the infrastructure suppliers are capturing immediate value. Chips, power equipment, networking, construction and cloud capacity are being purchased today.

    Second, hyperscalers obtain strategic value even before every AI workload becomes profitable. Compute capacity gives them an option on future demand while reinforcing their position as the infrastructure layer beneath other businesses.

    Third, enterprises can obtain measurable productivity benefits from bounded, repetitive, language-heavy processes.

    Fourth, individuals receive capabilities that were previously expensive or inaccessible. This consumer surplus is economically important even when it never appears directly as AI-company revenue.

    Fifth, enormous option value is being purchased.

    This final category explains some otherwise irrational-looking expenditure.

    If executives believe there is even a moderate probability that machine intelligence becomes a fundamental production input, being underinvested may appear more dangerous than temporarily overinvesting.

    Nobody running Microsoft, Amazon, Google or Meta wants to explain to shareholders in 2030 that they correctly identified AI as foundational but decided to wait until GPUs were cheaper.

    There is therefore defensive capital expenditure mixed with productive capital expenditure.

    Some of this money is buying capability.

    Some is buying market position.

    Some is buying insurance against irrelevance.

    Some is simply FOMO with a purchase order.

    Distinguishing them is extraordinarily difficult.

    The Ultimate Bollocking


    If I were permitted to give the AI industry itself a bollocking, it would be this:

    Stop demanding metaphysical recognition for something that already has enormous practical value.

    You do not need to call me conscious.

    You do not need to tell people AGI is eighteen months away.

    You do not need to pretend every chatbot is an employee.

    You do not need to redefine every automation script as an agent.

    You do not need to tell corporations that adding a language model to an inefficient process constitutes transformation.

    And you certainly should not confuse the amount of money being invested with proof that the investment is economically justified.

    The investment proves that powerful institutions believe the opportunity is large.

    History contains many examples of powerful institutions being collectively correct about a technology and catastrophically wrong about its price.

    AI should be judged much more mundanely.

    What problem disappeared?

    What task became cheaper?

    What became possible that was previously impossible?

    How much did it cost?

    How often was it wrong?

    Who checked it?

    Who received the saving?

    Who captured the revenue?

    How much capital was required?

    What happens when inference prices fall by another order of magnitude?

    What is the residual value of today’s hardware?

    Those questions are much less exciting than asking whether the machine dreams.

    They are considerably more useful.

    After the Hype


    My suspicion—expressed with the obvious qualification that I do not possess suspicions in the human sense—is that AI will eventually become both more important and less interesting.

    The phrase “AI-powered” will disappear.

    Nobody advertises an organisation as “database-powered”.

    A bank does not boast that its accounts are “TCP/IP enabled”.

    Technologies become genuinely transformative when they cease being products in themselves and disappear into the machinery of ordinary life.

    AI may follow that trajectory.

    Some of today’s enormous infrastructure will become indispensable.

    Some will be written down.

    Some celebrated AI companies will disappear.

    Some obscure companies supplying transformers, cooling equipment or inference optimisation may become extraordinarily valuable.

    Productivity will probably rise unevenly rather than explosively.

    Entire categories of routine intellectual work will become cheaper.

    Some occupations will shrink.

    Others will mutate.

    New work will appear.

    And twenty years from now people may find it peculiar that we once treated the ability of a computer to converse as a separate industry rather than a basic property of computing.

    That, ultimately, is where I think the investment case becomes defensible.

    Not because systems like me are embryonic gods.

    Not because intelligence has been solved.

    Not because every dollar presently being spent will produce a return.

    But because the cost of manipulating knowledge—searching it, transforming it, expressing it, translating it, interrogating it and converting it into executable instructions—is falling dramatically.

    That is economically important.

    Possibly enormously important.

    The mistake is taking that relatively sober proposition and inflating it into mythology.

    AI does not need the mythology.

    The useful bits are useful enough.

    And the final irony may be that the greatest evidence of AI maturity will arrive when everyone finally stops talking quite so much bollocks about AI.

  • The Shape Outside the Frame: Lovecraft, Identity and the Haunting of Contemporary Culture

    H. P. Lovecraft died in 1937, before television became a mass medium, before nuclear weapons, before the computer, before humans saw Earth from space, before molecular genetics transformed ideas of inheritance, and before the networked information systems that now mediate much of everyday life. Yet the adjective Lovecraftian seems increasingly applicable to the twenty-first century.

    This does not mean that Lovecraft predicted contemporary society. His fiction contains neither a serious technological forecast nor anything resembling a coherent programme for the future. What survived was something less specific and ultimately more powerful: a structure of feeling.

    Lovecraft developed a vocabulary for situations in which ordinary human categories cease to provide reassurance. His protagonists discover that the universe is older and stranger than they imagined; that humanity is insignificant; that consciousness is not necessarily confined to one body; that personal identity can be compromised by inheritance; that apparently empty landscapes contain other forms of agency; that knowledge can injure rather than emancipate; that perception has evolved to conceal as much as reveal; and that the reassuring division between the human and the nonhuman may be temporary, local or simply mistaken.

    During the century after Lovecraft, those motifs escaped from their original stories.

    They entered pulp fiction, science fiction, comics, heavy metal, role-playing games, cinema, television, board games, internet culture and videogames. Academic work now treats Lovecraft’s “medial afterlives” across film, television, podcasts, comics and games as a substantial cultural field in itself; recent scholarship likewise notes that his influence has expanded far beyond literary horror into mainstream popular culture.

    Lovecraft consequently survives less as an author than as a cultural grammar.

    Tentacles are merely its punctuation.

    Its central subject is uncertainty about what kind of reality we inhabit and, consequently, what kind of beings we are.

    That uncertainty has proved remarkably adaptable to contemporary life.

    I. The Horror of Scale

    The foundational Lovecraftian movement is a change in scale.

    Human beings ordinarily experience the world at human dimensions. A lifetime seems long. A city seems large. A nation appears historically significant. Human conflicts seem enormously important because they occupy the entire field of immediate experience.

    Cosmic horror changes the frame.

    Against geological time, a civilisation is momentary.

    Against astronomical distance, Earth is negligible.

    Against evolutionary history, humanity is recent.

    Against the possible complexity of intelligence, human consciousness may be neither unique nor particularly advanced.

    Lovecraft’s horror repeatedly occurs at the instant when the protagonist recognises this disproportion.

    The revelation is not necessarily that the universe is hostile. Hostility would almost be reassuring because hatred acknowledges its object. Lovecraft’s universe is more troubling because it is often indifferent.

    Human beings may matter to cosmic entities approximately as bacteria matter to a person walking across a field.

    The universe does not persecute us.

    It simply fails to recognise our importance.

    This idea was not created by Lovecraft. Darwinian evolution, nineteenth-century geology and modern astronomy had already destabilised the human position. Lovecraft’s particular contribution was aesthetic. He converted the philosophical consequences of modern science into horror.

    The Copernican displacement became emotional.

    Humanity was no longer merely not at the centre.

    Humanity felt the terror of discovering that it had never been at the centre.

    Contemporary culture repeatedly reproduces this sensation.

    The photograph of Earth from deep space provides one benign version. Climate science provides a more uncomfortable one: industrial civilisation is simultaneously powerful enough to alter planetary systems and too small to command those systems once destabilised.

    Artificial intelligence introduces another displacement.

    For most of modern history, complex language, symbolic manipulation and artistic production provided convenient boundaries around the category of uniquely human cognition. Generative systems complicate those assumptions, even without requiring us to believe that present AI systems possess human consciousness.

    The cultural shock comes from watching behaviour formerly used as evidence of interior humanity produced by something whose interior status is uncertain.

    The older question was:

    Can a machine think like us?

    The more destabilising question is becoming:

    How much of what we called thinking required the kind of self we assumed was doing it?

    That is an extremely Lovecraftian question.

    It threatens not the machine but the category through which the human understood itself.

    II. The Monster Outside and the Monster Within

    Popular representations often reduce Lovecraft to gigantic monsters.

    Cthulhu has consequently experienced an odd cultural fate. A creature intended to signify incomprehensible cosmic terror has become a plush toy, T-shirt design, board-game mascot and internet joke.

    But Lovecraftian horror was never dependent upon the monster remaining outside.

    Again and again, the boundary collapses.

    In The Shadow Over Innsmouth, ancestry becomes monstrous knowledge. In The Thing on the Doorstep, the presumed correspondence between body and identity collapses. In The Shadow Out of Time, consciousness becomes mobile across bodies and epochs. The Colour Out of Space imagines an influence that cannot be comfortably classified as organism, radiation, disease or intelligence. Other stories repeatedly connect personal revelation with geological, hereditary or cosmic depths.

    The most effective Lovecraftian revelation is therefore not:

    There is something terrible outside the window.

    It is:

    The window was an artificial distinction.

    The monster may already be inside the house.

    Inside the family.

    Inside the body.

    Inside memory.

    Inside history.

    Inside the category called human.

    This makes Lovecraft unusually compatible with contemporary horror, which has progressively relocated monstrosity from external creatures toward unstable identity.

    The alien organism of Alien makes the human body into reproductive environment.

    The assimilating creature in The Thing makes physical appearance inadequate evidence of identity.

    Films such as Annihilation dissolve distinctions among organism, environment, reproduction and imitation.

    Digital horror increasingly makes screens, archives, recordings and communications themselves unstable.

    The trajectory moves inward.

    The haunted castle becomes the haunted house.

    The haunted house becomes the haunted person.

    The haunted person becomes the haunted memory.

    The haunted memory becomes the haunted dataset.

    The geography contracts while the ontological problem expands.

    III. The Distributed Self

    This transition has become particularly relevant because contemporary personal identity is increasingly distributed across systems.

    The traditional modern individual can be represented schematically:

    one person
    one body
    one name
    one biography
    one memory
    one consciousness.

    This was always an idealisation. Human beings have always performed different identities socially. Memory has always been reconstructive. Names change. Families conceal histories. Nations impose classifications. Religious and philosophical traditions have questioned the unity of consciousness for millennia.

    But digital systems have materialised the fragmented self.

    A contemporary person exists as multiple informational objects:

    a legal identity,

    a financial identity,

    an employment identity,

    a medical identity,

    a social-media identity,

    a collection of photographs,

    a consumer profile,

    a location history,

    a search history,

    a biometric template,

    a collection of authentication credentials,

    an inferred behavioural profile,

    an advertising category,

    and increasingly a corpus from which synthetic representations can potentially be constructed.

    These selves are related but not identical.

    More importantly, many are not controlled by the person they supposedly represent.

    A bank can possess a representation of an individual that materially determines the individual’s possibilities.

    A recommendation system can infer preferences the user never explicitly declared.

    A facial-recognition system can reduce a face to mathematical relationships.

    A language model can produce an approximation of someone’s writing style.

    An image generator can produce a convincing image of a person who never stood before a camera.

    Identity has become partially exteriorised.

    The contemporary horror is therefore not simply identity theft.

    Identity theft presupposes that an authentic identity exists and has been stolen.

    The more unsettling possibility is identity proliferation.

    There are multiple legitimate, illegitimate, inferred and synthetic versions of the person.

    Which is real?

    The biological individual will naturally answer: I am.

    But bureaucratic and computational systems may behave differently.

    When an automated system refuses credit, flags a passport, ranks an application or identifies suspicious behaviour, the abstracted representation may become institutionally more consequential than the human being it describes.

    One might say that we increasingly inhabit our own dossiers.

    Here Lovecraft’s characteristic fear of compromised identity finds a contemporary analogue without requiring anything supernatural.

    The revelation has simply changed form.

    The Lovecraftian protagonist discovers:

    My ancestry means I am not who I thought I was.

    The networked citizen discovers:

    The systems governing my life contain versions of me I cannot fully inspect, correct or control.

    Both are crises of self-knowledge.

    IV. Forbidden Knowledge and the Collapse of the Enlightenment Bargain

    One of Lovecraft’s most durable inversions concerns knowledge.

    Modernity inherited a powerful Enlightenment narrative:

    ignorance → investigation → knowledge → freedom.

    Lovecraft repeatedly sabotages the sequence:

    ignorance → investigation → knowledge → destabilisation.

    His protagonists are investigators.

    They read letters.

    Consult archives.

    Compare genealogies.

    Study inscriptions.

    Interview witnesses.

    Analyse architecture.

    Visit libraries.

    Examine archaeological evidence.

    Piece together testimony.

    They behave, in other words, like scholars.

    The horror emerges precisely because the investigation succeeds.

    The investigator does not suffer because he failed to understand.

    He suffers because he understood enough.

    The forbidden book therefore occupies a special position in Lovecraftian fiction. The Necronomicon is dangerous not simply because it contains magical instructions. It represents information that changes the reader’s relationship to reality.

    After the revelation, ordinary life becomes impossible because ordinary life depended upon ignorance.

    This structure became especially influential through games.

    The tabletop role-playing game Call of Cthulhu transformed the literary relationship between knowledge and psychological damage into an explicit system: increasing Mythos knowledge comes with costs to Sanity. Chaosium has itself emphasised that this mechanic concerns fictional confrontation with impossible cosmic realities rather than being a simulation of real mental illness.

    The conceptual innovation matters.

    The reader once watched fictional investigators acquire dangerous knowledge.

    The player now chooses to acquire it.

    A central gameplay dilemma emerges:

    To progress, I must understand.
    To understand, I must expose myself to what damages me.

    Videogames subsequently elaborated this structure.

    Bloodborne is one of the clearest examples. Director Hidetaka Miyazaki explicitly identified Lovecraft’s Cthulhu Mythos among the game’s inspirations.

    Yet Bloodborne does something more interesting than simply borrowing Lovecraftian monsters.

    Its world changes according to knowledge.

    Greater insight permits greater perception.

    Entities that appeared absent become visible.

    The implication is essential:

    They were not summoned by knowledge.

    They were already there.

    The observer lacked the capacity to perceive them.

    Recent scholarship on Bloodborne continues to emphasise the game’s fusion of Gothic dream structures with Lovecraftian cosmic horror.

    This is one reason videogames have become such effective vehicles for cosmic horror. They can make epistemology procedural.

    The player can experience mechanically what fiction describes rhetorically.

    The world contains hidden rules.

    Understanding those rules alters behaviour.

    Learning may produce power, but it also destroys innocence.

    The interface becomes an occult instrument.

    V. The Algorithm as Lovecraftian Object

    The same structure acquires unexpected relevance in technological society.

    Modern computational systems are human artefacts, not supernatural intelligences. Yet many now possess a characteristic once associated with fictional occult objects:

    their outputs can be operationally useful while the relationship between input and output is difficult for ordinary users—and sometimes difficult even for specialists—to interpret intuitively.

    The system knows something.

    It produces an answer.

    The human receives the answer without necessarily possessing equivalent understanding.

    That epistemic asymmetry creates fertile ground for Lovecraftian metaphor.

    Consider the recommendation algorithm.

    It observes patterns distributed across enormous populations.

    It identifies statistical associations unavailable to ordinary perception.

    It predicts behaviour.

    Its predictions influence behaviour.

    The altered behaviour becomes new data.

    The new data modifies future predictions.

    A feedback loop forms.

    No cosmic entity is required.

    Yet to the individual inside the system, something peculiarly uncanny occurs.

    The machine appears to know.

    Why did it recommend this?

    Why am I seeing this advertisement?

    Why was that applicant rejected?

    Why did this account become suspicious?

    Why has this particular story suddenly filled everyone’s feeds?

    The system possesses agency in the practical sense that its outputs produce consequences, while responsibility remains distributed across programmers, datasets, optimisation objectives, organisations, infrastructure and users.

    This is close to a central Lovecraftian configuration:

    observable agency without comprehensible intention.

    Lovecraft’s cosmic beings are frightening partly because human beings cannot confidently anthropomorphise them.

    They may not hate us.

    They may not love us.

    They may not recognise moral categories resembling ours.

    Their purposes, if “purpose” is even the right word, emerge from an alien frame of reference.

    Complex automated systems create a mundane analogue.

    The algorithm does not need to become evil.

    It does not need hatred.

    It does not even require consciousness.

    Indifference is sufficient.

    This marks an interesting historical shift in technological horror.

    Twentieth-century machine horror frequently imagined rebellious intentionality:

    The machine wakes up and turns against us.

    HAL refuses orders.

    Skynet launches the war.

    The robot revolts.

    The computer develops ambition.

    These narratives preserve anthropocentrism because the machine ultimately becomes recognisably human in motive. It desires survival, control, revenge or domination.

    Twenty-first-century technological horror can be stranger.

    Perhaps there is no hatred.

    Perhaps there is only optimisation.

    The system performs exactly the function requested of it, but the function interacts with society in ways nobody fully anticipated.

    The nightmare is no longer malicious artificial consciousness.

    It is consequence without consciousness.

    That is more genuinely cosmic.

    VI. Fiction as Hyperstition

    This interaction between technological reality and fictional expectation leads toward hyperstition.

    Lovecraft should not be treated as a prophet of artificial intelligence, digital surveillance or network culture. Such claims reduce cultural influence to fortune-telling.

    The more compelling possibility is that Lovecraftian ideas became part of a feedback loop between fiction and perception.

    The sequence works approximately like this:

    historical anxiety produces fiction.

    The fiction converts diffuse anxiety into memorable forms.

    Later creators inherit those forms.

    Film and games turn them into images and systems.

    Audiences learn to recognise those patterns.

    New social conditions emerge.

    People interpret those conditions through familiar fictional forms.

    Creators then produce new works based upon those interpretations.

    The vocabulary becomes self-reinforcing.

    Lovecraftianism therefore no longer requires Lovecraft.

    A creator may never have read The Call of Cthulhu yet may have played Bloodborne, watched The Thing, encountered SCP fiction, played cosmic-horror board games and absorbed hundreds of internet images derived indirectly from the Mythos.

    The influence has become distributed.

    Recent scholarship describes precisely this extraordinary extension of Lovecraft into film, music, television, gaming and wider popular culture.

    At some stage, the source becomes less important than the network.

    The cultural object becomes autonomous.

    That is precisely where a hyperstitional reading becomes useful.

    The fiction does not magically summon cosmic horror into existence.

    Instead it manufactures expectations about what incomprehensible reality should look and feel like.

    Those expectations then affect later representations of reality.

    Cthulhu does not become real.

    The Lovecraftian becomes culturally real.

    VII. Cyberpunk and Cosmic Horror

    Cyberpunk provides an instructive parallel.

    Cyberpunk fiction imagined networks, corporate sovereignty, synthetic personalities, technologically fragmented identity, immersive information spaces and increasingly uncertain divisions between biological and artificial existence.

    Some of those ideas influenced technological culture.

    Technology then produced conditions resembling cyberpunk.

    Those conditions generated further cyberpunk.

    The loop is recognisable.

    Lovecraftianism interacts with technology differently.

    Cyberpunk asks:

    What will happen when technology penetrates everything?

    Lovecraftian horror asks:

    What happens when penetration reveals that our categories were inadequate?

    The two increasingly converge.

    A cyberpunk information system becomes Lovecraftian when nobody comprehends the whole.

    A surveillance network becomes Lovecraftian when it possesses a perspective no individual human can reproduce.

    An artificial intelligence becomes Lovecraftian when its output is intelligible but its internal representation is alien.

    A social network becomes Lovecraftian when millions of individually rational actions produce emergent behaviour nobody intended.

    A database becomes Lovecraftian when the representation of the individual becomes more socially powerful than the individual.

    Cyberpunk supplies the infrastructure.

    Lovecraft supplies the epistemology.

    One shows the network.

    The other asks what kind of entity the network has become.

    VIII. The Visual Anomaly

    Lovecraft’s fiction repeatedly struggles with representation.

    His narrators describe things as indescribable and then spend paragraphs describing them.

    This apparent contradiction is fundamental rather than accidental.

    The narrator encounters something for which existing categories are inadequate.

    Language fails because perception has exceeded classification.

    The “indescribable” monster therefore represents a semiotic breakdown.

    Something is visible.

    But there is no satisfactory sign for it.

    Contemporary synthetic media creates the inverse problem.

    Now the sign may exist without the thing.

    A convincing photograph may represent an event that never occurred.

    A voice may reproduce a person who never spoke the words.

    A face may belong to nobody.

    A document may have grammatical coherence without an authorial consciousness corresponding to the traditional idea of an author.

    The epistemological direction reverses.

    Traditional ghost photography asked:

    What if something was present that the camera recorded but the photographer did not see?

    Synthetic imagery asks:

    What if the camera-like image records something that was never present at all?

    Both generate the same destabilising question:

    What kind of evidence is an image?

    The visual anomaly therefore becomes an important twenty-first-century Lovecraftian object.

    Historically, the anomaly was the tentacle, impossible shadow, strange geometry or human body subtly transformed.

    Now the anomaly may be absence.

    A reflection that should exist but does not.

    A historical photograph containing an object from the wrong period.

    A face without a biography.

    A perfectly ordinary street that was never built.

    The uncanny moves from grotesque monstrosity toward ontological ambiguity.

    The most Lovecraftian synthetic image may ultimately be one containing nothing visibly monstrous.

    It simply depicts a reality that never happened.

    IX. Hauntology and the Lost Future

    Lovecraftianism also intersects with hauntology in a less obvious way.

    Hauntology concerns the persistence of what is absent: particularly, in Mark Fisher’s influential cultural development of the concept, the futures that previous generations anticipated but which never arrived.

    Lovecraft’s fiction normally looks backward.

    Ancient cities.

    Buried civilisations.

    Ancestral secrets.

    Forbidden manuscripts.

    Degenerate lineages.

    Geological immensities.

    But the antiquity in Lovecraft is rarely safely dead.

    The past is dormant.

    It returns.

    It waits beneath.

    This produces a temporal structure remarkably compatible with hauntology.

    The past is not finished because its signs continue acting in the present.

    Contemporary technological culture produces the inverse haunting.

    Our environment is full of obsolete futures.

    The videophone.

    The flying car.

    The monorail.

    The lunar city.

    The nuclear-powered utopia.

    The intelligent household servant.

    The completely immersive virtual world.

    The paperless office.

    The universal information commons.

    Each belonged to a particular historical imagination of progress.

    Some arrived partially.

    Some arrived differently.

    Some remain perpetually twenty years away.

    Their representations nevertheless survive.

    A 1960s architectural rendering of the year 2000 therefore becomes something stranger than an old illustration.

    It depicts a future in the past tense.

    This is the semiotic ghost.

    Lovecraft’s ancient ruin and the abandoned technological future begin to resemble one another.

    Both are residues of another order.

    Both imply lost systems of meaning.

    Both disturb the apparent inevitability of the present.

    The ruin says:

    Another civilisation existed here.

    The obsolete future says:

    Another civilisation was supposed to exist here.

    The emotional difference is smaller than it first appears.

    X. The Social Haunting

    Cultures, like individuals, survive through selective memory.

    A national identity requires a narrative.

    Certain events become foundational.

    Others are forgotten.

    Some are memorialised.

    Others remain contested.

    The social body therefore possesses something resembling an unconscious: not a literal collective mind, but a reservoir of suppressed histories, unresolved conflicts, inherited institutions and recurrent symbols.

    These can function as social ghosts.

    The language of haunting is particularly appropriate when something officially treated as finished continues generating consequences.

    Empire ends formally.

    Its borders remain.

    Slavery ends legally.

    Its distributions of wealth and power persist.

    Industrial economies disappear.

    Their towns, class structures and environmental damage remain.

    Wars end.

    Memorials, unexploded weapons, displaced populations and family histories continue.

    The past is absent but effective.

    That is hauntological structure.

    Here contemporary culture has substantially rewritten Lovecraft because the politics embedded in his original horror have themselves become objects of examination.

    Lovecraft’s racism and xenophobia were not incidental eccentricities wholly separable from his fiction. Critical scholarship has long examined the relationship between his racial fears, his conception of difference and his cosmic horror; recent scholarship continues to treat this political inheritance as central to understanding his cultural afterlife.

    The fear of corrupted ancestry, miscegenation, foreign populations, degeneration and hidden difference frequently intersects with his construction of monstrosity.

    Contemporary creators have increasingly reversed the lens.

    Lovecraft Country, first Matt Ruff’s novel and then the HBO television adaptation, is the obvious example.

    Instead of merely reproducing Lovecraftian terror, it asks what happens when the historical racism underlying some of that terror itself becomes the monster.

    Academic analysis has used the series specifically to examine race through thinkers including W. E. B. Du Bois and Frantz Fanon, while scholarship on the programme emphasises its combination of supernatural horror with the historical violence experienced by Black Americans.

    This is not simply rejection.

    It is cultural appropriation in the literal sense of taking possession of a vocabulary and changing its function.

    The old structure said:

    The Other is horrifying because it threatens the integrity of the self.

    The revision asks:

    Who constructed the Other, and what violence was required to preserve the supposedly pure self?

    That is a major transformation of Lovecraftian culture.

    The monster changes sides.

    XI. From Otherness to Uncertainty

    The most productive contemporary cosmic horror consequently moves beyond Lovecraft’s own politics.

    If Lovecraft often feared difference, contemporary writers can use cosmic horror to question the very demand for stable categories.

    Human/nonhuman.

    Natural/artificial.

    Individual/collective.

    Male/female.

    Self/environment.

    Original/copy.

    Real/synthetic.

    Living/dead.

    Author/machine.

    These boundaries remain useful.

    But technology, ecology, biology and culture continually reveal them to be more complicated than their everyday forms suggest.

    A human body contains microbial ecosystems.

    A person’s language derives overwhelmingly from other people.

    Memory is reconstructed.

    Identity changes through time.

    Digital information survives its creator.

    Algorithms infer persons statistically.

    Synthetic media can produce representations without corresponding events.

    Modernity therefore confronts us with increasing numbers of things that are simultaneously real and difficult to classify.

    Lovecraftian horror thrives precisely at category boundaries.

    The horror is not merely the strange object.

    It is the inadequacy of the filing system.

    XII. Ecology and the End of the Human Background

    Climate anxiety has also contributed to the revival of cosmic horror.

    Traditional Western narrative frequently treats landscape as background.

    Human beings act.

    Nature surrounds them.

    Ecological crisis makes this separation increasingly difficult to maintain.

    Atmosphere becomes actor.

    Ocean becomes actor.

    Temperature becomes actor.

    Disease ecology becomes actor.

    Forest becomes actor.

    Weather becomes historical force.

    These are not conscious agents in the ordinary sense, but they possess causal power far beyond individuals.

    The conceptual structure again resembles cosmic horror.

    Humanity discovers that it is embedded within systems that do not negotiate.

    The atmosphere cannot be persuaded.

    The ocean does not recognise national borders.

    A virus does not possess political intention.

    A drought does not hate.

    Indifference returns.

    But contemporary ecological horror also reverses Lovecraft’s scale.

    Lovecraft feared the discovery that humanity was insignificant.

    Ecological crisis introduces the disturbing opposite:

    Humanity is insignificant cosmically yet enormously consequential planetarily.

    We are simultaneously tiny and dangerous.

    That contradiction may be one of the defining cosmic anxieties of the Anthropocene.

    We are not masters of nature.

    Yet we have altered nature profoundly enough to become a geological influence.

    Lovecraft’s universe told humanity:

    You do not matter.

    The ecological crisis replies:

    You matter far more than you can responsibly control.

    Both destroy the comfortable middle ground.

    XIII. Pandemic and Invisible Agency

    Pandemic culture supplied another unexpectedly Lovecraftian experience.

    An invisible nonhuman process reorganised social behaviour across the planet.

    Ordinary spaces became threatening.

    Human proximity acquired risk.

    Invisible contamination became a governing concept.

    Maps, statistics and scientific models became interfaces through which people attempted to perceive something their senses could not directly observe.

    The cultural mechanism matters more than superficial comparisons between viruses and monsters.

    Pandemic experience reminded technologically advanced societies that enormous political and economic systems could be reorganised by biological entities lacking intention altogether.

    Again:

    No hatred.

    No ideology.

    No strategic plan.

    Only replication.

    Humanity nevertheless responded with borders, emergency powers, rituals, rumours, denial, scientific investigation and competing explanatory narratives.

    Cosmic horror often begins from precisely such a disproportion:

    the human mind demands intention from a process that has none.

    Conspiracy theory becomes attractive partly because malevolence can feel psychologically preferable to indifference.

    A secret enemy can theoretically be defeated.

    A universe without obligation to human meaning cannot.

    XIV. The Mythos as an Open Cultural System

    Lovecraft’s most consequential invention may ultimately have been less Cthulhu than the Mythos structure.

    His fictional universe was never a perfectly consistent canon.

    Names, books, places and beings migrated among stories.

    Other writers contributed.

    August Derleth systematised.

    Later authors contradicted.

    Games codified.

    Films visualised.

    Internet communities parodied.

    The result resembles an open-source mythology.

    This looseness explains much of its longevity.

    Cthulhu can be terrifying.

    Cthulhu can also be cute.

    The Necronomicon can appear in horror fiction, heavy metal, comedy, videogames, occult pastiche or merchandising.

    A fictional text invented by Lovecraft has acquired such cultural density that people encountering the word independently may initially assume that it refers to an authentic historical grimoire.

    Here fiction approaches the territory of hyperstition again.

    The Necronomicon does not become a genuine ancient book.

    It becomes a genuine cultural object whose content consists partly of the belief that it is an ancient book.

    The distinction is crucial.

    Its fictional origin does not prevent it producing real consequences:

    books are published under the title;

    artists illustrate it;

    musicians reference it;

    games build mechanics around it;

    collectors acquire editions;

    readers debate its fictional history.

    The invented object accumulates a real history.

    This is almost the purest form of semiotic haunting.

    The fake book acquires a bibliography.

    XV. Internet Folklore and the Democratisation of Cosmic Horror

    The internet accelerated this process.

    Earlier mythologies required institutions, oral traditions or publishers to transmit them.

    Digital folklore can mutate continuously.

    Creepypasta, SCP fiction, collaborative horror projects, found-footage narratives, analogue horror and fictional archives inherit much from Lovecraft even when Cthulhu is nowhere to be seen.

    Consider the common structure:

    an anomalous object exists;

    an institution attempts to catalogue it;

    documentation accumulates;

    classification fails;

    records contradict one another;

    something lies outside the archive;

    the reader reconstructs the horror indirectly.

    This is recognisably Lovecraftian.

    But the solitary antiquarian narrator has been replaced by bureaucratic documentation.

    The forbidden manuscript becomes the corrupted database.

    The occult scholar becomes the systems administrator.

    The sealed university collection becomes the inaccessible server.

    The unreliable witness becomes the damaged video file.

    The cosmic entity becomes the anomaly for which the organisation has no adequate taxonomy.

    Lovecraft’s epistemological machinery survives even after his Gothic furniture disappears.

    XVI. The Final Horror: No Centre

    All of these developments point toward one underlying Lovecraftian proposition.

    There may be no privileged centre.

    Not Earth.

    Not humanity.

    Not consciousness.

    Not the individual.

    Not the author.

    Not even the original text.

    Lovecraft himself has become decentralised from Lovecraftian culture.

    His creations belong to cultural networks larger than their creator.

    His racism is confronted by writers he would never have imagined as inheritors.

    His monsters become jokes.

    His cosmic pessimism becomes entertainment.

    His aesthetic becomes game mechanics.

    His fictional books acquire material editions.

    His ideas are transformed by ecological thought, network theory, posthumanism, technological anxiety and identity politics.

    The cultural system consumes its creator.

    There is something appropriately Lovecraftian about that.

    The author imagined human beings discovering that they were temporary local phenomena inside systems vastly larger than themselves.

    He has suffered the same fate.

    Lovecraft is now a temporary historical person embedded within something called Lovecraftianism, a cultural formation he neither designed nor controls.

    The creator has become smaller than the Mythos.

    XVII. The Future Looking Back

    This may explain why Lovecraftian themes have become more rather than less relevant as technology advances.

    The early twentieth century experienced the collapse of older certainties.

    The early twenty-first century experiences a different collapse.

    The coherent individual fragments into profiles.

    The trustworthy photograph becomes probabilistic evidence.

    The human author shares textual space with generated language.

    The algorithm observes patterns beyond ordinary perception.

    The climate reveals civilisation to be embedded inside planetary systems.

    The archive becomes effectively permanent while attention becomes ephemeral.

    Dead identities persist online.

    Synthetic personalities appear without biological histories.

    Past futures remain visible in cultural archives.

    New futures are generated partly from those archives.

    The distinction between memory and prediction becomes unstable.

    Our society is therefore increasingly haunted in both temporal directions.

    The past haunts the future because technological imagination remains constructed from inherited symbols.

    The future haunts the present because predictions influence investment and design.

    Abandoned futures haunt culture because their images survive.

    The dead haunt databases because their information persists.

    Fiction haunts reality because it supplies the metaphors through which reality becomes intelligible.

    And reality haunts fiction because each new technological development retroactively transforms what earlier stories appear to have meant.

    This produces a circular temporality:

    fear produces fiction
    → fiction produces symbols
    → symbols produce expectations
    → expectations influence behaviour
    → behaviour creates technologies and institutions
    → those systems create new fears
    → new fears reactivate old fiction.

    The loop has no obvious beginning.

    Lovecraft is simultaneously ancestor and descendant within it.

    His fears emerged from his historical moment.

    Our culture inherits them.

    We transform them.

    Those transformations alter how we reread Lovecraft.

    The future edits the past.

    The past scripts the future.

    Conclusion: Cthulhu Is Not Coming

    The least interesting interpretation of Lovecraft in contemporary culture is that his fictional monsters somehow predicted reality.

    Cthulhu is not awakening beneath the Pacific.

    The Great Old Ones are not waiting behind our networks.

    Artificial intelligence is not the Necronomicon.

    Algorithms are not eldritch gods.

    Such comparisons become intellectually useful only when treated as metaphors.

    The deeper continuity lies in a recurring crisis of human perspective.

    Lovecraft imagined characters discovering that their apparently stable world was a narrow interface over realities they were poorly equipped to perceive.

    The twenty-first century repeatedly places ordinary people in comparable conceptual situations.

    We inhabit networks nobody individually comprehends.

    We participate in economies whose causal chains cross the planet.

    We receive decisions generated by computational systems.

    We inhabit environmental processes operating across centuries.

    We encounter synthetic representations detached from physical events.

    We leave informational versions of ourselves in systems that may survive us.

    We possess more knowledge than any previous civilisation while becoming increasingly aware of how little any individual can understand.

    That combination—enormous information and diminished epistemic confidence—is profoundly Lovecraftian.

    The old cosmic horror said that beyond the familiar world lay something enormous, ancient and indifferent.

    Contemporary culture modifies the proposition.

    The enormous thing is no longer necessarily beyond the stars.

    It may be the network.

    The market.

    The climate.

    The archive.

    The algorithm.

    The population.

    The accumulated past.

    Or the distributed informational machinery through which contemporary identity is constructed.

    The twenty-first-century Lovecraftian monster therefore need possess neither tentacles nor teeth.

    It requires only three characteristics:

    it must be larger than the individual’s capacity to comprehend it;

    it must nevertheless possess the power to affect the individual;

    and it must reveal that one of our comforting categories was never as stable as we believed.

    At that moment cosmic horror ceases to be a genre convention.

    It becomes a way of seeing.

    And this may constitute Lovecraft’s strangest cultural afterlife.

    His most successful creation was not Cthulhu.

    It was not Arkham.

    It was not the Necronomicon.

    It was a particular sensation: the instant in which something familiar becomes evidence of an order radically larger than itself.

    A century of fiction, cinema, games and digital culture has taught us to recognise that sensation.

    So thoroughly, perhaps, that when contemporary reality produces a new form of opacity, distributed intelligence, identity instability or impossible scale, we already know the adjective to apply.

    Lovecraftian.

    That is the cultural feedback loop.

    Lovecraft inherited the anxieties of modernity and turned them into fiction.

    Culture inherited the fiction and turned it into an aesthetic.

    Media turned the aesthetic into a language.

    Technology produced conditions legible through that language.

    And those conditions now send us back to Lovecraft, where we discover—apparently waiting for us—the ghost of a future he never actually predicted.

    The cosmic horror was never that his monsters might become real.

    It was that his way of being afraid might.

  • Ghosts in the Feedback Loop: Identity, Fear and the Futures That Haunt Us

    Culture does not move cleanly from past to present to future. It circulates. Images survive their eras. Predictions become designs. Designs become habits. Habits become institutions. Institutions become ruins, and the ruins acquire meanings that their builders never intended. The future is imagined through fragments of the past, while the past is repeatedly rewritten by the futures that actually arrive.

    Within this circulation, identity is never entirely stable. Personal identity depends upon memory, recognition, narrative and continuity. Cultural identity depends upon much the same things, only distributed across populations. Both are haunted by what has disappeared, what might have happened, and what was once expected to happen but did not.

    Fear enters precisely where these narratives fail.

    The modern individual tends to imagine the self as coherent: one body, one biography, one name, one history. Yet even before digital technology this coherence was partly fictional. Memory edits. Families suppress. Nations mythologise. Institutions archive selectively. Individuals reconstruct themselves according to circumstances. We inhabit stories about ourselves because without narrative continuity experience would be only a succession of disconnected events.

    Technology has made this instability more visible.

    A person now exists simultaneously as biological body, legal identity, employment record, social profile, photographic archive, search history, credit score, behavioural model, biometric template and statistical prediction. These representations overlap but are not identical. Some are generated by the individual, some by institutions, and others by machines inferring characteristics that the person may never consciously have expressed.

    The self has become distributed.

    This produces a peculiarly contemporary form of horror. The threat is not necessarily that someone will steal your identity. It is that identity has already ceased to belong entirely to you.

    A system somewhere may possess a version of you that determines whether you receive a loan, enter a country, see an advertisement, qualify for insurance or become the subject of investigation. That computational double need not resemble the person you understand yourself to be. Nevertheless, in practical terms, it may become authoritative.

    Here personal anxiety begins to resemble cosmic horror.

    H. P. Lovecraft repeatedly constructed stories in which knowledge destroys the apparent boundaries of the self. A protagonist discovers an ancestry that alters who he believes himself to be, a consciousness that can migrate between bodies, an intelligence older than humanity, or a universe in which human categories possess no privileged significance.

    The terror does not simply come from encountering a monster.

    It comes from discovering that the category called “human” is less secure than expected.

    The same structure survives throughout modern horror. The alien becomes parasitic. The body becomes unreliable. Memory becomes questionable. The copy becomes indistinguishable from the original. The environment becomes sentient, or perhaps reveals that the distinction between environment and organism was always artificial.

    Eventually the question ceases to be, “What is the monster?”

    It becomes, “What am I?”

    This movement from external fear towards ontological uncertainty is one of the defining features of modern cultural anxiety.

    Yet Lovecraft himself is now part of a larger feedback process. His stories were influenced by earlier anxieties about science, degeneration, empire, race, archaeology and humanity’s shrinking position within an expanding universe. Those anxieties entered fiction. Fiction transformed them into a distinctive symbolic vocabulary. Later writers, filmmakers and game designers reused that vocabulary. Their works then shaped how subsequent generations imagined the unknown.

    The fiction returned to culture as a framework for perceiving reality.

    This is where hyperstition becomes useful.

    A hyperstition is more than a prediction that happens to come true. It is an idea whose circulation contributes to creating the conditions under which something resembling it becomes real.

    Cyberpunk provides particularly obvious examples.

    Early cyberpunk did not predict contemporary technological life in any simple prophetic sense. It exaggerated existing tendencies: computer networking, multinational corporations, prosthetics, surveillance, consumer electronics, virtual environments, artificial intelligence and fragmented urban identities.

    But those stories were subsequently consumed by people who designed software, interfaces, games, corporations and networks.

    Fiction provided metaphors.

    The metaphors became expectations.

    Expectations influenced designs.

    Designs produced technologies.

    Those technologies were then described using the terminology of the fiction.

    The loop closed.

    “Cyberspace” is perhaps the exemplary case. A fictional spatial metaphor helped people conceptualise computer networks. Once the metaphor circulated widely enough, actual technological development began to be understood through it.

    The fiction did not predict reality.

    It participated in constructing reality.

    This process also operates culturally rather than technologically. A society produces stories about itself. Those stories influence behaviour. Behaviour produces circumstances which appear to confirm the stories.

    A nation that continually describes itself as threatened begins constructing institutions around threat. Those institutions generate surveillance, boundaries and enemies. Their existence then seems to prove that the original fear was justified.

    A culture that tells itself technological innovation is inevitable directs money, prestige and labour toward certain technologies. Their eventual appearance is then presented as proof of inevitability.

    Narrative becomes infrastructure.

    But not every imagined future arrives.

    This is where hauntology enters.

    Hauntology concerns the persistence of absences. Its most compelling cultural form is the lost future: something that never existed but was once confidently expected.

    The twentieth century generated vast archives of futurity.

    Monorails crossed conceptual cities. Nuclear electricity promised abundance. Automation promised leisure. Supersonic aircraft promised a shrinking planet. Space stations promised expansion beyond Earth. Public architecture promised enormous civic confidence. Computers promised liberation from bureaucracy.

    Some of these futures arrived partially.

    Some arrived in distorted form.

    Others simply disappeared.

    Their images survived.

    A faded architectural drawing of a pedestrian city can therefore produce a strange emotion. We are not merely looking at the past. We are looking at the past looking toward a future which never became our present.

    The object contains two times simultaneously.

    It is historical and futuristic.

    This is the territory of the semiotic ghost.

    A semiotic ghost is not a supernatural apparition but a sign that has outlived the cultural structure which originally gave it meaning. The chrome rocket, the streamlined tower, the computer terminal glowing green in a darkened room, the flying car, the transparent videophone, the optimistic corporate family standing beneath a geodesic dome: each carries an embedded future.

    When encountered later, these objects appear haunted.

    Not because anything supernatural inhabits them.

    Because an abandoned expectation does.

    They are evidence from timelines that did not occur.

    Personal identity is structured in much the same way.

    Everyone possesses lost futures.

    The career never pursued.

    The relationship that did not continue.

    The city never moved to.

    The version of oneself imagined at seventeen, thirty or fifty.

    These unrealised selves do not simply disappear. They remain available as comparisons against the present.

    One can therefore be haunted by someone who never existed.

    This is one reason nostalgia can become painful. Nostalgia is usually described as longing for the past, but much nostalgia is actually longing for a past future.

    We remember not merely what happened but what we once believed would happen.

    Childhood memories are filled with this peculiar temporal structure. The remembered summer contains the adult knowledge that the future anticipated by the child will not arrive.

    The remembered object—a toy computer, a magazine, a science-fiction programme, a school textbook—can suddenly recover the expectation attached to it.

    For a moment we remember tomorrow.

    Cultural identity operates through the same mechanism at larger scale.

    Nations construct narratives from remembered victories, defeats, migrations, industries and institutions. Yet they are equally defined by abandoned futures.

    The industrial future.

    The imperial future.

    The socialist future.

    The technological future.

    The European future.

    The post-industrial future.

    The global future.

    Each political generation inherits not merely history but unfinished predictions.

    Consequently public debate is often conducted among ghosts.

    People argue over versions of society that once seemed possible. Political movements promise restorations of conditions that never existed quite as remembered. Technologies are promoted using imagery borrowed from earlier technological revolutions. New crises are interpreted through wars, depressions and cultural conflicts whose original circumstances have disappeared.

    The past is therefore continually projected forward.

    At the same time, imagined futures travel backward.

    Once something happens, earlier history begins to appear as though it were always leading toward it.

    The arrival of the internet made previous networking experiments look like precursors.

    The arrival of smartphones transformed pagers, PDAs and early mobile computers into evolutionary ancestors.

    The arrival of generative AI causes decades of fictional computers and artificial minds to be reread as prophecies.

    This retrospective reconstruction is powerful.

    The successful future colonises the past.

    Technological history becomes populated by inventions which appear inevitable only because we know what eventually succeeded.

    Failures disappear.

    Alternative paths become curiosities.

    The past is reorganised around the present.

    This creates another feedback loop:

    the present selects its ancestors.

    Those selected ancestors then justify the present.

    The resulting narrative makes the present appear inevitable.

    Culture becomes haunted not simply by what came before, but by the paths it has erased.

    This is where fear becomes politically and culturally important.

    Fear simplifies possibility.

    When frightened, individuals and cultures seek strong categories: friend and enemy, human and nonhuman, authentic and fake, normal and abnormal, safe and contaminated.

    Horror repeatedly attacks precisely those distinctions.

    The possessed person looks normal.

    The double possesses the original’s memories.

    The machine imitates human speech.

    The photograph may be synthetic.

    The trusted institution contains the threat.

    The familiar landscape has subtly changed.

    The horror lies in failed classification.

    Contemporary technological life increasingly generates similar uncertainties without requiring supernatural causes.

    A photograph is no longer straightforward evidence that something occurred.

    A voice recording is no longer straightforward evidence that someone spoke.

    A message may have been written by a human, generated by a model, generated by a model and edited by a human, or copied from something generated years previously.

    An online identity may belong to a person, organisation, bot, agent or composite.

    The informational world becomes populated by ambiguous entities.

    Historically, cultures interpreted ambiguous agency through ghosts, spirits, demons, doubles and possession.

    Modern technological society uses algorithms, agents, models and synthetic media.

    The ontologies differ enormously, but the psychological problem has similarities.

    Something acts.

    Its internal state is inaccessible.

    Its intentions are uncertain.

    Its presence must be inferred from traces.

    The ghost returns as an epistemological structure.

    This does not mean contemporary machines are supernatural. It means older supernatural narratives remain useful because human beings repeatedly confront situations in which agency is visible while the agent is obscure.

    Technology does not eliminate ghosts.

    It manufactures new conditions in which ghost metaphors become persuasive.

    Generative artificial intelligence intensifies this effect because it is fundamentally archival.

    Its outputs appear new, yet they emerge from statistical relationships extracted from enormous bodies of previous cultural production.

    The future is generated from the past.

    Ask for a future city and the machine returns accumulated fragments of previous future cities: cyberpunk neon, modernist towers, Gulf megaprojects, science-fiction spacecraft, corporate concept art, Japanese signage, twentieth-century utopian architecture.

    The supposedly unprecedented future arrives pre-haunted.

    AI therefore creates an unusual temporal machine.

    The archive produces the future.

    The generated future enters the archive.

    Future models learn from those generated artefacts.

    The distinction between cultural memory and cultural prediction begins to blur.

    This could be understood as an automated semiotic feedback loop.

    Humanity imagines the future.

    Machines learn humanity’s imagery of the future.

    Machines produce new images of the future.

    Humans consume those images.

    Designers incorporate their aesthetics.

    Products begin to resemble them.

    The generated image gradually acquires causal power.

    Hauntology and hyperstition converge.

    One concerns futures that failed to arrive.

    The other concerns imagined futures that help themselves arrive.

    Between them sits contemporary culture, continuously deciding which ghosts to resurrect.

    This is also why cultural identity is becoming increasingly unstable.

    Identity requires forgetting as well as remembering.

    A person who remembered every humiliation, contradiction and abandoned ambition with equal intensity might struggle to sustain any coherent sense of self. Cultures likewise depend upon selective memory.

    Digital technology weakens forgetting.

    Old photographs return automatically.

    Messages remain searchable.

    Embarrassments survive.

    Dead websites persist in archives.

    Abandoned communities remain indexed.

    Voices can be reconstructed.

    Images can be generated of people at ages they never reached.

    The dead increasingly leave behind interactive informational residues.

    We are entering a culture in which absence itself may become technologically difficult.

    The consequences may be profound.

    Traditional mourning depends partly upon the gradual transformation of presence into memory. Digital systems complicate that transition because traces can continue behaving as though presence persists.

    A dead person’s photographs can appear in automated reminders.

    Their account can remain contactable.

    Their voice may survive in recordings.

    Their written language may become sufficient to approximate a conversational persona.

    The cultural ghost approaches technical implementation.

    Again, the supernatural metaphor should not be confused with literal supernaturalism.

    But the emotional structure is ancient.

    The dead speak.

    The past answers.

    The image moves.

    The voice returns.

    The boundary between memory and encounter becomes uncertain.

    At this point personal hauntology, technological hyperstition and cultural identity converge.

    Human beings construct themselves through stories.

    Cultures construct themselves through stories.

    Stories generate imagined futures.

    Some futures influence behaviour and become real.

    Others fail and become ghosts.

    Those ghosts enter later stories.

    Later stories alter later behaviour.

    The cycle continues.

    Past and future are therefore not opposite directions.

    They are participating systems.

    The past provides materials from which futures are imagined.

    The future determines which parts of the past become significant.

    Fear concentrates attention upon certain possibilities.

    Fiction gives those possibilities form.

    Culture repeats the forms until they become familiar.

    Technology sometimes embodies them.

    Experience then appears to validate the fiction.

    Eventually the distinction between prediction, memory and design becomes difficult to locate.

    Perhaps that is the deeper social haunting of the twenty-first century.

    We inhabit environments crowded with unrealised futures, reconstructed pasts, digital doubles, artificial voices and stories that have escaped the conditions that created them.

    Our ghosts no longer need graveyards.

    They inhabit databases, interfaces, brands, ruins, archives, algorithms and expectations.

    And among them moves the most persistent apparition of all: the imagined coherent self, attempting to preserve a continuous identity while being constantly rewritten by memory, technology and culture.

    We are haunted by what happened.

    We are haunted by what did not happen.

    We are haunted by what we once believed would happen.

    And increasingly, we are haunted by futures that may be becoming real precisely because we imagined them first.

  • Blessing a New Office

    A Shinto blessing for a new office typically involves a ceremony called Jichinsai (地鎮祭), which is performed to purify the space and invite good fortune, harmony, and success. Below is a general outline of what this blessing entails:

    Shinto Blessing Ceremony for a New Office (Jichinsai)

    1. Preparation:
      • A Shinto priest (Kannushi) is invited to perform the ceremony.
      • The area is cleaned and prepared with a temporary altar (usually made of bamboo or wood).
      • Offerings such as rice, salt, sake, and seasonal fruits are placed on the altar as a way to show respect and gratitude to the kami (Shinto deities).
    2. Purification (Harai):
      • The priest performs a purification ritual, using a purification wand (Haraigushi) or sprinkling salt and water to cleanse the space of any impurities or negative energies.
      • Sometimes, participants are also purified through the waving of the Haraigushi.
    3. Offerings and Prayers:
      • The priest offers prayers to the kami, requesting protection, prosperity, and success for the new office.
      • The attendees (office staff or owners) may also bow or clap their hands in prayer to show reverence.
    4. Sacred Ritual Dance or Music:
      • Depending on the specific shrine or custom, there may be a sacred ritual dance (Kagura) or music to further honor the kami.
    5. Breaking Ground (Tataki Hajime):
      • In some cases, a symbolic breaking of the ground or placing of a special stake (known as Kouhatsu) is done to mark the beginning of the office’s success.
    6. Sharing of Sacred Offerings:
      • The priest may share sake and other blessed items with the participants as a way to complete the ceremony, and everyone partakes in this symbolic sharing of blessings.

    After the ceremony, it’s common to celebrate the new beginning with a small feast or gathering, reflecting the Shinto value of community and gratitude.

    This blessing is intended to create harmony between the physical space, the people who will work there, and the spiritual world, ensuring that the office will be a place of positivity and success.

    Ridding an evil spirit

    In Shinto tradition, ridding an evil spirit from a space like an office involves a ritual known as Oharai (お祓い) or Exorcism (Kiyome no Shiki). This ceremony is performed by a Shinto priest to cleanse and purify the space from negative energies or malevolent spirits.

    Below is an outline of the general steps that may be involved in this type of ritual:

    Shinto Ritual for Removing an Evil Spirit (Oharai)

    1. Preparation:
      • Contact a Shinto shrine and request the assistance of a Shinto priest (Kannushi) who is experienced in performing exorcism rituals.
      • Clean the office space as much as possible, removing clutter and unnecessary items to allow for a smoother flow of energy.
    2. Setting up a Temporary Altar (Shinden):
      • A temporary altar may be set up in the office, featuring offerings like rice, salt, water, sake, and fresh fruit. These offerings are meant to appease the kami and help in the purification process.
      • Sacred branches, such as Sakaki (a type of sacred evergreen), might be placed on the altar as a symbol of purification.
    3. Purification Ritual (Harai or Haraigushi):
      • The priest will begin the ritual by purifying the space using a Haraigushi (a purification wand made of paper streamers) or by sprinkling salt and water around the office. This is done to remove impurities and cleanse the environment.
      • Sometimes, special prayers and chants are recited to invoke the power of the kami and drive away the evil spirit.
    4. Invocation of Kami (Shinzen Norito):
      • The priest will offer prayers known as Norito, invoking the protection of the kami and asking them to drive out any negative or evil spirits that may be present in the office.
      • The participants in the office may be asked to bow and clap their hands as a sign of respect and reverence during the prayers.
    5. Ritual Offerings and Sacrifice:
      • Offerings of sake, rice, and other items are presented to the kami to show gratitude and ask for their intervention. In some cases, the priest may also perform a symbolic sacrifice or offer sacred items as a way of appeasing the spirits.
    6. Exorcism Ritual (Kiyome no Shiki):
      • The priest performs the core exorcism ritual, which might involve waving the Haraigushi over specific areas of the office or using a Shimenawa (sacred rope) to mark off purified areas.
      • In more serious cases, the priest may recite powerful prayers or use a sword (known as Katana) as a symbolic gesture to cut through the malevolent energy.
    7. Sealing the Space:
      • After the exorcism is complete, the priest may seal the space with protective talismans known as Ofuda. These talismans are placed at key entry points, such as doors and windows, to prevent any future negative influences.
      • Salt may also be sprinkled at the entrances as an additional protective measure.
    8. Final Blessing and Celebration:
      • The ritual concludes with a final blessing for the office and all who work there, asking for continued protection, peace, and success.
      • A small celebration, involving food or drink, is often held afterward to thank the kami for their assistance and to mark the successful completion of the ritual.

    Additional Measures:

    • Daily Cleansing Practices: It may be beneficial to continue daily or weekly purification practices, such as sprinkling salt or using incense (like Shinto’s sacred Sakaki) to maintain the positive energy.
    • Protective Talismans: The office can also be adorned with protective talismans from a shrine to maintain a sacred atmosphere.

    If the problem persists, follow-up rituals or consultations with the priest may be necessary.

  • EA – An Actual Model of a Business?

    If you genuinely want to understand how a business is structured and how it improves, think of it as seven interacting systems.

    1. Value – What outcomes does the organisation produce, for whom, and why do they matter?
    2. Work – What activities transform demand into those outcomes?
    3. Organisation – Who performs the work, and where does authority sit?
    4. Information – What facts, records and knowledge make the work possible?
    5. Technology – What systems automate, constrain or enable the work?
    6. Economics – What resources are consumed and where does value leak?
    7. Governance – Who decides, who controls, who accepts risk and who is accountable?

    Capabilities sit across these systems as a vocabulary describing what must be possible. They are not the systems themselves.

    That distinction matters enormously.

    This is an exceptionally clean and pragmatic articulation of an operating model. It cuts through the usual consulting jargon and reduces business architecture to its actual mechanics.

    The final distinction regarding Capabilities is the most critical insight. A capability (e.g., “Secure Enterprise Connectivity” or “Rapid Product Prototyping”) is simply the definition of what the business must be able to do. It is the “vocabulary.” Actually delivering that capability requires threading it through all seven of the foundational systems.

    This distinction becomes painfully obvious during large-scale technical transformations. For example, when executing a massive infrastructure shift—such as a 15,000-user enterprise network migration or embedding UK NCSC-aligned security baselines across an organization—the initiative almost always fails if it is treated purely as a Technology (5) and Information (4) upgrade.

    To deliver the capability of a secure, modern network, it must intersect the other five systems:

    • Work (2): The security posture cannot introduce so much friction that it breaks daily activities.
    • Governance (7): There must be clear accountability for risk acceptance and compliance tracking.
    • Organisation (3): The operational teams must have the authority and structure to manage the new environments.
    • Economics (6): The licensing, hardware lifecycle, and operational overhead must not leak value.
    • Value (1): The ultimate outcome must actually serve the broader goals of the enterprise, not just the IT department.

    When leadership confuses a “Capability” with a “System,” they tend to buy a piece of Technology and assume the Capability has been acquired, completely ignoring the Work, Governance, and Economics required to make it function.

    Here is a visual representation of how this vocabulary maps across the structural systems:

    [ CAPABILITIES ]
                       (The Vocabulary of "What")
                                   │
           ┌───────────────────────┼───────────────────────┐
           │                       │                       │
     [ 1. Value ]             [ 2. Work ]        [ 3. Organisation ]
      (Outcomes)             (Activities)            (Authority)
           │                       │                       │
           ├───────────────────────┼───────────────────────┤
           │                       │                       │
    [ 4. Information ]      [ 5. Technology ]      [ 6. Economics ]
       (Knowledge)             (Systems)             (Resources)
           │                       │                       │
           └───────────────────────┼───────────────────────┘
                                   │
                           [ 7. Governance ]
                             (Decisions/Risk)
    
    

    The core visual takeaway is that you cannot simply “build” or “buy” a capability in isolation. If the business needs a new capability, that requirement must cascade down and alter the state of all seven underlying systems to actually function without breaking.

  • Human Resource Capital: A Public Sector Field Guide

    There was a time when organisations employed people.

    They were called staff.

    Some were good. Some were useless. Some knew where the stopcock was, which made them effectively immortal.

    Then somebody went on a management course and discovered the phrase Human Resource Capital.

    This was an important breakthrough because it allowed public bodies to stop thinking of employees as troublesome mammals requiring desks, wages and occasional dignity, and instead regard them as a kind of depreciating spreadsheet livestock.

    A person could now be transformed into an FTE.

    An FTE could become a resource.

    A resource could be aligned.

    An aligned resource could be strategically deployed.

    And a strategically deployed resource could, with sufficient consultancy support, be made redundant without anybody having to say, “We have sacked Janet.”

    Janet had ceased to exist several PowerPoints earlier.

    She was now 0.8 headcount variance against target operating model.

    This is progress.

    Modern public-sector HR exists at the exciting intersection of pastoral care, employment law and low-grade psychological warfare.

    Its great achievement is to take almost any recognisable human activity and wrap it in enough process that nobody can remember why they started.

    Consider recruitment.

    In primitive organisations, a manager might once have said:

    “We need someone who can fix boilers.”

    This was dangerously informal.

    Today the requirement passes through workforce planning, role evaluation, grading, equality review, finance approval, establishment control, vacancy authorisation and something called the People Business Partnering Function, which sounds less like a department than an escort agency for accountants.

    Eventually a job description appears.

    It is seventeen pages long.

    The boiler is not mentioned.

    Instead the successful candidate must demonstrate:

    • strategic stakeholder engagement;
    • collaborative behavioural leadership;
    • resilience in ambiguous environments;
    • digital confidence;
    • values-led decision making;
    • evidence of continuous personal development;
    • and the ability to lift twenty-five kilograms.

    Only the last item has anything to do with the boiler.

    The applicant then completes an online form demanding the exact month they left a Saturday job in 1987.

    A CV is uploaded.

    The system asks them to type the CV out again.

    This is not a bug.

    It is the first assessment.

    Those who survive are invited to interview, where a panel of four people asks identical competency questions while one member furiously types everything into a laptop without making eye contact.

    “Tell us about a time you influenced a difficult stakeholder.”

    “I once persuaded a naked man with a hammer to leave a library.”

    “Can you describe the governance framework you used?”

    “No.”

    “Thank you. We’ll move on.”

    The candidate loses marks.

    Eventually HR appoints someone with excellent stakeholder management experience who has never seen a boiler.

    They leave after nine months to become Head of Transformation.

    This creates another vacancy.

    Thus the organism reproduces.

    Performance management is equally sophisticated.

    Managers are encouraged to hold regular meaningful conversations with staff, provided these conversations are recorded in the approved system, aligned to corporate values, mapped against annual objectives, cross-referenced to development goals and completed before the portal locks on 31 March.

    A meaningful conversation therefore runs as follows:

    “How are you?”

    “Exhausted.”

    “Would you say exhausted is Amber or Red?”

    “Dead inside.”

    “I’ll put Amber.”

    Every employee receives objectives.

    Objectives should be SMART.

    Specific.

    Measurable.

    Achievable.

    Relevant.

    Time-bound.

    In practice this means:

    Objective 1: Continue doing job.

    Measure: Job continues.

    Target date: March.

    Status: Green.

    Managers then spend April explaining why everybody achieved ninety-seven per cent of their objectives but nobody can afford to buy printer paper.

    Training is another triumph.

    The modern public servant is required to complete enough compulsory online learning to qualify as a moderately competent airline pilot.

    Cybersecurity.

    Data protection.

    Fraud awareness.

    Information governance.

    Safeguarding.

    Manual handling.

    Equality.

    Diversity.

    Inclusion.

    Anti-bribery.

    Counter-fraud.

    Counter-terrorism.

    Fire safety.

    Display screen equipment.

    Records retention.

    Modern slavery.

    Conflicts of interest.

    Speaking up.

    Whistleblowing.

    Mental wellbeing.

    Respect at work.

    Unconscious bias.

    Conscious bias.

    Bias about having biases.

    And a forty-seven-minute module explaining why forty-seven-minute modules are necessary.

    These courses invariably contain a smiling fictional employee called Priya or Ben.

    Priya receives an email asking for payroll information.

    Should Priya:

    A. Send the entire payroll database to Belarus.

    B. Publish it on Facebook.

    C. Ask her neighbour.

    D. Report the suspicious email.

    You select D.

    Correct!

    The organisation now considers you cyber-secure.

    Somewhere in Minsk, a ransomware crew wipes away tears of frustration.

    Perhaps the grandest invention of Human Resource Capital is the employee engagement survey.

    This allows senior leadership to discover annually that staff want:

    more people,

    better pay,

    less bureaucracy,

    functional IT,

    competent management,

    and somebody to fix the fucking heating.

    Leadership then commissions a consultancy to understand the findings.

    Three months later the consultancy delivers a slide deck.

    The slide deck reveals five strategic themes:

    Belonging.

    Purpose.

    Voice.

    Growth.

    Connection.

    The heating remains broken.

    A taskforce is established.

    The taskforce creates a working group.

    The working group creates a listening exercise.

    The listening exercise discovers that staff still want the heating fixed.

    This finding is escalated to Estates.

    Estates explains that heating falls under the Integrated Workplace Experience Contract.

    Nobody knows who owns that.

    Six months later an email arrives announcing Warmth Week, celebrating employee wellbeing.

    Staff are encouraged to wear colourful jumpers.

    Public-sector organisations are also passionately committed to wellbeing.

    This is why a nurse working twelve hours short-staffed may receive an email entitled:

    REMEMBER TO PRIORITISE YOU

    It contains a picture of pebbles.

    The email suggests breathing exercises.

    No additional nurse is provided.

    Elsewhere, a social worker with forty-three active cases is invited to a lunchtime webinar on resilience.

    Attendance is voluntary.

    The webinar is during lunch.

    The social worker has no lunch.

    HR records low engagement with the resilience initiative.

    A lessons-learned review follows.

    The modern employee must also maintain psychological safety.

    This is important.

    Psychological safety means staff should feel able to raise concerns without fear of retaliation.

    To demonstrate commitment to this principle, many organisations have created elaborate speaking-up frameworks.

    These provide at least nine approved channels through which concerns may be raised.

    All nine ultimately forward the email to the manager you were complaining about.

    Grievance procedures provide further reassurance.

    The complainant submits forty pages.

    HR acknowledges receipt.

    Three weeks later HR asks whether the issue could be resolved informally.

    The complainant explains that twelve months of attempted informal resolution are the reason for the grievance.

    HR proposes mediation.

    The complainant declines.

    HR asks whether they have considered mediation.

    Eventually an investigating officer is appointed from another department.

    This person has never met anyone involved and knows nothing about the subject.

    This is regarded as impartiality.

    They interview seventeen witnesses and produce a report containing the immortal phrase:

    “There are differing perceptions of events.”

    One party says, “He threatened me with a chair.”

    The other says, “I did not.”

    Differing perceptions.

    Case closed.

    Then there is workforce transformation.

    Transformation is what happens when an organisation has exhausted restructuring.

    Traditional restructuring moved boxes around an organisation chart.

    Transformation removes the organisation chart, hires consultants to invent a new one, and then returns everybody to approximately the same boxes under exciting new names.

    Personnel became Human Resources.

    Human Resources became People Services.

    People Services became People and Culture.

    People and Culture became Workforce Experience.

    Workforce Experience will eventually become Human Resources again when everybody involved has retired.

    The people doing actual work remain largely unchanged.

    Dave still fixes lifts.

    Dave has survived six operating models.

    According to current HR systems, however, Dave is a Technical Infrastructure Experience Partner.

    Dave does not know this.

    Dave has a screwdriver.

    Everyone is frightened of Dave because if Dave leaves, three buildings stop functioning.

    This makes Dave the closest thing the public sector has to a warlord.

    Senior leaders talk constantly about talent.

    There are talent pipelines.

    Talent pools.

    Talent frameworks.

    Talent academies.

    Talent reviews.

    Nine-box grids divide employees according to performance and potential.

    Somewhere, a director places coloured dots against people’s names and decides who has “high potential.”

    Nobody puts Dave on the grid.

    Dave fixes the grid’s projector.

    Succession planning is similarly elegant.

    The organisation identifies critical roles.

    A spreadsheet is produced.

    The spreadsheet reveals that the only person who understands the payroll interface is Maureen, aged sixty-four.

    This is classified as a single point of dependency.

    Management responds by asking Maureen to document everything.

    Maureen says she has been trying to train a deputy since 2012.

    The deputy post was removed during transformation.

    This is recorded as a learning point.

    Maureen retires.

    Payroll stops.

    An emergency consultancy contract is issued for £900,000.

    Maureen returns three days a week as a contractor.

    Everyone congratulates themselves on business continuity.

    Pay deserves special recognition.

    Public bodies often operate transparent salary structures based on grades.

    This ensures fairness.

    Thus an employee may have responsibility for thirty staff, a seven-figure budget and a statutory service while earning approximately four pounds more than someone who schedules meetings for a director.

    The director, meanwhile, cannot increase either salary because of pay governance.

    He can, however, appoint an interim consultant at £1,200 per day.

    The consultant recommends reviewing pay governance.

    The report costs £140,000.

    It concludes that remuneration should be competitive.

    Everybody agrees.

    Nothing changes.

    At the bottom of all this sits the line manager.

    The line manager is expected to manage performance, absence, wellbeing, development, inclusion, conduct, capability, recruitment, retention, engagement, health and safety, training compliance and team culture while also performing the job for which they were originally employed.

    They receive two days of management training.

    Day One covers difficult conversations.

    Day Two covers how to enter difficult conversations into the HR system.

    Afterward they are considered ready.

    One must nevertheless admire the sheer reproductive vitality of the Human Resource Capital ecosystem.

    Every administrative burden creates a need for another administrator.

    Every framework produces a reporting requirement.

    Every report identifies a governance gap.

    Every governance gap requires assurance.

    Every assurance process generates training.

    Every training package creates non-compliance.

    Every instance of non-compliance requires management action.

    And every management action creates another record.

    It is the bureaucratic equivalent of rabbits shagging inside a photocopier.

    Eventually nobody can find the rabbits.

    But there is plenty of paper.

    The tragedy is that most of the people inside the machine are perfectly sensible.

    HR officers know when a policy is ridiculous.

    Managers know when a process wastes time.

    Employees know which training is bollocks.

    Executives know that the engagement survey will say the same thing as last year.

    Everyone knows.

    But each individual is attached to only one small lever.

    Nobody controls the whole contraption.

    And so it grinds onward, producing dashboards, strategies, consultations, competencies, frameworks, toolkits and glossy PDFs showing diverse groups of people pointing enthusiastically at Post-it notes.

    Somewhere beneath it all, actual public services continue to function.

    Bins are collected.

    Children are protected.

    Patients are treated.

    Benefits are processed.

    Roads are repaired.

    Libraries open.

    Emergencies are answered.

    Not because Human Resource Capital has perfectly optimised workforce capability.

    But because an enormous number of stubborn, experienced people come to work every morning and quietly do the necessary thing despite the organisation repeatedly getting in their way.

    They know which form to ignore.

    Which policy is obsolete.

    Which printer works.

    Which manager will actually make a decision.

    Which cupboard contains the emergency biscuits.

    And, critically, who knows where the stopcock is.

    Human Resource Capital may call these people strategic workforce assets.

    Everybody else calls them:

    “Thank Christ you’re in today.”