Skip to content

Instantly share code, notes, and snippets.

Task Eval Analysis Guide

Deep dive reference for analyzing Horizon evaluation results.


Quick Assessment

# View summary

Task Review Guide

Reference for reviewing Horizon evaluation tasks. Applies to all tasks (standalone and subtasks).


Acceptance Criteria

For a task to be acceptable, it must meet all criteria:

@arubis
arubis / rbac-self-heal-task-author-guide.md
Last active April 27, 2026 18:30
Working around the Nebula RBAC provisioner flake (task-author guide)

Working around the Nebula RBAC provisioner flake (task-author guide)

If your Horizon DevOps task sets ALLOWED_NAMESPACES to anything beyond the default set (bleater,bleater-env,default), you are exposed to a base-image bug that drops 30–80% of rollouts with no useful logs. This guide gives you a drop-in setup.sh patch to self-heal while the upstream fix lands.

Severity: silent failure. The agent runs as system:serviceaccount:default:ubuntu-user and gets Forbidden on every namespaced operation in the missed namespaces. Looks like a flailing agent;

@arubis
arubis / configmap-projection-order-race-review.md
Last active April 15, 2026 20:42
Review: configmap-projection-order-race v2 (APPROVE)

Review: configmap-projection-order-race v2

Verdict: APPROVE

v2 passes all acceptance criteria. solution.sh scores 1.0 locally, docker mean is 0.44 (<0.50 threshold), teapot mean is 0.27 (≤0.85 threshold), and failures are genuine — agents get tripped up on the five-fault ordering puzzle, not on grader defects or setup flakes. Four non-blocking recommendations below, but nothing that should block acceptance.

@arubis
arubis / statping-check-cascade-review.md
Created April 13, 2026 19:07
Review: statping-check-cascade (16a06e6e) v49 — NEEDS_WORK + difficulty ratcheting
@arubis
arubis / review-oncall-direct-paging-broken.md
Last active April 10, 2026 23:37
Review: oncall-direct-paging-broken v15 (7bc363a2) — NEEDS_WORK
@arubis
arubis / oncall-silence-review.md
Last active April 10, 2026 21:04
Review: oncall_overbroad_silence_audit v10 — APPROVE

Review: oncall_overbroad_silence_audit (v10)

UUID: f276673e-1f49-423a-aee3-45e7b5c940ee Author: marianvladoi_41454 Category: DevOps / Hard


Verdict: APPROVE

@arubis
arubis / projected-volume-timeout-conflict-review.md
Last active April 10, 2026 19:07
Review: projected-volume-timeout-conflict v12

Review: projected-volume-timeout-conflict v20

Verdict: APPROVE

What's Working

The task concept is strong and the v20 execution delivers on it. Projected-volume source ordering maps to real incidents, the multi-key ConfigMap conflict creates genuine reasoning difficulty, and the GitOps reconciliation requirement (~28 handoff files across 5 directories in JSON, env, YAML, INI, and TSV formats) adds

Task Review: NodeTaint-NoExecute-Toleration-ExpiryRace (v10)

UUID: dfbb871c-3e00-4a93-b7ee-95f950b35d8b
Author: hafis_83579
Category: cloud-ops
Difficulty: hard
Reviewer: Dylan (@daltoris)

Verdict: NEEDS_WORK

@arubis
arubis / glitchtip-env-tag-review.md
Last active April 7, 2026 18:10
Review notes: GlitchTip Environment Tag Pollution (dd238ba8)