Conference schedule page for the lobby screen
event-schedule-page · timeout 1200 s · source
The ask
Sent verbatim as the prompt. The agent works in a copy of the workspace below and sees nothing else.
Ingrid needs the conference schedule as a web page for the lobby screen and the volunteers' phones. Her note explains what she wants; the sessions are in the workbook. Save it as index.html.
Workspace
- fall_conference_sessions.xlsx
- note_from_ingrid.txt
- room_capacity.csv
Expected deliverables
- index.html
This task also has a task-specific grader (check.py).
Checks
The task passes only when every required check passes. Reference answers, tolerances, and the planted traps are in the repository, not here.
| Check | Type | Required | Failed (frozen) / 6 |
|---|---|---|---|
| index.html exists | file_exists | yes | 0 |
| every running session listed | text_contains_all | yes | 0 |
| cancelled session left off | text_not_contains | yes | 0 |
| page structure | custom | yes | 1 |
Recorded results, complete desk comparison
This is one of the 7 tasks with a task-specific equivalence grader in the frozen scorer, which accepts alternative valid representations the original checks rejected. Raw and frozen verdicts can therefore differ here by design; see what the frozen scorer changed.
| System | Repetitions | Frozen / 3 | Raw / 3 | Median minutes | Mean cost (USD) |
|---|---|---|---|---|---|
| Proto / DeepSeek V4.1 Flash | 2 | 1 | 4.3 | 0.0410 | |
| Codex / GPT-5.6 sol | 3 | 3 | 4.4 | 0.5692 |
Per-attempt check verdicts, raw and frozen verdicts, usage, receipt and artifact hashes for this task are in results/latest/attempts.jsonl under "task": "event-schedule-page".