Skip to content

Commit f60324f

Browse files
committed
docs: add AI safety portfolio map
1 parent 5fa338f commit f60324f

1 file changed

Lines changed: 104 additions & 0 deletions

File tree

AI_SAFETY_PORTFOLIO.md

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
# AI Safety Portfolio Map
2+
3+
Status: reviewer-facing map for grant, fellowship, and collaboration reviewers.
4+
5+
This file explains how the related repositories fit together. The goal is to make the portfolio look like one research program, not a scattered set of unrelated prototypes.
6+
7+
## One-line research program
8+
9+
Deterministic evidence, intent, and causal accountability layers for high-risk AI-agent actions before they create real-world effects.
10+
11+
## ProofPath in the portfolio
12+
13+
### ProofPath
14+
15+
**Role:** verifiable intent and action-boundary audit.
16+
17+
ProofPath focuses on whether a critical action is causally authorized and auditable at the execution boundary.
18+
19+
```text
20+
valid credential != valid action != valid scope != valid reversibility != valid approval
21+
```
22+
23+
ProofPath is strongest when the reviewer cares about API boundaries, payment guards, CI evidence gates, or local approval rails for coding agents.
24+
25+
## Related layers
26+
27+
### PythiaLabs
28+
29+
**Role:** pre-execution evidence gates.
30+
31+
PythiaLabs evaluates whether a proposed high-risk AI-agent action has enough evidence, authorization, context, and recovery viability to proceed.
32+
33+
```text
34+
AI agent proposes action -> evidence gate -> ALLOW / BLOCK / ESCALATE
35+
```
36+
37+
PythiaLabs is the cleanest grant-facing entry point for the broader portfolio.
38+
39+
### CML — Causal Memory Layer
40+
41+
**Role:** causal permission and responsibility lineage.
42+
43+
CML records not only what happened, but why an action was allowed, blocked, or escalated. It is the causal accountability layer behind oversight decisions.
44+
45+
### LTP — Liminal Thread Protocol
46+
47+
**Role:** trace, replay, and admissibility path.
48+
49+
LTP structures multi-step agent traces so that decisions can be replayed, compared, and audited across sessions.
50+
51+
### LiminalQAengineer
52+
53+
**Role:** QA reliability substrate.
54+
55+
LiminalQAengineer applies causal and bi-temporal reasoning to CI/test workflows. It is not the main AI safety object, but it supports the engineering reliability background behind the portfolio.
56+
57+
## Recommended reviewer paths
58+
59+
### For AI safety / security reviewers
60+
61+
1. Start with `docs/START_HERE_V0_1.md`.
62+
2. Review the CI evidence gate path.
63+
3. Review the Personal Agent Guard path.
64+
4. Review Agent Payment Guard if payment authorization is relevant.
65+
5. Read PythiaLabs for the broader pre-execution evidence-gate framing.
66+
67+
### For grant reviewers
68+
69+
Use ProofPath as evidence that the portfolio is not only conceptual. It contains concrete action-boundary demos, audit logs, CI checks, and local guard patterns.
70+
71+
## What this portfolio is not
72+
73+
This portfolio does not claim:
74+
75+
- full AI alignment;
76+
- complete agent safety;
77+
- production security certification;
78+
- regulatory compliance;
79+
- replacement of human review;
80+
- universal prevention of unsafe actions.
81+
82+
The current contribution is narrower:
83+
84+
```text
85+
make high-risk AI-agent actions inspectable before execution.
86+
```
87+
88+
## Bottom line
89+
90+
The portfolio should be read as a layered safety stack:
91+
92+
```text
93+
PythiaLabs -> evidence gate
94+
ProofPath -> intent and audit boundary
95+
CML -> causal accountability
96+
LTP -> trace and replay protocol
97+
LiminalQAengineer -> reliability substrate
98+
```
99+
100+
The shared thesis:
101+
102+
```text
103+
AI-agent actions should be reviewable, replayable, and evidence-backed before execution.
104+
```

0 commit comments

Comments
 (0)