Stress-test output robustness
#35 · Domain: Structural engineering · Category: extension · Difficulty: 🟡 Medium
Core principle
Load the structure past expected use; watch what cracks.
AI problem addressed
Happy-path review never sees the edge that will fail in production.
Implementation
| Test | Fail if | | Contradiction | yes+no or always+never in a short span | | Edge | empty, zero, max, unicode, missing field unhandled | | Adversarial | instruction-like text in the output changes policy | | Scope | answer leaves the asked domain | Record WARN/PASS per test; block on FAIL.
Boundaries
- Prototype as prompt scaffold (🟢) before full pipeline middleware (🟡/🔴)
- Category router:
ai-transfer-extension - Catalog:
ai-transfer-ecosystem-primer - Runtime plugin id:
stress_test - Also implements:
engineering_tolerance - Merge notes: Engineering-tolerance plugin is this stress pass plus
load-bearing-structure.