Scrum Master who codes on the side. If something's broken or tedious, I'll probably write a script for it.
Sao Paulo, Brazil
Claude's Cognitive Layer - A dual-model memory system with auto-extraction, auto-recall, vector search, MCP tools for deep reasoning, and compounding learnings.
+---------------------------+
| Claude Code Session |
+-------------+-------------+
|
+==========================|==========================+
| CORTEX MCP SERVER |
+=====================================================+
| |
| +------------------+ +-------------------+ |
| | HAIKU WORKER | | SONNET THINKER | |
| | | | | |
| | o query | | * reflect | |
| | o recall | | * infer | |
| | | | * learn | |
| | ~$0.25/1M [fast]| | * consolidate | |
| +--------+---------+ | ~$3/1M tokens | |
| | +--------+----------+ |
| +--------+------+--------+ |
| | |
| +-----------------v-----------------------+ |
| | VECTOR SEARCH ENGINE | |
| | HNSW Index + BM25 + RRF Fusion | |
| | Local Embeddings (all-MiniLM-L6) | |
| +-----------------------------------------+ |
| |
+=====================================================+
| |
+-------------+----------+ +---------+-------------+
| SESSION START | | SESSION END |
|------------------------| |-----------------------|
| - Context Analyzer | | - Extraction Engine |
| - Query Orchestrator | | - Pattern Tracker |
| - Memory Injection | | - Outcome Scorer |
+------------------------+ +-----------------------+
| |
+-----------+-----------+
|
+-------------------------v-------------------------+
| LADS SELF-IMPROVEMENT |
| Learnable | Adaptive | Documenting | Self-I |
+---------------------------------------------------+
| Problem | Cortex Solution |
|---|---|
| Claude forgets context | Auto-recall: Injects relevant memories at session start |
| Learnings are lost | Auto-extraction: Captures insights from every session |
| No semantic search | Vector Search: HNSW + BM25 hybrid with RRF fusion |
| No deep reasoning tools | MCP Server: 6 tools for query, recall, reflect, infer, learn, consolidate |
| Expensive API calls | Dual-model: Haiku for fast ops, Sonnet for deep reasoning |
| Manual memory management | Fully automatic: Zero user intervention required |
NEW: /cortex Skill - User-friendly slash commands:
/cortex # Status overview
/cortex help # All commands with examples
/cortex query "X" # Search memories (~$0.001)
/cortex learn "X" # Store insight (~$0.01)
/cortex reflect "X" # Deep analysis (~$0.01)
/cortex stats # Memory counts & API costs
/cortex health # System health check
/cortex export # Export memories (json/md)# One-command install
git clone https://github.com/robertogogoni/cortex-claude.git ~/.claude/memory
cd ~/.claude/memory && npm installclaude-cross-machine-sync - AI-powered config sync across Windows & Linux with intelligent auto-categorization and searchable AI memory.
update-beeper - Self-healing Beeper Desktop updater for Arch Linux with automatic recovery and rollback.
Personal troubleshooting guides and learnings.
| Topic | Description |
|---|---|
| Claude in Chrome Troubleshooting | Fixes for extension detection issues, native messaging setup, and bug #19911 |
Building practical solutions for everyday problems