consistency-ft · environment research
Where can an LLM's beliefs be measured — and trained — under uncertainty, on a small budget? A 14-agent research sweep over benchmarks, hidden-information games, and RL stacks: 70 candidates, 16 deep-verified. The answer turned out to be a gap.
| Verdict | What | Why it matters here | Fireworks / 1-GPU |
|---|---|---|---|
| USE-NOW | verifiers (MIT, 4.5k★, pushed daily) | The vehicle. Rewards are arbitrary async Python — a Brier/log-score rubric is ~10 lines; also the gateway to the 100+-env Environments Hub. Build on the v1 API (v0 tutorials are stale). | eval plugs in via base_url today; GRPO trainer if we self-host |
| ADAPT ★ | Collaborative Battleship (MIT, ICLR'26) | Sequential evidence + active information gathering; the harness computes a near-exact Monte-Carlo posterior over hidden boards. Our addition: elicit the model's stated P(hit)/P(ship at X) and score it against the harness posterior, plus expected-information-gain rewards for question choice. | OpenAI-SDK client — 2-line switch · yes |
| ADAPT | BayesBench (MIT code, arXiv:2606.30850) | Bookbag-and-poker-chips for LLMs: multi-turn evidence with closed-form true posteriors (Beta-Bernoulli coins; MovieLens mixture). Per-turn distance-to-posterior is exactly the "within-market updating" skill the futarchy experiments showed missing. Reuse envs + metrics; swap logprob probes for verbalized probabilities. | reimplement elicitation (ships vLLM-only) · yes |
| ADAPT no license | BLInD (AAAI'25) | Verbalized Bayes nets with pgmpy-exact ground-truth posteriors and a seedable generator — infinite, perfectly verifiable conditional-probability rewards. Single-turn: curriculum stage 1, not the destination. Ask authors for a license grant. | yes · yes |
| What | Note |
|---|---|
| OpenForesight / OpenForecaster (MIT) | Strategic flag: accuracy-RL on their 52.7k synthesized questions already cut Paleka arbitrage violations 43.5%. Our positioning: they need resolved outcomes; our KL-anchor lane is label-free and trains on unresolved questions. Reuse their dataset, offline-news retrieval, and reward shapes; skip their multi-GPU VeRL trainer. |
| ForecastBench (MIT / CC BY-SA) | Canonical contamination-free leaderboard; resolved-pairs repo = offline reward data; submit our tuned model bi-weekly as the public out-of-distribution eval. |
| Metaculus AIB + forecasting-tools (MIT) | Five minutes to a live tournament bot (litellm → Fireworks works); proper peer scores; weeks-long resolution makes it a deployment eval, not an RL loop. |
| Manifold Markets API | Bots and academic model-training explicitly permitted; replay historical dumps for training; pair P&L with Brier — play-money prices are noisy. |
| Skipped after verification | TruthTensor (no code, crypto framing) · Prophet Arena (platform closed; scoring lib unlicensed) · PolyBench (unlicensed, dormant since March). |
OpenAIAgent(base_url=…). Terminal win/loss only — needs our elicitation layer on top.Full text with verdict details: ENVIRONMENTS.md · model dashboard · RLEF × Forecasting proposal · futarchy bridge. Method: 6-angle workflow sweep (forecasting arenas, hidden-info games, Bayes benchmarks, RL stacks, wagering games, econ sims) → dedup → per-candidate repo verification, 2026-08-19.