Tasks · desk · Reformatting
Build the Gusto employee upload from the HR roster
gusto-employee-import · 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 moving payroll to Gusto. Can you turn my HR roster into their employee upload using the template in the folder? Dana forwarded what Gusto told us and added our addresses. Save it as gusto_employees.csv.
Workspace
- HR_master_roster.xlsx
- email_from_dana.txt
- gusto_employee_upload_template.csv
Expected deliverables
- gusto_employees.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 |
|---|---|---|---|
| Gusto template columns, exact order | csv_columns | yes | 0 |
| one row per employee | csv_set_equal | yes | 0 |
| row count | csv_row_count | yes | 0 |
| SSN left blank | csv_values_match | yes | 0 |
| employee type and payment unit | csv_values_match | yes | 0 |
| rate | csv_values_match | yes | 0 |
| start date | csv_values_match | yes | 0 |
| work address | 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 | 1.4 | 0.0187 | |
| Codex / GPT-5.6 sol | 3 | 3 | 2.1 | 0.2530 |
Per-attempt check verdicts, raw and frozen verdicts, usage, receipt and artifact hashes for this task are in results/latest/attempts.jsonl under "task": "gusto-employee-import".