Skip to main content

apophenia

Guard against the tendency to perceive meaningful connections between unrelated things by demanding evidence of actual causal relationships before acting on perceived patterns

跳到安装

来源信息

仓库
lev-os/agents
最近来源活动
2026年3月7日 00:14
检测到的 SKILL.md 语言
英语
星标
21
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
apophenia
description
Guard against the tendency to perceive meaningful connections between unrelated things by demanding evidence of actual causal relationships before acting on perceived patterns
# Apophenia ## Overview Apophenia is the tendency to perceive meaningful connections between unrelated things - seeing signal in pure noise. Coined by psychiatrist Klaus Conrad in 1958 while studying schizophrenia, the term described "unmotivated seeing of connections accompanied by a specific feeling of abnormal meaningfulness." In everyday cognition, apophenia manifests as conspiracy theories, superstitions, and pattern-based decision-making where no real pattern exists. Our brains evolved as pattern-recognition machines, which served survival well but now fires constantly on modern noise-rich data. ## When to Use - Evaluating whether correlations represent causation or coincidence - Questioning "insights" derived from connecting disparate data points - Resisting compelling narratives that weave unrelated events together - Reviewing analyses that find "surprising connections" in complex systems - Catching yourself (or others) building theories on coincidental patterns - Assessing conspiracy-style thinking that links disconnected evidence ## The Process ### Step 1: Recognize the Pattern-Seeking Impulse Acknowledge that your brain is a pattern-completion machine that will find connections whether they exist or not. The feeling of "Aha! These things are connected!" is generated by your neural architecture, not by external reality. Treat that feeling as a hypothesis to test, not a discovery to act on. **Example:** You notice your best three customers all have blue logos. Your brain immediately suggests "companies with blue logos are our ideal customers." Recognize this as apophenia activation, not market insight. ### Step 2: Demand Causal Mechanism For any perceived connection, ask: "What is the plausible causal mechanism linking these things?" If you can't articulate how A would cause B (or how both are caused by C), you're likely connecting coincidences. **Example:** "Our sales spike whenever the CEO tweets" could be causal (followers see tweet, visit site, buy). "Our sales spike whenever it rains in Seattle" is almost certainly coincidental - no mechanism links Seattle weather to your B2B SaaS purchases. ### Step 3: Test Against Alternative Explanations For every pattern you perceive, generate at least two alternative explanations. Consider especially: (1) pure coincidence in a large dataset, (2) both "connected" things being caused by an unstated third factor, (3) selection bias in what you noticed. **Example:** "All our churned customers mentioned price in exit surveys" could mean price is the issue. Or: (1) exit surveys prime for price complaints, (2) a competitor's campaign highlighted pricing, (3) you only remember the price mentions, forgetting other factors. ### Step 4: Calculate the Probability of Coincidence In large datasets, coincidences are inevitable. If you look at enough variables, some will correlate by chance. Ask: "Given how many possible connections I could find, how likely is THIS connection to occur randomly?" **Example:** With 100 customer attributes and 50 behaviors, there are 5,000 possible correlations. At p=0.05, you'd expect 250 "significant" correlations by pure chance. Finding 10 "meaningful" patterns in that data is actually below random expectation. ### Step 5: Require Reproducible Evidence Before acting on perceived patterns, demand reproducible evidence: different dataset, different time period, different analyst, same result. One-off pattern recognition is cheap; reproducible findings indicate possible reality. **Example:** "Customers acquired on Tuesdays have higher LTV" - validate by checking whether this holds for a new cohort, a different product line, and when analyzed by someone who didn't propose the hypothesis. ## Example Application **Situation:** A marketing analyst presents a "breakthrough insight": customers who use Feature X within 7 days AND change their profile photo AND send exactly 3 messages have 89% 12-month retention. The team wants to redesign onboarding around this pattern. **Application:** - **Step 1 (Pattern impulse)**: Recognize this highly specific pattern (3 variables, exact thresholds) has strong apophenia signatures - **Step 2 (Causal mechanism)**: No clear mechanism explains why "exactly 3" messages would differ from 2 or 4. The combination feels arbitrary - **Step 3 (Alternatives)**: Perhaps these are just engaged users; the specific features are incidental markers of engagement, not drivers - **Step 4 (Coincidence probability)**: Analyst tested hundreds of variable combinations to find this one. Finding a high-retention cohort is near-certain with enough tests - **Step 5 (Reproducibility)**: Request validation on holdout data before redesigning onboarding **Outcome:** Validation on holdout data shows the pattern doesn't replicate - the 89% cohort drops to 61% retention, barely above baseline. The "insight" was apophenia: overfitting to noise in the training data. Team avoids costly onboarding redesign based on illusory pattern. ## Anti-Patterns - Acting on "insights" without testing causal mechanisms - Weaving narratives that connect unrelated events into a "hidden story" - Trusting correlations found by testing many hypotheses without correction - Treating the feeling of insight as evidence of actual insight - Building systems that optimize for spurious correlations - Dismissing requests for validation as "lacking vision" ## Scoring Rationale - **Practitioner Weight (8/10)**: Critical for data analysts, strategists, and decision-makers - **Clarity & Executability (7/10)**: Clear process but requires statistical discipline - **Proven ROI (8/10)**: Prevents costly decisions based on spurious patterns - **Novelty (8/10)**: Under-recognized meta-bias encompassing many specific fallacies - **Cross-Domain Applicability (9/10)**: Data science, security, strategy, research, everyday reasoning - **Total: 40/50** ## Related - clustering-illusion - confirmation-bias - pareidolia - survivorship-bias - base-rate-fallacy
在 GitHub 查看