Testing a 48-package monorepo at scale

How in-memory implementations, a layered test strategy, and AI-assisted test generation keep a 48-package PHP monorepo testable.

March 22, 2026 · 6 min · Russell

Building a temporal layer so your AI never lies about time

How Claudriel’s temporal subsystem pins time per request, resolves timezones from context, and detects clock drift before it corrupts AI reasoning.

March 17, 2026 · 8 min · Russell

Testing Cobra CLI Apps in Go: A DI Approach

Learn how to effectively test Cobra CLI applications using dependency injection in Go, with practical examples and best practices.

July 24, 2024 · 2 min · Russell