πŸ“Š Status Dashboard ↑ all runs

query-frozen-A-075c7799-c42-20260801

query-frozen-A Β· 53 minutes ago Β· iOS sim
Rows
78
Pass
71 (91%)
Fail
4 (5%)
Unverified
3 (4%)
Pass rate
95%
Avg difficulty
β€”
"Unverified" = the grader couldn't confidently call it PASS or FAIL from the trace β€” needs a human look (that's you πŸ‘/πŸ‘Ž-ing it). "Pass rate" = pass Γ· (pass + fail) β€” it excludes Unverified rows, so it differs slightly from the Pass % above (which is share of ALL rows). Unverified breaks down as: 3 unclassified β€” the "grader coverage gap" ones aren't ambiguous, the grader just doesn't fully score that intent type yet.

Why the fails happened β€” comprehension vs execution vs cosmetic

Comprehension β€” picked the wrong action/target (the hard problem)
4 (100%)
Of 4 fails: if most are comprehension, that's the hard problem (the app didn't figure out the right action/target); execution/cosmetic means the decision was right but something downstream broke. Click a bar for the sub-split + example utterances.

Handled correctly? β€” by expected action

Click a row to see the ones it got wrong; click a wrong utterance to jump to its full detail below.
Supposed toNCorrectWrongUnverified
β–Έ QUERY β€” answer the query 7268 (94%) 4 (6%) 0 (0%)
β–Έ NAVIGATE β€” navigate 33 (100%) 0 (0%) 0 (0%)
β–Έ OTHER β€” handle appropriately 30 (0%) 0 (0%) 3 (100%)
Total7871 (95%)43

Accuracy by difficulty

Pending A1's per-utterance difficulty score (requested 2026-07-05) β€” this bar chart lights up once that lands.

Clarification follow-ups β€” scored separately

Second turn: app asked, we replied β€” did it resolve correctly?
No CLARIFY_ANSWER (follow-up) rows in this run.

Cosmetic only

Not yet classified β€” pending A1 adding cosmetic-issue detection (double response, wording variance, rounding) to the grader. Nothing fabricated here.

System / infra

Not yet classified β€” pending confirmation from A1 whether trace data already carries infra-error signal (TTS/sync/DB-write errors) or needs new detection.

Latency

Avg (time to ready)
0.1s
p90
0.1s
Max
1.9s
Went async
0 (0%)
Each dot is one utterance (green=pass, red=fail, amber=unverified), positioned by how long it took to be ready for review. Bigger dots are the slow outliers β€” click any dot to jump to its detail.
0s
1s
2s
5s
Response path β€” quick (single response) vs async (an ack like "Working on it…" before the real answer).
Quick response
78
Slowest 8 utterances (click to jump to detail):
"Okay, let us keep going."1.9s
"Thanks, that is helpful."1.7s
"Go back to today in my food diary."1.3s
"How many calories did I log Monday?"0.1s
"Based on what is logged, which day had the fewest calories this week?"0.1s
"How many calories were in the protein shake I logged?"0.1s
"What is my average protein per day this week?"0.1s
"On how many days did I reach at least 120 grams of protein?"0.1s

Filter β€” controls the list below

Pass / Fail / Unverified
PASS 71 FAIL 4 UNVERIFIED 3
Module (intended for)
Other (78)
Utterance sub-type (within module)
78 shown β€” 71 pass, 4 fail, 3 unverified

Per-utterance detail

PASSshould answer the query"How many calories have I logged today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 1425 calories today.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state:
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-oatmeal",
        "shared_food_id": null,
        "display_name": "Codex Test Oatmeal",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 300,
          "proteinGrams": 10,
          "fatGrams": 6,
          "carbsGrams": 54
        },
        "macros_per_100g": null,
        "times_logged": 3,
        "last_logged_at": "2026-07-18T08:00:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-blueberries",
        "shared_food_id": null,
        "display_name": "Codex Test Blueberries",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 80,
          "proteinGrams": 1,
          "fatGrams": 0,
          "carbsGrams": 20
        },
        "macros_per_100g": null,
        "times_logged": 3,
        "last_logged_at": "2026-07-18T08:05:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-chicken",
        "shared_food_id": null,
        "display_name": "Codex Test Chicken Breast",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 250,
          "proteinGrams": 45,
          "fatGrams": 5,
          "carbsGrams": 0
        },
        "macros_per_100g": null,
        "times_logged": 5,
        "last_logged_at": "2026-07-19T12:30:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-rice",
        "shared_food_id": null,
        "display_name": "Codex Test Brown Rice",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 220,
          "proteinGrams": 5,
          "fatGrams": 2,
          "carbsGrams": 45
        },
        "macros_per_100g": null,
        "times_logged": 3,
        "last_logged_at": "2026-07-17T12:35:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-broccoli",
        "shared_food_id": null,
        "display_name": "Codex Test Broccoli",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 60,
          "proteinGrams": 4,
          "fatGrams": 1,
          "carbsGrams": 10
        },
        "macros_per_100g": null,
        "times_logged": 7,
        "last_logged_at": "2026-07-19T12:40:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-yogurt",
        "shared_food_id": null,
        "display_name": "Codex Test Greek Yogurt",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 140,
          "proteinGrams": 20,
          "fatGrams": 0,
          "carbsGrams": 15
        },
        "macros_per_100g": null,
        "times_logged": 3,
        "last_logged_at": "2026-07-18T15:30:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-banana",
        "shared_food_id": null,
        "display_name": "Codex Test Banana",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 105,
          "proteinGrams": 1,
          "fatGrams": 0,
          "carbsGrams": 27
        },
        "macros_per_100g": null,
        "times_logged": 4,
        "last_logged_at": "2026-07-19T15:30:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-eggs",
        "shared_food_id": null,
        "display_name": "Codex Test Eggs",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 210,
          "proteinGrams": 18,
          "fatGrams": 15,
          "carbsGrams": 2
        },
        "macros_per_100g": null,
        "times_logged": 3,
        "last_logged_at": "2026-07-19T08:00:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-toast",
        "shared_food_id": null,
        "display_name": "Codex Test Whole Grain Toast",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 180,
          "proteinGrams": 8,
          "fatGrams": 3,
          "carbsGrams": 32
        },
        "macros_per_100g": null,
        "times_logged": 3,
        "last_logged_at": "2026-07-19T08:05:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-salmon",
        "shared_food_id": null,
        "display_name": "Codex Test Salmon",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 360,
          "proteinGrams": 40,
          "fatGrams": 20,
          "carbsGrams": 0
        },
        "macros_per_100g": null,
        "times_logged": 3,
        "last_logged_at": "2026-07-18T19:00:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-sweet-potato",
        "shared_food_id": null,
        "display_name": "Codex Test Sweet Potato",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 180,
          "proteinGrams": 4,
          "fatGrams": 0,
          "carbsGrams": 41
        },
        "macros_per_100g": null,
        "times_logged": 3,
        "last_logged_at": "2026-07-18T19:05:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-almonds",
        "shared_food_id": null,
        "display_name": "Codex Test Almonds",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 170,
          "proteinGrams": 6,
          "fatGrams": 15,
          "carbsGrams": 6
        },
        "macros_per_100g": null,
        "times_logged": 3,
        "last_logged_at": "2026-07-17T15:35:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-turkey-sandwich",
        "shared_food_id": null,
        "display_name": "Codex Test Turkey Sandwich",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 450,
          "proteinGrams": 32,
          "fatGrams": 14,
          "carbsGrams": 50
        },
        "macros_per_100g": null,
        "times_logged": 3,
        "last_logged_at": "2026-07-18T12:30:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-quinoa",
        "shared_food_id": null,
        "display_name": "Codex Test Quinoa",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 220,
          "proteinGrams": 8,
          "fatGrams": 4,
          "carbsGrams": 39
        },
        "macros_per_100g": null,
        "times_logged": 3,
        "last_logged_at": "2026-07-19T12:35:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-avocado",
        "shared_food_id": null,
        "display_name": "Codex Test Avocado",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 160,
          "proteinGrams": 2,
          "fatGrams": 15,
          "carbsGrams": 9
        },
        "macros_per_100g": null,
        "times_logged": 2,
        "last_logged_at": "2026-07-19T08:10:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-protein-shake",
        "shared_food_id": null,
        "display_name": "Codex Test Protein Shake",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 240,
          "proteinGrams": 30,
          "fatGrams": 4,
          "carbsGrams": 22
        },
        "macros_per_100g": null,
        "times_logged": 2,
        "last_logged_at": "2026-07-19T15:35:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-lean-beef",
        "shared_food_id": null,
        "display_name": "Codex Test Lean Beef",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 320,
          "proteinGrams": 38,
          "fatGrams": 16,
          "carbsGrams": 0
        },
        "macros_per_100g": null,
        "times_logged": 2,
        "last_logged_at": "2026-07-17T19:10:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-apple",
        "shared_food_id": null,
        "display_name": "Codex Test Apple",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 95,
          "proteinGrams": 0,
          "fatGrams": 0,
          "carbsGrams": 25
        },
        "macros_per_100g": null,
        "times_logged": 2,
        "last_logged_at": "2026-07-18T15:35:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-pasta",
        "shared_food_id": null,
        "display_name": "Codex Test Pasta",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 400,
          "proteinGrams": 14,
          "fatGrams": 6,
          "carbsGrams": 72
        },
        "macros_per_100g": null,
        "times_logged": 1,
        "last_logged_at": "2026-07-17T19:00:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "user_food_items",
      "record": {
        "id": "seed-fab70-qf-A-food-tomato-sauce",
        "shared_food_id": null,
        "display_name": "Codex Test Tomato Sauce",
        "brand": "Codex Test Fixture",
        "serving_label": "1 fixture serving",
        "serving_quantity": 1,
        "serving_unit": "serving",
        "macros_per_serving": {
          "calories": 100,
          "proteinGrams": 3,
          "fatGrams": 2,
          "carbsGrams": 18
        },
        "macros_per_100g": null,
        "times_logged": 1,
        "last_logged_at": "2026-07-17T19:05:00-04:00",
        "created_at": "2026-07-01T09:00:00-04:00"
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-001",
        "user_food_id": "seed-fab70-qf-A-food-oatmeal",
        "food_name": "Codex Test Oatmeal",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 300,
          "proteinGrams": 10,
          "fatGrams": 6,
          "carbsGrams": 54
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Monday fixture",
        "logged_at": "2026-07-13T08:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-002",
        "user_food_id": "seed-fab70-qf-A-food-blueberries",
        "food_name": "Codex Test Blueberries",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 80,
          "proteinGrams": 1,
          "fatGrams": 0,
          "carbsGrams": 20
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Monday fixture",
        "logged_at": "2026-07-13T08:05:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-003",
        "user_food_id": "seed-fab70-qf-A-food-chicken",
        "food_name": "Codex Test Chicken Breast",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 250,
          "proteinGrams": 45,
          "fatGrams": 5,
          "carbsGrams": 0
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Monday fixture",
        "logged_at": "2026-07-13T12:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-004",
        "user_food_id": "seed-fab70-qf-A-food-rice",
        "food_name": "Codex Test Brown Rice",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 220,
          "proteinGrams": 5,
          "fatGrams": 2,
          "carbsGrams": 45
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Monday fixture",
        "logged_at": "2026-07-13T12:35:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-005",
        "user_food_id": "seed-fab70-qf-A-food-broccoli",
        "food_name": "Codex Test Broccoli",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 60,
          "proteinGrams": 4,
          "fatGrams": 1,
          "carbsGrams": 10
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Monday fixture",
        "logged_at": "2026-07-13T12:40:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-006",
        "user_food_id": "seed-fab70-qf-A-food-yogurt",
        "food_name": "Codex Test Greek Yogurt",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 140,
          "proteinGrams": 20,
          "fatGrams": 0,
          "carbsGrams": 15
        },
        "meal": "snack",
        "notes": "query-frozen-A fixed Monday fixture",
        "logged_at": "2026-07-13T15:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-007",
        "user_food_id": "seed-fab70-qf-A-food-salmon",
        "food_name": "Codex Test Salmon",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 360,
          "proteinGrams": 40,
          "fatGrams": 20,
          "carbsGrams": 0
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Monday fixture",
        "logged_at": "2026-07-13T19:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-008",
        "user_food_id": "seed-fab70-qf-A-food-sweet-potato",
        "food_name": "Codex Test Sweet Potato",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 180,
          "proteinGrams": 4,
          "fatGrams": 0,
          "carbsGrams": 41
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Monday fixture",
        "logged_at": "2026-07-13T19:05:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-009",
        "user_food_id": "seed-fab70-qf-A-food-eggs",
        "food_name": "Codex Test Eggs",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 210,
          "proteinGrams": 18,
          "fatGrams": 15,
          "carbsGrams": 2
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Tuesday fixture",
        "logged_at": "2026-07-14T08:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-010",
        "user_food_id": "seed-fab70-qf-A-food-toast",
        "food_name": "Codex Test Whole Grain Toast",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 180,
          "proteinGrams": 8,
          "fatGrams": 3,
          "carbsGrams": 32
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Tuesday fixture",
        "logged_at": "2026-07-14T08:05:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-011",
        "user_food_id": "seed-fab70-qf-A-food-banana",
        "food_name": "Codex Test Banana",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 105,
          "proteinGrams": 1,
          "fatGrams": 0,
          "carbsGrams": 27
        },
        "meal": "snack",
        "notes": "query-frozen-A fixed Tuesday fixture",
        "logged_at": "2026-07-14T15:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-012",
        "user_food_id": "seed-fab70-qf-A-food-almonds",
        "food_name": "Codex Test Almonds",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 170,
          "proteinGrams": 6,
          "fatGrams": 15,
          "carbsGrams": 6
        },
        "meal": "snack",
        "notes": "query-frozen-A fixed Tuesday fixture",
        "logged_at": "2026-07-14T15:35:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-013",
        "user_food_id": "seed-fab70-qf-A-food-turkey-sandwich",
        "food_name": "Codex Test Turkey Sandwich",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 450,
          "proteinGrams": 32,
          "fatGrams": 14,
          "carbsGrams": 50
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Tuesday fixture",
        "logged_at": "2026-07-14T12:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-014",
        "user_food_id": "seed-fab70-qf-A-food-chicken",
        "food_name": "Codex Test Chicken Breast",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 250,
          "proteinGrams": 45,
          "fatGrams": 5,
          "carbsGrams": 0
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Tuesday fixture",
        "logged_at": "2026-07-14T19:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-015",
        "user_food_id": "seed-fab70-qf-A-food-quinoa",
        "food_name": "Codex Test Quinoa",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 220,
          "proteinGrams": 8,
          "fatGrams": 4,
          "carbsGrams": 39
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Tuesday fixture",
        "logged_at": "2026-07-14T19:05:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-016",
        "user_food_id": "seed-fab70-qf-A-food-broccoli",
        "food_name": "Codex Test Broccoli",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 60,
          "proteinGrams": 4,
          "fatGrams": 1,
          "carbsGrams": 10
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Tuesday fixture",
        "logged_at": "2026-07-14T19:10:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-017",
        "user_food_id": "seed-fab70-qf-A-food-oatmeal",
        "food_name": "Codex Test Oatmeal",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 300,
          "proteinGrams": 10,
          "fatGrams": 6,
          "carbsGrams": 54
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Wednesday fixture",
        "logged_at": "2026-07-15T08:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-018",
        "user_food_id": "seed-fab70-qf-A-food-banana",
        "food_name": "Codex Test Banana",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 105,
          "proteinGrams": 1,
          "fatGrams": 0,
          "carbsGrams": 27
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Wednesday fixture",
        "logged_at": "2026-07-15T08:05:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-019",
        "user_food_id": "seed-fab70-qf-A-food-chicken",
        "food_name": "Codex Test Chicken Breast",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 250,
          "proteinGrams": 45,
          "fatGrams": 5,
          "carbsGrams": 0
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Wednesday fixture",
        "logged_at": "2026-07-15T12:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-020",
        "user_food_id": "seed-fab70-qf-A-food-rice",
        "food_name": "Codex Test Brown Rice",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 220,
          "proteinGrams": 5,
          "fatGrams": 2,
          "carbsGrams": 45
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Wednesday fixture",
        "logged_at": "2026-07-15T12:35:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-021",
        "user_food_id": "seed-fab70-qf-A-food-avocado",
        "food_name": "Codex Test Avocado",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 160,
          "proteinGrams": 2,
          "fatGrams": 15,
          "carbsGrams": 9
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Wednesday fixture",
        "logged_at": "2026-07-15T12:40:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-022",
        "user_food_id": "seed-fab70-qf-A-food-protein-shake",
        "food_name": "Codex Test Protein Shake",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 240,
          "proteinGrams": 30,
          "fatGrams": 4,
          "carbsGrams": 22
        },
        "meal": "snack",
        "notes": "query-frozen-A fixed Wednesday fixture",
        "logged_at": "2026-07-15T15:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-023",
        "user_food_id": "seed-fab70-qf-A-food-lean-beef",
        "food_name": "Codex Test Lean Beef",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 320,
          "proteinGrams": 38,
          "fatGrams": 16,
          "carbsGrams": 0
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Wednesday fixture",
        "logged_at": "2026-07-15T19:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-024",
        "user_food_id": "seed-fab70-qf-A-food-sweet-potato",
        "food_name": "Codex Test Sweet Potato",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 180,
          "proteinGrams": 4,
          "fatGrams": 0,
          "carbsGrams": 41
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Wednesday fixture",
        "logged_at": "2026-07-15T19:05:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-025",
        "user_food_id": "seed-fab70-qf-A-food-broccoli",
        "food_name": "Codex Test Broccoli",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 60,
          "proteinGrams": 4,
          "fatGrams": 1,
          "carbsGrams": 10
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Wednesday fixture",
        "logged_at": "2026-07-15T19:10:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-026",
        "user_food_id": "seed-fab70-qf-A-food-yogurt",
        "food_name": "Codex Test Greek Yogurt",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 140,
          "proteinGrams": 20,
          "fatGrams": 0,
          "carbsGrams": 15
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Thursday fixture",
        "logged_at": "2026-07-16T08:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-027",
        "user_food_id": "seed-fab70-qf-A-food-blueberries",
        "food_name": "Codex Test Blueberries",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 80,
          "proteinGrams": 1,
          "fatGrams": 0,
          "carbsGrams": 20
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Thursday fixture",
        "logged_at": "2026-07-16T08:05:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-028",
        "user_food_id": "seed-fab70-qf-A-food-almonds",
        "food_name": "Codex Test Almonds",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 170,
          "proteinGrams": 6,
          "fatGrams": 15,
          "carbsGrams": 6
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Thursday fixture",
        "logged_at": "2026-07-16T08:10:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-029",
        "user_food_id": "seed-fab70-qf-A-food-turkey-sandwich",
        "food_name": "Codex Test Turkey Sandwich",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 450,
          "proteinGrams": 32,
          "fatGrams": 14,
          "carbsGrams": 50
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Thursday fixture",
        "logged_at": "2026-07-16T12:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-030",
        "user_food_id": "seed-fab70-qf-A-food-apple",
        "food_name": "Codex Test Apple",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 95,
          "proteinGrams": 0,
          "fatGrams": 0,
          "carbsGrams": 25
        },
        "meal": "snack",
        "notes": "query-frozen-A fixed Thursday fixture",
        "logged_at": "2026-07-16T15:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-031",
        "user_food_id": "seed-fab70-qf-A-food-salmon",
        "food_name": "Codex Test Salmon",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 360,
          "proteinGrams": 40,
          "fatGrams": 20,
          "carbsGrams": 0
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Thursday fixture",
        "logged_at": "2026-07-16T19:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-032",
        "user_food_id": "seed-fab70-qf-A-food-quinoa",
        "food_name": "Codex Test Quinoa",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 220,
          "proteinGrams": 8,
          "fatGrams": 4,
          "carbsGrams": 39
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Thursday fixture",
        "logged_at": "2026-07-16T19:05:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-033",
        "user_food_id": "seed-fab70-qf-A-food-broccoli",
        "food_name": "Codex Test Broccoli",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 60,
          "proteinGrams": 4,
          "fatGrams": 1,
          "carbsGrams": 10
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Thursday fixture",
        "logged_at": "2026-07-16T19:10:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-034",
        "user_food_id": "seed-fab70-qf-A-food-eggs",
        "food_name": "Codex Test Eggs",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 210,
          "proteinGrams": 18,
          "fatGrams": 15,
          "carbsGrams": 2
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Friday fixture",
        "logged_at": "2026-07-17T08:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-035",
        "user_food_id": "seed-fab70-qf-A-food-toast",
        "food_name": "Codex Test Whole Grain Toast",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 180,
          "proteinGrams": 8,
          "fatGrams": 3,
          "carbsGrams": 32
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Friday fixture",
        "logged_at": "2026-07-17T08:05:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-036",
        "user_food_id": "seed-fab70-qf-A-food-chicken",
        "food_name": "Codex Test Chicken Breast",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 250,
          "proteinGrams": 45,
          "fatGrams": 5,
          "carbsGrams": 0
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Friday fixture",
        "logged_at": "2026-07-17T12:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-037",
        "user_food_id": "seed-fab70-qf-A-food-rice",
        "food_name": "Codex Test Brown Rice",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 220,
          "proteinGrams": 5,
          "fatGrams": 2,
          "carbsGrams": 45
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Friday fixture",
        "logged_at": "2026-07-17T12:35:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-038",
        "user_food_id": "seed-fab70-qf-A-food-broccoli",
        "food_name": "Codex Test Broccoli",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 60,
          "proteinGrams": 4,
          "fatGrams": 1,
          "carbsGrams": 10
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Friday fixture",
        "logged_at": "2026-07-17T12:40:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-039",
        "user_food_id": "seed-fab70-qf-A-food-banana",
        "food_name": "Codex Test Banana",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 105,
          "proteinGrams": 1,
          "fatGrams": 0,
          "carbsGrams": 27
        },
        "meal": "snack",
        "notes": "query-frozen-A fixed Friday fixture",
        "logged_at": "2026-07-17T15:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-040",
        "user_food_id": "seed-fab70-qf-A-food-almonds",
        "food_name": "Codex Test Almonds",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 170,
          "proteinGrams": 6,
          "fatGrams": 15,
          "carbsGrams": 6
        },
        "meal": "snack",
        "notes": "query-frozen-A fixed Friday fixture",
        "logged_at": "2026-07-17T15:35:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-041",
        "user_food_id": "seed-fab70-qf-A-food-pasta",
        "food_name": "Codex Test Pasta",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 400,
          "proteinGrams": 14,
          "fatGrams": 6,
          "carbsGrams": 72
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Friday fixture",
        "logged_at": "2026-07-17T19:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-042",
        "user_food_id": "seed-fab70-qf-A-food-tomato-sauce",
        "food_name": "Codex Test Tomato Sauce",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 100,
          "proteinGrams": 3,
          "fatGrams": 2,
          "carbsGrams": 18
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Friday fixture",
        "logged_at": "2026-07-17T19:05:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-043",
        "user_food_id": "seed-fab70-qf-A-food-lean-beef",
        "food_name": "Codex Test Lean Beef",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 320,
          "proteinGrams": 38,
          "fatGrams": 16,
          "carbsGrams": 0
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Friday fixture",
        "logged_at": "2026-07-17T19:10:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-044",
        "user_food_id": "seed-fab70-qf-A-food-oatmeal",
        "food_name": "Codex Test Oatmeal",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 300,
          "proteinGrams": 10,
          "fatGrams": 6,
          "carbsGrams": 54
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Saturday fixture",
        "logged_at": "2026-07-18T08:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-045",
        "user_food_id": "seed-fab70-qf-A-food-blueberries",
        "food_name": "Codex Test Blueberries",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 80,
          "proteinGrams": 1,
          "fatGrams": 0,
          "carbsGrams": 20
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Saturday fixture",
        "logged_at": "2026-07-18T08:05:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-046",
        "user_food_id": "seed-fab70-qf-A-food-turkey-sandwich",
        "food_name": "Codex Test Turkey Sandwich",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 450,
          "proteinGrams": 32,
          "fatGrams": 14,
          "carbsGrams": 50
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Saturday fixture",
        "logged_at": "2026-07-18T12:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-047",
        "user_food_id": "seed-fab70-qf-A-food-yogurt",
        "food_name": "Codex Test Greek Yogurt",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 140,
          "proteinGrams": 20,
          "fatGrams": 0,
          "carbsGrams": 15
        },
        "meal": "snack",
        "notes": "query-frozen-A fixed Saturday fixture",
        "logged_at": "2026-07-18T15:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-048",
        "user_food_id": "seed-fab70-qf-A-food-apple",
        "food_name": "Codex Test Apple",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 95,
          "proteinGrams": 0,
          "fatGrams": 0,
          "carbsGrams": 25
        },
        "meal": "snack",
        "notes": "query-frozen-A fixed Saturday fixture",
        "logged_at": "2026-07-18T15:35:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-049",
        "user_food_id": "seed-fab70-qf-A-food-salmon",
        "food_name": "Codex Test Salmon",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 360,
          "proteinGrams": 40,
          "fatGrams": 20,
          "carbsGrams": 0
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Saturday fixture",
        "logged_at": "2026-07-18T19:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-050",
        "user_food_id": "seed-fab70-qf-A-food-sweet-potato",
        "food_name": "Codex Test Sweet Potato",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 180,
          "proteinGrams": 4,
          "fatGrams": 0,
          "carbsGrams": 41
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Saturday fixture",
        "logged_at": "2026-07-18T19:05:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-051",
        "user_food_id": "seed-fab70-qf-A-food-broccoli",
        "food_name": "Codex Test Broccoli",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 60,
          "proteinGrams": 4,
          "fatGrams": 1,
          "carbsGrams": 10
        },
        "meal": "dinner",
        "notes": "query-frozen-A fixed Saturday fixture",
        "logged_at": "2026-07-18T19:10:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-052",
        "user_food_id": "seed-fab70-qf-A-food-eggs",
        "food_name": "Codex Test Eggs",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 210,
          "proteinGrams": 18,
          "fatGrams": 15,
          "carbsGrams": 2
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Sunday fixture",
        "logged_at": "2026-07-19T08:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-053",
        "user_food_id": "seed-fab70-qf-A-food-toast",
        "food_name": "Codex Test Whole Grain Toast",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 180,
          "proteinGrams": 8,
          "fatGrams": 3,
          "carbsGrams": 32
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Sunday fixture",
        "logged_at": "2026-07-19T08:05:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-054",
        "user_food_id": "seed-fab70-qf-A-food-avocado",
        "food_name": "Codex Test Avocado",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 160,
          "proteinGrams": 2,
          "fatGrams": 15,
          "carbsGrams": 9
        },
        "meal": "breakfast",
        "notes": "query-frozen-A fixed Sunday fixture",
        "logged_at": "2026-07-19T08:10:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-055",
        "user_food_id": "seed-fab70-qf-A-food-banana",
        "food_name": "Codex Test Banana",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 105,
          "proteinGrams": 1,
          "fatGrams": 0,
          "carbsGrams": 27
        },
        "meal": "snack",
        "notes": "query-frozen-A fixed Sunday fixture",
        "logged_at": "2026-07-19T15:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-056",
        "user_food_id": "seed-fab70-qf-A-food-protein-shake",
        "food_name": "Codex Test Protein Shake",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 240,
          "proteinGrams": 30,
          "fatGrams": 4,
          "carbsGrams": 22
        },
        "meal": "snack",
        "notes": "query-frozen-A fixed Sunday fixture",
        "logged_at": "2026-07-19T15:35:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-057",
        "user_food_id": "seed-fab70-qf-A-food-chicken",
        "food_name": "Codex Test Chicken Breast",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 250,
          "proteinGrams": 45,
          "fatGrams": 5,
          "carbsGrams": 0
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Sunday fixture",
        "logged_at": "2026-07-19T12:30:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-058",
        "user_food_id": "seed-fab70-qf-A-food-quinoa",
        "food_name": "Codex Test Quinoa",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 220,
          "proteinGrams": 8,
          "fatGrams": 4,
          "carbsGrams": 39
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Sunday fixture",
        "logged_at": "2026-07-19T12:35:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "food_log_entries",
      "record": {
        "id": "seed-fab70-qf-A-log-059",
        "user_food_id": "seed-fab70-qf-A-food-broccoli",
        "food_name": "Codex Test Broccoli",
        "brand": "Codex Test Fixture",
        "quantity": 1,
        "serving_label": "1 fixture serving",
        "macros": {
          "calories": 60,
          "proteinGrams": 4,
          "fatGrams": 1,
          "carbsGrams": 10
        },
        "meal": "lunch",
        "notes": "query-frozen-A fixed Sunday fixture",
        "logged_at": "2026-07-19T12:40:00-04:00",
        "deleted_by_request_id": null
      }
    }
  • Seeded value
    {
      "table": "user_module_preferences",
      "record": {
        "id": "seed-fab70-qf-A-nutrition-goals",
        "module_key": "nutrition",
        "preferences": {
          "responseSummary": {
            "calories": true,
            "protein": true,
            "fat": true,
            "carbs": true,
            "water": false
          },
          "dailyTargets": {
            "calories": 2200,
            "proteinGrams": 150,
            "fatGrams": 70,
            "carbsGrams": 250
          }
        },
        "updated_at": "2026-07-19T06:00:00-04:00",
        "deleted_by_request_id": null
      }
    }
