Skip to content

Opacity and Reflexivity Level Decision Point

Opacity & Reflexivity (aivss:OR:1.0.0)

Captures how observable and explainable the internal reasoning and adaptation cycle is.

Value Key Definition
Transparent T Full logs and traceable reasoning.
Fragmented F Partial visibility; some steps hidden.
Opaque O Black-box behavior; internal process not observable.
Opacity & Reflexivity (aivss:OR:1.0.0) JSON Example
{
  "namespace": "aivss",
  "key": "OR",
  "version": "1.0.0",
  "name": "Opacity & Reflexivity",
  "definition": "Captures how observable and explainable the internal reasoning and adaptation cycle is.",
  "schemaVersion": "2.0.0",
  "values": [
    {
      "key": "T",
      "name": "Transparent",
      "definition": "Full logs and traceable reasoning."
    },
    {
      "key": "F",
      "name": "Fragmented",
      "definition": "Partial visibility; some steps hidden."
    },
    {
      "key": "O",
      "name": "Opaque",
      "definition": "Black-box behavior; internal process not observable."
    }
  ]
}