IRONCODELABS

Logo

Safe Passage to AI

View the Project on GitHub IRONCODELABS-COM/EA

← Knowledge Base

EA Governance Checklist — LLM Adoption

Use this checklist before approving any LLM introduction. It maps to the 4-Level Decision Model and follows the ICL Enterprise Taxonomy levels: Conceptual, Logical, Physical, Implementation. Every item must be answered “yes” for approval.

Work through the four sections and bring the completed checklist to the Architecture Board.

Capability: <name>


Section 1 — Business Capability (Conceptual Level)

Does this capability genuinely require language reasoning?

Gate: If a rule-based solution could do the job — stop here. ADR rejected.


Section 2 — Service Design (Logical Level)

Is the LLM architecturally contained?

Gate: If the LLM is central to the architecture — stop here. The proposal is rejected: do not proceed, do not submit to the Architecture Board. Redesign so the LLM is a peripheral service, then restart the checklist.


Section 3 — Operations (Physical Level)

Is production readiness defined?

Gate: If failure mode is undefined — stop here. ADR rejected.


Section 4 — Implementation (Implementation Level)

Can the LLM be removed or replaced cleanly?

Gate: If removing the LLM would collapse the system — stop here. ADR rejected.


Approval Condition

All four sections must pass. No exceptions.

Semantic necessity
AND bounded service
AND operational readiness
AND replaceability

Any failed gate = architectural violation. Redesign before resubmitting.


Reference: Fred Brooks — Second-System Effect


© dbj@dbj.org , CC BY SA 4.0