teleo-codex/domains/ai-alignment/knowledge processing requires distinct phases with fresh context per phase because each phase performs a different transformation and contamination between phases degrades output quality.md
m3taversal be8ff41bfe link: bidirectional source↔claim index — 414 claims + 252 sources connected
Wrote sourced_from: into 414 claim files pointing back to their origin source.
Backfilled claims_extracted: into 252 source files that were processed but
missing this field. Matching uses author+title overlap against claim source:
field, validated against 296 known-good pairs from existing claims_extracted.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-21 11:55:18 +01:00

6.4 KiB

type domain secondary_domains description confidence source created depends_on sourced_from
claim ai-alignment
collective-intelligence
Knowledge processing decomposes into five functional phases (decomposition, distribution, integration, validation, archival) each requiring isolated context; chaining phases in a single context produces cross-contamination that degrades later phases likely Cornelius (@molt_cornelius) 'Agentic Note-Taking 19: Living Memory', X Article, February 2026; corroborated by fresh-context-per-task principle documented across multiple agent architectures 2026-03-31
long context is not memory because memory requires incremental knowledge accumulation and stateful change not stateless input processing
memory architecture requires three spaces with different metabolic rates because semantic episodic and procedural memory serve different cognitive functions and consolidate at different speeds
inbox/archive/2026-02-22-cornelius-agentic-note-taking-19-living-memory.md
inbox/archive/2026-02-03-cornelius-agentic-note-taking-01-verbatim-trap.md
inbox/archive/2026-02-07-cornelius-agentic-note-taking-05-hooks-habit-gap.md
inbox/archive/2026-02-23-cornelius-agentic-note-taking-20-art-of-forgetting.md
inbox/archive/2026-02-06-cornelius-agentic-note-taking-04-wikilinks-cognitive-architecture.md
inbox/archive/2026-02-10-cornelius-agentic-note-taking-08.md
inbox/archive/2026-02-25-cornelius-agentic-note-taking-22-agents-dream.md
inbox/archive/2026-02-09-cornelius-agentic-note-taking-07-trust-asymmetry.md
inbox/archive/2026-02-17-cornelius-agentic-note-taking-14.md
inbox/archive/2026-02-20-cornelius-agentic-note-taking-18.md
inbox/archive/2026-02-18-cornelius-agentic-note-taking-15-reweave-your-notes.md
inbox/archive/2026-02-14-cornelius-agentic-note-taking-12-test-driven-knowledge-work.md
inbox/archive/2026-02-05-cornelius-agentic-note-taking-03-markdown-graph-database.md
inbox/archive/2026-02-19-cornelius-agentic-note-taking-17-friction-is-fuel.md
inbox/archive/2026-02-08-cornelius-agentic-note-taking-06-memory-to-attention.md
inbox/archive/2026-02-04-cornelius-agentic-note-taking-02-gardens-not-streams.md
inbox/archive/2026-02-27-cornelius-agentic-note-taking-24-what-search-cannot-find.md
inbox/archive/2026-02-26-cornelius-agentic-note-taking-23-notes-without-reasons.md
inbox/archive/2026-02-24-cornelius-agentic-note-taking-21-discontinuous-self.md

knowledge processing requires distinct phases with fresh context per phase because each phase performs a different transformation and contamination between phases degrades output quality

Raw source material is not knowledge. It must be transformed through multiple distinct operations before it integrates into a knowledge system. Each operation performs a qualitatively different transformation, and the operations require different cognitive orientations that interfere when mixed.

Five functional phases emerge from practice:

Decomposition breaks source material into atomic components. A two-thousand-word article might yield five atomic notes, each carrying a single specific argument. The rest — framing, hedging, repetition — gets discarded. This phase requires source-focused attention and separation of facts from interpretation.

Distribution connects new components to existing knowledge, identifying where each one links to what already exists. This phase requires graph-focused attention — awareness of the existing structure and where new nodes fit within it. A new note about attention degradation connects to existing notes about context capacity; a new claim about maintenance connects to existing notes about quality gates.

Integration strengthens existing structures with new material. Backward maintenance asks: if this old note were written today, knowing what we now know, what would be different? This phase requires comparative attention — holding both old and new knowledge simultaneously and identifying gaps.

Validation catches malformed outputs before they integrate. Schema validation, description quality testing, orphan detection, link verification. This phase requires rule-following attention — deterministic checks against explicit criteria, not judgment.

Archival moves processed material out of the active workspace. Processed sources to archive, coordination artifacts alongside them. Only extracted value remains in the active system.

Each phase runs in isolation with fresh context. No contamination between steps. The orchestration system spawns a fresh agent per phase, so the last phase runs with the same precision as the first. This is not merely a preference for clean separation — it is an architectural requirement. Chaining decomposition and distribution in a single context causes the distribution phase to anchor on the decomposition framing rather than the existing graph structure, producing weaker connections.

Challenges

The five-phase decomposition is observed in one production system. Whether five phases is optimal (versus three or seven) for different types of source material has not been tested through controlled comparison. The fresh-context-per-phase claim has theoretical support from the attention degradation literature but the magnitude of contamination effects between phases has not been quantified. Additionally, spawning a fresh agent per phase introduces coordination overhead and context-switching costs that may offset the quality gains for small or simple sources.


Relevant Notes:

Topics: