0% read on this device
Browse the curriculum

Start Here

Vision

First Principles

Operating Model

Domain Model

Agent Factory

Runtime Architecture

AI Engineering

Autonomous Workflows

Verification & Delivery

Factory Platform

Quality Engineering

Security & Governance

Case Studies

Labs

Interview Practice

Research Journal

Reference

Curriculum/AI Engineering/A focused view of boundaries, contracts, state, authority, failure paths, and tradeoffs drawn from this chapter.
AI Engineering5 min readchapterQuick Read

AI Systems Foundations for Software Factory Architects

Explain only the AI concepts that change factory architecture, cost, security, evaluation, or operations decisions.

Status: Review readyRisk: variableLifecycle: intent · plan · execute · verify · learnContent reviewed 2026-08-30Maturity guide →
Claim boundaryThis is curriculum guidance. It does not by itself prove a production implementation.
architecture mode

A focused view of boundaries, contracts, state, authority, failure paths, and tradeoffs drawn from this chapter.

4. Model classes without architecture theater

General-purpose language models, code-specialized profiles, small local models, reasoning-oriented profiles, embedding models, rerankers, classifiers, and multimodal models are capability classes. Select by representative evaluation, data path, latency, cost, availability, tool and schema support, context behavior, and operational constraints. Model family names and internal architectures change faster than these decisions.

8. Failure and fallback

FailureCorrect response
Context limitRecompile with explicit allocation; never silently drop governing content
Invalid structured outputBounded schema repair or fail with original response retained
Provider unavailableApproved equivalent fallback or explicit pause; record changed profile
Quality driftRestrict profile, route to previous version, investigate by slice
Cost spikeAdmission and budget control; do not bypass safety validation
Suspected data leakageContain, revoke credentials, preserve evidence, notify data/security owners
Nonconverging loopStop on attempt/improvement budget and escalate

9. Tradeoffs and nonclaims

Larger models may improve difficult tasks but increase cost, latency, and data exposure. Local models can improve control but add serving, evaluation, and capacity work. Adaptation may improve repeated domain behavior but raises data and rollout obligations. Choose the simplest qualified mechanism. This primer does not teach model training mathematics or certify any model or provider.

External review

Review this chapter.

Challenge a claim, boundary, missing failure mode, unclear term, or unsupported evidence statement.

  • Claim
  • Boundary
  • Failure
  • Evidence