Skip to main content

Notation Key

Every system develops shorthand. Without a key, the shorthand becomes a wall.

This page is the Rosetta Stone for the notation used across the knowledge graph, agent packs, instrument diagrams, and scoring systems. If you encounter a symbol or abbreviation and don't know what it means, it should be here.

Knowledge Graph Pack

The compressed pack is a memory format loaded at session start. Each line encodes a page's structural and semantic position in the knowledge base.

Node Lines

#1|0.087|essential-algorithm|S|sy|i:19|o:25|cv|→first-principles,protocols,telco-mev
FieldMeaning
#1Rank position (by personalized PageRank)
0.087PageRank score (higher = more structurally central)
essential-algorithmPage slug (last segment of URL path)
SStar page (implements a pattern). F = Fact page (defines a pattern)
syToK section abbreviation (see below)
i:19Inbound link count
o:25Outbound link count
cvSection flags: c=Context, q=Questions, l=Links, v=Visual
→first-principles,...Top 3 outbound targets by edge weight

Meaning Lines

@M:essential-algorithm|"build the routing function that IS the business"|←matrices,pricing-algorithm
FieldMeaning
@M:Meaning vector — the best sentence explaining WHY other pages link here
slugThe page this meaning describes
"sentence"The actual sentence from a linking page (the context around the link)
←sourcesWhich pages contributed this meaning (up to 3)

Meaning lines answer: "What does the rest of the knowledge base think this page is about?"

Thesis Lines

@T:depin-infrastructure-patterns|n=23|"DePIN — Physical infrastructure patterns"|→page1,page2
FieldMeaning
@T:Thesis cluster — a recurring conceptual thread across multiple pages
labelAuto-generated from top keywords in the fingerprint
n=23Number of edges carrying this thesis
"sentence"Representative sentence
→pagesPages that participate in this thesis (up to 5)

Thesis lines answer: "What are the recurring ideas that connect distant pages?"

ToK Abbreviations

Seven knowledge domains, each abbreviated for pack density.

AbbrDomainQuestion it answers
jJourneyWhere are you going?
scScienceWhat method do you trust?
stStandardsWhat patterns are proven?
sySystemsHow do you think?
swSoftwareWhat do you build?
sbScoreboardIs it working?
crCryptoWhat can you prove?
mMetaArticles (time-stamped insights)
pPagesDecision surfaces (src/pages/)

Full hierarchy: ToK — Information Hierarchy

Header Lines

LineMeaning
@PACK:nav|v1|2026-03-21|1631n|9846e|820bPack name, version, date, node/edge/broken counts
@SEEDS:essential-algorithm,naming-standards,...Entry points for personalized PageRank
@TOK:j=journey,sc=science,...Legend for ToK abbreviations

Agent & Instrument Diagrams

Adapted from process engineering P&ID notation. Where P&IDs map physical pipes and valves, A&IDs map agent workflows and verification instruments.

Agent Types

SymbolTypeRole
HAHuman AgentJudgment, override, intent-setting
DADigital AgentAutomated execution, reasoning
PAPhysical AgentSensors, actuators, hardware
OAOrchestrator AgentCoordination across agent types

Function Codes

Second-letter codes identifying what an instrument or agent does:

CodeFunctionExample
AAlarmAlert when threshold breached
CControllerAdjusts output based on measurement
GGatePass/fail decision point
VValidatorChecks data quality or compliance
MMonitorObserves without acting
RRecorderPersists state for audit
SSelectorRoutes between options
TTransmitterSends signal to next stage

Authority Layers

LevelAuthorityWho decides
L1ExecuteAgent follows instructions
L2DecideAgent chooses within guardrails
L3OverrideHuman overrides agent judgment

Connection Conditions

SymbolMeaning
[P]Pass — proceed on success
[F]Fail — trigger fallback
[T:n]Time — trigger after n units
[E:x]Event — trigger on named event
[Q:>=n]Quality — proceed when score meets threshold
Override — human bypass

Fail Modes

SymbolMode
[FC]Fail closed — stop everything
[FO]Fail open — continue without check
[FR]Fail reset — restart from known state

Loop Types

SymbolTypeMeaning
ClosedSelf-correcting feedback
↺↺CascadeOne loop feeds another
OpenNo feedback (fire and forget)
LearningLoop improves its own parameters
FeedforwardAnticipatory adjustment before error

Shape Notation

SymbolShapeMeaning
CircleFully automated
○—Circle-dashHuman in the loop
SquareOrchestrator node
DiamondExternal system

Full reference: A&ID Template

Scoring Systems

5P Priority Score

Five dimensions, each scored 1-5. Composite = product of all five.

DimensionQuestionScore 1Score 5
PainHow acute is the problem?Mild inconvenienceHair on fire
DemandHow many people have it?NicheUniversal
EdgeCan we win?No advantageUnique position
TrendIs timing right?Against usTailwind
ConversionCan we reach them?No channelDirect access

Maximum composite: 3,125. Minimum meaningful: 100.

Trust Signal Hierarchy

Weighted by how hard to fake:

SignalTrust LevelWhat it proves
Page existsLowSomeone created it
Page linkedMediumSomeone connected it
Linked from 2+ venturesHighIndependent demand
Questions evolvedVery HighThinking happened
Commissioned (L4)HighestVerified against reality

Commissioning Levels

LevelStateEvidence required
L0SpecifiedPRD exists
L1BuiltCode exists
L2TestedUnit/integration tests pass
L3VerifiedE2E tests against real infrastructure
L4CommissionedHuman walkthrough confirms intent matches reality

Context

Questions

When the notation is more complex than the thing it describes, has the system failed or has the reader not yet learned to read?

  • Which symbols in this key have you never encountered in practice — and does that mean they're unused or that you're not looking in the right places?
  • If an agent loads this key at session start, does it make better first moves — and how would you measure that?
  • What notation is missing from this page that you've seen used but never defined?