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

Draft Landscape

Multi-dimensional visualization of the AI/agent draft space

Embedding Landscape (t-SNE)

768-dim embeddings projected to 2D. Color = category, size = composite score. Click for draft detail.

Novelty vs Maturity

Bubble size = composite score, color = category. Hover for details.

Innovation-Uniqueness Quadrant

Novelty vs Overlap — find the novel and unique drafts.

Score Distributions

Violin plots for each rating dimension.

Category Distribution

Number of rated drafts per primary category.

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