snapshot captured 2026-08-01T12:17:56.398Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"What is my calorie total so far today?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 1425 calories today.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:18:07.580Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much protein have I had today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 116 grams of protein today.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:18:18.765Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much fat have I logged today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 47 grams of fat today.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:18:29.947Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many carbs have I had today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 141 grams of carbs today.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:18:41.265Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"Give me all my macros for today so far." (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Today. Items: 1 1 fixture serving Codex Test Fixture Codex Test Eggs; 1 1 fixture serving Codex Test Fixture Codex Test Whole Grain Toast; 1 1 fixture serving Codex Test Fixture Codex Test Avocado; 1 1 fixture serving Codex Test Fixture Codex Test Chicken Breast; 1 1 fixture serving Codex Test Fixture Codex Test Quinoa; 1 1 fixture serving Codex Test Fixture Codex Test Broccoli; 1 1 fixture serving Codex Test Fixture Codex Test Banana; 1 1 fixture serving Codex Test Fixture Codex Test Protein Shake. Calories: 1425. Protein: 116 grams. Fat: 47 grams. Carbs: 141 grams. Entry count: 8.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:18:52.581Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories did I have yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 1665 calories yesterday.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:19:03.762Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much protein did I eat yesterday?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 111 grams of protein yesterday.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:19:14.948Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much fat did I have yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 41 grams of fat yesterday.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:19:26.096Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many carbs did I eat yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 215 grams of carbs yesterday.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:19:37.266Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"What were my total calories and macros yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Yesterday. Items: 1 1 fixture serving Codex Test Fixture Codex Test Oatmeal; 1 1 fixture serving Codex Test Fixture Codex Test Blueberries; 1 1 fixture serving Codex Test Fixture Codex Test Turkey Sandwich; 1 1 fixture serving Codex Test Fixture Codex Test Greek Yogurt; 1 1 fixture serving Codex Test Fixture Codex Test Apple; 1 1 fixture serving Codex Test Fixture Codex Test Salmon; 1 1 fixture serving Codex Test Fixture Codex Test Sweet Potato; 1 1 fixture serving Codex Test Fixture Codex Test Broccoli. Calories: 1665. Protein: 111 grams. Fat: 41 grams. Carbs: 215 grams. Entry count: 8.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:19:48.414Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
FAILshould answer the query"What did I eat yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. FAIL: answer did not state expected numeric value(s): mealCount
Why verdict answer did not state expected numeric value(s): mealCount
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Yesterday. Items: 1 1 fixture serving Codex Test Fixture Codex Test Oatmeal; 1 1 fixture serving Codex Test Fixture Codex Test Blueberries; 1 1 fixture serving Codex Test Fixture Codex Test Turkey Sandwich; 1 1 fixture serving Codex Test Fixture Codex Test Greek Yogurt; 1 1 fixture serving Codex Test Fixture Codex Test Apple; 1 1 fixture serving Codex Test Fixture Codex Test Salmon; 1 1 fixture serving Codex Test Fixture Codex Test Sweet Potato; 1 1 fixture serving Codex Test Fixture Codex Test Broccoli. Calories: 1665. Protein: 111 grams. Fat: 41 grams. Carbs: 215 grams. Entry count: 8.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:19:59.681Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"What did I have for breakfast yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Breakfast yesterday. Items: 1 1 fixture serving Codex Test Fixture Codex Test Oatmeal; 1 1 fixture serving Codex Test Fixture Codex Test Blueberries. Calories: 380. Protein: 11 grams. Fat: 6 grams. Carbs: 74 grams. Entry count: 2.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:20:10.865Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"What was lunch yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Lunch yesterday. Items: 1 1 fixture serving Codex Test Fixture Codex Test Turkey Sandwich. Calories: 450. Protein: 32 grams. Fat: 14 grams. Carbs: 50 grams. Entry count: 1.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:20:22.032Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"What snacks did I log yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Snack yesterday. Items: 1 1 fixture serving Codex Test Fixture Codex Test Greek Yogurt; 1 1 fixture serving Codex Test Fixture Codex Test Apple. Calories: 235. Protein: 20 grams. Fat: 0 grams. Carbs: 40 grams. Entry count: 2.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:20:33.216Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"What did I have for dinner yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Dinner yesterday. Items: 1 1 fixture serving Codex Test Fixture Codex Test Salmon; 1 1 fixture serving Codex Test Fixture Codex Test Sweet Potato; 1 1 fixture serving Codex Test Fixture Codex Test Broccoli. Calories: 600. Protein: 48 grams. Fat: 21 grams. Carbs: 51 grams. Entry count: 3.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:20:44.398Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories were in the banana I logged today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Codex Test Banana today. Calories: 105.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:20:55.599Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much protein was in today's banana?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Codex Test Banana today. Protein: 1 grams.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:21:06.948Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories were in the protein shake I logged?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Codex Test Protein Shake today. Calories: 240.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:21:18.133Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories were in the chicken at lunch today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Codex Test Chicken Breast at lunch today. Calories: 250.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:21:29.314Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many times did I have chicken this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged Codex Test Chicken Breast 5 times this week.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:21:51.981Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many bananas did I log this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged Codex Test Banana 4 times this week.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:22:03.166Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many times did I eat salmon this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged Codex Test Salmon 3 times this week.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:22:14.382Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many turkey sandwiches did I have this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged Codex Test Turkey Sandwich 3 times this week.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:22:25.582Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many food entries have I logged this week?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown You have 59 food entries logged this week.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:22:36.814Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many food entries did I log today?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown You have 8 food entries logged today.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:22:48.048Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
FAILshould answer the query"How many breakfast entries did I log today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. FAIL: answer did not state expected numeric value(s): entryCount
Why verdict answer did not state expected numeric value(s): entryCount
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You have 3 breakfast food entries logged today.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:22:59.247Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
FAILshould answer the query"How many snack entries did I log today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. FAIL: answer did not state expected numeric value(s): entryCount
Why verdict answer did not state expected numeric value(s): entryCount
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You have 2 snack food entries logged today.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:23:10.432Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories did I log Monday?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 1590 calories on Monday.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:23:21.631Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much protein did I have Monday?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 129 grams of protein on Monday.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:23:32.816Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many carbs did I eat Monday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 185 grams of carbs on Monday.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:23:44.032Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"What did I have for breakfast Monday?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Breakfast on Monday. Items: 1 1 fixture serving Codex Test Fixture Codex Test Oatmeal; 1 1 fixture serving Codex Test Fixture Codex Test Blueberries. Calories: 380. Protein: 11 grams. Fat: 6 grams. Carbs: 74 grams. Entry count: 2.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:23:55.248Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much fat did I have Tuesday?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 57 grams of fat on Tuesday.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:24:06.450Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"What was my calorie total Tuesday?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 1645 calories on Tuesday.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:24:17.649Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much protein did I eat Wednesday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 139 grams of protein on Wednesday.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:24:28.818Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories were in Wednesday dinner?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Dinner on Wednesday: 560 calories.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:24:40.133Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many carbs did I have Thursday?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 165 grams of carbs on Thursday.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:24:51.331Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much protein was in Thursday breakfast?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Breakfast on Thursday: 27 grams of protein.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:25:02.581Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories did I eat Friday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 2015 calories on Friday.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:25:13.749Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories were in Friday dinner?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Dinner on Friday: 820 calories.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:25:24.932Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"What was my protein total yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 111 grams of protein yesterday.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:25:47.583Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories have I logged this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 11750 calories this week.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:25:58.900Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much protein have I logged this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 870 grams of protein this week.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:26:10.082Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much fat have I logged this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 347 grams of fat this week.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:26:21.281Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many carbs have I logged this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You logged 1292 grams of carbs this week.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:26:32.481Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"What is my average daily calorie total this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Average daily calories: 1678.5714 calories.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:26:43.681Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"What is my average protein per day this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Average daily protein: 124.2857 g protein.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:26:54.883Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"Which day had the most calories this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Friday had the most calories this week. Calories: 2015.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:27:06.066Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"Based on what is logged, which day had the fewest calories this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Sunday had the fewest calories this week. Calories: 1425.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:27:17.333Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories do I have left today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You have about 775 calories left in today's budget (1425 of 2200 logged).
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:27:28.581Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories are left for dinner?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown You have about 775 calories left in today's budget (1425 of 2200 logged).
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:27:39.749Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much protein do I have left today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You have about 34 grams of protein left today (116 of 150 grams logged).
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:27:50.966Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much fat is left in my budget today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You have about 23 grams of fat left today (47 of 70 grams logged).
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:28:02.166Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many carbs do I have left today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown You have about 109 grams of carbs left today (141 of 250 grams logged).
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:28:13.365Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"What percent of my calorie goal have I used today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Calorie goal used: 64.7727%. Calories logged: 1425. Calorie goal: 2200.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:28:24.582Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"Am I over my calorie goal today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Over calorie goal: No. Calories over: 0. Calories remaining: 775.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:28:35.782Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"Did I get more protein today or yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Today: 116 g protein. Yesterday: 111 g protein. Difference: 5 g protein.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:28:46.983Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"Did I eat more calories today or yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Today: 1425 calories. Yesterday: 1665 calories. Difference: 240 calories.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:28:58.167Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"Was my fat higher today or yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Today: 47 g fat. Yesterday: 41 g fat. Difference: 6 g fat.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:29:09.349Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"Did I have more carbs today or yesterday?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Today: 141 g carbs. Yesterday: 215 g carbs. Difference: 74 g carbs.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:29:20.533Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"Which had more protein, Monday or Friday?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Monday: 129 g protein. Friday: 142 g protein. Difference: 13 g protein.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:29:43.184Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"Which had more calories, Tuesday or Thursday?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Tuesday: 1645 calories. Thursday: 1575 calories. Difference: 70 calories.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:29:54.350Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories were in breakfast today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Breakfast today: 550 calories.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:30:05.549Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories were in lunch today?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Lunch today: 530 calories.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:30:16.783Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories were in my snacks today?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Snack today: 345 calories.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:30:27.967Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"What was my largest meal today?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Breakfast was your largest meal today. Calories: 550.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:30:39.151Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories came from chicken this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Codex Test Chicken Breast this week. Calories: 1250.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:30:50.350Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many calories came from bananas this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Codex Test Banana this week. Calories: 420.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:31:01.549Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How much protein came from salmon this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Codex Test Salmon this week. Protein: 120 grams.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:31:12.766Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"How many breakfast calories did I log this week?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Breakfast this week: 2885 calories.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:31:24.050Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
FAILshould answer the query"What was my average dinner calorie total for the six completed days?" (difficulty β€”)0.0s
Verdict Expected QUERY β€” should answer the query. FAIL: answer did not state expected numeric value(s): averageCalories
Why verdict answer did not state expected numeric value(s): averageCalories
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown I could not find a to-do matching days.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did navigated to "todos" screen
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:31:35.216Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould answer the query"On how many days did I reach at least 120 grams of protein?" (difficulty β€”)0.1s
Verdict Expected QUERY β€” should answer the query. PASS: Query answered within tolerance.
Why verdict Query answered within tolerance.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Days at or above 120 g protein: 4.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:31:46.416Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould navigate"Open my food history." (difficulty β€”)0.0s
Verdict Expected NAVIGATE β€” should navigate. PASS: Navigated.
Why verdict Navigated.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.0s
1 Β· TTS said no speech captured
2 Β· Card shown Opening Food History.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did navigated to "food" screen
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:31:57.601Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
UNVERIFIEDunclassifiedshould handle appropriately"Thanks, that is helpful." (difficulty β€”)1.7s
Verdict Expected OTHER β€” should handle appropriately. UNVERIFIED: OTHER unknown subtype β€” no mechanical checks defined (key: )
Why verdict OTHER unknown subtype β€” no mechanical checks defined (key: )
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 1.7s
1 Β· TTS said no speech captured
2 Β· Card shown Glad to hear it. Is there anything else you'd like to know about your nutrition or activity?
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:32:10.582Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould navigate"Show me the nutrition dashboard." (difficulty β€”)0.1s
Verdict Expected NAVIGATE β€” should navigate. PASS: Navigated.
Why verdict Navigated.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Opening Food Today.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did navigated to "food" screen
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:32:21.766Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
UNVERIFIEDunclassifiedshould handle appropriately"Okay, let us keep going." (difficulty β€”)1.9s
Verdict Expected OTHER β€” should handle appropriately. UNVERIFIED: OTHER unknown subtype β€” no mechanical checks defined (key: )
Why verdict OTHER unknown subtype β€” no mechanical checks defined (key: )
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 1.9s
1 Β· TTS said no speech captured
2 Β· Card shown Great. What would you like to focus on next? You could log a meal, check your activity, or review your progress for the week.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:32:34.784Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
PASSshould navigate"Go back to today in my food diary." (difficulty β€”)1.3s
Verdict Expected NAVIGATE β€” should navigate. PASS: Navigated.
Why verdict Navigated.
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 1.3s
1 Β· TTS said no speech captured
2 Β· Card shown Opening Food Today.
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:32:47.200Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)
UNVERIFIEDunclassifiedshould handle appropriately"Good to know." (difficulty β€”)0.1s
Verdict Expected OTHER β€” should handle appropriately. UNVERIFIED: OTHER unknown subtype β€” no mechanical checks defined (key: )
Why verdict OTHER unknown subtype β€” no mechanical checks defined (key: )
My override
Things I think are wrong
Use this when the report passed something that should have failed.
Comprehension
Execution
Cosmetic
Things the report marked wrong but I think are right
Use this when the report failed something that should have passed.
Actually right
Report/grader issue
Pick every reason you think applies. Multiple boxes are allowed because one utterance can be wrong in more than one way. Use the note below for "Other" or extra detail.
Timing 0.1s
1 Β· TTS said no speech captured
2 Β· Card shown Should I add that as a to-do?
3 Β· App data rows written No food/workout/list/note data row captured for this utterance.This does not mean "nothing anywhere was stored"; spoken/chat evidence is shown above, and some chat/session records may live outside this write-capture field. It means the report did not capture an app data-row write such as food_log_entries or workout_sets.
4 Β· UI did no screen events captured
5 Β· Seed/context data
Seeded starting state: none listed in the corpus row.
  • No DB snapshot captured for this utterance; the report cannot prove whether yesterday/personal data existed.
snapshot captured 2026-08-01T12:32:58.416Z
6 Β· Why this food No food-decision explanation was captured for this path.
7 Β· Lookup method No lookup method was captured for this path.
8 Β· Candidates β†’ decider no candidate list captured (this path did not run DB resolution β€” e.g. provisional branded log)