#Testing
— 2 posts
Apr 8, 2026 · 12m
Testing Strategy for Production Systems
Unit, integration, contract, and e2e — when each actually pays off, the modern test pyramid, and a practical policy for flaky tests. Concrete advice for a service that ships.
TestingArchitectureQuality
Feb 18, 2026 · 13m
LLM Evaluation and Guardrails in Production
How to test prompts, catch regressions, score outputs, and defend against prompt injection — with a small eval harness you can ship this week.
AILLMTesting