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

Idea Clusters

Extracted ideas grouped by semantic similarity — enriched with WG and category data. Ideas are embedded using Ollama (nomic-embed-text), then clustered via DBSCAN so that semantically related ideas from different drafts are grouped together. "Cross-WG" clusters indicate ideas that span multiple IETF working groups — potential coordination points.

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