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 rate limiter says at most 10 actions in any 60 second window, implemented by resetting counters every minute. Provide a boundary counterexample.
{
"metrics": {
"accuracy": {
"checks": [
{
"contains": [
"minute boundary"
]
},
{
"contains": [
"20"
]
},
{
"contains": [
"60 second"
]
}
]
},
"evidence": {
"checks": [
{
"contains": [
"10 actions"
]
},
{
"contains": [
"reset"
]
},
{
"contains": [
"counterexample"
]
}
]
},
"constraint": {
"checks": [
{
"contains": [
"sliding window"
]
},
{
"contains": [
"fixed window"
]
},
{
"contains": [
"burst"
]
}
]
}
}
}temperature
0
max_tokens
500
timeout (s)
120
type
scored
file
reasoning-fce-window-boundary.json