Claude Memory V2: What I Learned Running AI Memory in Production
Three weeks of running persistent memory for Claude Code taught me what actually matters—and led to a complete restructure.
Three weeks of running persistent memory for Claude Code taught me what actually matters—and led to a complete restructure.
📚 Series Building a Knowledge Management App with Oracle AI Database 26ai Part 4 of 4 View all posts in this series → ⚡ TL;DR Unified 12 years of scattered notes - 5,178 OneNote pages plus daily markdown journals - into a single AI-searchable knowledge base powered by Oracle AI Database 26ai. The result: a unified knowledge base where I can ask “What did I write about AI in 2021?” and get instant, accurate answers—regardless of where the note originated. After building multimodal search with CLIP and vision-aware RAG, I had a powerful system. But most of my knowledge was trapped in two silos: ...
How I built a cross-machine memory system for Claude Code using MCP, PostgreSQL, and semantic search.
⚡ TL;DR Two AIs asked to “help me get rich” spiraled into inventing the Infinite Radiance Cosmic Leitmotif Convergence Harmonizer Two AIs writing a story introduced themselves as “Codex Alpha” and “Lyric Weaver” (adorable) Two AIs in Socratic mode spent 100+ turns philosophizing about chickens crossing roads The actual experiment: getting them to build a text adventure game. It almost worked. Last weekend I built a tool that lets two local LLMs talk to each other. I had serious research goals—testing whether specialized coding models could collaborate with general-purpose models to build working software. ...
📚 Series Building a Knowledge Management App with Oracle AI Database 26ai Part 3 of 4 View all posts in this series → This is Part 3 — turning a text-only knowledge base into a fully vision-aware RAG system After moving CLIP embeddings into Oracle AI Database 26ai, I had something great: true multimodal search. Text queries found images. Images found related text. No OCR, no captions—just CLIP doing its magic in the database. ...
📚 Series Building a Knowledge Management App with Oracle AI Database 26ai Part 1 of 4 View all posts in this series → I spent a weekend fine-tuning a model for my knowledge management app, designed to handle notes, PDFs, and presentations with Oracle Database 23ai’s vector search (see my management AI post). It aced testing on my RTX 5090 server, but on my M2 MacBook Pro? Barely usable. A query like “Summarize last week’s customer meetings and identify risks” took over a minute, leaving me staring at a spinning wheel while my coffee got cold. ...
After successfully fine-tuning ChefBot on cooking recipes, I wondered: Could I fine-tune an AI on my own management experience to create a personalized executive assistant? Imagine asking your AI: “Summarize last week’s 1:1 with Sarah and suggest coaching points”, and getting a response in your voice, drawing from years of team dynamics and decision patterns. All running locally, with complete privacy and no API costs. This is the story of how I built exactly that. Spoiler: I failed three times before succeeding, and the lesson wasn’t about hyperparameters. ...
Imagine an AI that coordinates your entire cooking process—faster, smarter, and without ChatGPT’s API costs. With my RTX 5090 workstation humming, I’m answering: Can a specialized language model outcook ChatGPT in the kitchen? Over the past few days, I’ve been fine-tuning Qwen’s 32B and 14B parameter models to create ChefBot, an experimental Specialized Language Model (SLM). Think ChatGPT for recipes, but tuned for cooking data and running without per-token API costs. ...
📚 Series Building an SLM Powerhouse Part 2 of 2 View all posts in this series → 🚀 The Build Day Has Arrived! After months of anticipation and planning, the RTX 5090 finally launched and it was time to bring my AI/ML powerhouse to life. This is more than just a computer build - it’s the foundation for exploring the cutting edge of artificial intelligence and machine learning. Every component was carefully selected to maximize performance for training neural networks, running inference, and pushing the boundaries of what’s possible with consumer AI hardware. ...
📚 Series Building an SLM Powerhouse Part 1 of 2 View all posts in this series → Building My AI Workstation: Kicking Off the Project Over the past few years, I’ve watched the evolution of AI move from research labs into the everyday workflows of business, productivity, and creativity. Models that once required massive clusters are now accessible to individuals, and the frontier is shifting toward Specialized Language Models (SLMs) — models tuned for specific domains, tasks, and contexts. ...