{% extends "base.html" %} {% set active_page = "overview" %} {% block title %}Overview — IETF Draft Analyzer{% endblock %} {% block extra_head %}{% endblock %} {% block content %}

Dashboard Overview

IETF AI/Agent Internet-Drafts at a glance. Drafts are fetched from the IETF Datatracker, then analyzed by Claude AI across five dimensions (novelty, maturity, overlap, momentum, relevance) to produce a composite score from 1.0 to 5.0.

{% if is_admin %} Download for Obsidian {% endif %}
{{ stats.total_drafts }}
Total Drafts →
{{ stats.rated_count }}
Rated Drafts →
{{ stats.author_count }}
Authors →
{{ stats.idea_count }}
Ideas →
{{ stats.gap_count }}
Gaps Found →

Composite Score Distribution

Weighted average of five AI-rated dimensions (novelty 20%, maturity 20%, uniqueness 20%, momentum 20%, relevance 20%). Higher scores indicate drafts that are novel, mature, unique, gaining traction, and highly relevant to AI agent infrastructure.

Drafts by Category

Categories are assigned by Claude during analysis. A draft can belong to multiple categories (e.g., both "A2A protocols" and "AI safety/alignment").

Submissions Over Time

Category Rating Profiles

{% endblock %} {% block extra_scripts %} {% endblock %}