Commit 83b8a5a
Add OpenRouter calibration experiment results
n=5 random Polymarket markets, Gemini 2.0 Flash via OpenRouter,
V2 strict prompt with verbatim grounding.
Results:
- schema_ok: 5/5 (100%)
- grounding_ok: 5/5 (100%) — verbatim_text substring check passes
on every clause across all 5 markets
- Avg 2-5 clauses extracted per market, types diverse
(deadline / tiebreaker / source)
- Avg ambiguity_score 0.2-0.3
- Avg latency 3.2s/call
Cost calibration:
- Actual: $0.000214/call (5×$0.001070)
- PR #6 estimate: $0.000090/call
- Off by 2.4× — output tokens are ~397 avg (estimate was 150),
because verbatim_text transcription inflates output
- 2000-market T2 projected: $0.43 (vs $0.18 in PR #6)
Conclusion: V2 strict prompt + Gemini Flash combination works
out-of-the-box on real Polymarket descriptions. No prompt
tweaks needed before T2 scale-up. PR #6 budget needs an update
but total cost still trivial.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 79077aa commit 83b8a5a
1 file changed
Lines changed: 54 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments