Week 18 · lesson
Build the System Before You Defend It
Before presenting results, freeze the system you intend to defend.
Record:
- input and data contract;
- features or representation;
- model or decision method;
- evaluation evidence;
- threshold or decision policy;
- deployment placement;
- monitoring signals;
- fallback behavior;
- human authority;
- version/configuration identifiers.
If those pieces keep changing during the defense, the evidence no longer points to one stable system.
A capstone is a chain of evidence
Think of the dossier as linked claims:
data evidence → model evidence → system evidence → failure evidence → bounded conclusion
Each layer answers a different question.
Model evidence may show how predictions performed on a held-out set. System evidence may show that invalid input is rejected. Failure evidence may show that a timeout triggers fallback.
A model with 91% held-out accuracy does not prove that the deployment meets a 100 ms deadline. A latency test can address that second claim. Neither test proves the human override works; that requires its own evidence.
The capstone becomes stronger when these claims are separated rather than blended together.
Choose a bounded system scenario
A good classroom capstone uses synthetic, public, or fictional data and a consequence small enough to test safely.
Examples:
- classify fictional sensor conditions;
- categorize public images;
- recommend a low-consequence option;
- detect anomalies in generated telemetry;
- route uncertain cases to review.
Do not invent evidence from a real physical deployment that was never performed.
Before moving on
Write your capstone's primary claim in one sentence. Under it, list the exact evidence artifact that should support that claim.
Experiment pipeline
From approved evidence to a bounded system defense
Follow one fixed result through expected and failure traces to a bounded system decision.
Input preparation
Approved Evidence Set
Preserve model-policy and deployment measurements as separate, immutable evidence bands.
Model configuration
System Configuration
Select one threshold policy and deployment profile inside the bounded-review architecture.
Evaluation
Functional and Resource Tests
Trace confusion counts, review output, latency, memory, payload, and availability without merging unlike evidence.
Failure and Safeguard Tests
Trace schema drift, network loss, stale model, and memory pressure to a visible stop, fallback, or review path.
Claim-to-Evidence Audit
Mark each proposed claim supported, contradicted, or untested and preserve the responsible evidence row.
Decision
Defense Verdict
State bounded use, retained tradeoff, human authority, limitations, and the next challenge test.
Read this concept flow as plain text
- Approved Evidence Set. Preserve model-policy and deployment measurements as separate, immutable evidence bands. SOURCE BOUNDARY: WEEKS 13–17 APPROVED.
- System Configuration. Select one threshold policy and deployment profile inside the bounded-review architecture. CONTROL: POLICY + PLACEMENT + TEST.
- Functional and Resource Tests. Trace confusion counts, review output, latency, memory, payload, and availability without merging unlike evidence. EXPECTED PATH: METRICS · MS · MB · KB.
- Failure and Safeguard Tests. Trace schema drift, network loss, stale model, and memory pressure to a visible stop, fallback, or review path. CHALLENGE PATH: DETECT · STOP · FALL BACK.
- Claim-to-Evidence Audit. Mark each proposed claim supported, contradicted, or untested and preserve the responsible evidence row. CLAIM LEDGER: SUPPORTED · CONTRADICTED · UNTESTED.
- Defense Verdict. State bounded use, retained tradeoff, human authority, limitations, and the next challenge test. FINAL BOUNDARY: DEFENSIBLE · NOT PUBLISHED.