Test fixture
Arithmetic, symbolic steps, and structured problem solving.
The model receives the prompt (and optional system message). The run uses scorer rubric_json_metrics with the JSON configuration below. Pass/fail and partial credit are determined entirely by that scorer against the model output; no human grading.
Return JSON only with keys answer, evidence, constraints. A login flow redirects back to /login after successful credentials. Given facts: cookie is set with Secure=true, local dev uses http://localhost, server reads no session cookie on the next request. Identify the most likely root cause.
{
"metrics": {
"accuracy": {
"checks": [
{
"contains": [
"Secure"
]
},
{
"contains": [
"http://localhost"
]
},
{
"contains": [
"cookie"
]
}
]
},
"evidence": {
"checks": [
{
"contains": [
"server reads no session"
]
},
{
"contains": [
"redirect loop"
]
},
{
"contains": [
"login"
]
}
]
},
"constraint": {
"checks": [
{
"contains": [
"root cause"
]
},
{
"contains": [
"most likely"
]
},
{
"contains": [
"do not blame credentials"
]
}
]
}
}
}temperature
0
max_tokens
500
timeout (s)
120
type
scored
file
reason-root-auth-cookie.json