{
  "schema": "org-writing@v1",
  "slug": "silence-is-an-intervention",
  "kg": {
    "id": "org:writing:silence-is-an-intervention",
    "type": "brick",
    "graph": "/kg.json"
  },
  "title": "Silence is an intervention",
  "subtitle": "A product that refuses to answer instantly is protecting something speed destroys",
  "abstract": "Why we decline to optimize time to first token in relational contexts, from the response-time law that governs the rest of software to the delays our specifications require on purpose.",
  "kind": "brick",
  "topics": [
    "Incentives"
  ],
  "courseMemberships": [
    {
      "course": "org:courses:incentives",
      "topic": "Incentives",
      "wall": "org:walls:engineering",
      "position": 1,
      "total": 6
    }
  ],
  "publishedAt": "2026-08-03T00:00:00.000Z",
  "version": 1,
  "guidelinesVersion": 15,
  "brief": {
    "problem": {
      "text": "Four decades of interface practice treat every millisecond of delay as pure loss, and the instinct arrives unexamined in contexts where an instant reply says the wrong thing.",
      "claims": [
        "published a 400 millisecond response-time threshold in 1982"
      ]
    },
    "mechanism": {
      "text": "The interval before a reply is itself a message about the kind of attention being paid, so a system that drives the interval to zero has not removed a cost, it has overwritten what the pause was saying.",
      "claims": [
        "does not optimize for minimum time to first token in session contexts"
      ]
    },
    "move": {
      "text": "Treat latency as a budget rather than a defect, and spend it deliberately wherever a person is being met rather than served.",
      "claims": []
    }
  },
  "sources": [
    {
      "repo": "mnstry-monorepo",
      "path": "docs/30-design-system/05-ai-interaction/README.md"
    },
    {
      "repo": "mnstry-monorepo",
      "path": "docs/10-platform/20-features/ux-design-bible.md"
    },
    {
      "repo": "mnstry-monorepo",
      "path": "docs/30-design-system/03-features/animation/therapeutic-motion-loading-spec.md"
    }
  ],
  "canonicalPath": "/writing/silence-is-an-intervention/",
  "body": "The orthodoxy has receipts, and they are good ones. In 1982 two IBM researchers, Walter Doherty and Arvind Thadani, published a 400 millisecond response-time threshold, the point below which a person stops waiting on a machine and starts thinking with it, and the number still sets targets in interface work forty years later. Google measured the same law from the other side in 2009, when a controlled experiment adding between a tenth and four tenths of a second of delay to search results reduced the number of searches people ran, with the effect persisting for weeks after the delay was removed. Latency is a tax. We are not disputing the finding.\n\nWe are disputing where it generalizes. Doherty measured programmers editing code. The Google experiment measured people looking things up. Both are transactions, tasks with a right answer and a person who wants it and then wants to be gone, and in a transaction the wait is pure overhead, which is exactly why removing it is pure gain. Carry the same instinct into a moment where somebody has just said something difficult, and the technically excellent instant reply communicates that nothing happened in between. The interval before a reply is itself a message about the kind of attention being paid, which means a system that drives the interval to zero has not removed a cost, it has overwritten what the pause was saying.\n\nSo the delay is written into the specification rather than left to taste, because a number nobody wrote down loses every argument with a performance dashboard. Our design system states outright that the system does not optimize for minimum time to first token in session contexts, and requires a presence indicator to hold for a minimum duration before the first character of text appears, so that an immediate model response does not arrive with the uncanny quality of an answer that was waiting. The motion specification sets a default initial response delay of roughly a second and a half, extended to between two and four seconds in high-arousal emotional contexts, and paces streamed text at around three words per second with pauses at sentence and clause boundaries rather than revealing it token by token. Before any waiting indicator appears at all there is an attentive silence window of three to five seconds, and a companion rule that silence is never left past five to seven seconds without a minimal acknowledgment, because unmarked absence stops reading as presence and starts reading as failure.\n\nThe doses are the argument. Slowness is not a virtue here, and an interface that made a person wait to seem thoughtful would be running the same manipulation as the one that answers instantly to seem capable, only with worse manners. That is why the same specification bypasses the silence behavior entirely for urgent or safety-critical content, and why the pacing targets vary by phase rather than sitting at one pious constant, faster for structured task work and slower where something is being processed. The pause is instrumentation for a particular kind of moment, not a house style.\n\nEvery one of those numbers is a number a dashboard would flag as a regression. Time to first token is the metric the whole industry ships against, and the honest description of what we are doing is that we accept a worse score on it in the contexts where the score measures the wrong thing. This is what designing against your own incentives looks like in practice, not a manifesto but a default in a spec file that costs something real on a chart somebody reports upward every month. A product cannot protect a pause it has not agreed, in writing and in advance, to lose an argument about, and the pauses worth protecting are the ones where a person is deciding what they actually think.",
  "apparatus": {
    "note": "The human-facing essay is deliberately practical; this apparatus carries the full references, evidence-graded claims, article-local concepts, and research context behind it. Canonical concept definitions come from the concept registry.",
    "references": [
      {
        "id": "org:references:silence-is-an-intervention:r01",
        "author": "Walter J. Doherty and Arvind J. Thadani",
        "work": "The Economic Value of Rapid Response Time (IBM)",
        "year": 1982,
        "relevance": "The received view at its strongest and best evidenced. The 400 millisecond figure is the origin of the industry's latency doctrine, and the brick concedes it in full before restricting its domain."
      },
      {
        "id": "org:references:silence-is-an-intervention:r02",
        "author": "Jake Brutlag (Google)",
        "work": "Speed Matters for Google Web Search",
        "year": 2009,
        "relevance": "The controlled measurement of the other side of the same law, and the source of the persistence finding. Named because the brick's argument depends on the experiments being sound rather than on them being wrong."
      },
      {
        "id": "org:references:silence-is-an-intervention:r03",
        "author": "MNSTRY design system and platform documentation",
        "work": "Interaction design system, experience design specification, and attentive motion and loading specification (internal records of the pacing contract)",
        "year": 2026,
        "relevance": "The shipped counter-position. The stated refusal to optimize time to first token in session contexts, the minimum presence duration, the initial response delays, the streaming pace, the silence window, and the safety carve-out."
      }
    ],
    "claims": [
      {
        "id": "org:claims:silence-is-an-intervention:c01",
        "claim": "IBM researchers Walter Doherty and Arvind Thadani published a 400 millisecond response-time threshold in 1982, and it entered interface practice as a standard target.",
        "basis": "The 1982 IBM Systems Journal paper and four decades of its citation in interaction design practice.",
        "confidence": "verified",
        "sources": []
      },
      {
        "id": "org:claims:silence-is-an-intervention:c02",
        "claim": "A 2009 Google experiment adding between 100 and 400 milliseconds of delay to search results reduced the number of searches users performed, with the effect persisting for weeks after the delay was removed.",
        "basis": "Google's own published account of the experiment, presented at Velocity 2009.",
        "confidence": "verified",
        "sources": []
      },
      {
        "id": "org:claims:silence-is-an-intervention:c03",
        "claim": "Our design system specifies that the system does not optimize for minimum time to first token in session contexts, and requires a presence indicator to hold for a minimum duration before the first text renders.",
        "basis": "Our interaction design system document, read from the record before authoring. A statement about what our documents specify, not a measured outcome.",
        "confidence": "verified",
        "sources": []
      },
      {
        "id": "org:claims:silence-is-an-intervention:c04",
        "claim": "Our motion specification sets a default initial response delay of about 1500 milliseconds, extends it to between 2000 and 4000 milliseconds in high-arousal emotional contexts, and paces streamed text at roughly three words per second with pauses at sentence and clause boundaries.",
        "basis": "The same internal specification, which states these as canonical tokens and phase targets.",
        "confidence": "verified",
        "sources": []
      },
      {
        "id": "org:claims:silence-is-an-intervention:c05",
        "claim": "Our motion specification names an attentive silence window of three to five seconds before any waiting indicator appears, and forbids leaving silence beyond five to seven seconds without a minimal acknowledgment.",
        "basis": "The attentive silence policy in the same specification.",
        "confidence": "verified",
        "sources": []
      },
      {
        "id": "org:claims:silence-is-an-intervention:c06",
        "claim": "The same specification bypasses the silence behavior for urgent or safety-critical user content.",
        "basis": "Stated as an explicit exception in the attentive silence policy.",
        "confidence": "verified",
        "sources": []
      }
    ],
    "concepts": [
      {
        "id": "org:concepts:attentive-silence",
        "name": "Attentive silence",
        "definition": "A deliberately unfilled interval before a system responds, held as a signal of attention rather than treated as latency to be eliminated. The pause is instrumentation for a particular kind of moment rather than a house style, which is why the same specification that requires it also switches it off for urgent content.",
        "provenance": "canonical"
      },
      {
        "name": "Time to first token",
        "definition": "The industry's standard latency metric for generated responses, and the specific measure this brick declines to optimize in session contexts.",
        "provenance": "local"
      }
    ],
    "researchContext": "Extracted for the incentives wave as a Living-dimension sibling of positive\nfriction. The two bricks share the REAL essay as parent and divide the\nterritory deliberately. Positive friction owns the effort mechanism, that\npeople value what they labor on, and it is not restated here. This brick\nowns pacing as protection, which is a claim about what an interval\ncommunicates rather than about what effort builds, and the two arguments\nwould collapse into one if either borrowed the other's mechanism sentence.\n\nThe Doherty and Brutlag results are conceded rather than contested. The\nbrick's whole move is a domain restriction, so weakening the evidence for\nthe orthodoxy would weaken the argument rather than strengthen it. The\nrestriction is stated in the text as the difference between a transaction\nand an encounter, and both cited experiments measured transactions.\n\nEvery internal claim is graded as a statement about what our documents\nspecify. None of them assert a measured effect on any person, and the\nspecification numbers are design targets rather than observed outcomes.\nPer the wave's de-identification ruling the product is described by what\nit does rather than by name, component identifiers and file paths are\nkept out of the published text, and the person holding the room is\ngeneralized away from any particular practice.\n\nThe safety carve-out is included in the published body on purpose. A\npacing rule with no exception would be the same manipulation it objects\nto, run in the opposite direction, and the brick cannot make the\ndistinction between instrumentation and house style without showing the\nplace where the instrumentation is switched off."
  },
  "contract": "https://mnstry.org/contracts/org/org-writing.v1.schema.json",
  "releaseHash": "c8070fac6bce1a5cc1ab4c0ccba6a5ce0c53c48111177aee89aee2df21214b42",
  "versions": [
    {
      "version": 1,
      "cutAt": "2026-08-03",
      "note": "Initial publication, incentives wave",
      "visibility": "published",
      "path": "/writing/silence-is-an-intervention/",
      "contentHash": "sha256:22fe408b954efd01",
      "releaseHash": "c8070fac6bce1a5cc1ab4c0ccba6a5ce0c53c48111177aee89aee2df21214b42"
    }
  ]
}