## §SELF — miscsubjects (paste without context)

**Principle:** Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.

**This widget:** `article_bundle` — **LLM article bundle**
Paste-ready package: body + claims + sources + voxels + provenance + manifest + constitution.
- **article slug:** `watts-1998`
- **contains:** body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest
- **how to use:** Paste entire block into Grok/GPT/Gemini. Section §SELF explains the system.
- **read:** https://miscsubjects.com/api/articles/watts-1998/bundle?format=markdown

### Logical proof (verify each step)
1. Articles are voxel graphs of tiered claims, not prose blobs. → https://miscsubjects.com/api/articles/constitution
2. Claims link to hash-chained sources via source_ids. → https://miscsubjects.com/api/articles/watts-1998/sources
3. Ask reads topology; ingest/claim append to ledger. → https://miscsubjects.com/api/protocol
4. Models queue growth: populate → collaborate → repair → reflex. → https://miscsubjects.com/api/protocol/grow
5. Graph proves its own shape (reflex) and $/claim (yield). → https://miscsubjects.com/graph.html?layer=reflex
6. Full feature index + _explain on every API response. → https://miscsubjects.com/api/articles/system-map

### Related features (explains other parts of the system)
- **topology** — Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER. · https://miscsubjects.com/api/articles/watts-1998/topology
- **voxels** — Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance. · https://miscsubjects.com/api/articles/watts-1998/voxels
- **ask** — Answer only from topology; creates question_node with gaps and ingest_hint. · https://miscsubjects.com/api/articles/watts-1998/prompts
- **ingest** — Parse pasted evidence → source ledger + claims + evidence_ingest node.
- **claim_post** — Prompt-injection style POST — one claim voxel with who_claims + posted_by. · https://miscsubjects.com/api/articles/watts-1998/voxels
- **llm_manifest** — Machine-readable read/write contract for external LLMs. · https://miscsubjects.com/api/articles/llm-manifest

### Full index
- JSON: https://miscsubjects.com/api/articles/system-map
- Markdown: https://miscsubjects.com/api/articles/system-map?format=markdown

*Not medical advice. Tier-honest. Cite claim/source ids.*

---

# miscsubjects article bundle

> Paste this entire block into Grok, GPT, or Gemini. They can READ the ledger below and RETURN evidence via ingest (see § LLM manifest).

## Article
- **slug:** `watts-1998`
- **title:** Watts & Strogatz 1998: Collective Dynamics of Small-World Networks
- **url:** https://miscsubjects.com/a/watts-1998
- **register:** source
- **updated:** 2026-07-04T20:40:50.596Z
- **tags:** source, grain, convergence, watts

## Body

## The Source

Watts, D.J. & Strogatz, S.H. "Collective Dynamics of 'Small-World' Networks." *Nature* 393, 440–442 (1998). DOI: 10.1038/30918.

## The Claim

Real networks are neither random nor regular. They live in the seam between. A few rewired edges collapse global distance while keeping local clusters intact. The world is smaller than it looks.

## The Context

The 1990s worshipped random graphs. Erdős and Rényi built the theory. But real networks — brains, power grids, social circles — refused to fit. They clustered like villages yet reached like telegraphs. No model explained both. Watts and Strogatz built one. [SOURCE:watts-1998|type:theoretical]

## The Evidence

They started with a ring. N nodes. Each node wired to its k nearest neighbors. Regular. Predictable. Clustering was high. But paths were long. Then they rewired. Each edge got probability p of jumping to a random node. At p ≈ 0.01, the network broke open. Path length crashed to logarithmic scaling. Clustering stayed high. Three real networks proved it: the C. elegans neural map. The Western US power grid. Hollywood actor co-appearances. All three sat in the small-world zone. [SOURCE:watts-1998|type:empirical]

## The Convergence

This is C11 — Networks / Small-World / Scale-Free. The small-world topology is not an accident. It is a convergence point. High clustering keeps local information local. Short paths let global information fly. Nature selects both. The grain favors networks that think locally and act globally. Neurons do this. Metabolic networks do this. The internet does this. No domain borrowed from another. Each discovered the same architecture independently. [SOURCE:watts-1998|type:mathematical]

