Tag: Semantic Knowledge System

Digital wireframe skyscraper under construction on a circuit board representing persistent AI context and compounding development results with pgvector semantic knowledge system

From Theory to Proof: 9 Days With a Semantic Knowledge System in Production

Posted on February 19, 2026 by JB

Nine days ago, I published a post about building a semantic knowledge system — a pgvector-backed memory layer that gives every AI agent I work with persistent, searchable context across all my repositories. The architecture was clean. The idea was sound. But it was still mostly a promise. Nine days later, I have the receipts. […]

Read More: From Theory to Proof: 9 Days With a Semantic Knowledge System in Production
Posted in Code
AI brain visualization combining code snippets, database icons, and neural network connections representing a semantic knowledge system built with PostgreSQL pgvector and Model Context Protocol

Giving AI a Long-Term Memory: How I Built a Semantic Knowledge System Across Multiple Repos

Posted on February 10, 2026 by JB

AI coding assistants are powerful, but they have a fundamental limitation: they forget everything between sessions. Every new conversation starts from zero. Your agent doesn’t know what you built yesterday, what decisions you made last week, or why you chose Dapper over Entity Framework three sessions ago. I decided to fix that. Enter the Semantic […]

Read More: Giving AI a Long-Term Memory: How I Built a Semantic Knowledge System Across Multiple Repos
Posted in Code