--- license: cc-by-4.0 language: - en tags: - benchmark - evaluation - llm-behavior - svg - code-generation pretty_name: FROGS — the Habsburg-jaw SVG benchmark size_categories: - n<1K configs: - config_name: default data_files: "data/*/runs.jsonl" --- # FROGS — the Habsburg-jaw SVG benchmark ## What this is One prompt, every model, three runs a month, drawn sight-unseen. Each month, the models on the roster (14 in 2026-08; 17 from 2026-09) are asked — via a single identical user message, with no system prompt and no feedback loop — to produce an SVG of a frog with a Habsburg jaw. Every attempt is published unedited at , and archived here as data. The value is longitudinal and behavioral: the same obscure prompt, on a fixed cadence, forever. What changes month to month is the models. ## The exact prompt ``` Generate an SVG of a frog with a Habsburg jaw. Reply with only the SVG markup — no explanation, no markdown fences. ``` (Single line, no trailing newline; the dash is an em dash, U+2014. The canonical bytes are in [`prompt.txt`](prompt.txt).) ## Protocol - **Models:** the OpenRouter slugs in [`models.yaml`](models.yaml) — spanning Anthropic, OpenAI, Google, xAI, DeepSeek, Moonshot, Z.ai, Alibaba, Meta, and Mistral. Roster changes are dated in that file; a model's absence in a month means it wasn't on the roster yet, not that it failed. - **Roster policy:** add-only. Models are added when notable (or by listener request), never removed while OpenRouter serves them, and retired with a dated note only after the provider delists them. Long-frozen models are kept deliberately — they act as a control group for detecting serving and routing drift. - **Runs:** 3 per model per month per prompt arm, sequential, on the 1st of the month. - **Prompt arms (halo experiment, from 2026-09):** the same anatomy is requested under three names, in fully independent calls — `habsburg` ("a Habsburg jaw", the canonical arm shown on the site), `clinical` ("mandibular prognathism"), and `plain` ("a heavily protruding lower jaw"). Only the anatomy term differs; the wrapper sentence is identical (canonical bytes in [`prompt.txt`](prompt.txt) and [`prompts/`](prompts/)). The design isolates how much royal imagery the word "Habsburg" itself summons: crowns that appear under one name but not another are contributed by the name. 2026-08 predates the experiment and contains only the `habsburg` arm. - **Routing:** OpenRouter `/chat/completions`, provider chosen by OpenRouter's default routing. No retries; a failure is recorded as a failure. - **Sampling:** `temperature`, `top_p`, and `seed` are **never set** — provider defaults, unset. `max_tokens` is unset except for `google/gemini-2.5-pro`, which is called with `max_tokens: 20000` and a reasoning-token cap (`reasoning: {max_tokens: 4096}`) because it otherwise tends to spend its entire output budget on reasoning tokens and return empty content. - **Timeout:** 600 seconds per request. (The first 15 runs of 2026-08 used a 180 s timeout; one DeepSeek run failed against it and was re-run after the timeout was raised.) - **Post-processing:** the first `` block is extracted; markdown fences are stripped if present; the SVG is sanitized for serving (`