Engineering for the age of inference

Recent Articles

agentic

Supervising Coding Agents: Notes from a Live Debugging Session

A short bugfix session became a practical example of agent supervision. The agent produced valid code quickly, but it focused on symptoms first. Progress came from brief human questions that redirected work toward root cause, accurate impact framing, and a cleaner final production change set for users.

January 30, 2026 6 min
networking

Diagnosing Network Latency on MikroTik: Seven Layers, Seven Fixes

aws s3 sync was running at 60 KB/s on a link that should reach around 80 Mbps. The issue was not one bug but several: DFS channel pauses, Apple roaming behavior, LTE bufferbloat, and smaller configuration problems. This article walks through the complete fixes on RouterOS v7.

January 08, 2026 10 min
agentic

Agentic Project Management: Why Vibe Coding Fails and How to Fix It

Intuitive prompt engineering - often called vibe coding - promises a flow state for software engineers, but the reality is often a repetitive loop of review and correction. We’ve traded writing code for supervising agents that write code. The question is how to make that trade worthwhile.

December 29, 2025 8 min

Recent Projects

rust

harrow: Macro-Free HTTP Framework

harrow is a thin HTTP framework built directly on Hyper 1.0. The goal is explicit, macro-free routing with built-in observability: tracing spans, Prometheus metrics, and structured request IDs from the start, not bolted on after the fact.

February 20, 2026 5 min
rust

ro11y: Lightweight Observability

ro11y is a Rust observability library that implements OTLP protobuf export over HTTP without pulling in the full OpenTelemetry SDK. Seven direct dependencies instead of a hundred and twenty. It builds on the tracing crate for structured logging and distributed tracing.

January 15, 2026 5 min
rust

marie-ssg: Static Site Generator

marie-ssg is a static site generator built to do one thing well: turn markdown files paired with TOML metadata into HTML pages. It powers this site. The design prioritizes build speed, minimal configuration, and staying out of the way.

December 30, 2025 5 min
rust

qrst: On-Device Hybrid Search

qrst is a hybrid search engine that runs entirely on-device. No API calls, no cloud, just a Rust binary and an embedding model. It combines BM25 keyword search (SQLite FTS5) with vector semantic search (ONNX embeddings + HNSW) and fuses results using configurable strategies including Reciprocal Rank Fusion and learned-to-rank models.

November 01, 2025 5 min

Browse by Topic

🤖

Agentic

2 articles
💻

Coding

1 article
📋

Project Management

1 article
🦀

Rust

4 articles

Cloud

2 articles
🧠

AI

1 article
🌐

Web Dev

2 articles
🔗

Networking

1 article
📊

Monitoring

1 article