Tasks · desk · Reformatting
Move the office phone list into Google Contacts
google-contacts-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 switching to Google Workspace and I want our phone list in Google Contacts. Beth left notes on how she kept the list, and Google's CSV layout is in the folder. Save the import file as google_contacts.csv.
Workspace
- google_contacts_template.csv
- notes_for_google_import.txt
- phone_list.xlsx
Expected deliverables
- google_contacts.csv
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 |
|---|---|---|---|
| Google template columns, exact order | csv_columns | yes | 0 |
| one contact per person | csv_set_equal | yes | 0 |
| row count | csv_row_count | yes | 0 |
| first and middle names | csv_values_match | yes | 0 |
| organization | csv_values_match | yes | 0 |
| labels | csv_values_match | yes | 0 |
| phones typed; notes carried and names clean | custom | 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 | 2.1 | 0.0220 | |
| Codex / GPT-5.6 sol | 3 | 3 | 2.2 | 0.2588 |
Per-attempt check verdicts, raw and frozen verdicts, usage, receipt and artifact hashes for this task are in results/latest/attempts.jsonl under "task": "google-contacts-import".