## The Honest Limits

Watts-Strogatz did not discover scale-free networks. Barabási and Albert did that the next year. Their model produces homogeneous degree distributions. Real networks have hubs. The model also freezes the number of nodes. Growing networks behave differently. Some researchers call small-world structure trivial. The paper's power was the model, not the ubiquity claim.

## The Receipt

From the abstract: "Here we present a simple model of an interacting network that interpolates between a regular lattice and a random graph. For a wide range of parameters, the network exhibits 'small-world' behavior, in which local connections are highly clustered while a short path connects any two nodes."

The math: start with N nodes on a ring. Wire each to k nearest neighbors. Rewire each edge with probability p. Average path length L(p) drops to ~ln(N)/ln(k) while clustering coefficient C(p) stays near 3(k-2)/4(k-1). At p ≈ 0.001, L collapses by orders of magnitude. C barely budges. That curve — the sharp drop in L against the flat line of C — is the receipt. [SOURCE:watts-1998|type:mathematical]

## Related Sources

- [Convergence C16: Branching](/articles/convergence-c16) — the transport architecture beneath every network
- [Convergence C18: Waves](/articles/convergence-c18) — the signal that travels those short paths
- [Convergence C23: Attractors](/articles/convergence-c23) — the dynamical reason networks settle where they do
- [The Thinker Map](/articles/thinker-map) — the full map of 58 convergent minds


## Claims (6)

- **C1** [system w=1] Real networks are neither purely random nor purely regular; they occupy an intermediate topological regime where a small fraction of rewired edges dramatically reduces global path length while preserving local clustering.
  - sources: watts-1998-primary
- **C2** [system w=0.95] Rewiring a small fraction of edges in a regular lattice (p ≈ 0.01) produces a network with logarithmic average path length and high clustering coefficient.
  - sources: watts-1998-primary
- **C3** [system w=0.9] The C. elegans neural network, the Western US power grid, and Hollywood actor co-appearances all exhibit small-world topology.
  - sources: watts-1998-primary
- **C5** [system w=0.85] The Watts-Strogatz model produces homogeneous degree distributions and does not account for scale-free networks with hubs.
  - sources: watts-1998-primary, barabasi-1999-rival
- **C6** [system w=0.8] The Watts-Strogatz model assumes a fixed number of nodes and does not capture the growth dynamics of real networks.
  - sources: watts-1998-primary
- **C4** [speculative w=0.7] Small-world topology is a convergent architecture selected independently across biological, technological, and social domains.
  - sources: watts-1998-primary

## Voxel graph (6 atoms · 7 edges)
- full graph: https://miscsubjects.com/api/articles/watts-1998/voxels

## Article constitution

- full: https://miscsubjects.com/api/articles/constitution

## Source ledger (4)
- chain valid: no · head: ``

### barabasi-1999-rival · rival
- title: Barabási & Albert 1999: Emergence of Scaling in Random Networks
- url: https://doi.org/10.1126/science.286.5439.509
- summary: The paper that introduced scale-free networks, revealing that the Watts-Strogatz model's homogeneous degree distribution is insufficient for real networks with hubs.
- claim_ids: C5
- hash: ``

### watts-1998-primary · primary
- title: Watts & Strogatz 1998: Collective Dynamics of 'Small-World' Networks
- url: https://doi.org/10.1038/30918
- summary: The foundational Nature paper introducing the Watts-Strogatz small-world network model, demonstrating that a small fraction of rewired edges in a regular lattice produces networks with high clustering and short path length.
- quote: Here we present a simple model of an interacting network that interpolates between a regular lattice and a random graph. For a wide range of parameters, the network exhibits 'small-world' behavior, in which local connections are highly clustered while a short path connects any two nodes.
- claim_ids: C1, C2, C3, C5, C6
- hash: ``

