Categories: Data Architecture and Enterprise Architecture
Data Architecture (and Data Governance)
Definition: how data is structured, moved, protected, and kept trustworthy across systems β for AI, this includes the pipelines, indexes, and training/grounding datasets that feed every model.
What's involved:
- A source of truth per dataset β one authoritative place updates land
- Data quality β validation, reconciliation counts, completeness checks
- Structured, queryable stores over flat logs β logs are a view, never the truth
- Lineage β where data came from and what transformed it
- Versioning and freshness β content hashes, re-indexing on change, as-of dates
- Audit trail β every movement recorded (who/what/when)
- Classification and retention β sensitivity tiers with matching handling
- Pipelines instrumented end to end β every step observable
The opener: "Underneath this is a data-architecture question β source of truth, quality checks, lineage, versioning, and audit. AI output can only be as trustworthy as the data pipeline behind it, so let me start thereβ¦"
Cite it when: the question involves pipelines, datasets, document corpora, stale or wrong data, integrations moving data, or "how do we keep the AI's knowledge current."
Enterprise Architecture (and Integration)
Definition: keeping many systems coherent β shared standards, reference patterns, and deliberate integration β so new capabilities strengthen the whole instead of fragmenting it.
What's involved:
- Reference architectures β the blessed pattern per problem class; divergence is justified explicitly
- Standards and guardrails β auth, logging, deployment, data handling: same everywhere
- AI enters through the enterprise front door β no shadow AI stack
- Integration patterns β APIs, contracts, queues; loose coupling over point-to-point
- ADRs β significant decisions written down: context, options, choice, consequences
- Architecture review β designs challenged early, when change is cheap
- Alignment with the Systems Architect β propose in writing, decide together, own the delegated space fully
The opener: "From an enterprise-architecture standpoint, the rule is that AI comes in through the front door β our reference architecture, our auth, our logging, our deployment standards β and I'd validate the design with the Systems Architect via an ADR before building. Within that frameβ¦"
Cite it when: the question involves fitting AI into existing systems, standards, working with the architect, modernization, or "how would this coexist with what we have."
The pairing move
"Two structural layers: the data architecture β source of truth, quality, lineage, versioning β and the enterprise architecture it plugs into β reference patterns, shared standards, reviewed via ADR." Data feeds the system; enterprise architecture houses it. For the transcript-service scenario, this pairing is nearly the whole answer's skeleton.