The Custodian detects newly emerging optimization mechanisms by analyzing clusters of unclassified claims and proposing new Rank Factors for human-in-the-loop approval.

flowchart LR
    A[Unclassified Claims] --> B[Custodian Survey]
    B --> C{Claims >= 8?}
    C -- Yes --> D[LLM Cluster Analysis]
    C -- No --> E[Accumulate Data]
    D --> F[Proposed Factor]
    F --> G[Human Review]
    G --> H[Active Taxonomy]