TechnicalArchitecture

The L1–L4 abstraction hierarchy: how raw data becomes strategic intelligence

· Plectin

Most knowledge systems treat all information equally. A meeting transcript sits alongside a strategic conclusion. A raw data point has the same status as a synthesised pattern. Everything is a “document” or a “page,” and the only hierarchy is the folder structure someone imposed.

This flat treatment is the root cause of a problem every knowledge-intensive organisation recognises: the more you store, the harder it gets to find what matters. Signal drowns in noise. The 500th document is less useful than the 50th because the accumulated mass becomes unnavigable.

Substrate’s abstraction hierarchy solves this structurally. Knowledge exists at four distinct levels, each representing a different degree of synthesis. Raw material enters at L1 and is progressively distilled upward through L2, L3, and L4. The result is a system where the most valuable, most synthesised knowledge is always accessible at the top — and the supporting evidence is always traceable beneath it.

The four levels

L1 — Raw Material

L1 is where everything enters the system. Meeting notes, AI conversation logs, uploaded documents, code commits, email threads, Slack messages. No filtering, no judgement. If the organisation produced it, it belongs at L1.

The key property of L1 nodes is that they’re unprocessed. They contain exactly what was captured, with metadata (author, timestamp, source) but no editorial overlay. L1 is the geological bedrock — the complete record of what actually happened.

Examples of L1 content:

  • A transcript of an AI research session about competitor pricing
  • The raw output of a code review conversation
  • Meeting notes from a client call
  • A document uploaded from Google Drive
  • A Slack thread about a production incident

L1 is not curated. This is deliberate. Curation at the point of capture introduces bias and requires effort that doesn’t scale. Instead, curation happens automatically through distillation — the L2, L3, and L4 layers above.

L2 — Findings

L2 nodes are extracted signals — specific, verifiable facts and observations pulled from L1 material. Each L2 node traces back to one or more L1 sources.

The distillation from L1 to L2 is about isolation: pulling discrete facts out of context. A 45-minute meeting transcript might yield five L2 findings. A research document might produce a dozen.

Examples of L2 findings:

  • “Competitor X raised enterprise prices by 15% effective Q1 2025” (extracted from a market research session)
  • “Client Y’s contract renewal is at risk — mentioned budget constraints twice in the last call” (extracted from meeting notes)
  • “The authentication service handles 12,000 requests per minute at peak” (extracted from a performance review document)
  • “Three team members independently flagged the onboarding flow as confusing” (extracted from multiple feedback sessions)

L2 findings have a critical property: they’re specific enough to be verified. “Competitor X raised prices” is a finding. “The market is changing” is not — that’s a pattern (L3). The specificity constraint keeps L2 clean and trustworthy.

Each L2 node carries metadata about its source (which L1 nodes it was extracted from), the extraction method (which AI model, which prompt), and a confidence score. This provenance chain is essential for maintaining trust in higher levels.

L3 — Patterns

L3 nodes are synthesised insights that connect multiple L2 findings. They represent recognition of trends, recurring themes, or structural relationships that aren’t visible in any single finding.

The distillation from L2 to L3 is about connection: identifying what the individual signals mean when considered together. This is where isolated facts become actionable intelligence.

Examples of L3 patterns:

  • “SaaS pricing is shifting to consumption-based models across at least 4 competitors in our segment” (synthesised from multiple L2 pricing findings)
  • “Client satisfaction correlates strongly with response time in the first 48 hours” (synthesised from L2 findings across 15 client interactions)
  • “New engineers consistently struggle with the deployment pipeline — average 3 weeks to first independent deploy” (synthesised from onboarding data and manager feedback)

L3 patterns carry references to all contributing L2 findings, enabling drill-down. If someone questions the pattern, they can trace it to the specific signals and then to the raw material.

The confidence scoring at L3 is particularly important. A pattern based on two findings is tentative. A pattern corroborated by twelve independent findings is robust. The confidence score reflects this, and it updates as new evidence arrives.

L4 — Strategic Conclusions

L4 is the highest abstraction level. These nodes represent organisational conclusions — the synthesised intelligence that informs strategic decisions. They’re the answer to questions like “What do we actually know about X?” and “What should we do about Y?”

