Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Personal agents, messaging apps, feeds, CRMs, and calendars are historical artif

This map tracks the human coordination primitives that surface when meaning, not software, organizes coordination: shared goals, common problems, intent, agreement, trust, and the broader elements of information exchange and social behavior.

40 primitives across 8 layers — Foundation, Context, Intent, Interaction, Trust, Value, Coordination, and Agents — each cataloged with formation rate, total addressable market, maturity stage, key instantiations, and composition relationships.
41 primitives across 8 layers — Foundation, Context, Intent, Interaction, Trust, Value, Coordination, and Agents — each cataloged with formation rate, total addressable market, maturity stage, key instantiations, and composition relationships.

**[View the map](https://indexnetwork.github.io/primitives/)**

Expand Down
2 changes: 1 addition & 1 deletion data.js
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ const LAYERS = [
];

const SUMMARY = {
totalPrimitives: 40,
totalPrimitives: LAYERS.reduce((total, layer) => total + layer.primitives.length, 0),
totalLayers: 8,
avgFormationRate: "~1.5%",
totalTAM: "~$2.6T+",
Expand Down