Coolest Under-Explored Feature in the Vault

Question

What is the coolest vault feature that exists but has not been explored or exploited yet?

Answer

The community detection (Louvain) layer as a “surprising connections” insight engine is the coolest under-explored feature. The vault already runs it — scripts/hybrid_query_helper.py:196 (Louvain, resolution=1.1, seed=42), exported to wiki/graph/communities.json (5 communities, modularity 0.5583), queryable via the MCP graph_communities tool — but nothing interprets the 5 communities for the owner. Bridge/isolated detection remains roadmap, not implemented ([[competitive-brief-llm-wiki-ecosystem]]).

It is cool because it operationalizes the vault’s core value proposition: “the LLM finds correlations between things you saved separately that you would never have drawn on your own.” Community detection makes that idea automatic. The current graph already separated the prompt-wiki clusters (active-prompt 54, caveman 38, AGENTS 51) from the main-wiki core (agent-memory-systems 89) — groupings nobody would have hand-drawn. It is ~80% built (graph + algorithm + MCP tool exist); the remaining 20% is an owner-readable interpretation page plus bridge/isolated detection.

Candidate set (Found: 6, Analyzed: 6)

#FeatureStatusWhy it matters
1Community detection → insight layerRuns; uninterpretedAutomatic “surprising connections”; differentiator vs competitors
2External-link capture + freshness ledgerImplemented, manual CLIDifferentiated; already caught 6 dead URLs incl. the Karpathy gist
3Interactive graph (wiki/graph/index.html)Exists, no product surface179 nodes / 952 edges, never deployed as insights
4Batch ingest approval workflowImplemented, pilot never run60-source pilot verified but never exercised on real content
5Quartz web UI + GitHub PagesBuilt/pushed; URL 404Local LAN server works; public Pages not enabled
6MCP as external second brain7 tools, 43/43No external agent has consumed the vault through it yet

Status Update (2026-08-08)

DELIVERED. The community detection insight layer is now operational:

  • surprising-connections-community-insights — owner-readable interpretation of 5 communities + 142 bridges
  • scripts/detect_bridges_helper.py — automated bridge detection
  • wiki/graph/bridges.json — bridge output wired into graph-export.ps1 pipeline

The graph is now a discovery engine, not just a visualization.

Sources

  • wiki/graph/communities.json (generated 2026-08-02, modularity 0.5583, 5 communities)
  • docs/implementation-status.md — TR-02 graph/MCP implemented; TR-14 registry not implemented
  • wiki/concepts/vault-roadmap.md
  • wiki/queries/competitive-brief-llm-wiki-ecosystem.md
  • wiki/queries/ecossistema-stacks-vs-nosso-vault.md

Implications: the highest-leverage next move does not require new infrastructure — it requires interpreting infrastructure that already exists.