Spring tuition collected and outstanding by program
tuition-collections · timeout 1800 s · source
The ask
Sent verbatim as the prompt. The agent works in a copy of the workspace below and sees nothing else.
Where do we stand on spring tuition, program by program - what has actually come in and what is still owed? Save it as collections.xlsx with live formulas. Ingrid's note explains the credits and the payment plans.
Workspace
- credits_and_discounts.xlsx
- invoices_autumn_2025.csv
- invoices_spring_2026.csv
- note_from_the_bursar.txt
- payments_bank_feed.csv
Expected deliverables
- collections.xlsx
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 |
|---|---|---|---|
| collections.xlsx exists | file_exists | yes | 0 |
| live formulas | xlsx_has_formulas | yes | 0 |
| no error cells | xlsx_no_errors | yes | 0 |
| Primary collected | xlsx_value_present | yes | 0 |
| Toddler credits (percentage discounts computed) | xlsx_value_present | yes | 0 |
| Lower Elementary outstanding | xlsx_value_present | yes | 0 |
| total net due after credits | xlsx_value_present | yes | 0 |
| total collected | xlsx_value_present | yes | 1 |
Recorded results, complete desk comparison
pass pass, frozen scorer only fail timed out
| System | Repetitions | Frozen / 3 | Raw / 3 | Median minutes | Mean cost (USD) |
|---|---|---|---|---|---|
| Proto / DeepSeek V4.1 Flash | 3 | 3 | 5.6 | 0.1043 | |
| Codex / GPT-5.6 sol | 1 | 2 | 9.3 | 0.9676 |
Per-attempt check verdicts, raw and frozen verdicts, usage, receipt and artifact hashes for this task are in results/latest/attempts.jsonl under "task": "tuition-collections".