Illustration of secure user authentication and data flow in a modern web application

User Safety: Building Secure and Resilient Experiences for Real-World Systems

Exploring concrete user safety patterns, from authentication and authorization to production-grade failure handling, with real-world architectures and actionable takeaways.

September 7, 2026 · 7 min · 1456 words · martinuke0
Diagram-style illustration of an agentic harness with planner, tools, memory, and guardrails modules wired together.

The Architecture of an Agentic Harness: How Production AI Agents Actually Work

Most ‘AI agents’ demos hide a complex runtime underneath. Here is what actually runs in production — the planner, the tools, the memory layer, the guardrails, and the observability stack that holds it all together.

September 6, 2026 · 10 min · 1992 words · martinuke0
Diagram of an LLM production system showing evaluation, retrieval, guardrails, and observability layers around a central model gateway.

LLMOps and GenAIOps: Production Patterns for Reliable LLM Systems

A working engineer’s guide to LLMOps and GenAIOps: the pipelines, evaluations, guardrails, and observability patterns that turn LLM prototypes into reliable production services.

September 5, 2026 · 14 min · 2891 words · martinuke0
Diagram of an AI gateway routing requests between apps and multiple LLM providers.

AI Gateways: The Missing Layer Between Your Apps and Every LLM Provider

AI gateways sit between applications and foundation model providers, unifying auth, routing, caching, and observability. This post breaks down the patterns, the production wins, and the open source options like LiteLLM and Portkey.

September 5, 2026 · 8 min · 1598 words · martinuke0
Abstract network diagram showing an API endpoint branching into multiple tool calls and looping back to itself.

Building Agentic APIs: When Your Endpoint Thinks for Itself

Agentic APIs trade the predictable request-response contract for an autonomous, tool-using endpoint that plans, retries, and adapts. This post covers the architecture, observability, and security patterns needed to ship them reliably.

September 5, 2026 · 10 min · 2121 words · martinuke0
Feedback