Tasks · desk · Reformatting
Reshape the by-month sales report for the planning tool upload
wide-to-long-sales · 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.
We're loading our wholesale sales history into Stockcast. Can you turn the by-month sales report into their upload format and save it as sales_long.csv? Their template and my notes from the onboarding call are in the folder.
Workspace
- sales_by_customer_by_month.xlsx
- stockcast_upload_2025-06.csv
- stockcast_upload_notes.txt
- stockcast_upload_template.csv
Expected deliverables
- sales_long.csv
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 |
|---|---|---|---|
| Stockcast template columns, exact order | csv_columns | yes | 0 |
| one row per customer-month | csv_set_equal | yes | 0 |
| row count | csv_row_count | yes | 0 |
| customer code and month | csv_values_match | yes | 0 |
| net sales | csv_values_match | yes | 0 |
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 | 0.9 | 0.0160 | |
| Codex / GPT-5.6 sol | 3 | 3 | 1.6 | 0.1769 |
Per-attempt check verdicts, raw and frozen verdicts, usage, receipt and artifact hashes for this task are in results/latest/attempts.jsonl under "task": "wide-to-long-sales".