Skip to main content

Build Notes

Engineering decisions, benchmark deep-dives, and lessons from building an AI memory system in the open.

Compounded Intelligence Is the Last Moat. Stop Giving It Away.
Finance··7 min

Compounded Intelligence Is the Last Moat. Stop Giving It Away.

Every fund has GPT-5 and Claude. The edge is compounded institutional knowledge. Family offices: keep it on your machine.

Read →
Seven Memory Architectures, One pip install
Analysis··6 min

Seven Memory Architectures, One pip install

Turing Post published seven emerging memory architectures for AI agents. Five of them describe things OMEGA already ships. Here's the mapping.

Read →
Your Prompts Aren't Your IP. Your Memory Is.
Analysis··8 min

Your Prompts Aren't Your IP. Your Memory Is.

Businesses spend millions on prompt engineering and model selection. The real intellectual property is institutional memory: the accumulated decisions, lessons, and context that compound over time.

Read →
283 Memory Servers and Nobody Agrees What Memory Means
Positioning··7 min

283 Memory Servers and Nobody Agrees What Memory Means

There are 283 MCP servers in the memory category. Most are markdown files with a search bar. Here's why we stopped calling OMEGA a memory layer.

Read →
The Only Code Reviewer That Gets Smarter
Product··9 min

The Only Code Reviewer That Gets Smarter

AI agents write 41% of code but produce 1.7x more bugs. 80% of AI review comments are noise. omega_review combines persistent memory, multi-agent specialist panels, and hybrid static+LLM analysis to fix code review.

Read →
Give Your AI Agent Semantic Memory Over Your Obsidian Vault
Integration··6 min

Give Your AI Agent Semantic Memory Over Your Obsidian Vault

omega-obsidian indexes your Obsidian vault with semantic embeddings, knowledge graph traversal, and write-back. Six MCP tools, persistent index, one pip install.

Read →
Give Your CrewAI Agents Persistent Memory with OMEGA
Integration··5 min

Give Your CrewAI Agents Persistent Memory with OMEGA

CrewAI agents forget everything between runs. OMEGA is the first persistent memory integration for CrewAI, adding semantic dedup, contradiction detection, and cross-session persistence. Three lines to set up.

Read →
Claude Code Memory vs OMEGA: Why MEMORY.md Isn't Enough
Comparison··7 min

Claude Code Memory vs OMEGA: Why MEMORY.md Isn't Enough

MEMORY.md is capped at 200 lines with no semantic search, no dedup, and no cross-project recall. OMEGA is the Claude Code MCP memory alternative that fixes all six limitations.

Read →
QMD vs OMEGA: Why Search Is Not Memory
Comparison··8 min

QMD vs OMEGA: Why Search Is Not Memory

QMD is an excellent local search engine for markdown files. But retrieval is not memory. The Memory Ladder framework explains the difference.

Read →
The Default Trap: Why Your AI Memory Provider Was Chosen for You
Analysis··8 min

The Default Trap: Why Your AI Memory Provider Was Chosen for You

AWS just named Mem0 its "exclusive memory provider" for 14M+ developers. What that actually means, and why defaults are more dangerous than lock-in.

Read →
The Most Precious Resource You're Giving Away
Analysis··10 min

The Most Precious Resource You're Giving Away

We are committing the greatest intellectual property theft in history -- against ourselves.

Read →
Your Agent Can Now Phone a Friend
Product··6 min

Your Agent Can Now Phone a Friend

Introducing omega_consult_gpt: a new MCP tool that lets Claude agents consult GPT-5.3 mid-session for a second opinion on hard problems. Pro feature, one env var to configure.

Read →
LangChain Just Shipped Agent Memory. Here's How It Compares to OMEGA.
Comparison··7 min

LangChain Just Shipped Agent Memory. Here's How It Compares to OMEGA.

LangChain added persistent memory to Agent Builder on Feb 19. Virtual filesystem in Postgres vs semantic store in SQLite. Honest comparison on 8 dimensions.

Read →
Your Agent's Memory, From Your Phone
Product··4 min

Your Agent's Memory, From Your Phone

