Skip to content

Phase E: Cognitive Architecture#67

Merged
DeveshParagiri merged 2 commits intomainfrom
phase-e-cognitive
Feb 16, 2026
Merged

Phase E: Cognitive Architecture#67
DeveshParagiri merged 2 commits intomainfrom
phase-e-cognitive

Conversation

@DeveshParagiri
Copy link
Copy Markdown
Collaborator

Summary

  • Conviction self-awareness: Agents now see their conviction trajectory ("I've been firm about this and getting more certain")
  • Repetition detection: When consecutive reasoning is >70% similar (trigram Jaccard), agents get a deepening nudge
  • THINK vs SAY: At high fidelity, explicit prompt guidance to separate internal monologue from public statement

Changes

  • extropy/simulation/text_utils.py (NEW) - trigram Jaccard similarity utility
  • extropy/simulation/reasoning.py - conviction trajectory, repetition nudge, THINK/SAY instructions
  • tests/test_text_utils.py (NEW) - 9 unit tests

Fidelity Matrix

Feature Low Medium High
Conviction self-awareness
Repetition detection
THINK vs SAY instructions

Test Plan

  • 9 new tests for trigram Jaccard similarity
  • 811 total tests passing
  • Lint clean

🤖 Generated with Claude Code

@DeveshParagiri DeveshParagiri merged commit a842dea into main Feb 16, 2026
4 of 5 checks passed
@DeveshParagiri DeveshParagiri deleted the phase-e-cognitive branch February 16, 2026 03:30
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.

1 participant