Examples of L4 conclusions:

  • “Our pricing power is increasing — three independent market signals support raising enterprise prices by 10-15% without significant churn risk”
  • “The Southeast Asian market is ready for entry — regulatory clarity achieved, two reference customers confirmed, competitor presence minimal”
  • “Technical debt in the authentication service is approaching critical — four incidents in 90 days, each taking longer to resolve”

L4 is where the knowledge layer becomes genuinely strategic. A new executive joining the organisation can read the L4 nodes and immediately understand what the organisation knows, believes, and has concluded — with full traceability to the evidence beneath.

L4 conclusions are always human-gated. This is a non-negotiable architectural constraint. AI proposes L4 conclusions based on L3 patterns, but a human must review and approve them before they’re promoted. The reason is straightforward: wrong conclusions at L4 corrupt everything downstream. Every AI agent querying the knowledge layer starts at L4. If L4 is wrong, every subsequent action based on it is wrong.

How distillation works

Distillation is continuous, not batch. As new L1 material enters the system, background workers process it through three stages:

L1 → L2 (Extraction): AI workers scan new L1 content and extract discrete findings. Each finding is embedded, classified, and linked to its source. This runs automatically on every new piece of content.

L2 → L3 (Synthesis): When enough new L2 findings accumulate in a semantic cluster, a synthesis worker examines them for patterns. It compares new findings against existing L3 patterns, updating confidence scores where evidence aligns and proposing new patterns where novel connections emerge.

L3 → L4 (Conclusion): When L3 patterns reach sufficient confidence and coverage, the system proposes L4 conclusions. These enter a review queue for human approval. The human can approve, reject, or modify the proposed conclusion. Only approved conclusions become active L4 nodes.

Each distillation step is logged with the model used and the prompt hash, making the process reproducible and auditable.

Contradiction handling

One of the most valuable properties of the hierarchy is contradiction detection. Because every node has explicit relationships (L2 findings link to L1 sources; L3 patterns link to L2 findings; L4 conclusions link to L3 patterns), the system can detect when new information conflicts with existing synthesis.

Consider this scenario: an L3 pattern states “enterprise buyers in our segment are price-insensitive.” A new L2 finding arrives: “Client Z, our largest enterprise account, explicitly cited price as the reason for downgrading their contract.”

The system detects the tension. A single contradictory finding doesn’t invalidate an established pattern, but it flags it. If three more similar findings arrive, the confidence score on the original pattern drops, and the system surfaces the contradiction for human review.

This is fundamentally different from how knowledge bases handle contradictions — which is to say, they don’t. In a traditional knowledge base, the old page and the new page coexist, and nobody notices they conflict until the contradiction causes real damage.

Querying the hierarchy

The abstraction hierarchy changes how both humans and AI retrieve knowledge.

Top-down retrieval: AI agents start at L4. They get the organisation’s accumulated conclusions immediately. If a task requires more detail, they drill down to L3 patterns, then L2 findings, then L1 raw material. Most queries are answered at L3 or L4 without ever touching raw material.

This is dramatically more efficient than traditional retrieval, where every query searches the full corpus of documents. It also produces better results, because the AI agent operates from synthesised intelligence rather than raw fragments.

Bottom-up exploration: Humans often work differently. They might start with a specific document (L1), see what findings were extracted from it (L2), explore what patterns those findings contribute to (L3), and understand what conclusions they support (L4). This bottom-up exploration reveals connections that aren’t obvious from any single vantage point.

Lateral navigation: At any level, nodes cluster semantically. A user looking at a pricing pattern (L3) can see nearby clusters — perhaps competitive positioning, market trends, and customer feedback. The semantic proximity reveals relationships that a hierarchical folder structure would obscure.

The compounding effect

The abstraction hierarchy is what makes knowledge compound rather than merely accumulate.

In a flat system, the 1,000th document is noise. It adds to the pile without improving the signal. In a hierarchical system, the 1,000th document strengthens or challenges existing patterns and conclusions. It either deepens what the organisation knows or surfaces something it needs to reconsider.

After three months, the L3 and L4 layers contain something no document collection ever will: the distilled, contradiction-checked, human-reviewed synthesis of everything the organisation has learned. Not as history to wade through — as ready-to-deploy intelligence.

After twelve months, the knowledge layer represents the organisation’s genuine institutional intelligence. It’s the most valuable data asset the company owns. And every week it runs, the advantage deepens.


Substrate implements this four-level abstraction hierarchy as its core organising principle. Learn more about the product or get in touch about early access.