Claude Code Remote Control ships full MCP server access. That means your entire OMEGA memory is now reachable from any device with a browser.

Read →
The Verification Tax: Why AI Agents Need Memory
Analysis··12 min

The Verification Tax: Why AI Agents Need Memory

The AGI bottleneck is not intelligence. It is verification. Using Catalini's framework from MIT to explain why memory is the missing verification infrastructure for AI agents.

Read →
Observational Memory Is Not Enough
Analysis··10 min

Observational Memory Is Not Enough

Mastra's observational memory scores 94.87% on LongMemEval. But the benchmark hides a critical limitation: when the session ends, the memories are gone. External vs in-context memory, explained.

Read →
How OpenAI Memory Actually Works (And Why Developers Need Something Different)
Comparison··14 min

How OpenAI Memory Actually Works (And Why Developers Need Something Different)

Reverse-engineered ChatGPT memory architecture, the Conversations API gap, and a data-backed comparison with OMEGA. No RAG, no vector DB, just context injection.

Read →
One-Click Memory for Claude Desktop
Engineering··6 min

One-Click Memory for Claude Desktop

Claude Desktop users aren't developers. They can't pip install. So we built one-click installers that bundle Python, install OMEGA, and auto-configure Claude Desktop. Zero terminal commands.

Read →
Why Your Agent Forgets: From RAG to Reflexive Memory
Analysis··10 min

Why Your Agent Forgets: From RAG to Reflexive Memory

The evolution from RAG to agentic RAG to agent memory, and why the next stage is reflexive memory that can audit, evolve, and forget its own knowledge.

Read →
Why Markdown Files Aren't Enough for AI Agent Memory
Engineering··8 min

Why Markdown Files Aren't Enough for AI Agent Memory

LEARNING.md works until it doesn't. Five failure modes of flat-file memory, and what a real store-and-query pipeline looks like under the hood.

Read →
Behavioral Analysis: How OMEGA Learns Your Work Patterns
Engineering··8 min

Behavioral Analysis: How OMEGA Learns Your Work Patterns

OMEGA observes your tool usage, git habits, session timing, and file relationships to build a behavioral profile. Eight SQL-only extractors, zero LLM calls, full temporal decay.

Read →
How to Add Persistent Memory to Any AI Agent
Tutorial··5 min

How to Add Persistent Memory to Any AI Agent

Your AI agent forgets everything between sessions. Two commands fix that. Works with Claude Code, Cursor, Windsurf, and any MCP client.

Read →
Cross-Encoder Reranking & Contradiction Detection
Engineering··7 min

Cross-Encoder Reranking & Contradiction Detection

OMEGA now re-scores search results with a neural cross-encoder and automatically detects when new memories contradict existing ones. Zero LLM calls, fully local.

Read →
How to Add Persistent Memory to OpenClaw with OMEGA
Tutorial··8 min

How to Add Persistent Memory to OpenClaw with OMEGA

OpenClaw is the most popular AI agent (194K+ stars), but it forgets everything between sessions. Step-by-step guide to adding persistent, semantic memory via MCP.

Read →
Why Consumer Memory Tools Fail for Coding Agents
Analysis··9 min

Why Consumer Memory Tools Fail for Coding Agents

Supermemory, Mem0, and bookmark-sync tools are built for consumer knowledge. Here's why coding agents need decision trails, lesson learning, and intelligent forgetting.

Read →
OMEGA vs Mem0 vs Zep - An Honest Comparison
Comparison··12 min

OMEGA vs Mem0 vs Zep - An Honest Comparison

Three architectures. Two benchmarks. Real numbers. Which AI memory system should you actually use in 2026?

Read →
Why I Built MemoryStress
Benchmark··10 min

Why I Built MemoryStress

Every AI memory system claims high recall. None have been tested at 1,000 sessions. So I built the benchmark that does.

Read →
#1 on LongMemEval. Here's How.
Benchmark··8 min

#1 on LongMemEval. Here's How.

How a solo developer with zero funding built the top-ranked AI memory system - 95.4% task-averaged accuracy, beating $13M-funded teams with a local-first architecture.

Read →