Search Engineering Publications
Find specialized technical guides, benchmark analysis, and architecture blueprints matching your keywords.
articles matching search criteria (25 articles)
AI AgentsI Thought I'd Lost the Plot. I Was Writing It.
I Thought I'd Lost the Plot. I Was Writing It. I set out to build autonomous...
MicroservicesWhat Is the Circuit Breaker Pattern? A Practical Guide
What Is the Circuit Breaker Pattern? A Practical Guide for Developers Imagine your...
SecurityI attacked my own npm package before launching it. It let the proposer approve their own writes
My library exists so a human approves an LLM's UPDATE before it runs. It never checked that the approver was somebody other than the proposer — and wrote \"approved\" into the audit trail anyway.
KubernetesBuild an MCP Server in Go (Part 1): Designing a diagnostic-grade Kubernetes client
This post designs the Kubernetes client. The next post wraps it as an MCP server and wires it to an...
AI AgentsThe Write Policy Is the Hard Part: Promotion Pipelines for Agent Memory
Storing agent memory is easy. Deciding what earns a permanent write, and keeping the write-path alive through RBAC and network policy, is the real work.
AI AgentsI Changed How I Think About AI Memory
I Changed How I Think About AI Memory When I first built Lean AI Memory, I focused too...
MicroservicesReal-Life Refactoring Example: ~3x Less Code to Read
There is a popular idea that refactoring is making code shorter. It is not entirely wrong....
SecurityThe Tragedy of the Clean-Handed Auditor
\"I could save them if they'd only listen...\" Hey, you. Yeah, you: the compliance or governance...
KubernetesBuilding Sluice: QoS-Aware Capacity Governance for Self-Hosted LLM Inference
📦 Project: https://github.com/VampiricCyborg/sluice 1. The Problem: When Capacity Becomes...