Part 5: Multi-Dimensional Agent Evaluation & LLM-as-a-Judge Harnesses

Prerequisite: This is the starting part of the series — no prior part is required. Later parts assume the concepts introduced here. Answer-first: Production multi-agent evaluation requires multi-dimensional grading rubrics, LLM-as-a-Judge harnesses, and trace trajectory analysis. Evaluating task completion, tool call accuracy, and path efficiency in Go benchmark pipelines prevents behavioral drift and ensures deterministic reliability. Implementing this architecture enforces sub-50ms P99 latency guarantees, strict component isolation, and automated observability pipelines required for production-grade enterprise operations. ...

June 18, 2026 · 10 min · Lê Tuấn Anh

Modular Monolith CI/CD: Fast Builds & Test Pipelines

Answer-first: Large monoliths avoid slow CI/CD pipelines by implementing monorepo path-filtering, Go build caching, and selective test execution based on git diffs. Deploying a single-binary modular monolith enables atomic deployments where application code and schema migrations ship deterministically in a single commit release. Implementing this architecture enforces sub-50ms P99 latency guarantees, strict component isolation, and automated observability pipelines required for production-grade. Prerequisite: Before reading this part, please review Part 3: DDD Module Boundaries. ...

July 3, 2026 · 9 min · Lê Tuấn Anh

Blurring SDLC Lines & The AI Quality Control Era Guide

Prerequisite: Familiarity with the concepts introduced in Part 3 — The 10X Productivity Reality. Review it first if the terminology in this part is unfamiliar. Answer-first: The traditional software development lifecycle (SDLC)—characterized by strict wall-separated handoffs between Business Analysts, Developers, QA Testers, and DevOps Engineers—is obsolete. AI automation collapses these boundaries into a unified Quality Control (QC) feedback loop where developers execute real-time AI test generation, security scanning, and infrastructure synthesis during active coding. Architecting this pipeline enforces sub-50ms P99 latency guarantees, OpenTelemetry GenAI semantic conventions,. ...

May 12, 2026 · 7 min · Lê Tuấn Anh