cluster-skips-ml-when-under-budget

IN premise

When the number of beliefs is less than or equal to the budget, all ML work (embedding, clustering, sampling) is skipped and every belief is returned directly.

Summary

The system has a fast path for small collections: if there are few enough items that they all fit within the allowed budget, it bypasses the expensive machine learning pipeline entirely and just returns everything as-is. This means clustering overhead is only paid when there are genuinely too many items to handle directly, keeping small operations quick and cheap.

Details

Sourceentries/2026/05/08/reasons_lib-cluster.md