Skip to content

Conversation

@ahouseholder
Copy link
Contributor

This draft constructs a multi-layered decision model to reflect the AIVSS SSVC decision.

The Execution Power, Environment & Adaptation, and Predictability & Influence decision tables were added to prevent having a $3^{12} = 541k$ table to define the Agentic Impact Level decision table.

flowchart TB
subgraph aivsssub[AIVSS SSVC]
subgraph ailsub[Agentic Impact Level]
subgraph execsub[Execution Power]
  dp1[Autonomy of Action]
  dp2[Tool Use]
  dp3[Self-Modification]
  dp4[Goal-Driven Planning]
  exec[Execution Power]
end
subgraph envsub[Environment & Adaptation]
dp5[Memory Use]
dp6[Contextual Awareness]
dp7[Dynamic Identity]
dp8[Multi-Agent Interactions]
env[Environment & Adaptation]
end
subgraph predsub[Predictability & Influence]
dp9[Non-Determinism]
dp10[Opacity & Reflexivity]
dp11[Verification Capability]
dp12[Deceptiveness Potential]
pred[Predictability & Influence]
end
ail[Agentic Impact Level]
end
exploitation[Exploitation]
systemic[Systemic Impact]
aivss[AIVSS]
dsoi[Defer,Scheduled,Out-of-Cycle,Immediate]
end
dp1 --> exec
dp2 --> exec
dp3 --> exec
dp4 --> exec
dp5 --> env
dp6 --> env
dp7 --> env
dp8 --> env
dp9 --> pred
dp10 --> pred
dp11--> pred
dp12 --> pred
exec --> ail
env --> ail
pred --> ail
exploitation --> aivss
ail --> aivss
systemic --> aivss
aivss --> dsoi
Loading

@ahouseholder
Copy link
Contributor Author

Preview available at https://certcc.github.io/SSVC-staging/howto/aivss/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants