Hippocampus CA1 + Subiculum Phase 1 (trisynaptic loop completion)#126
Closed
TSchonleber wants to merge 2 commits into
Closed
Hippocampus CA1 + Subiculum Phase 1 (trisynaptic loop completion)#126TSchonleber wants to merge 2 commits into
TSchonleber wants to merge 2 commits into
Conversation
Migration 059 shipped DG (pattern separation) + CA3 (pattern
completion); this migration adds CA1 (match/mismatch detector
between entorhinal input and CA3 output) + Subiculum (hippocampal
output bridge to cortex).
Completes the canonical hippocampal trisynaptic circuit:
EC L2 -> DG -> CA3 -> CA1 -> Subiculum -> EC L5/L6 -> cortex
^ ^
added now
Phase 1 is inspection + manual writes; Phase 2 auto-wires.
- Migration 071: 3 tables (CA1 comparisons + state + Subiculum
outputs). State seeded with id=1, EWMA rates at 0.5.
- mcp_tools_hippocampus_ca1: 4 tools (ca1_compare, ca1_status,
subiculum_output, ca1_subiculum_history).
- ca1_compare auto-derives classification from hash-similarity
match_score (>=0.85=match, <=0.15=mismatch, [0.4,0.6]=ambiguous,
else partial). Phase 2 swaps hash similarity for embedding cosine.
- 9 tests; all green.
- Design proposal at docs/proposals/hippocampus_ca1_subiculum.md.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 20, 2026
Owner
Author
|
Superseded by #138 ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Completes the hippocampal trisynaptic loop. Migration 059 shipped DG (pattern separation) + CA3 (pattern completion); this PR adds CA1 (match/mismatch detector between entorhinal input and CA3 output) + Subiculum (hippocampal output bridge to cortex).
What's in
hippocampus_ca1_stateseeded.ca1_compare,ca1_status,subiculum_output,ca1_subiculum_history.docs/proposals/hippocampus_ca1_subiculum.md.What's NOT in
Live
~/agentmemory/backups/brain.db.pre-ca1-*.db🤖 Generated with Claude Code