DDIA / data systems

Designing Data-Intensive Applications rules for AI agents.

Rules for data-heavy systems where reliability, scalability, consistency, replication, transactions, streams, and schema evolution shape correct implementation.

data systemsconsistencystreamsschema evolution

Use when

The agent touches persistence, events, migrations, consistency boundaries, queues, or distributed data flows.

Default version

Use mini for implementation and review of data-sensitive changes.

Good companions

Pair with Release It! for production services.