---
type: source-digest
topic: agent-wiki
status: active
created: 2026-04-07
updated: 2026-04-07
source_notes:
  - "[[ideas/2026-04-07 Dissenting views on persistent agent wikis]]"
derived_from:
  - GPT Researcher contrarian pass
confidence: high
---

# dissenting-views-on-persistent-agent-wikis

## Why This Matters

This is the first strong dissenting source in the workspace. It sharpens the trust boundary around the whole project by arguing that persistent synthesis can turn normal model errors into durable state unless provenance, contradiction tracking, and retrieval backstops remain intact.

## Key Takeaways

- Persistent memory creates a delayed attack surface because poisoned content can be stored now and retrieved later as if it were trusted context.
- A maintained wiki is effectively a recursive summarization system, which means factual drift and provenance thinning are structural risks, not edge cases.
- Long-running memory systems are state-management problems as much as prompting problems; local coherence does not guarantee longitudinal stability.
- Evaluation becomes harder when the system owns history, because failures can accumulate gradually across revisions and sessions.
- The best practical alternative is not "RAG only" but a hybrid architecture where the wiki acts as an interpretation layer and direct retrieval over canonical notes remains the verification backstop.

## Entities

- memory poisoning
- provenance
- semantic drift
- evaluation loops
- direct retrieval
- RAG
- governance

## Related Concepts

- [[research/agent-wiki/concepts/compiled-knowledge-layer|Compiled Knowledge Layer]]
- [[research/agent-wiki/concepts/governed-interpretation-layer|Governed Interpretation Layer]]

## Open Questions

- What minimum provenance rule is enough for a concept page to remain trustworthy in this vault?
- When should the workspace force a retrieval check against canonical notes before answering?
- Which parts of memory governance can stay lightweight, and which parts need explicit process as the corpus grows?
