AI Product Management
Aug 2026 • 7 min
The PM Mental Model for LLM Agent Architectures
Traditional software engineering is deterministic: `f(x) = y`. You write acceptance criteria, QA writes test cases, and if they pass, the feature ships. Generative AI and multi-agent systems, by contrast, are probabilistic.
As Product Managers in the AI era, our primary product specification is no longer a static UI wireframe — it is the Evaluation Dataset (Evals) and the Guardrail Decision Engine.
Key takeaway: Treat eval benchmarks as your automated regression test suite. A feature only ships when model accuracy exceeds 95% on golden evaluation sets.
Continuous Delivery
Jul 2026 • 5 min
Why Most Feature Flags Fail: A Guide to Controlled Rollouts
Feature flags are meant to de-risk software releases. However, unmanaged flag proliferation creates technical debt, hidden conditional bugs, and inconsistent customer states.
High-velocity product teams adhere to the Lifecycle Rule: every dynamic feature flag must have an assigned sunset sprint. If a flag is not cleaned up within 30 days of 100% rollout, it automatically flags as high-priority tech debt in the sprint backlog.