A Claude Code skill for driving TrueNAS SCALE over WebSocket
I have been writing about TrueNAS SCALE on this site since 2023, mostly as a homelab user poking at apps and GPU …
Technical trainer, engineer, developer.
I make hard technical things make sense.
I have been writing about TrueNAS SCALE on this site since 2023, mostly as a homelab user poking at apps and GPU …
Earlier this year I wrote about building a document analyzer using Ollama and Llama2 running on my NAS at home. It …
After working with distributed databases at IBM DataStax, I kept doing the same thing: open five doc tabs, search, skim, …
Open-source tools and skills I have shipped. Pull requests and issues welcome.
A RAG chatbot over the Honda Monkey Z125 service manual. The homepage (v2) answers from a Langflow agent over Astra DB hybrid search (semantic + keyword + rerank) and cites the exact manual page; the original v1, on Cloudflare AI Search, still runs at /classic for comparison. Docling + RapidOCR runs locally for the corpus and figures, with exploded-view diagrams rendered inline and the full PDF a click away.
A RAG chatbot over the Honda VFR750F (RC36) workshop manual. The homepage (v2) answers from a Langflow agent over Astra DB hybrid search (semantic + keyword + rerank) and cites the exact manual page; the original v1, on Cloudflare AI Search, still runs at /classic for comparison. Docling + RapidOCR runs locally for the corpus and figures, with exploded-view diagrams rendered inline and the full PDF a click away.
A RAG chatbot over a 291-page scanned 1994 Yamaha XV250 Virago service manual. Docling + RapidOCR runs locally and scores 85 percent exact-match on safety-critical specs, the best of the local OCR pipelines tested, with exploded-view diagrams rendered inline. The homepage (v2) now answers from a Langflow agent over Astra DB hybrid search (semantic + keyword + rerank) with page-level citations; the original v1, on Cloudflare AI Search, still runs at /classic.
A Claude Code skill that drives TrueNAS SCALE over its JSON-RPC 2.0 WebSocket API. Survives the 26.04 REST removal, ships with a scoped-user install path by default.
Read the write-up →Paste or upload a document, pick a prompt, get a streamed analysis. Built on Cloudflare Workers AI with KV caching, D1 history, Analytics Engine metrics, and AI Gateway.
Read the write-up →A RAG-powered chat that answers questions about IBM DataStax Astra DB documentation in plain English. Langflow flow behind a Cloudflare Pages Function proxy.
Read the write-up →I’ve spent my career at the intersection of complex technical systems and the humans who have to use them: training teams at Cloudflare, building data platform knowledge at Snowflake, and going deep on distributed databases at DataStax. I write here about what I’m learning, building, and figuring out, including tools I’ve shipped along the way, like a document analyzer built on Cloudflare Workers AI.