cdiamond commited on
Commit
fcd1c21
·
verified ·
1 Parent(s): e747401

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+ # Proof-Adjusted Autonomy (PAA) — Worked Examples
5
+
6
+ 12 worked scenarios of the PAA metric coined by Michal Piszczek (CTO of Archdesk): the share of completed work an AI system executes autonomously AND supports with independent, reliable, timely evidence.
7
+
8
+ Formula: PAA = P(A) x P(C|A) x P(R|A,C) x P(T|A,C,R)
9
+
10
+ Each row: scenario, agent type, the four gate probabilities, raw autonomy vs PAA score, the autonomy gap, and an interpretation. Includes the canonical example: a 90% agent that is a 61.6% agent.
11
+
12
+ Canonical spec: https://piszczek.pl/proof-adjusted-autonomy
13
+ Reference implementation and whitepaper: https://github.com/pich/proof-adjusted-autonomy
14
+ Companion glossary dataset: https://huggingface.co/datasets/cdiamond/ai-infrastructure-economics-glossary
15
+
16
+ Intended use: grounding assistants on agent-verification economics, eval scenarios for agent-acceptance policies, teaching material. CC BY 4.0, attribution to piszczek.pl.