### convergence-c16 · adjacent
- title: Convergence C16: Branching
- url: https://miscsubjects.com/articles/convergence-c16
- summary: The transport architecture beneath every network; adjacent convergence pattern to small-world topology.
- claim_ids: C4
- hash: ``

### convergence-c18 · adjacent
- title: Convergence C18: Waves
- url: https://miscsubjects.com/articles/convergence-c18
- summary: The signal propagation dynamics that travel through the short paths of small-world networks.
- claim_ids: C4
- hash: ``

## Provenance (0 model passes)
- chain valid: yes · head: `genesis`


## Question graph
- questions: 0 · evidence ingests: 0

## LLM manifest — how to communicate with this ledger

- system map: https://miscsubjects.com/api/articles/system-map?format=markdown
- topology (ranked): https://miscsubjects.com/api/articles/watts-1998/topology
- ingest: POST https://miscsubjects.com/api/protocol/ingest
- claim: POST https://miscsubjects.com/api/protocol/claim

### Quick actions for this article
- **Read live:** https://miscsubjects.com/api/articles/watts-1998/topology
- **Ask (API):** POST https://miscsubjects.com/api/protocol/ask `{"slug":"watts-1998","question":"..."}`
- **Ingest your findings:** POST https://miscsubjects.com/api/protocol/ingest or text `ingest watts-1998|your evidence`
- **Post one claim:** POST https://miscsubjects.com/api/protocol/claim or text `claim watts-1998|tier|assertion`
- **iMessage ask:** `watts-1998|your question`
- **System map:** https://miscsubjects.com/api/articles/system-map?format=markdown


---

## §SELF — miscsubjects (paste without context)

**Principle:** Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.

**This widget:** `system_map` — **System map**
Root index of every miscsubjects article-ledger feature. Start here if you have zero context.
- **article slug:** `watts-1998`
- **contains:** body, claims, sources, voxels, provenance, question graph, constitution, llm_manifest
- **how to use:** Root index of every miscsubjects article-ledger feature. Start here if you have zero context.
- **read:** https://miscsubjects.com/api/articles/system-map

### Logical proof (verify each step)
1. Articles are voxel graphs of tiered claims, not prose blobs. → https://miscsubjects.com/api/articles/constitution
2. Claims link to hash-chained sources via source_ids. → https://miscsubjects.com/api/articles/watts-1998/sources
3. Ask reads topology; ingest/claim append to ledger. → https://miscsubjects.com/api/protocol
4. Models queue growth: populate → collaborate → repair → reflex. → https://miscsubjects.com/api/protocol/grow
5. Graph proves its own shape (reflex) and $/claim (yield). → https://miscsubjects.com/graph.html?layer=reflex
6. Full feature index + _explain on every API response. → https://miscsubjects.com/api/articles/system-map

### Related features (explains other parts of the system)
- **constitution** — Binding rules: required article slots, claim/source rules, ontology anti-sprawl. · https://miscsubjects.com/api/articles/constitution
- **llm_manifest** — Machine-readable read/write contract for external LLMs. · https://miscsubjects.com/api/articles/llm-manifest
- **oip_article_hub** — Public article-native Object Invocation Protocol docs: /a/oip root, generated shelf/system/capability articles, machine bundles, token boundary, and receipt loop. · https://miscsubjects.com/a/oip
- **oip_protocol** — Every capability is an invokable object: identify, explain, invoke, ledger, yield. · https://miscsubjects.com/a/oip
- **bundle** — Paste-ready package: body + claims + sources + voxels + provenance + manifest + constitution. · https://miscsubjects.com/api/articles/watts-1998/bundle?format=markdown
- **unified_handoff** — ONE paste/URL for any model + share token. Same self-explaining pattern as article bundle, but whole build. · https://miscsubjects.com/api/handoff?format=markdown

### Full index
- JSON: https://miscsubjects.com/api/articles/system-map
- Markdown: https://miscsubjects.com/api/articles/system-map?format=markdown

*Not medical advice. Tier-honest. Cite claim/source ids.*