Extending Karpathy's llm-wiki with event-driven document management: a pragmatic setup for ingesting personal documents into an LLM-friendly wiki, driven by filesystem events and a small Rust daemon called eventic.
A short note on iterating an LLM through a dozen drafts of a semi-formal paper, in service of a tabletop card-game disagreement that turned out to be more interesting than expected.
A transient billing failure caused irreversible loss of a grandfathered Spotify Duo plan that is no longer available in the UAE. No retry, no warning, no recovery path.
Giving a self-hosted OpenClaw agent read/write access to one Obsidian folder via Docker volume mounts, rclone bisync, and GPT OCR for handwritten notes.
Comparing manual and automated approaches to PII masking in observability pipelines using Microsoft Presidio, with practical insights from healthcare workloads.
An exploration of the RAG pattern in Large Language Models, highlighting the importance of evaluating their performance using question-answer pairs. The article also delves into the challenges and benefits of using both golden and synthetic (silver) datasets for development and assessment
Using LLMs for auto-generating unit tests aids rapid development in building Python libraries, but while beneficial, it's no substitute for deliberate test-writing and might create a false safety net
Using GZIP compression and the k-Nearest Neighbors algorithm, we explore an innovative approach to classifying the MNIST dataset with about 78% accuracy
We have recently engaged in an architecture design & upskilling session with an enterprise customer for building a solution using an LLM as part of their *reasoning engine*. Their aim is to utilize this to assist engineers in navigating complex technical documentation. This is a collection of some of the learnings