Files
ietf-draft-analyzer/docs/blog/index.html
Christian Nennemann 1ec1f69bee v0.3.0: Publication-ready release with blog site, paper update, and polish
Release prep:
- Version bump to 0.3.0 (pyproject.toml, cli.py)
- Rewrite README.md with current stats (475 drafts, 713 authors, 501 ideas)
- Add CONTRIBUTING.md with dev setup and code conventions

Blog site:
- Add scripts/build-site.py (markdown → HTML with clean CSS, dark mode, nav)
- Generate static site in docs/blog/ (10 pages)
- Ready for GitHub Pages deployment

Academic paper (paper/main.tex):
- Update all counts: 474→475 drafts, 557→710 authors, 1907→462 ideas, 11→12 gaps
- Add false-positive filtering methodology (113 excluded, 361 relevant)
- Add cross-org convergence analysis (132 ideas, 33% rate)
- Add GDPR compliance gap to gap table
- Add LLM-as-judge caveats to rating methodology and limitations
- Add FIPA, IEEE P3394, W3C WoT to related work with bibliography entries
- Fix safety ratio to show monthly variation (1.5:1 to 21:1)

Pipeline:
- Fetch 1 new draft (475 total), 3 new authors (713 total)
- Fix 16 ruff lint errors across test files
- All 106 tests pass

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 17:54:43 +01:00

47 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home — IETF AI Agent Analysis</title>
<link rel="stylesheet" href="/blog/css/style.css">
</head>
<body>
<div class="container">
<nav><a href="/blog/" class="site-title">IETF AI Agent Analysis</a>
<a href="/blog/posts/01-gold-rush.html">Rush</a>
<a href="/blog/posts/02-who-writes-the-rules.html">Rules</a>
<a href="/blog/posts/03-oauth-wars.html">Wars</a>
<a href="/blog/posts/04-what-nobody-builds.html">Builds</a>
<a href="/blog/posts/05-1262-ideas.html">Converge</a>
<a href="/blog/posts/06-big-picture.html">Picture</a>
<a href="/blog/posts/07-how-we-built-this.html">This</a>
<a href="/blog/posts/08-agents-building-the-analysis.html">Analysis</a></nav>
<h1>The AI Agent Standards Gold Rush</h1>
<p><em>A data-driven analysis of 475 IETF Internet-Drafts on AI agents, autonomous systems, and machine learning protocols.</em></p>
<p>The IETF is experiencing an unprecedented surge in AI/agent standardization activity.
We built an automated analysis pipeline to make sense of it: 713 authors, 501 ideas,
132 cross-organizational convergent ideas, and 12 identified gaps.</p>
<h2>The Series</h2>
<ul class="post-list">
<li><a href="/blog/posts/01-gold-rush.html">Post 1: The Gold Rush</a></li><li><a href="/blog/posts/02-who-writes-the-rules.html">Post 2: Who Writes the Rules</a></li><li><a href="/blog/posts/03-oauth-wars.html">Post 3: The OAuth Wars</a></li><li><a href="/blog/posts/04-what-nobody-builds.html">Post 4: What Nobody Builds</a></li><li><a href="/blog/posts/05-1262-ideas.html">Post 5: Where Drafts Converge</a></li><li><a href="/blog/posts/06-big-picture.html">Post 6: The Big Picture</a></li><li><a href="/blog/posts/07-how-we-built-this.html">Post 7: How We Built This</a></li><li><a href="/blog/posts/08-agents-building-the-analysis.html">Post 8: Agents Building the Agent Analysis</a></li>
</ul>
<h2>About</h2>
<p>This analysis was produced using the <a href="https://github.com/cnennemann/ietf-draft-analyzer">IETF Draft Analyzer</a>,
an open-source Python tool that combines Claude for multi-dimensional rating and idea extraction
with Ollama for semantic embeddings. Total API cost: ~$9-15.</p>
<p><a href="/blog/posts/00-series-overview.html">Read the series overview &rarr;</a></p>
<footer>
<p>IETF Draft Analyzer &mdash; Data collected through March 2026.
<a href="https://github.com/cnennemann/ietf-draft-analyzer">Source on GitHub</a></p>
</footer>
</div>
</body>
</html>