Skip to content

docs: Design Philosophy — "imperfection by design" - #30

Merged
wsuli615 merged 4 commits into
mainfrom
claude/design-philosophy
Jun 22, 2026
Merged

docs: Design Philosophy — "imperfection by design"#30
wsuli615 merged 4 commits into
mainfrom
claude/design-philosophy

Conversation

@duanyiqun

Copy link
Copy Markdown
Contributor

Summary

Adds a dedicated Design Philosophy writeup explaining why CogniFold deliberately models memory as situated, lossy, and biased rather than chasing a perfect, omniscient, unbiased ground-truth recall store. The core thesis: bias is the mechanism that makes proactivity possible, not a defect — so we optimize for useful proactive structure, not maximal ground-truth fidelity. The flaw is the point.

What's in it

  • docs/PHILOSOPHY.md (new, standalone) — the full argument:
    • The thesis + why "a faithful memory" (a lossless index) is the wrong target.
    • Four cognitive realities modeled on purpose, each as phenomenon → agent analogue → CogniFold's stance → concrete mechanism:
      1. Situated cognition → intent-conditioned retrieval, context bands, intent-routed edge weights.
      2. Confirmation bias / reasoning inertia → accumulation/compression/decay/completion as graph rewrites.
      3. Locality of working memory → bounded hierarchical context window, not full-graph dumps.
      4. Metacognitive blind spots (unknown unknowns)intent crystallization from topology → proactive surfacing.
    • A mapping table (commitment → mechanism), an evaluation section, and a "what we explicitly reject" section.
  • README — a condensed Design Philosophy section near the top (after Highlights), plus nav + TOC links to the full doc.

Why this matters for our numbers

The evaluation section makes explicit why we report the proactive-substrate stack, not per-benchmark tuned ceilings: older benchmarks (ToMi especially) are trivially inflatable with a task-specialized reader, but that path rewards auto-loop hallucination — the model confabulating to satisfy a metric instead of reading memory, which is exactly the metacognitive-blind-spot failure the doc describes. This is the conceptual backing for the lowered numbers in the separate benchmark-sync PR (#29).

Notes

🤖 Generated with Claude Code

https://claude.ai/code/session_01HCToJStvPhZbWGY2ZcBfy7


Generated by Claude Code

Adds docs/PHILOSOPHY.md — a standalone writeup of why CogniFold deliberately
models memory as situated, lossy and biased rather than chasing a perfect,
unbiased ground-truth recall store. Bias is framed as the mechanism that makes
proactivity possible, not a defect.

Covers four cognitive realities modeled on purpose — situated cognition,
confirmation bias / reasoning inertia, locality of working memory, and
metacognitive blind spots (unknown unknowns) — maps each to a concrete
mechanism (intent-conditioned retrieval, decay/completion rewrites, hierarchical
context window, intent crystallization), and explains the evaluation stance:
report the proactive-substrate stack, not inflatable per-benchmark ceilings that
reward auto-loop hallucination.

Also adds a condensed Design Philosophy section + nav/TOC links in the README.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HCToJStvPhZbWGY2ZcBfy7
@duanyiqun
duanyiqun requested a review from wsuli615 June 22, 2026 20:28
Comment thread README.md
Comment thread README.md
claude and others added 3 commits June 22, 2026 20:31
Per review feedback on PR #30 (duanyiqun): the site is a live progress
tracker, not a demo. Updates the header badge and the nav link.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HCToJStvPhZbWGY2ZcBfy7
Per review feedback on PR #30 (duanyiqun): Philosophy first in the table of
contents and as the first content section, ahead of Highlights.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HCToJStvPhZbWGY2ZcBfy7

@wsuli615 wsuli615 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clear, well-argued philosophy doc whose cited mechanisms actually check out against the code.

@wsuli615
wsuli615 merged commit dd3d82f into main Jun 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants