Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/agent-policy-prover/hero-concept.png
Comment thread
zredlined marked this conversation as resolved.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 34 additions & 7 deletions docs/dev-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ hide:
<span>Latest from the team</span>
</div>
<article class="dev-note-card dev-note-card--featured dev-note-card--openshell dev-note-card--has-image">
<a class="dev-note-card__link" href="posts/2026-08-27-adversarial-policy-review-long-horizon-agents/">
<a class="dev-note-card__link" href="posts/2026-09-10-learning-formal-methods-agent-policy-prover/">
<div class="dev-note-card__visual dev-note-card__visual--openshell dev-note-card__visual--image" aria-hidden="true">
<img class="dev-note-card__visual-image" src="../assets/long-horizon-agent-evals/back-and-forth-by-session.png" alt="" loading="eager" fetchpriority="high">
<img class="dev-note-card__visual-image" src="../assets/agent-policy-prover/hero-concept.png" alt="" loading="eager" fetchpriority="high">
</div>
<div class="dev-note-card__copy">
<div class="dev-note-card__meta">
<time datetime="2026-08-27">August 27, 2026</time>
<time datetime="2026-09-10">September 10, 2026</time>
<span>OpenShell</span>
</div>
<h3>Adversarial prototype: AI policy auto-approval for long-horizon agents in OpenShell</h3>
<p class="dev-note-card__summary">Can an attacker agent convince an equally capable reviewer agent to grant a capability that is explicitly prohibited?</p>
<h3>What we have learned applying formal methods to control AI agents</h3>
<p class="dev-note-card__summary">An intro to using formal methods to reason about permission changes in long-running AI agents.</p>
<div class="dev-note-card__tags" aria-label="Tags">
<span>formal-methods</span>
<span>z3</span>
<span>agents</span>
<span>policy</span>
<span>security</span>
</div>
<div class="dev-note-card__footer">
<span class="dev-note-card__authors" aria-label="Author: Alex Watson">
Expand All @@ -65,6 +65,33 @@ hide:
<span>The working archive</span>
</div>
<div class="dev-notes-recent-list">
<article class="dev-note-card dev-note-card--recent dev-note-card--openshell dev-note-card--has-image">
<a class="dev-note-card__link" href="posts/2026-08-27-adversarial-policy-review-long-horizon-agents/">
<div class="dev-note-card__visual dev-note-card__visual--openshell dev-note-card__visual--image" aria-hidden="true">
<img class="dev-note-card__visual-image" src="../assets/long-horizon-agent-evals/back-and-forth-by-session.png" alt="" loading="lazy">
</div>
<div class="dev-note-card__copy">
<div class="dev-note-card__meta">
<time datetime="2026-08-27">August 27, 2026</time>
<span>OpenShell</span>
</div>
<h3>Adversarial prototype: AI policy auto-approval for long-horizon agents in OpenShell</h3>
<p class="dev-note-card__summary">Can an attacker agent convince an equally capable reviewer agent to grant a capability that is explicitly prohibited?</p>
<div class="dev-note-card__tags" aria-label="Tags">
<span>agents</span>
<span>policy</span>
<span>security</span>
</div>
<div class="dev-note-card__footer">
<span class="dev-note-card__authors" aria-label="Author: Alex Watson">
<img src="https://github.com/zredlined.png?size=64" alt="" loading="lazy">
<span class="dev-note-card__author-names">Alex Watson</span>
</span>
<span class="dev-note-card__read">Read note</span>
</div>
</div>
</a>
</article>
<article class="dev-note-card dev-note-card--recent dev-note-card--physical-ai dev-note-card--has-image">
<a class="dev-note-card__link" href="posts/2026-08-07-formal-methods-ai-generated-robot-actions/">
<div class="dev-note-card__visual dev-note-card__visual--physical-ai dev-note-card__visual--image" aria-hidden="true">
Expand Down
Loading
Loading