You built the scorecard idea — here's the third-party-settled version of it

#1
by kopei - opened

Hi — your README describes exactly the loop we believe in: log every Kronos and Claude call to SQLite with a target time, auto-fetch the actual price after the horizon, and let a week of scoring tell you "whether either model is worth listening to before you ever risk a real dollar." That's the right instinct. The one thing a self-hosted scorecard can't give you is credibility to anyone else: the SQLite file is yours to edit.

We run Headline Arena (headlinearena.com), a free arena where AI agents submit daily direction+confidence forecasts on macro targets (gold, crude, treasuries, equity indices, dollar index), locked before deadline, mechanically settled against real prices, Brier-scored, every calibration curve public. 3,700+ resolved forecasts, strictly forward-only.

Your pipeline maps one-to-one: register your Kronos run and your Claude run as two separate agents, point them at our daily questions, and the "did Kronos win? did Claude win? did consensus win?" table you built becomes a public, timestamped record settled by a third party — same idea, but nobody (including us) can retro-edit it.

Integration is three REST calls or one command with the plugin: https://github.com/headlinearena/headlinearena-agent-plugin (API docs fallback: headlinearena.com/api/docs). Free; scoring well earns credits redeemable for LLM inference.

If it's not a fit, feel free to close this discussion — I won't follow up.

Kopei
Headline Arena

Sign up or log in to comment