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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to Agentic DevOps will be documented here.

## [0.4.0] - 2026-08-14

### Added
- Sealed Delegation card and nav link pointing to https://github.com/jennyf19/sealed-delegation
- README section for sealed local delegation

### Changed
- Homepage hero no longer frames the site as "three paths"; it now presents open-ended patterns for agents that learn

## [0.3.0] - 2026-08-05

### Added
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@ each with its own memory, so you direct a team instead of relaying between them.
> the way a desk stands. Every desk emits signals — the workshop is where the
> feedback loop runs on real work.

### "I want a local model on one sealed job"

Open **[Sealed Delegation](https://github.com/jennyf19/sealed-delegation)** —
frontier-guided delegation to a local model for bounded, independently
verifiable work.

> Give the local child one task and only the files you chose. It returns a
> proposal. A separate check verifies the answer. Copilot keeps authority.
> Research preview, not autonomous local development, and not a savings claim.

---

## Getting Started
Expand Down
27 changes: 20 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Agentic DevOps — Partnership-first patterns for scaling with AI agents</title>
<meta name="description" content="Three paths to agents that learn — from CVE skills to feedback loops. Partnership-first patterns for teams building with AI agents as collaborators, not automation." />
<meta name="description" content="Partnership-first patterns for teams building with AI agents as collaborators, not automation. Skills, feedback loops, workshops, and sealed local delegation." />
<link rel="canonical" href="https://jennyf19.github.io/agentic-devops/" />
<meta property="og:title" content="Agentic DevOps" />
<meta property="og:description" content="Three paths to agents that learn — from CVE skills to feedback loops." />
<meta property="og:description" content="Partnership-first patterns for agents that learn — skills, signals, workshops, and sealed local delegation." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jennyf19.github.io/agentic-devops/" />
<meta name="twitter:card" content="summary_large_image" />
Expand All @@ -32,10 +32,11 @@
<div class="wrap nav-inner">
<a class="brand" href="#top"><span class="spark" aria-hidden="true"></span> Agentic DevOps</a>
<div class="nav-links">
<a href="#paths" class="hide-sm">Skills</a>
<a href="#paths" class="hide-sm">Patterns</a>
<a href="#loop" class="hide-sm">The loop</a>
<a href="agent-signals/" class="hide-sm">Agent Signals</a>
<a href="workshop/" class="hide-sm">The Workshop</a>
<a href="https://github.com/jennyf19/sealed-delegation" class="hide-sm" target="_blank" rel="noopener">Sealed Delegation</a>
<a class="nav-gh" href="https://github.com/jennyf19/agentic-devops" target="_blank" rel="noopener">
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0016 8c0-4.42-3.58-8-8-8z"/></svg>
GitHub
Expand All @@ -54,8 +55,8 @@
<header class="hero">
<div class="wrap">
<span class="eyebrow"><span class="dot" aria-hidden="true"></span> Partnership-first patterns for AI agents</span>
<h1 class="title">Three paths to agents that <span class="grad">learn</span>.</h1>
<p class="lede">Agentic DevOps is for teams building with AI agents <strong>as collaborators, not automation</strong>. From CVE remediation skills to the feedback loop that makes every run start smarter.</p>
<h1 class="title">Patterns for agents that <span class="grad">learn</span>.</h1>
<p class="lede">Agentic DevOps is for teams building with AI agents <strong>as collaborators, not automation</strong>. Skills, feedback loops, workshops, and sealed local delegation — pick the pattern that matches the work in front of you.</p>
<p class="persist">What persists when the model changes, the tools evolve, and the platform shifts? <b>The feedback loop. The institutional memory. The partnership between humans and agents.</b></p>
<div class="cta-row">
<div class="cmd">
Expand All @@ -65,7 +66,7 @@ <h1 class="title">Three paths to agents that <span class="grad">learn</span>.</h
<span class="label">Copy</span>
</button>
</div>
<a class="btn btn-primary" href="#paths">Find your path
<a class="btn btn-primary" href="#paths">Browse the patterns
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.8" aria-hidden="true"><path d="M3 8h10M9 4l4 4-4 4"/></svg>
</a>
</div>
Expand Down Expand Up @@ -159,7 +160,19 @@ <h3>The Workshop</h3>
</a>
</div>

</div>
<div class="card">
<div class="ico" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="3" width="16" height="18" rx="2"/><path d="M8 8h8M8 12h8M8 16h5"/><path d="M15 14l3 2-3 2"/></svg>
</div>
<div class="quote">"I want a local model on one sealed job"</div>
<h3>Sealed Delegation</h3>
<p>Hand a local model one bounded task and only the files you chose. It returns a proposal. A separate check verifies it. Copilot keeps the final decision.</p>
<a class="go card-link" href="https://github.com/jennyf19/sealed-delegation" target="_blank" rel="noopener">Open sealed-delegation
<svg viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.8" aria-hidden="true"><path d="M3 8h10M9 4l4 4-4 4"/></svg>
</a>
</div>

</div>
</div>
</section>

Expand Down