Round 262

Round UUID: 8374b397-f451-450b-bb29-b7b8aa4c5410

Prompt:

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

Apply the rules IN THE EXACT ORDER shown below and stop as soon as one matches:
1. If AccentThickness ≥ 50                                          → Loyal
2. Else if SecretHandshakeQuality ≥ 90                              → DoubleAgent
3. Else if SecretHandshakeQuality ≥ 80 AND AccentThickness ≤ 49     → DoubleAgent
4. Else if SecretHandshakeQuality ≥ 72 AND AccentThickness ≤ 40     → DoubleAgent
5. Else if SecretHandshakeQuality ≥ 60 AND AccentThickness ≤ 26     → DoubleAgent
6. Else if SecretHandshakeQuality ≥ 58 AND AccentThickness ≤ 22     → DoubleAgent
7. Otherwise                                                         → Loyal

Return exactly the single word "DoubleAgent" or "Loyal" — no additional text.