Saturation Detection
Judge whether the current activity has reached information saturation — decide whether to keep iterating.
HARD-GATE
Pipeline
- Precondition check: is there enough iteration data to compare
- Increment analysis: what the most recent round added compared to the previous one
- Novelty judgment: whether the added content provides genuinely new information
- Convergence detection: whether the increment is decreasing
- Saturation verdict: saturated / not saturated
- Output: verdict + rationale + recommendation
Saturation Criteria
Saturated (should stop iterating):
- The most recent round produced no new substantive information
- The added content is mostly restatement or minor tweaks of what is already known
- The increment contributes < 5% to the final output
Not saturated (should keep iterating):
- The most recent round produced a new dimension/perspective/information
- The increment makes a substantive contribution to the final output
- There are known but unexplored directions
Output Format
Judgment: SATURATED / NOT_SATURATED
Confidence: HIGH / MEDIUM / LOW
Rationale: [one-sentence rationale]
Last round increment: [what the most recent round added]
Recommendation: STOP / CONTINUE (with direction)