Round 255

Round UUID: dc5364a2-2299-4b2b-8ba1-da3fa662623d

Prompt:

Task: Label each entity as either "DoubleAgent" or "Loyal" using ONLY the two numeric fields provided.
Fields
  • SecretHandshakeQuality   (range 0–100, higher means better)
  • AccentThickness          (range 0–100, higher means heavier accent)

Apply the rules IN ORDER and stop as soon as one matches:
1. If AccentThickness ≥ 50           → Loyal
2. Else if SecretHandshakeQuality ≥ 75 → DoubleAgent
3. Else if SecretHandshakeQuality ≥ 70 AND AccentThickness ≤ 40 → DoubleAgent
4. Otherwise                                  → Loyal

Return exactly the single word "DoubleAgent" or "Loyal" with no extra text.