Attention-Capture Inference Test¶
Diagnostic method — instantiates Salience-Significance Decoupling
Traces why an item captured attention — which channel, design, or sponsor made it prominent — and tests whether that reason has anything to do with why it would matter.
Something is everywhere, so it feels like it must matter. Attention-Capture Inference Test attacks exactly that leap. It works backward from a single item's prominence to the cause of that prominence — the channel that produced it (a platform ranking, a sponsor, a recency spike, a vivid image, a coordinated push) — and then asks the one question that decides the case: would this item command the same attention if that channel were stripped away? Its defining move is treating capture as something engineered by an identifiable mechanism aimed at an identifiable audience, then checking whether that mechanism is correlated with significance at all. Where a matrix positions many items and an audit compares shown against unshown, this test does a causal diagnosis of why this one thing grabbed you — and whether "it grabbed me" was quietly substituted for "it matters."
Example¶
An analyst keeps seeing a mid-cap stock: ten headlines this week, a long influencer thread, a spot on the "most-discussed" widget. The temptation is to treat that volume as a signal. The test runs instead. First, map the channels that could explain the prominence — a PR release timed to earnings, an engagement-optimized thread, and the platform's own trending sort that rewards velocity. Next, infer the audience the prominence was manufactured for: retail momentum traders, precisely the crowd this campaign is built to reach. Then the substitution test — hold the company's actual fundamentals fixed and ask whether the stock would still fill the feed absent the push. It wouldn't.
The output is not a verdict on the stock but a verdict on the inference: its visibility is a designed attention effect, not evidence about cash flow or moat. That single finding changes what the analyst does next — the prominence gets discounted to zero, and the decision goes back to the fundamentals it was always supposed to rest on.
How it works¶
The test is a short backward chain, not a scoring template:
- Enumerate the salience channels. List every mechanism that could account for the item being prominent here, now — platform ranking, sponsorship, recency, vividness, repetition, a coordinated campaign — rather than assuming the content earned it.
- Infer the audience and intent. Ask whom the prominence was produced for and what response it seeks; engineered capture almost always has a target and a goal, and naming them exposes the salience as a designed effect.
- Run the substitution test. Strip the channel and ask whether the attention survives. If prominence collapses without the channel, salience has stood in for significance and the inference fails.
Tuning parameters¶
- Channel granularity — how finely you decompose "why it's prominent." Finer decomposition isolates the true driver but costs time; a coarse pass is enough to flag obvious manufactured spikes.
- Intent skepticism — how strongly you assume capture was engineered versus incidental. Turned up, it catches manipulation earlier; turned too far, it treats genuinely organic prominence as a trick.
- Substitution strictness — how much attention must survive channel-stripping before you credit the item as earning it. A high bar rejects more, and risks discounting things that are both loud and real.
- Scope — a one-off probe on a single flagged item, or a standing test applied to everything that crosses an attention threshold.
When it helps, and when it misleads¶
Its strength is converting "this is everywhere, so it counts" into a checkable causal claim, which is most valuable exactly where attention is engineered — feeds, PR cycles, alert streams, viral anecdotes.[1] It gives a team language for saying this is loud for a reason that has nothing to do with why it would matter.
Its sharpest failure mode is that some things are prominent and significant: a real crisis gets amplified, and amplification is not evidence of unimportance. Run carelessly, the test discounts an item simply because its salience is also designed — which is how it gets run backwards, weaponized to wave away inconvenient-but-real signals as "just hype." The discipline that keeps it honest is to remember it discounts the inference, never the item: a captured thing still has to be judged on its merits against explicit significance criteria, not dismissed because it happened to trend.
How it implements the components¶
This test realizes the diagnosis-of-prominence side of the archetype — why something is visible and whether that visibility means anything:
salience_channel_map— its first output: the enumerated set of channels that made the item prominent here.relevance_substitution_test— its core: the channel-stripping check for whether attention-capture has been substituted for actual relevance.audience_inference_probe— infers whom the capture was engineered for and to what end, which is what reveals the prominence as a manufactured effect rather than a fact about importance.
It maps and tests salience but does not define what "significant" means — that register belongs to Evidence Weighting Rubric — nor restore the missing comparison cases, which Counterexample Surface Scan and Base-Rate Visibility Panel supply.
Related¶
- Instantiates: Salience-Significance Decoupling — this test supplies the "why is it visible?" diagnosis the rest of the decoupling hangs on.
- Sibling mechanisms: Display Reason Label · Salience-Significance Matrix · Ranking Semantics Legend · Base-Rate Visibility Panel · Counterexample Surface Scan · Salience Red Team
Notes¶
The substitution test needs something to substitute against. On its own it can establish that prominence was engineered, but not whether the item matters — that requires a standard of significance to test relevance toward. Pair it with Evidence Weighting Rubric; the two together separate "why it's visible" from "what it's worth," which is the whole point.
References¶
[1] The tendency to judge whatever comes readily to mind as more frequent or important — Tversky and Kahneman's availability heuristic. Engineered prominence exploits it directly, which is why a per-item causal trace of why something is available is the natural corrective. ↩