Bow Tie Kreative VIDEO Grammar

Production rules · LAKA change control

LAK-003

Soft rule priority 61 domain: laka diversity

Rationale

Candidate sets should expose real alternatives, not seed noise.

IF — conditions (all must hold)

  • candidates.near_duplicate_ratio gt 0.7

THEN — actions

  • propose "increase_diversity_across_meaningful_dimensions"

This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.

Full record

rules/production_rules.json
{
  "id": "LAK-003",
  "domain": "laka",
  "priority": 61,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "candidates.near_duplicate_ratio",
      "op": "gt",
      "value": 0.7
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "increase_diversity_across_meaningful_dimensions"
    }
  ],
  "rationale": "Candidate sets should expose real alternatives, not seed noise.",
  "tags": [
    "diversity"
  ]
}

This rule as JSON → · Evaluate a context →