top of page
Latest Articles


Introduction to this blog, the why
Technology shifts. Sometimes gradually. Sometimes all at once. After more than 40 years in IT, I’ve learned to pay attention when the wind changes direction. In late 2024, I made a deliberate pivot from quantum computing research to applied artificial intelligence. The signal was unmistakable: AI is not just another wave — it is infrastructure-level change. This site documents that work. My focus is practical AI architecture, security, governance, and threat modeling — buildi


Building a WhatsApp Daily Briefing Agent (OpenClaw) - Lessons From the Trenches
I spent a long couple of sessions turning a “wouldn’t it be nice…” idea into an actual working pipeline: a daily briefing agent that can pull my personal Google Calendar (plus US holidays) and deliver a summary to my WhatsApp on a schedule. Of course, that is not my main Google account nor my main phone number in use for this. This is one of those projects where the idea is simple, and the reality is OAuth, containers, file permissions, corn runtimes, and messaging quirks,


Turning My Personal OneNote Into a Searchable RAG System
Until recently, I had been curious about RAG systems in the abstract. I understood the basic promise: take a body of documents, convert them into embeddings, store them in a vector index, and then retrieve the most relevant pieces when a question comes in. But that was still fairly theoretical to me. About 2 months ago, I did my first RAG project which is in a prior post on this site. But lately, something came to me: what if I could load my own OneNote into a RAG type sys
bottom of page