17. Running a Fault-Injection Exercise for an Agent
A successful happy path proves that the system can run. A controlled failure shows whether it knows where to stop and how to recover.
Read noteA personal engineering notebook about AI systems, software, and the experiments that make them understandable.
Ideas, implementations, and details worth keeping.
A successful happy path proves that the system can run. A controlled failure shows whether it knows where to stop and how to recover.
Read noteA regression suite is not a rerun of a few demos. It is an executable record of failures the system must not repeat.
Read noteAuthorization decides whether one principal may perform one action on one resource under specific conditions
Read noteConcurrency shortens only independent waiting time and adds result joining, cancellation, and resource pressure
Read noteLonger retention does not create stronger knowledge; unverified memory carries old errors into new tasks
Read noteA plausible answer does not prove that evidence is real, execution was authorized, or interruption recovery is correct
Read noteThe model does not receive one prompt. It receives context blocks assembled from different sources for different purposes.
Read noteThe model does not observe local execution; the runtime must carry evidence into the next turn
Read noteThe model does not operate the system directly; it selects from the actions exposed by the runtime
Read noteRetrying a model call spends computation; retrying a send, payment, or create operation can change the external world twice
Read note