I pointed my own RAG engine at my own writing and it buried the right answer under a Rust memory cheatsheet. The cause was one word of Rust. Here's the diagnosis, the one-word fix, and the before/afte…
I used an agent harness — 78 docs, six agents — to build a RAG engine, and the git log shows it worked. The engine itself has only ever indexed its own source. Harness engineering from the receipts, n…
Markdown context is great until a team needs it to stay fresh and shareable. Context Harness is my database-shaped bet on that problem — a work in progress I'm dogfooding, and reasoning through in pub…
Local-first RAG engine in Rust — SQLite, hybrid search, Lua extensions, and an MCP server that hands your context to any AI tool.
Eight hex-chess variants in Rust/Bevy, compiled to WASM, with serverless WebRTC peer-to-peer multiplayer.
I've been running coding agents against real work for a while now, and the thing nobody warns you about is the output tax. Every time the agent runs git status, cargo test, or aws lambda list-function…
Rust Memory Container Cheat Sheet and the Rust Container Cheat Sheet. These visual aids provide concise and clear representations of Rust's memory containers, aiding in understanding their structures …
Idea: build a website of "recipes that do not exist" Build a website and training data, generate a recipe page with a hero image The Website https://medium.com/technest/build-a-food-blog-with-next-js-…
Graph Algorithms in Rust: Breadth First Search (BFS) coming soon Reference Implementations HTTrack Cyotek WebCopy Content Grabber ParseHub OutWit Hub spidy Evine https://github.com/rivermont/spidy h…
The companion repo for this post can be found here: This is a post detailing my progress on building an Emulator in Rust. This isn't something I'm building from scratch, but in pursuit of learning rus…