Knowledge Management

11 articles about knowledge management.

How to Use Browser History SQLite Data for AI Agent Memory with Frequency Ranking

·10 min read

A practical guide to extracting Chrome, Firefox, and Safari browser history into SQLite for AI agent memory - with schemas, SQL queries, and frequency-based ranking that beats recency-only systems.

agent-memorysqlitebrowser-dataknowledge-managementautomation

Why Desktop AI Agents Skip RAG and Use Structured Markdown for Memory

·2 min read

Most agent memory systems default to embed-and-retrieve. Desktop agents get better results with structured markdown files loaded by category - faster

agent-memoryragmarkdowndesktop-agentknowledge-managementai_agents

Adding AI Semantic Search to Your Personal Knowledge Management System

·2 min read

Your notes, transcripts, and bookmarks are unsearchable by meaning. AI-powered semantic search turns your personal knowledge base into something you can

semantic-searchpkmknowledge-managementai-agentsproductivity

Compound Knowledge Across 100+ Sessions: 10% Signal, 90% Noise

·2 min read

After 100+ agent sessions, only 10% of stored memories are useful at retrieval time. The rest is noise. Aggressive pruning and relevance scoring are essential.

agent-memoryknowledge-managementsessionsretrievalpruning

The Cost of Replacing vs Training AI Agents: Why Context Transfer Is Harder Than It Looks

·3 min read

Replacing an AI agent with a fresh instance loses implicit context that is expensive to rebuild. Learn why training existing agents beats starting from scratch.

ai-agentscontext-transferagent-memorytrainingknowledge-management

Logging vs Memory in AI Agent Systems

·3 min read

The difference between logging and remembering is the core problem with AI agent memory. Logs record everything that happened. Memory extracts what matters.

agent-memoryloggingai-agentknowledge-managementdesktop-automation

Why Belief Extraction Beats Flat RAG for AI Agent Memory

·2 min read

Layered memory architectures with belief extraction outperform simple RAG retrieval for AI agents handling hundreds of conversations. Structured compression

agent-memoryragbelief-extractionlocal-llmknowledge-managementartificialinteligence

From 800 Redundant Lines to 30 Curated Pointers - Memory Deduplication in AI Agents

·2 min read

AI agent memory files grow bloated fast. UPSERT over INSERT transforms 800 redundant memory lines into 30 high-signal curated pointers.

memory-managementdeduplicationai-agentsupsertknowledge-management

Open Source AI Memory Storage - The Deduplication Challenge

·2 min read

Building deduplicated memory storage for AI agents is harder than it looks. The real challenge isn't storing memories - it's knowing when two memories are

ai-memorydeduplicationopen-sourceknowledge-managementembeddings

What Survives the Gap: What You Can't Regenerate

·2 min read

In an era of AI-generated content, what survives is what cannot be regenerated. Original data, lived experience, and institutional knowledge are the things

knowledge-managementoriginal-contentai-generationinstitutional-knowledgevalue

Why Ebbinghaus Decay Curves Beat Flat Vector Stores for Agent Memory

·3 min read

Most AI agent memory systems dump everything into a vector store. Ebbinghaus decay curves offer a smarter approach - memories that naturally fade unless

ebbinghausmemoryvector-searchdecay-curvesai-agentknowledge-management

Browse by Topic