This is the smallest current example of T81 acting like a governed AI OS-object substrate rather than only an AI runtime.
The canonical runnable example is:
bash examples/ai-and-inference/model-load-canonfs/run_assess_fixed_host_action.sh
Portable smoke path for the same chain:
./build/t81_ai_task_assess_fixed_composition_test ./build/t81
The shell script remains the human-readable demo. The compiled smoke path exercises the same object flow without relying on POSIX shell behavior.
For the current bounded family of reusable AI OS-object chains built on the same object model, see AI_OS_OBJECT_CHAIN_CATALOG.md.
The current assess-fixed chain is:
This is the actual object flow:
assess-fixed task
-> task result artifact
-> provenance artifact
-> downstream host-action record
-> final bundle artifact
The bundle is canonical because it is the smallest single object that points to the whole completed chain: result, provenance, downstream record, and action identity.
For the currently validated assess-fixed, route-fixed, and
classify-fixed chains, object identity at every layer is a function only of:
For those chains, the following objects keep the same content-addressed identity and bytes for identical task/model/policy/input:
CanonFS root does not affect that identity. Execution location does not affect that identity.
Within this object model:
This claim is limited to the currently validated bounded family.
The canonical example uses these typed surfaces:
t81 ai task assess-fixedt81 ai task read-fieldt81 artifact write-store-recordt81 artifact store-bundlet81 artifact read-fieldThese helpers do not form a general workflow engine. They only support the current narrow typed chain family.
T81 does not just run AI here.
It produces governed, typed, persistent objects that other parts of the system can consume.