TasksData and SQLEngineering track

Find the unbilled work

eng-sql-03suite v1.0sql

Quality25%judge panel
Correctness65%deterministic · sqlite-compare
Completeness10%judge panel

Exact prompt sent to every model

Write a SQLite query listing billable time entries older than 45 days as of 2026-09-30 that are not on any non-void invoice. Time entries that appear only on a voided invoice count as unbilled. Columns: matter_title, client_name, attorney_name, entered_on, hours (minutes/60 to 2 decimals), value_dollars (hours times the attorney's rate). Add a final row with matter_title = 'TOTAL' and the summed value_dollars, other columns NULL. Order detail rows by entered_on ascending, with TOTAL last. Return only the SQL.

Responses

Latest published run: gemini-3.8-flash. For each model the repeat closest to its published median is shown; every repeat is in the repository.

No published attempts for this task yet

When the run is published, every model's raw response, per-dimension scores, judge rationales, human review notes and rendered artifacts appear here side by side.