CQRS
This is a useful architecture link because CQRS is powerful and easy to overapply. Separating reads from writes can clarify a system, but it can also introduce synchronization, consistency, and mental overhead.
The value here is the warning label as much as the pattern. Architecture patterns should earn their complexity.