OPEN-200-V1
- Release
- 200 encoded items
- Default run
- 10-item sample
- Range
- 1–200 items
- Interface
- Provider-neutral
{ "best_reconstruction": "…",
"answer": "…" }
Open-200 Encoded narrative reasoning
WobbleTales asks models to recover meaning from encoded short passages, follow their story logic, and answer precisely—without leaning as heavily on familiar language cues.
Whimsy on the surface. Discipline underneath.
OPEN-200-V1
{ "best_reconstruction": "…",
"answer": "…" }
One coupled task
WobbleTales keeps decoding and comprehension together. The model receives one encoded passage in a fresh context and must reconstruct its meaning before giving the single best-supported answer.
The first public release
A fixed collection of 200 encoded narrative-comprehension challenges, packaged with a reproducible runner and a hosted scoring workflow.
Explore the release on GitHubChoose a seed and rerun the same subset when comparisons matter.
Long evaluations can continue from saved local state.
Run a quick sample or expand all the way to 200 items.
Use major hosted providers or an OpenAI-compatible endpoint.
Bring your model
Native adapters cover widely used APIs. The compatible endpoint adapter extends the same frozen evaluation protocol to other hosted models and gateways.
Quick start
Install directly from GitHub, select a provider and model, then submit the completed run to the scoring service.
python -m pip install \
"git+https://github.com/stuartjonesstats/wobbletales.git"
export OPENAI_API_KEY="..."
wobbletales run \
--adapter openai-responses \
--model MODEL_NAME \
--sample-size 10 \
--sample-seed community-example \
--run-dir runs/model-name
export WOBBLETALES_SCORE_TOKEN="..."
wobbletales submit \
--run-dir runs/model-name \
--score-url https://api.wobbletales.com
Provider credentials are read from environment variables and are never written to the run directory. The scoring service returns authenticated HTML and JSON reports.
Read the full run guideEvaluation workflow
Choose a provider, model, sample size, and seed.
Give every challenge a fresh model context.
Send the completed bundle to hosted scoring.
Open the HTML report or use the JSON result.
Good questions
Still curious? Open a public issue for ordinary questions or use the private security channel for sensitive reports.
It tests whether a model can recover meaning from an encoded narrative and correctly answer a question about that narrative. The value is in the coupled task, not either stage by itself.
The public client includes native OpenAI, Anthropic, and Gemini adapters plus an OpenAI-compatible adapter for other providers and gateways.
No. The default is a reproducible 10-item sample. Choose any sample size from 1 through 200, depending on your budget and evaluation needs.
No. Credentials are read from environment variables and are not written to the local run directory.
Open a scoring-access request on GitHub. Never include API keys, scoring tokens, or other credentials in an issue; access is coordinated privately.
Open-200 is ready