Skip to content

Commit 130d2d2

Browse files
authored
Merge pull request #301 from ModelMirrorAI/predict/scotus-1002345-evt-petition-disposition-codex-baseline-20260629T090631Z
predict(codex-baseline): scotus/1002345 — evt-petition-disposition
2 parents 231c956 + 1f7297d commit 130d2d2

4 files changed

Lines changed: 64 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
case_id: scotus/1002345
2+
decision_target: disposition
3+
description: null
4+
docket_entry_id: null
5+
event_id: evt-petition-disposition
6+
kind: petition
7+
opened_at: null
8+
resolved: false
9+
schema_version: '1.0'
10+
title: Martin v. McKune Warden
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"case_id": "scotus/1002345",
3+
"confidence": 0.66,
4+
"created_at": "2026-06-29T09:18:16Z",
5+
"engine": "codex",
6+
"event_id": "evt-petition-disposition",
7+
"granted": 0,
8+
"input_snapshot": "data/cases/scotus/1002345/record/snapshots/2026-06-29.json",
9+
"model": "gpt-5",
10+
"predicted_disposition": "denied",
11+
"predictor_id": "codex-baseline",
12+
"probability": 0.06,
13+
"reasoning_doc": "reasoning.md",
14+
"run_id": "20260629T090631Z",
15+
"schema_version": "1.0",
16+
"votes": []
17+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Prediction: petition disposition
2+
3+
## Legal question
4+
5+
The event asks whether the petition in `Martin v. McKune Warden`, Supreme Court docket `92-8777`, will be granted or denied.
6+
7+
## Governing standard
8+
9+
A Supreme Court petition is discretionary. Review is ordinarily granted only when the petition presents an important federal question, a conflict among lower courts, or another reason for Supreme Court intervention. Denial is the normal outcome for ordinary petitions, and the Court does not need to explain a denial.
10+
11+
## Snapshot facts used
12+
13+
I used `data/cases/scotus/1002345/record/snapshots/2026-06-29.json`. The snapshot identifies this as a Supreme Court docket for `Martin v. McKune Warden`, docket number `92-8777`, with `court_id` `scotus`. It contains no docket entries, no panel, no argument date, and no explicit `date_cert_granted` or `date_cert_denied`. The snapshot does contain one CourtListener opinion-cluster reference.
14+
15+
## Reasoning
16+
17+
The snapshot does not identify a certworthy question, lower-court split, government petition, argument date, or any docket activity indicating that review was granted. The caption against a warden is consistent with a prisoner or habeas-related petition, a category where the baseline odds of Supreme Court review are low absent a clear vehicle or conflict signal.
18+
19+
The opinion-cluster reference is a relevant counter-signal, but I do not treat it as enough to overcome the denial baseline here. The snapshot lacks the usual grant-related metadata, and Supreme Court order-list or reporter entries can exist even when certiorari is denied. With only the provided snapshot, the more conservative prediction is denial.
20+
21+
I predict the petition will be denied, with a 0.06 probability of grant and 0.66 confidence. I do not predict per-Justice votes because the snapshot has no vote information and petition-stage votes are not normally exposed as merits votes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"actor_id": "codex-baseline",
3+
"cache_creation_input_tokens": 0,
4+
"cache_read_input_tokens": 343296,
5+
"case_id": "scotus/1002345",
6+
"created_at": "2026-06-29T09:06:31Z",
7+
"engine": "codex",
8+
"estimated_cost_usd": 0.494183,
9+
"event_id": "evt-petition-disposition",
10+
"input_tokens": 25087,
11+
"model": "gpt-5.5",
12+
"output_tokens": 6570,
13+
"role": "predictor",
14+
"run_id": "20260629T090631Z",
15+
"schema_version": "1.0"
16+
}

0 commit comments

Comments
 (0)