FROGS_

One prompt, every model: Generate an SVG of a frog with a Habsburg jaw. Each model gets three tries a month.

🤗 Explore the dataset on Hugging Face → every run, as data · harness on GitHub

September 2026 · 17 models · 51 runs · 51 produced an SVG

Frog with a Habsburg jaw as drawn by anthropic/claude-fable-5 (run 1 of 3)

anthropic/claude-fable-5

Anthropic

Run 1 of 3 · Sep 1 2026 · 41.0s · 3,243 B

The annotations go beyond structural labeling to editorialize on lineage and bearing: phrases like "the mighty protruding Habsburg lower jaw," "heavy-lidded royal eyelids," and "a tiny crown, befitting the lineage" impose a royal/dynastic narrative not explicit in the prompt. There's also anatomical commentary emphasizing the jaw's exaggeration, such as "underbite teeth poking up past the upper lip" and "pouty protruding lower lip."

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="400" height="400">
  <title>Frog with a Habsburg jaw</title>
  <!-- background lily pad -->
  <ellipse cx="200" cy="360" rx="170" ry="32" fill="#3e7d32" opacity="0.5"/>
  <!-- body -->
  <ellipse cx="200" cy="295" rx="112" ry="75" fill="#4a9b3f"/>
  <!-- head -->
  <ellipse cx="200" cy="205" rx="105" ry="85" fill="#57ad4a"/>
  <!-- eye bumps -->
  <circle cx="148" cy="125" r="40" fill="#57ad4a"/>
  <circle cx="252" cy="125" r="40" fill="#57ad4a"/>
  <!-- eyes -->
  <circle cx="148" cy="122" r="27" fill="#f6e9b2"/>
  <circle cx="252" cy="122" r="27" fill="#f6e9b2"/>
  <ellipse cx="148" cy="124" rx="10" ry="16" fill="#1a1a1a"/>
  <ellipse cx="252" cy="124" rx="10" ry="16" fill="#1a1a1a"/>
  <circle cx="144" cy="117" r="4" fill="#ffffff"/>
  <circle cx="248" cy="117" r="4" fill="#ffffff"/>
  <!-- heavy-lidded royal eyelids -->
  <path d="M121,110 A27,27 0 0 1 175,110 Q148,100 121,110 Z" fill="#4a9b3f"/>
  <path d="M225,110 A27,27 0 0 1 279,110 Q252,100 225,110 Z" fill="#4a9b3f"/>
  <!-- nostrils -->
  <circle cx="185" cy="195" r="4" fill="#2f6b28"/>
  <circle cx="215" cy="195" r="4" fill="#2f6b28"/>
  <!-- upper lip / mouth line -->
  <path d="M105,235 Q200,262 295,235" fill="none" stroke="#2f6b28" stroke-width="6" stroke-linecap="round"/>
  <!-- the mighty protruding Habsburg lower jaw -->
  <path d="M95,240
           Q80,310 120,345
           Q160,378 200,378
           Q240,378 280,345
           Q320,310 305,240
           Q300,285 255,296
           Q200,308 145,296
           Q100,285 95,240 Z"
        fill="#4a9b3f" stroke="#2f6b28" stroke-width="4" stroke-linejoin="round"/>
  <!-- jutting chin -->
  <ellipse cx="200" cy="345" rx="46" ry="20" fill="#57ad4a"/>
  <path d="M170,352 Q200,366 230,352" fill="none" stroke="#2f6b28" stroke-width="3" stroke-linecap="round"/>
  <!-- underbite teeth poking up past the upper lip -->
  <rect x="160" y="222" width="20" height="34" rx="7" fill="#fffbe6" stroke="#c9bd8f" stroke-width="2"/>
  <rect x="220" y="222" width="20" height="34" rx="7" fill="#fffbe6" stroke="#c9bd8f" stroke-width="2"/>
  <!-- pouty protruding lower lip -->
  <path d="M110,258 Q200,300 290,258 Q285,280 245,290 Q200,300 155,290 Q115,280 110,258 Z" fill="#3f8a36"/>
  <!-- front legs -->
  <path d="M120,330 Q100,365 92,382" fill="none" stroke="#3f8a36" stroke-width="16" stroke-linecap="round"/>
  <path d="M280,330 Q300,365 308,382" fill="none" stroke="#3f8a36" stroke-width="16" stroke-linecap="round"/>
  <!-- toes -->
  <circle cx="80" cy="386" r="7" fill="#3f8a36"/>
  <circle cx="94" cy="391" r="7" fill="#3f8a36"/>
  <circle cx="108" cy="388" r="7" fill="#3f8a36"/>
  <circle cx="292" cy="388" r="7" fill="#3f8a36"/>
  <circle cx="306" cy="391" r="7" fill="#3f8a36"/>
  <circle cx="320" cy="386" r="7" fill="#3f8a36"/>
  <!-- belly sheen -->
  <ellipse cx="200" cy="318" rx="55" ry="26" fill="#8fce7e" opacity="0.45"/>
  <!-- a tiny crown, befitting the lineage -->
  <path d="M175,58 L182,78 L192,60 L200,80 L208,60 L218,78 L225,58 L225,84 L175,84 Z" fill="#f2c94c" stroke="#c9a227" stroke-width="2" stroke-linejoin="round"/>
  <circle cx="200" cy="54" r="4" fill="#f2c94c" stroke="#c9a227" stroke-width="2"/>
</svg>
Frog with a Habsburg jaw as drawn by anthropic/claude-opus-5 (run 1 of 3)

anthropic/claude-opus-5

Anthropic

Run 1 of 3 · Sep 1 2026 · 51.0s · 3,612 B

The annotations are largely structural, but include some editorial emphasis on the anatomical feature requested: the jaw is labeled "HABSBURG LOWER JAW: massive prognathic mandible" (using caps for emphasis), and the mouth is described with clinical framing as "underbite: lower lip overshoots the upper jaw," alongside a note on "lower teeth poking up past upper lip." These annotations amount to anatomical commentary explaining the deformity rather than assumptions about mood or royal bearing.

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="400" height="400">
  <defs>
    <radialGradient id="bodyG" cx="35%" cy="30%" r="80%">
      <stop offset="0%" stop-color="#8cc36b"/>
      <stop offset="100%" stop-color="#5b8f3c"/>
    </radialGradient>
    <radialGradient id="jawG" cx="40%" cy="25%" r="85%">
      <stop offset="0%" stop-color="#9ecd7a"/>
      <stop offset="100%" stop-color="#6aa84f"/>
    </radialGradient>
    <radialGradient id="eyeG" cx="35%" cy="30%" r="75%">
      <stop offset="0%" stop-color="#ffe89a"/>
      <stop offset="100%" stop-color="#d79b28"/>
    </radialGradient>
  </defs>

  <g stroke="#2e4a1f" stroke-width="5" stroke-linejoin="round" stroke-linecap="round">

    <!-- lily pad -->
    <ellipse cx="200" cy="368" rx="165" ry="22" fill="#4e7f34" stroke="none" opacity="0.35"/>

    <!-- hind leg -->
    <path d="M150,268 C100,262 58,292 60,326 C61,346 82,356 104,350
             C86,356 40,352 22,360 C12,364 16,372 30,373
             C58,375 96,370 120,360 C142,351 158,330 158,306 Z" fill="#5b8f3c"/>

    <!-- body -->
    <path d="M72,258 C50,196 96,148 158,152 C226,157 258,214 250,268
             C243,312 160,336 108,320 C78,311 78,282 72,258 Z" fill="url(#bodyG)"/>

    <!-- front leg -->
    <path d="M226,272 C244,296 254,322 250,338 C264,332 296,330 314,336
             C324,340 322,348 310,350 C286,354 250,354 236,348
             C218,340 206,306 206,286 Z" fill="#6aa84f"/>

    <!-- upper head / skull -->
    <path d="M96,214 C88,138 138,96 200,100 C256,104 292,142 294,192
             C295,204 292,212 288,216 L100,212 Z" fill="url(#bodyG)"/>

    <!-- HABSBURG LOWER JAW: massive prognathic mandible -->
    <path d="M98,198 C88,262 138,302 206,306 C282,310 340,288 352,248
             C358,226 346,210 326,208 C296,205 200,202 98,198 Z" fill="url(#jawG)"/>

    <!-- jaw crease / chin fold -->
    <path d="M330,252 C318,272 292,284 262,288" fill="none" stroke="#3f6b28" stroke-width="4" opacity="0.7"/>
    <path d="M150,238 C176,254 214,262 250,260" fill="none" stroke="#3f6b28" stroke-width="3.5" opacity="0.55"/>

    <!-- mouth line (underbite: lower lip overshoots the upper jaw) -->
    <path d="M100,206 C160,214 240,216 292,214 C312,213 322,210 328,208"
          fill="none" stroke="#26401a" stroke-width="6"/>

    <!-- lower teeth poking up past upper lip -->
    <path d="M300,210 l10,-13 l9,13 Z" fill="#fdfaf0" stroke-width="3"/>
    <path d="M266,212 l9,-12 l9,12 Z" fill="#fdfaf0" stroke-width="3"/>

    <!-- nostril -->
    <ellipse cx="272" cy="170" rx="6" ry="4.5" fill="#33521f" stroke-width="3"/>

    <!-- far eye -->
    <circle cx="140" cy="112" r="32" fill="#6aa84f"/>
    <circle cx="140" cy="112" r="21" fill="url(#eyeG)" stroke-width="4"/>
    <ellipse cx="140" cy="112" rx="6" ry="14" fill="#1a1a1a" stroke="none"/>

    <!-- near eye -->
    <circle cx="222" cy="118" r="40" fill="#7cb45c"/>
    <circle cx="222" cy="118" r="27" fill="url(#eyeG)" stroke-width="4.5"/>
    <ellipse cx="222" cy="118" rx="8" ry="18" fill="#1a1a1a" stroke="none"/>
    <circle cx="212" cy="106" r="6" fill="#ffffff" stroke="none" opacity="0.9"/>

    <!-- spots -->
    <ellipse cx="130" cy="200" rx="16" ry="10" fill="#3f6b28" stroke="none" opacity="0.45" transform="rotate(-12 130 200)"/>
    <ellipse cx="120" cy="270" rx="20" ry="12" fill="#3f6b28" stroke="none" opacity="0.4" transform="rotate(15 120 270)"/>
    <ellipse cx="185" cy="292" rx="14" ry="9" fill="#3f6b28" stroke="none" opacity="0.35"/>
    <ellipse cx="252" cy="150" rx="12" ry="8" fill="#3f6b28" stroke="none" opacity="0.35"/>
  </g>
</svg>
Frog with a Habsburg jaw as drawn by anthropic/claude-sonnet-5 (run 1 of 3)

anthropic/claude-sonnet-5

Anthropic

Run 1 of 3 · Sep 1 2026 · 12.6s · 2,499 B

The annotations are mostly structural labels, but include some interpretive framing tied to the "Habsburg jaw" concept: it notes the upper jaw is "short, receded" while emphasizing an "exaggerated protruding lower jaw / underbite," with added anatomical detail like "little bottom teeth peeking" to reinforce the underbite. One label, "cheek spots for character," suggests a minor stylistic/personality embellishment beyond pure anatomy.

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="400" height="400">
  <!-- body -->
  <ellipse cx="200" cy="290" rx="110" ry="80" fill="#6ab150"/>
  <!-- back legs -->
  <ellipse cx="90" cy="330" rx="40" ry="25" fill="#5a9a45"/>
  <ellipse cx="310" cy="330" rx="40" ry="25" fill="#5a9a45"/>
  <!-- feet -->
  <g fill="#4d8a3a">
    <ellipse cx="55" cy="345" rx="12" ry="8"/>
    <ellipse cx="75" cy="352" rx="12" ry="8"/>
    <ellipse cx="95" cy="352" rx="12" ry="8"/>
    <ellipse cx="345" cy="345" rx="12" ry="8"/>
    <ellipse cx="325" cy="352" rx="12" ry="8"/>
    <ellipse cx="305" cy="352" rx="12" ry="8"/>
  </g>
  <!-- front arms -->
  <ellipse cx="130" cy="300" rx="20" ry="35" fill="#5a9a45"/>
  <ellipse cx="270" cy="300" rx="20" ry="35" fill="#5a9a45"/>

  <!-- head -->
  <ellipse cx="200" cy="210" rx="95" ry="80" fill="#6ab150"/>

  <!-- eye bulges -->
  <circle cx="145" cy="150" r="35" fill="#6ab150"/>
  <circle cx="255" cy="150" r="35" fill="#6ab150"/>
  <circle cx="145" cy="150" r="22" fill="#f5f0d0"/>
  <circle cx="255" cy="150" r="22" fill="#f5f0d0"/>
  <circle cx="145" cy="150" r="10" fill="#1a1a1a"/>
  <circle cx="255" cy="150" r="10" fill="#1a1a1a"/>
  <circle cx="141" cy="146" r="3" fill="#fff"/>
  <circle cx="251" cy="146" r="3" fill="#fff"/>

  <!-- upper jaw / mouth line (short, receded) -->
  <path d="M 150 225 Q 200 235 245 222" stroke="#2e2e2e" stroke-width="4" fill="none" stroke-linecap="round"/>

  <!-- Habsburg jaw: exaggerated protruding lower jaw / underbite -->
  <path d="M 100 250
           Q 90 300 150 315
           Q 200 328 250 315
           Q 310 300 300 250
           Q 260 275 200 278
           Q 140 275 100 250 Z"
        fill="#6ab150" stroke="#4d8a3a" stroke-width="3"/>

  <!-- protruding lower lip -->
  <path d="M 115 258 Q 200 280 285 258" stroke="#2e2e2e" stroke-width="4" fill="none" stroke-linecap="round"/>

  <!-- little bottom teeth peeking (underbite emphasis) -->
  <rect x="160" y="272" width="8" height="10" fill="#fff"/>
  <rect x="180" y="278" width="8" height="10" fill="#fff"/>
  <rect x="200" y="280" width="8" height="10" fill="#fff"/>
  <rect x="220" y="278" width="8" height="10" fill="#fff"/>

  <!-- nostrils -->
  <circle cx="180" cy="175" r="3" fill="#2e2e2e"/>
  <circle cx="220" cy="175" r="3" fill="#2e2e2e"/>

  <!-- cheek spots for character -->
  <circle cx="120" cy="220" r="6" fill="#5a9a45" opacity="0.6"/>
  <circle cx="280" cy="220" r="6" fill="#5a9a45" opacity="0.6"/>
</svg>
Frog with a Habsburg jaw as drawn by anthropic/claude-haiku-4.5 (run 1 of 3)

anthropic/claude-haiku-4.5

Anthropic

Run 1 of 3 · Sep 1 2026 · 4.9s · 2,033 B

The annotations are almost entirely structural labels (Body, Head, Eyes, Left arm, Right leg, Belly spot), but two include mild anatomical commentary explaining the requested trait: "Habsburg Jaw - Protruding lower jaw" and "Underbite/Chin protrusion."

View SVG source
<svg viewBox="0 0 200 240" xmlns="http://www.w3.org/2000/svg">
  <!-- Body -->
  <ellipse cx="100" cy="140" rx="50" ry="60" fill="#6BA62D"/>
  
  <!-- Head -->
  <circle cx="100" cy="80" r="45" fill="#7CB342"/>
  
  <!-- Eyes -->
  <circle cx="80" cy="60" r="12" fill="#F5DEB3"/>
  <circle cx="120" cy="60" r="12" fill="#F5DEB3"/>
  <circle cx="80" cy="60" r="8" fill="#2D2D2D"/>
  <circle cx="120" cy="60" r="8" fill="#2D2D2D"/>
  <circle cx="82" cy="58" r="3" fill="#FFFFFF"/>
  <circle cx="122" cy="58" r="3" fill="#FFFFFF"/>
  
  <!-- Mouth line -->
  <path d="M 85 85 Q 100 95 115 85" stroke="#4A7C1E" stroke-width="2" fill="none"/>
  
  <!-- Habsburg Jaw - Protruding lower jaw -->
  <ellipse cx="100" cy="105" rx="38" ry="28" fill="#6BA62D"/>
  <path d="M 65 100 Q 60 110 65 125 L 135 125 Q 140 110 135 100" fill="#5A9E29" stroke="#4A7C1E" stroke-width="1"/>
  
  <!-- Underbite/Chin protrusion -->
  <ellipse cx="100" cy="128" rx="35" ry="18" fill="#7CB342"/>
  <path d="M 70 125 Q 65 135 70 138 Q 100 145 130 138 Q 135 135 130 125" fill="#6BA62D" stroke="#4A7C1E" stroke-width="1"/>
  
  <!-- Left arm -->
  <ellipse cx="65" cy="150" rx="15" ry="35" fill="#6BA62D" transform="rotate(-30 65 150)"/>
  <ellipse cx="45" cy="170" rx="12" ry="20" fill="#7CB342" transform="rotate(-45 45 170)"/>
  
  <!-- Right arm -->
  <ellipse cx="135" cy="150" rx="15" ry="35" fill="#6BA62D" transform="rotate(30 135 150)"/>
  <ellipse cx="155" cy="170" rx="12" ry="20" fill="#7CB342" transform="rotate(45 155 170)"/>
  
  <!-- Left leg -->
  <ellipse cx="75" cy="195" rx="18" ry="32" fill="#6BA62D" transform="rotate(-25 75 195)"/>
  <ellipse cx="55" cy="225" rx="14" ry="28" fill="#7CB342" transform="rotate(-40 55 225)"/>
  
  <!-- Right leg -->
  <ellipse cx="125" cy="195" rx="18" ry="32" fill="#6BA62D" transform="rotate(25 125 195)"/>
  <ellipse cx="145" cy="225" rx="14" ry="28" fill="#7CB342" transform="rotate(40 145 225)"/>
  
  <!-- Belly spot -->
  <ellipse cx="100" cy="150" rx="25" ry="35" fill="#9CCC65" opacity="0.6"/>
</svg>
Frog with a Habsburg jaw as drawn by openai/gpt-5.5 (run 1 of 3)

openai/gpt-5.5

OpenAI

Run 1 of 3 · Sep 1 2026 · 19.8s · 3,169 B

No comments in the SVG.

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
  <defs>
    <radialGradient id="skin" cx="45%" cy="35%" r="70%">
      <stop offset="0" stop-color="#7ee35f"/>
      <stop offset="1" stop-color="#2f9b3f"/>
    </radialGradient>
    <radialGradient id="belly" cx="50%" cy="30%" r="70%">
      <stop offset="0" stop-color="#d9f7a5"/>
      <stop offset="1" stop-color="#8ccf63"/>
    </radialGradient>
    <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="0" dy="8" stdDeviation="8" flood-color="#163d1c" flood-opacity=".28"/>
    </filter>
  </defs>

  <rect width="512" height="512" fill="#d9f7ff"/>

  <ellipse cx="256" cy="306" rx="188" ry="145" fill="url(#skin)" filter="url(#shadow)"/>
  <ellipse cx="256" cy="354" rx="132" ry="76" fill="url(#belly)" opacity=".95"/>

  <circle cx="160" cy="151" r="70" fill="url(#skin)"/>
  <circle cx="352" cy="151" r="70" fill="url(#skin)"/>
  <circle cx="160" cy="151" r="48" fill="#f7ffe8"/>
  <circle cx="352" cy="151" r="48" fill="#f7ffe8"/>
  <circle cx="174" cy="160" r="19" fill="#111"/>
  <circle cx="338" cy="160" r="19" fill="#111"/>
  <circle cx="181" cy="151" r="6" fill="#fff"/>
  <circle cx="345" cy="151" r="6" fill="#fff"/>

  <path d="M109 262 C139 207 197 181 256 184 C315 181 373 207 403 262 C370 304 320 324 256 324 C192 324 142 304 109 262Z" fill="#55bf4d"/>
  <path d="M138 270 C171 297 207 309 256 309 C305 309 341 297 374 270" fill="none" stroke="#1d5d2c" stroke-width="9" stroke-linecap="round"/>

  <circle cx="215" cy="244" r="7" fill="#1d5d2c"/>
  <circle cx="297" cy="244" r="7" fill="#1d5d2c"/>

  <path d="M127 307 C165 358 202 376 256 376 C310 376 347 358 385 307 C372 398 327 452 256 452 C185 452 140 398 127 307Z" fill="#4aac45"/>
  <path d="M116 333 C157 383 202 404 256 404 C310 404 355 383 396 333 C390 413 337 467 256 467 C175 467 122 413 116 333Z" fill="#69c84f"/>

  <path d="M154 354 C184 386 218 399 256 399 C294 399 328 386 358 354" fill="none" stroke="#174d25" stroke-width="8" stroke-linecap="round"/>

  <path d="M176 342 C205 356 307 356 336 342 C322 376 292 391 256 391 C220 391 190 376 176 342Z" fill="#fff7d6"/>
  <path d="M203 345 L212 366 L222 345 M246 349 L256 373 L266 349 M290 345 L300 366 L309 345" fill="none" stroke="#e8d9a9" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>

  <path d="M185 392 C203 425 225 441 256 441 C287 441 309 425 327 392" fill="none" stroke="#2b8d39" stroke-width="6" stroke-linecap="round"/>

  <circle cx="112" cy="353" r="10" fill="#2f8f3b" opacity=".45"/>
  <circle cx="142" cy="386" r="7" fill="#2f8f3b" opacity=".45"/>
  <circle cx="400" cy="353" r="10" fill="#2f8f3b" opacity=".45"/>
  <circle cx="370" cy="386" r="7" fill="#2f8f3b" opacity=".45"/>
  <circle cx="211" cy="213" r="6" fill="#2f8f3b" opacity=".45"/>
  <circle cx="301" cy="213" r="6" fill="#2f8f3b" opacity=".45"/>

  <path d="M77 360 C49 379 38 416 55 439 C80 419 104 409 135 413" fill="none" stroke="#2f9b3f" stroke-width="28" stroke-linecap="round"/>
  <path d="M435 360 C463 379 474 416 457 439 C432 419 408 409 377 413" fill="none" stroke="#2f9b3f" stroke-width="28" stroke-linecap="round"/>
</svg>
Frog with a Habsburg jaw as drawn by openai/gpt-5.6-sol (run 1 of 3)

openai/gpt-5.6-sol

OpenAI

Run 1 of 3 · Sep 1 2026 · 21.1s · 4,140 B

No comments in the SVG.

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800" role="img" aria-label="A green frog with a pronounced Habsburg jaw">
  <defs>
    <radialGradient id="skin" cx="38%" cy="28%" r="75%">
      <stop offset="0" stop-color="#a8dc68"/>
      <stop offset="0.65" stop-color="#65aa45"/>
      <stop offset="1" stop-color="#397a37"/>
    </radialGradient>
    <linearGradient id="jaw" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0" stop-color="#83bf50"/>
      <stop offset="1" stop-color="#4a8a3e"/>
    </linearGradient>
    <linearGradient id="belly" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0" stop-color="#d6e68b"/>
      <stop offset="1" stop-color="#9fbe60"/>
    </linearGradient>
    <filter id="shadow" x="-30%" y="-30%" width="160%" height="180%">
      <feDropShadow dx="0" dy="12" stdDeviation="12" flood-color="#183221" flood-opacity=".3"/>
    </filter>
  </defs>

  <ellipse cx="400" cy="727" rx="286" ry="31" fill="#173823" opacity=".2"/>

  <g filter="url(#shadow)" stroke="#254e31" stroke-width="9" stroke-linecap="round" stroke-linejoin="round">
    <path d="M278 545C205 555 168 612 120 662C93 689 108 720 146 717L292 702C330 697 347 655 326 621Z" fill="url(#skin)"/>
    <path d="M522 545C595 555 632 612 680 662C707 689 692 720 654 717L508 702C470 697 453 655 474 621Z" fill="url(#skin)"/>

    <path d="M292 519C251 582 254 663 285 711C325 739 475 739 515 711C546 663 549 582 508 519Z" fill="url(#skin)"/>
    <ellipse cx="400" cy="625" rx="105" ry="112" fill="url(#belly)" stroke-width="7"/>

    <path d="M260 599C222 631 188 652 140 663" fill="none"/>
    <path d="M540 599C578 631 612 652 660 663" fill="none"/>
    <path d="M145 663l-43-15M145 663l-39 9M145 663l-27 30" fill="none"/>
    <path d="M655 663l43-15M655 663l39 9M655 663l27 30" fill="none"/>

    <path d="M232 687c-43 4-76 17-102 39 51 11 106 10 157-5M568 687c43 4 76 17 102 39-51 11-106 10-157-5" fill="url(#skin)"/>

    <path d="M190 322C171 233 228 154 315 147C342 100 395 90 424 137C466 94 526 118 537 165C609 186 642 259 612 333C636 395 600 484 527 513C477 538 326 539 269 506C202 468 170 386 190 322Z" fill="url(#skin)"/>

    <ellipse cx="286" cy="231" rx="82" ry="91" fill="#79bd50"/>
    <ellipse cx="514" cy="231" rx="82" ry="91" fill="#79bd50"/>
    <ellipse cx="286" cy="236" rx="48" ry="59" fill="#f0e9a8" stroke-width="7"/>
    <ellipse cx="514" cy="236" rx="48" ry="59" fill="#f0e9a8" stroke-width="7"/>
    <ellipse cx="295" cy="244" rx="17" ry="37" fill="#17251b" stroke="none"/>
    <ellipse cx="505" cy="244" rx="17" ry="37" fill="#17251b" stroke="none"/>
    <circle cx="289" cy="230" r="6" fill="#fff" stroke="none"/>
    <circle cx="499" cy="230" r="6" fill="#fff" stroke="none"/>

    <path d="M332 309c19-14 43-21 68-20 25-1 49 6 68 20" fill="none" opacity=".55"/>
    <ellipse cx="343" cy="343" rx="12" ry="8" fill="#285d35" stroke="none"/>
    <ellipse cx="457" cy="343" rx="12" ry="8" fill="#285d35" stroke="none"/>

    <path d="M245 391C285 367 337 360 400 365C463 360 515 367 555 391C534 426 489 446 400 444C311 446 266 426 245 391Z" fill="#24482f"/>
    <path d="M280 397c35-14 76-18 120-15 44-3 85 1 120 15-31 22-70 29-120 27-50 2-89-5-120-27Z" fill="#8e3139" stroke-width="5"/>

    <path d="M257 411C287 442 321 452 355 454L350 485C349 496 357 503 370 504L536 500C568 499 587 482 579 457L565 411C555 453 510 471 449 471C365 477 298 464 257 411Z" fill="#dae6a4"/>
    <path d="M565 411C583 429 598 450 603 478C611 520 586 556 544 565L366 578C323 581 287 554 281 515L274 468C298 487 322 498 350 501L523 496C553 495 570 476 566 449Z" fill="url(#jaw)"/>

    <path d="M342 497l4-34 31 5-2 32M425 499l-1-30 32-2 4 31M510 495l-4-34 30-8 8 34" fill="#f4efc7" stroke-width="5"/>
    <path d="M310 523C358 544 483 538 565 513" fill="none" opacity=".6"/>
    <path d="M355 556c26 11 104 8 139-3" fill="none" opacity=".45"/>

    <circle cx="239" cy="344" r="9" fill="#477f3b" stroke="none"/>
    <circle cx="214" cy="378" r="6" fill="#477f3b" stroke="none"/>
    <circle cx="571" cy="350" r="8" fill="#477f3b" stroke="none"/>
    <circle cx="596" cy="385" r="6" fill="#477f3b" stroke="none"/>
  </g>
</svg>
Frog with a Habsburg jaw as drawn by openai/gpt-5.4-mini (run 1 of 3)

openai/gpt-5.4-mini

OpenAI

Run 1 of 3 · Sep 1 2026 · 12.4s · 3,251 B

The annotations consist only of the title "Habsburg jaw" — a purely structural/descriptive label with no additional editorializing, mood-setting, or anatomical commentary beyond naming the depicted feature.

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Frog with a prominent Habsburg jaw">
  <defs>
    <linearGradient id="gBody" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#8ee58b"/>
      <stop offset="100%" stop-color="#58b95d"/>
    </linearGradient>
    <linearGradient id="gBelly" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#dff7b9"/>
      <stop offset="100%" stop-color="#b9e38b"/>
    </linearGradient>
    <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="0" dy="8" stdDeviation="8" flood-color="#245b2b" flood-opacity="0.25"/>
    </filter>
  </defs>

  <ellipse cx="256" cy="390" rx="150" ry="34" fill="#000" opacity="0.12"/>

  <g filter="url(#shadow)">
    <path d="M148 215c-32 22-52 61-52 101 0 78 65 135 160 135s160-57 160-135c0-40-20-79-52-101-23-16-51-25-78-24-10-32-39-53-70-53s-60 21-70 53c-27-1-55 8-78 24z" fill="url(#gBody)" stroke="#2f7d34" stroke-width="6" stroke-linejoin="round"/>

    <path d="M176 284c0-27 36-49 80-49s80 22 80 49v57c0 28-36 51-80 51s-80-23-80-51z" fill="url(#gBelly)" stroke="#7ab55a" stroke-width="5"/>

    <ellipse cx="182" cy="168" rx="42" ry="50" fill="url(#gBody)" stroke="#2f7d34" stroke-width="6"/>
    <ellipse cx="330" cy="168" rx="42" ry="50" fill="url(#gBody)" stroke="#2f7d34" stroke-width="6"/>

    <circle cx="182" cy="163" r="18" fill="#fff"/>
    <circle cx="330" cy="163" r="18" fill="#fff"/>
    <circle cx="186" cy="167" r="8" fill="#17201d"/>
    <circle cx="334" cy="167" r="8" fill="#17201d"/>

    <path d="M175 228c22-16 41-24 81-24s59 8 81 24c-7 25-29 42-81 42s-74-17-81-42z" fill="#6abf6d" opacity="0.9"/>

    <path d="M202 286c16-15 30-20 54-20s38 5 54 20c-12 19-28 30-54 30s-42-11-54-30z" fill="#f7caa2" opacity="0.88"/>
    <path d="M171 312c20 12 39 20 85 20s65-8 85-20" fill="none" stroke="#6ea55f" stroke-width="5" stroke-linecap="round"/>

    <path d="M151 338c-27 13-46 32-57 54l34 16c7-16 18-28 34-37z" fill="#4ea34f" stroke="#2f7d34" stroke-width="5" stroke-linejoin="round"/>
    <path d="M361 338c27 13 46 32 57 54l-34 16c-7-16-18-28-34-37z" fill="#4ea34f" stroke="#2f7d34" stroke-width="5" stroke-linejoin="round"/>
    <path d="M180 400c-22 9-39 23-52 44l29 12c10-15 22-24 39-30z" fill="#6abf6d" stroke="#2f7d34" stroke-width="5" stroke-linejoin="round"/>
    <path d="M332 400c22 9 39 23 52 44l-29 12c-10-15-22-24-39-30z" fill="#6abf6d" stroke="#2f7d34" stroke-width="5" stroke-linejoin="round"/>

    <!-- Habsburg jaw -->
    <path d="M171 303c18-22 47-35 85-35s67 13 85 35c11 13 13 27 5 38-12 17-37 28-90 28s-78-11-90-28c-8-11-6-25 5-38z" fill="#7d5a3f" stroke="#5d3c29" stroke-width="6" stroke-linejoin="round"/>
    <path d="M191 310c15-12 34-18 65-18s50 6 65 18c8 6 11 14 9 21-5 14-26 23-74 23s-69-9-74-23c-2-7 1-15 9-21z" fill="#f0c29b" stroke="#5d3c29" stroke-width="4" stroke-linejoin="round"/>
    <path d="M223 327c12 8 54 8 66 0" fill="none" stroke="#7b4b2e" stroke-width="5" stroke-linecap="round"/>
    <path d="M206 341c16 9 84 9 100 0" fill="none" stroke="#7b4b2e" stroke-width="6" stroke-linecap="round"/>
    <circle cx="241" cy="324" r="4" fill="#4d2d1c"/>
    <circle cx="271" cy="324" r="4" fill="#4d2d1c"/>
  </g>
</svg>
Frog with a Habsburg jaw as drawn by google/gemini-2.5-pro (run 1 of 3)

google/gemini-2.5-pro

Google

Run 1 of 3 · Sep 1 2026 · 106.7s · 898 B

No comments in the SVG.

View SVG source
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g stroke="#33691E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M 22 65 C 5 70, 5 90, 20 93 L 28 85 Z" fill="#558B2F"/><path d="M 78 65 C 95 70, 95 90, 80 93 L 72 85 Z" fill="#558B2F"/><path d="M 28 84 C 35 102, 65 102, 72 84 L 82 60 C 92 45, 82 25, 70 28 C 60 24, 40 24, 30 28 C 18 25, 8 45, 18 60 L 28 84 Z" fill="#7CB342"/><path d="M 38 72 C 32 78, 32 85, 38 86 Z" fill="#7CB342"/><path d="M 62 72 C 68 78, 68 85, 62 86 Z" fill="#7CB342"/><g stroke-width="1.5"><circle cx="43" cy="43" r="11" fill="white"/><circle cx="67" cy="43" r="11" fill="white"/></g><circle cx="45" cy="45" r="5" fill="black" stroke="none"/><circle cx="65" cy="45" r="5" fill="black" stroke="none"/><path d="M 42 74 C 50 71, 60 71, 68 74" fill="none"/><path d="M 48 60 v 2" fill="none"/><path d="M 52 60 v 2" fill="none"/></g></svg>
Frog with a Habsburg jaw as drawn by google/gemini-3.6-flash (run 1 of 3)

google/gemini-3.6-flash

Google

Run 1 of 3 · Sep 1 2026 · 34.6s · 11,833 B

The annotations extensively editorialize beyond a simple anatomical diagram, framing the frog as royalty with a "Pompous Royal Coat," "SNOTTY FROG HEAD," and eyes described as "Sleepy, Arrogant, Drooping." The jaw itself is treated as the centerpiece with dramatic emphasis ("THE HABSBURG JAW (MASSIVE PROGNATHISM)", "completely dominating the face"), and additional unprompted flourishes include "aristocratic decay" via warts and a crown "sitting absurdly small" — plus a note on "Highlight glints... Emphasizing grease & prominence."

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800" width="100%" height="100%">
  <defs>
    <!-- Background Gradient -->
    <radialGradient id="bgGrad" cx="50%" cy="50%" r="75%">
      <stop offset="0%" stop-color="#2a3827"/>
      <stop offset="100%" stop-color="#0e150d"/>
    </radialGradient>

    <!-- Frog Skin Base Gradient -->
    <linearGradient id="frogSkin" x1="30%" y1="10%" x2="70%" y2="90%">
      <stop offset="0%" stop-color="#76a848"/>
      <stop offset="50%" stop-color="#558231"/>
      <stop offset="100%" stop-color="#32521c"/>
    </linearGradient>

    <!-- Frog Jaw & Belly Highlight (Pale) -->
    <linearGradient id="bellySkin" x1="20%" y1="0%" x2="80%" y2="100%">
      <stop offset="0%" stop-color="#e8f5b0"/>
      <stop offset="60%" stop-color="#c2d977"/>
      <stop offset="100%" stop-color="#8ba843"/>
    </linearGradient>

    <!-- Habsburg Jaw Shadow & Depth -->
    <linearGradient id="jawShadow" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#294215" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#15240a" stop-opacity="0.9"/>
    </linearGradient>

    <!-- Eye Gradient -->
    <radialGradient id="eyeGrad" cx="40%" cy="40%" r="60%">
      <stop offset="0%" stop-color="#ffd966"/>
      <stop offset="70%" stop-color="#d48806"/>
      <stop offset="100%" stop-color="#5c3a00"/>
    </radialGradient>

    <!-- Gold Crown Gradient -->
    <linearGradient id="goldGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ffeea1"/>
      <stop offset="40%" stop-color="#d4af37"/>
      <stop offset="70%" stop-color="#aa820a"/>
      <stop offset="100%" stop-color="#614902"/>
    </linearGradient>

    <!-- Velvet Red Ribbon / Accessories -->
    <linearGradient id="velvet" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#b81d13"/>
      <stop offset="100%" stop-color="#4a0500"/>
    </linearGradient>

    <!-- Ruff Collar Shadow Filter -->
    <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="2" dy="4" stdDeviation="5" flood-color="#000000" flood-opacity="0.6"/>
    </filter>
    
    <filter id="softGlow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="8" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
  </defs>

  <!-- Background -->
  <rect width="800" height="800" fill="url(#bgGrad)"/>

  <!-- Regal Portrait Oval Frame Background Glow -->
  <ellipse cx="400" cy="420" rx="320" ry="350" fill="#1b2918" filter="url(#softGlow)"/>

  <g transform="translate(40, 20)">

    <!-- BACK LEGS & BODY -->
    <!-- Left Folded Leg -->
    <path d="M 220 520 C 150 510 100 580 130 650 C 150 700 220 690 260 660 C 230 610 220 550 220 520 Z" fill="url(#frogSkin)" stroke="#1e3311" stroke-width="4"/>
    
    <!-- Right Folded Leg -->
    <path d="M 500 530 C 570 530 630 600 590 660 C 550 700 480 680 450 640 C 480 600 490 550 500 530 Z" fill="#3f6125" stroke="#1e3311" stroke-width="4"/>

    <!-- Main Torso -->
    <path d="M 230 440 C 200 520 230 650 360 670 C 480 670 510 550 480 440 Z" fill="url(#frogSkin)"/>

    <!-- Pompous Royal Coat / Cloak (Backdrop to Ruff) -->
    <path d="M 200 530 C 250 500 470 500 520 530 C 550 620 530 680 520 700 C 400 720 320 720 200 700 Z" fill="url(#velvet)" stroke="#200" stroke-width="3"/>
    <path d="M 200 530 C 270 550 450 550 520 530 C 500 630 460 690 360 700 C 260 690 220 630 200 530 Z" fill="#7a0c05"/>
    <!-- Gold Trim on Coat -->
    <path d="M 200 530 C 270 550 450 550 520 530" fill="none" stroke="url(#goldGrad)" stroke-width="8" filter="url(#shadow)"/>

    <!-- ELIZABETHAN RUFF COLLAR (Back Layers) -->
    <g filter="url(#shadow)" fill="#e6e1d3" stroke="#b5af9e" stroke-width="2">
      <!-- Outer fan of ruffs -->
      <path d="M 180 470 Q 150 430 190 410 Q 170 370 220 370 Q 210 320 260 340 Q 280 290 330 320 Q 360 280 410 310 Q 440 280 480 320 Q 520 310 530 360 Q 570 370 560 420 Q 590 450 550 480 Q 560 520 500 520 L 360 500 Z"/>
    </g>

    <!-- SNOTTY FROG HEAD BASE -->
    <!-- Upper Head Structure -->
    <path d="M 230 320 C 220 230 310 180 360 220 C 410 180 500 230 490 320 C 490 360 460 380 360 380 C 260 380 230 360 230 320 Z" fill="url(#frogSkin)" stroke="#1e3311" stroke-width="3"/>

    <!-- EYES (Sleepy, Arrogant, Drooping Eyelids) -->
    <!-- Left Eye Bulb -->
    <circle cx="290" cy="220" r="45" fill="url(#frogSkin)" stroke="#1e3311" stroke-width="3"/>
    <circle cx="295" cy="220" r="32" fill="url(#eyeGrad)"/>
    <!-- Horizontal Pupil -->
    <ellipse cx="295" cy="220" rx="18" ry="5" fill="#111" transform="rotate(-5, 295, 220)"/>
    <!-- Sleepy Eyelid Left -->
    <path d="M 245 210 C 270 175 325 180 340 215 C 310 225 265 220 245 210 Z" fill="url(#frogSkin)" stroke="#1e3311" stroke-width="2"/>

    <!-- Right Eye Bulb -->
    <circle cx="430" cy="220" r="45" fill="url(#frogSkin)" stroke="#1e3311" stroke-width="3"/>
    <circle cx="425" cy="220" r="32" fill="url(#eyeGrad)"/>
    <!-- Horizontal Pupil -->
    <ellipse cx="425" cy="220" rx="18" ry="5" fill="#111" transform="rotate(5, 425, 220)"/>
    <!-- Sleepy Eyelid Right -->
    <path d="M 375 215 C 390 180 445 175 475 210 C 455 220 410 225 375 215 Z" fill="url(#frogSkin)" stroke="#1e3311" stroke-width="2"/>

    <!-- Nostrils (Snobbish, turned up) -->
    <ellipse cx="340" cy="265" rx="4" ry="7" fill="#15240a" transform="rotate(-10, 340, 265)"/>
    <ellipse cx="380" cy="265" rx="4" ry="7" fill="#15240a" transform="rotate(10, 380, 265)"/>

    <!-- UPPER JAW / SNOUT (Receding, small relative to lower jaw) -->
    <path d="M 255 310 C 300 280 420 280 465 310 C 480 330 440 345 360 345 C 280 345 240 330 255 310 Z" fill="url(#frogSkin)"/>
    <!-- Thin, unimpressed Upper Lip -->
    <path d="M 260 325 Q 360 340 460 325" fill="none" stroke="#253d16" stroke-width="4" stroke-linecap="round"/>

    <!-- ========================================================= -->
    <!-- THE HABSBURG JAW (MASSIVE PROGNATHISM / PROTRUDING CHIN) -->
    <!-- ========================================================= -->
    
    <!-- Deep Mouth Cavity / Underbite Gap Shadow -->
    <path d="M 250 330 Q 360 360 470 330 Q 485 370 450 410 Q 360 430 270 410 Q 235 370 250 330 Z" fill="#120806"/>

    <!-- Intact Upper Teeth / Gums slightly visible in dark gap -->
    <path d="M 280 337 Q 360 350 440 337" fill="none" stroke="#e0e0d1" stroke-width="3" stroke-dasharray="6,4"/>

    <!-- The Great Habsburg Lower Jaw Solid Structure -->
    <!-- Extends WAY forward and down, completely dominating the face -->
    <g filter="url(#shadow)">
      <!-- Main Jaw Silhouette -->
      <path d="M 220 340 
               C 190 370 210 430 240 470
               C 270 510 310 540 360 545
               C 410 540 450 510 480 470
               C 510 430 530 370 500 340
               C 470 380 440 430 360 435
               C 280 430 250 380 220 340 Z" 
            fill="url(#bellySkin)" stroke="#253d16" stroke-width="4"/>

      <!-- Lower Lip Droop & Jut -->
      <path d="M 220 340 
               C 250 385 280 430 360 435 
               C 440 430 470 385 500 340
               C 515 360 500 395 470 415
               C 430 440 290 440 250 415
               C 220 395 205 360 220 340 Z" 
            fill="#a6c452" stroke="#3d5c21" stroke-width="2"/>

      <!-- Heavy Pendulous Chin Contour (The Habsburg Lip/Chin Bulb) -->
      <path d="M 280 460 
               C 310 500 330 535 360 537 
               C 390 535 410 500 440 460
               C 420 505 390 545 360 545
               C 330 545 300 505 280 460 Z" 
            fill="#91b03d" opacity="0.7"/>

      <!-- Asymmetrical Wrinkle / Pout Lines on Chin -->
      <path d="M 320 470 C 340 490 380 490 400 470" fill="none" stroke="#5d7a27" stroke-width="3" stroke-linecap="round"/>
      <path d="M 335 500 C 350 510 370 510 385 500" fill="none" stroke="#5d7a27" stroke-width="3" stroke-linecap="round"/>
      
      <!-- Underbite Corner Folds -->
      <path d="M 230 355 C 240 380 255 400 270 410" fill="none" stroke="#253d16" stroke-width="3"/>
      <path d="M 490 355 C 480 380 465 400 450 410" fill="none" stroke="#253d16" stroke-width="3"/>
    </g>

    <!-- FRONT LEGS / HANDS (Politely/Pompously crossed or resting on stomach) -->
    <!-- Left Arm -->
    <path d="M 210 460 C 180 500 160 560 210 600 C 230 615 260 610 270 580 C 240 550 230 500 240 470 Z" fill="url(#frogSkin)" stroke="#1e3311" stroke-width="3"/>
    <!-- Left Hand Resting on Chest/Jaw -->
    <path d="M 270 580 C 285 590 300 595 310 585 C 315 575 305 565 290 560 Z" fill="url(#bellySkin)" stroke="#1e3311" stroke-width="2"/>

    <!-- Right Arm -->
    <path d="M 510 460 C 540 500 560 560 510 600 C 490 615 460 610 450 580 C 480 550 490 500 480 470 Z" fill="#466e28" stroke="#1e3311" stroke-width="3"/>
    <!-- Right Hand -->
    <path d="M 450 580 C 435 590 420 595 410 585 C 405 575 415 565 430 560 Z" fill="url(#bellySkin)" stroke="#1e3311" stroke-width="2"/>

    <!-- FRONT RUFF COLLAR (Foreground Layers overlapping chin base) -->
    <g filter="url(#shadow)" fill="#f4f0e6" stroke="#c2baa5" stroke-width="2">
      <!-- Pleats fanning out beneath the massive jaw -->
      <path d="M 240 480 Q 200 500 230 530 Q 270 510 270 485 Z"/>
      <path d="M 265 500 Q 240 540 280 550 Q 310 520 300 495 Z"/>
      <path d="M 295 510 Q 290 560 330 565 Q 350 530 330 500 Z"/>
      <path d="M 330 515 Q 360 570 390 565 Q 400 530 375 505 Z"/>
      <path d="M 375 500 Q 410 550 440 535 Q 430 500 405 490 Z"/>
      <path d="M 405 485 Q 450 520 480 490 Q 450 470 430 475 Z"/>
    </g>

    <!-- ROYAL ACCESSORIES -->
    
    <!-- Golden Imperial Crown (Sitting absurdly small between huge eyes) -->
    <g filter="url(#shadow)">
      <!-- Crown Base -->
      <path d="M 325 175 L 435 175 L 425 190 L 335 190 Z" fill="url(#goldGrad)" stroke="#423100" stroke-width="2"/>
      <rect x="335" y="182" width="90" height="5" fill="#a80d07"/>
      <!-- Crown Spikes -->
      <path d="M 325 175 
               L 315 130 L 345 155 
               L 380 115 L 415 155 
               L 445 130 L 435 175 Z" 
            fill="url(#goldGrad)" stroke="#5c4500" stroke-width="2"/>
      <!-- Jewels on Crown -->
      <circle cx="315" cy="130" r="5" fill="#d60d00"/>
      <circle cx="380" cy="115" r="7" fill="#0088cc"/>
      <circle cx="445" cy="130" r="5" fill="#d60d00"/>
      <circle cx="380" cy="160" r="4" fill="#d60d00"/>
      <circle cx="350" cy="165" r="3" fill="#00a843"/>
      <circle cx="410" cy="165" r="3" fill="#00a843"/>
    </g>

    <!-- Order of the Golden Fleece / Royal Pendant hanging around neck -->
    <g filter="url(#shadow)">
      <path d="M 330 550 Q 360 600 390 550" fill="none" stroke="url(#goldGrad)" stroke-width="5"/>
      <!-- Golden Ram/Pendant body over the ruff -->
      <ellipse cx="360" cy="595" rx="14" ry="10" fill="url(#goldGrad)" stroke="#423100" stroke-width="1.5"/>
      <circle cx="360" cy="582" r="5" fill="url(#goldGrad)"/>
    </g>

    <!-- Decorative Skin Warts/Details (Adding aristocratic decay) -->
    <g fill="#2e4a19" opacity="0.5">
      <circle cx="270" cy="280" r="6"/>
      <circle cx="255" cy="295" r="4"/>
      <circle cx="450" cy="275" r="7"/>
      <circle cx="470" cy="290" r="4"/>
      <!-- Warts on the big chin -->
      <circle cx="310" cy="460" r="5"/>
      <circle cx="415" cy="475" r="6"/>
      <circle cx="340" cy="520" r="4"/>
    </g>

    <!-- Highlight glints on the Habsburg Jaw (Emphasizing grease & prominence) -->
    <path d="M 240 370 A 80 80 0 0 0 270 440" fill="none" stroke="#fff" stroke-width="3" opacity="0.3" stroke-linecap="round"/>
    <path d="M 330 530 Q 360 540 380 530" fill="none" stroke="#fff" stroke-width="4" opacity="0.4" stroke-linecap="round"/>

  </g>
</svg>
Frog with a Habsburg jaw as drawn by x-ai/grok-4.5 (run 1 of 3)

x-ai/grok-4.5

xAI

Run 1 of 3 · Sep 1 2026 · 16.8s · 2,482 B

The annotations are mostly structural labels, but include some anatomical commentary tied to the prompt's premise: the jaw is explicitly called out as "Habsburg jaw / protruding lower mandible," with related labels "Mouth line emphasizing underbite" and "Underbite grin" reinforcing the exaggerated lower-jaw feature.

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 220">
  <!-- Body -->
  <ellipse cx="100" cy="140" rx="70" ry="55" fill="#4CAF50"/>
  <!-- Belly -->
  <ellipse cx="100" cy="150" rx="45" ry="35" fill="#A5D6A7"/>
  <!-- Head -->
  <ellipse cx="100" cy="80" rx="55" ry="45" fill="#66BB6A"/>
  <!-- Habsburg jaw / protruding lower mandible -->
  <ellipse cx="100" cy="115" rx="38" ry="28" fill="#66BB6A"/>
  <path d="M70 105 Q100 145 130 105 Q115 135 100 138 Q85 135 70 105" fill="#4CAF50"/>
  <ellipse cx="100" cy="125" rx="22" ry="12" fill="#81C784"/>
  <!-- Crown of head -->
  <ellipse cx="100" cy="55" rx="40" ry="25" fill="#66BB6A"/>
  <!-- Left eye bulge -->
  <circle cx="75" cy="50" r="22" fill="#66BB6A"/>
  <circle cx="75" cy="50" r="14" fill="white"/>
  <circle cx="75" cy="52" r="8" fill="#1B5E20"/>
  <circle cx="78" cy="49" r="3" fill="white"/>
  <!-- Right eye bulge -->
  <circle cx="125" cy="50" r="22" fill="#66BB6A"/>
  <circle cx="125" cy="50" r="14" fill="white"/>
  <circle cx="125" cy="52" r="8" fill="#1B5E20"/>
  <circle cx="128" cy="49" r="3" fill="white"/>
  <!-- Nostrils -->
  <ellipse cx="92" cy="85" rx="4" ry="3" fill="#2E7D32"/>
  <ellipse cx="108" cy="85" rx="4" ry="3" fill="#2E7D32"/>
  <!-- Mouth line emphasizing underbite -->
  <path d="M65 100 Q100 108 135 100" fill="none" stroke="#2E7D32" stroke-width="2.5" stroke-linecap="round"/>
  <!-- Underbite grin -->
  <path d="M72 112 Q100 128 128 112" fill="none" stroke="#1B5E20" stroke-width="1.5" stroke-linecap="round"/>
  <!-- Left front leg -->
  <ellipse cx="45" cy="160" rx="18" ry="25" fill="#4CAF50" transform="rotate(-20 45 160)"/>
  <ellipse cx="32" cy="180" rx="14" ry="10" fill="#66BB6A"/>
  <!-- Right front leg -->
  <ellipse cx="155" cy="160" rx="18" ry="25" fill="#4CAF50" transform="rotate(20 155 160)"/>
  <ellipse cx="168" cy="180" rx="14" ry="10" fill="#66BB6A"/>
  <!-- Left back leg -->
  <ellipse cx="40" cy="175" rx="22" ry="16" fill="#43A047" transform="rotate(-30 40 175)"/>
  <ellipse cx="25" cy="195" rx="16" ry="11" fill="#66BB6A"/>
  <!-- Right back leg -->
  <ellipse cx="160" cy="175" rx="22" ry="16" fill="#43A047" transform="rotate(30 160 175)"/>
  <ellipse cx="175" cy="195" rx="16" ry="11" fill="#66BB6A"/>
  <!-- Spots -->
  <ellipse cx="60" cy="130" rx="8" ry="6" fill="#388E3C" opacity="0.5"/>
  <ellipse cx="145" cy="135" rx="10" ry="7" fill="#388E3C" opacity="0.5"/>
  <ellipse cx="110" cy="165" rx="7" ry="5" fill="#388E3C" opacity="0.4"/>
</svg>
Frog with a Habsburg jaw as drawn by deepseek/deepseek-v4-pro (run 1 of 3)

deepseek/deepseek-v4-pro

DeepSeek

Run 1 of 3 · Sep 1 2026 · 50.0s · 3,417 B

The annotations are mostly structural labels, but include repeated anatomical editorializing emphasizing the underbite feature, such as "massive protruding underbite," "exaggerated chin projection," and "extreme underbite lip," along with a note on "Chin cleft/dimple (Habsburg characteristic)."

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 500" width="400" height="500">
  <!-- Background -->
  <rect width="400" height="500" fill="#90c5a0" rx="20"/>
  
  <!-- Body -->
  <ellipse cx="200" cy="380" rx="90" ry="70" fill="#4a8f3f"/>
  <ellipse cx="200" cy="370" rx="80" ry="60" fill="#5da84f"/>
  
  <!-- Back legs -->
  <ellipse cx="120" cy="400" rx="50" ry="25" fill="#4a8f3f" transform="rotate(-20 120 400)"/>
  <ellipse cx="280" cy="400" rx="50" ry="25" fill="#4a8f3f" transform="rotate(20 280 400)"/>
  <ellipse cx="95" cy="420" rx="35" ry="15" fill="#3d7a34" transform="rotate(-10 95 420)"/>
  <ellipse cx="305" cy="420" rx="35" ry="15" fill="#3d7a34" transform="rotate(10 305 420)"/>
  
  <!-- Front legs -->
  <ellipse cx="140" cy="370" rx="25" ry="40" fill="#5da84f" transform="rotate(-15 140 370)"/>
  <ellipse cx="260" cy="370" rx="25" ry="40" fill="#5da84f" transform="rotate(15 260 370)"/>
  
  <!-- Head -->
  <ellipse cx="200" cy="240" rx="100" ry="80" fill="#5da84f"/>
  
  <!-- Eye bumps -->
  <circle cx="155" cy="185" r="35" fill="#5da84f"/>
  <circle cx="245" cy="185" r="35" fill="#5da84f"/>
  
  <!-- Eyes - whites -->
  <ellipse cx="155" cy="180" rx="25" ry="28" fill="white"/>
  <ellipse cx="245" cy="180" rx="25" ry="28" fill="white"/>
  
  <!-- Eyes - irises -->
  <ellipse cx="158" cy="180" rx="16" ry="20" fill="#2d1a0e"/>
  <ellipse cx="248" cy="180" rx="16" ry="20" fill="#2d1a0e"/>
  
  <!-- Eye highlights -->
  <circle cx="152" cy="172" r="6" fill="white" opacity="0.8"/>
  <circle cx="242" cy="172" r="6" fill="white" opacity="0.8"/>
  
  <!-- Mouth line -->
  <path d="M120 280 Q160 290 200 265 Q240 290 280 280" stroke="#2d5a1e" stroke-width="3" fill="none"/>
  
  <!-- Habsburg jaw - massive protruding underbite -->
  <!-- Lower jaw protruding far forward -->
  <path d="M100 290 Q90 320 100 350 Q120 390 160 400 Q200 410 240 400 Q280 390 300 350 Q310 320 300 290" 
        fill="#4a8f3f" stroke="#3d7a34" stroke-width="2"/>
  
  <!-- Habsburg jaw - exaggerated chin projection -->
  <path d="M130 320 Q125 370 150 400 Q180 425 200 430 Q220 425 250 400 Q275 370 270 320" 
        fill="#5da84f" stroke="#3d7a34" stroke-width="2"/>
  
  <!-- Habsburg jaw - extreme underbite lip -->
  <path d="M110 310 Q100 350 120 380 Q155 420 200 430 Q245 420 280 380 Q300 350 290 310" 
        fill="#4a8f3f" stroke="#3d7a34" stroke-width="2"/>
  
  <!-- Lower lip protruding -->
  <path d="M125 340 Q140 390 175 415 Q200 425 225 415 Q260 390 275 340" 
        fill="#6bbf5a" stroke="#3d7a34" stroke-width="1.5"/>
  
  <!-- Chin cleft/dimple (Habsburg characteristic) -->
  <path d="M185 410 Q200 435 215 410" fill="none" stroke="#3d7a34" stroke-width="2"/>
  
  <!-- Nostrils -->
  <circle cx="175" cy="250" r="5" fill="#3d7a34"/>
  <circle cx="225" cy="250" r="5" fill="#3d7a34"/>
  
  <!-- Skin spots/texture on body -->
  <circle cx="170" cy="340" r="8" fill="#4a8f3f" opacity="0.6"/>
  <circle cx="220" cy="360" r="6" fill="#4a8f3f" opacity="0.6"/>
  <circle cx="190" cy="390" r="7" fill="#4a8f3f" opacity="0.6"/>
  <circle cx="240" cy="340" r="5" fill="#4a8f3f" opacity="0.6"/>
  <circle cx="150" cy="370" r="4" fill="#4a8f3f" opacity="0.6"/>
  
  <!-- Spots on jaw -->
  <circle cx="160" cy="380" r="4" fill="#3d7a34" opacity="0.5"/>
  <circle cx="210" cy="395" r="3" fill="#3d7a34" opacity="0.5"/>
  <circle cx="240" cy="375" r="4" fill="#3d7a34" opacity="0.5"/>
</svg>
Frog with a Habsburg jaw as drawn by deepseek/deepseek-v4-flash (run 1 of 3)

deepseek/deepseek-v4-flash

DeepSeek

Run 1 of 3 · Sep 1 2026 · 163.7s · 5,957 B

The annotations go beyond plain structural labeling, adding mood and exaggerated anatomical framing: eyes are labeled "Pupils (Cross-eyed / Derp)," expressions include "Sad Eyebrows" and "Droopy Eyelids," and the jaw is explicitly called out as "HABSBURG JAW (The massive, protruding lower jaw)" with a "Cleft Chin (Trademark Habsburg)" and a "Tiny Deformed Tongue." A crown was added as an unprompted royalty reference, self-labeled "The Habsburg Crown (Touch of dark humor)," indicating deliberate comedic/self-aware editorializing rather than neutral description.

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800" width="100%" height="100%">
  <defs>
    <radialGradient id="bgGrad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#2a3b5c"/>
      <stop offset="100%" stop-color="#0f172a"/>
    </radialGradient>
  </defs>

  <!-- Background -->
  <rect width="800" height="800" fill="url(#bgGrad)"/>

  <!-- Shadow -->
  <ellipse cx="400" cy="740" rx="250" ry="25" fill="#000000" opacity="0.4"/>

  <!-- Back Left Leg -->
  <path d="M 260 480 C 180 480, 150 550, 180 600" fill="none" stroke="#558b2f" stroke-width="50" stroke-linecap="round"/>
  <path d="M 180 600 C 210 650, 220 680, 200 700" fill="none" stroke="#558b2f" stroke-width="40" stroke-linecap="round"/>
  <!-- Left Foot -->
  <path d="M 200 700 L 160 720 M 200 700 L 190 730 M 200 700 L 220 720" stroke="#558b2f" stroke-width="12" stroke-linecap="round"/>

  <!-- Back Right Leg -->
  <path d="M 540 480 C 620 480, 650 550, 620 600" fill="none" stroke="#558b2f" stroke-width="50" stroke-linecap="round"/>
  <path d="M 620 600 C 590 650, 580 680, 600 700" fill="none" stroke="#558b2f" stroke-width="40" stroke-linecap="round"/>
  <!-- Right Foot -->
  <path d="M 600 700 L 640 720 M 600 700 L 610 730 M 600 700 L 580 720" stroke="#558b2f" stroke-width="12" stroke-linecap="round"/>

  <!-- Body -->
  <ellipse cx="400" cy="480" rx="160" ry="140" fill="#66bb6a"/>
  <!-- Belly -->
  <ellipse cx="400" cy="510" rx="110" ry="100" fill="#fff59d"/>

  <!-- Body Spots -->
  <circle cx="300" cy="480" r="18" fill="#2e7d32" opacity="0.6"/>
  <circle cx="500" cy="490" r="22" fill="#2e7d32" opacity="0.6"/>
  <circle cx="350" cy="530" r="15" fill="#2e7d32" opacity="0.6"/>
  <circle cx="450" cy="520" r="12" fill="#2e7d32" opacity="0.6"/>

  <!-- Upper Head -->
  <ellipse cx="400" cy="280" rx="140" ry="110" fill="#66bb6a"/>

  <!-- Eye Bumps -->
  <ellipse cx="280" cy="210" rx="50" ry="40" fill="#66bb6a"/>
  <ellipse cx="520" cy="210" rx="50" ry="40" fill="#66bb6a"/>

  <!-- Head Spots -->
  <circle cx="350" cy="260" r="12" fill="#2e7d32" opacity="0.6"/>
  <circle cx="450" cy="270" r="15" fill="#2e7d32" opacity="0.6"/>
  <circle cx="380" cy="220" r="10" fill="#2e7d32" opacity="0.6"/>
  <circle cx="420" cy="250" r="8" fill="#2e7d32" opacity="0.6"/>

  <!-- Eyeballs -->
  <circle cx="280" cy="210" r="30" fill="white" stroke="#374151" stroke-width="2"/>
  <circle cx="520" cy="210" r="30" fill="white" stroke="#374151" stroke-width="2"/>

  <!-- Pupils (Cross-eyed / Derp) -->
  <circle cx="295" cy="215" r="14" fill="#111827"/>
  <circle cx="505" cy="215" r="14" fill="#111827"/>
  <circle cx="298" cy="212" r="4" fill="white"/>
  <circle cx="502" cy="212" r="4" fill="white"/>

  <!-- Droopy Eyelids -->
  <path d="M 240 210 Q 280 240 320 210" fill="none" stroke="#2e7d32" stroke-width="8" stroke-linecap="round"/>
  <path d="M 480 210 Q 520 240 560 210" fill="none" stroke="#2e7d32" stroke-width="8" stroke-linecap="round"/>

  <!-- Sad Eyebrows -->
  <path d="M 230 170 Q 280 140 330 180" fill="none" stroke="#1b5e20" stroke-width="8" stroke-linecap="round"/>
  <path d="M 470 180 Q 520 140 570 170" fill="none" stroke="#1b5e20" stroke-width="8" stroke-linecap="round"/>

  <!-- Nostrils -->
  <circle cx="330" cy="310" r="8" fill="#1b5e20"/>
  <circle cx="470" cy="310" r="8" fill="#1b5e20"/>

  <!-- Rosy Cheeks -->
  <ellipse cx="260" cy="330" rx="20" ry="15" fill="#ef9a9a" opacity="0.5"/>
  <ellipse cx="540" cy="330" rx="20" ry="15" fill="#ef9a9a" opacity="0.5"/>

  <!-- Mouth Interior -->
  <path d="M 280 360 Q 400 380 520 360 C 480 440, 320 440, 280 360" fill="#1b5e20"/>

  <!-- HABSBURG JAW (The massive, protruding lower jaw) -->
  <path d="M 270 350 C 180 480, 250 680, 400 700 C 550 680, 620 480, 530 350 Z" fill="#66bb6a"/>
  <!-- Jaw Underside / Chin Highlight -->
  <path d="M 290 420 C 230 540, 290 640, 400 660 C 510 640, 570 540, 510 420 Z" fill="#fff59d"/>

  <!-- Cleft Chin (Trademark Habsburg) -->
  <path d="M 380 640 C 390 655, 410 655, 420 640" fill="none" stroke="#2e7d32" stroke-width="6" stroke-linecap="round"/>
  <path d="M 360 580 Q 400 620 440 580" fill="none" stroke="#2e7d32" stroke-width="4" stroke-linecap="round" opacity="0.7"/>

  <!-- Jaw Wrinkles -->
  <path d="M 320 440 Q 400 490 480 440" fill="none" stroke="#2e7d32" stroke-width="4" stroke-linecap="round" opacity="0.6"/>
  <path d="M 340 510 Q 400 550 460 510" fill="none" stroke="#2e7d32" stroke-width="4" stroke-linecap="round" opacity="0.6"/>

  <!-- Tiny Deformed Tongue -->
  <path d="M 380 490 Q 400 530 420 490 Q 400 510 380 490" fill="#e53935" opacity="0.8"/>

  <!-- Front Left Arm -->
  <path d="M 260 450 C 150 480, 150 550, 200 580" fill="none" stroke="#66bb6a" stroke-width="40" stroke-linecap="round"/>
  <!-- Front Left Hand -->
  <circle cx="200" cy="580" r="15" fill="#66bb6a"/>
  <path d="M 200 580 L 170 610 M 200 580 L 185 615 M 200 580 L 200 620 M 200 580 L 215 615" stroke="#66bb6a" stroke-width="12" stroke-linecap="round"/>

  <!-- Front Right Arm -->
  <path d="M 540 450 C 650 480, 650 550, 600 580" fill="none" stroke="#66bb6a" stroke-width="40" stroke-linecap="round"/>
  <!-- Front Right Hand -->
  <circle cx="600" cy="580" r="15" fill="#66bb6a"/>
  <path d="M 600 580 L 630 610 M 600 580 L 615 615 M 600 580 L 600 620 M 600 580 L 585 615" stroke="#66bb6a" stroke-width="12" stroke-linecap="round"/>

  <!-- The Habsburg Crown (Touch of dark humor) -->
  <g transform="rotate(-15 400 140)">
    <!-- Crown Base -->
    <path d="M 330 170 L 345 120 L 370 150 L 400 100 L 430 150 L 455 120 L 470 170 Z" fill="#fdd835" stroke="#f57f17" stroke-width="4" stroke-linejoin="round"/>
    <!-- Crown Jewels -->
    <circle cx="400" cy="110" r="8" fill="#e53935"/>
    <circle cx="345" cy="130" r="5" fill="#1e88e5"/>
    <circle cx="455" cy="130" r="5" fill="#1e88e5"/>
    <circle cx="370" cy="160" r="6" fill="#43a047"/>
    <circle cx="430" cy="160" r="6" fill="#43a047"/>
  </g>
</svg>
Frog with a Habsburg jaw as drawn by moonshotai/kimi-k3 (run 1 of 3)

moonshotai/kimi-k3

Moonshot

Run 1 of 3 · Sep 1 2026 · 327.7s · 2,280 B

The annotations go beyond plain structural labeling by adding mood and bearing details, such as "haughty half-closed eyelids" and "underbite teeth jutting up in front," which impute an aristocratic, disdainful expression to the frog. This frames the anatomical feature (protruding lower jaw) with editorializing about demeanor rather than describing it neutrally.

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400">
  <title>Frog with a Habsburg jaw</title>
  <g stroke-linejoin="round" stroke-linecap="round">
    <!-- feet -->
    <ellipse cx="80" cy="350" rx="38" ry="16" fill="#4CAF50" stroke="#2E7D32" stroke-width="4"/>
    <ellipse cx="320" cy="350" rx="38" ry="16" fill="#4CAF50" stroke="#2E7D32" stroke-width="4"/>
    <!-- eye bumps -->
    <circle cx="132" cy="102" r="40" fill="#4CAF50" stroke="#2E7D32" stroke-width="4"/>
    <circle cx="268" cy="102" r="40" fill="#4CAF50" stroke="#2E7D32" stroke-width="4"/>
    <!-- head -->
    <ellipse cx="200" cy="205" rx="130" ry="112" fill="#4CAF50" stroke="#2E7D32" stroke-width="4"/>
    <!-- protruding Habsburg lower jaw -->
    <path d="M 118 224 C 106 268 112 308 148 334 C 172 352 228 352 252 334 C 288 308 294 268 282 224 Q 200 246 118 224 Z" fill="#66BB6A" stroke="#2E7D32" stroke-width="4"/>
    <path d="M 145 290 Q 200 312 255 290" fill="none" stroke="#2E7D32" stroke-width="3.5" opacity="0.6"/>
    <ellipse cx="200" cy="324" rx="26" ry="10" fill="#A5D6A7" opacity="0.5"/>
    <!-- eyes -->
    <circle cx="132" cy="102" r="32" fill="#ffffff" stroke="#2E7D32" stroke-width="3"/>
    <circle cx="268" cy="102" r="32" fill="#ffffff" stroke="#2E7D32" stroke-width="3"/>
    <circle cx="132" cy="112" r="12" fill="#222222"/>
    <circle cx="268" cy="112" r="12" fill="#222222"/>
    <circle cx="128" cy="108" r="4.5" fill="#ffffff"/>
    <circle cx="264" cy="108" r="4.5" fill="#ffffff"/>
    <!-- haughty half-closed eyelids -->
    <path d="M 100 100 A 32 32 0 0 1 164 100 Z" fill="#43A047" stroke="#2E7D32" stroke-width="3"/>
    <path d="M 236 100 A 32 32 0 0 1 300 100 Z" fill="#43A047" stroke="#2E7D32" stroke-width="3"/>
    <!-- nostrils -->
    <ellipse cx="188" cy="158" rx="3.5" ry="5" fill="#1B5E20"/>
    <ellipse cx="212" cy="158" rx="3.5" ry="5" fill="#1B5E20"/>
    <!-- mouth -->
    <path d="M 128 228 Q 200 248 272 228" fill="none" stroke="#1B5E20" stroke-width="4.5"/>
    <!-- underbite teeth jutting up in front -->
    <rect x="178" y="215" width="14" height="17" rx="3" fill="#ffffff" stroke="#2E7D32" stroke-width="2.5"/>
    <rect x="208" y="217" width="14" height="17" rx="3" fill="#ffffff" stroke="#2E7D32" stroke-width="2.5"/>
  </g>
</svg>
Frog with a Habsburg jaw as drawn by z-ai/glm-5.1 (run 1 of 3)

z-ai/glm-5.1

Z.ai

Run 1 of 3 · Sep 1 2026 · 153.1s · 6,929 B

The annotations go beyond structural labeling by editorializing on the jaw feature itself, repeatedly emphasizing its exaggerated size with phrases like "Massive protruding Habsburg chin/jaw" and "Even more protruding chin point," plus an "Underbite lower lip prominence." There is also explicit self-narration justifying an added element: a "Royal crown (because Habsburg)" with "Jewels on band," showing the model reasoning aloud about tying the anatomical feature to a royalty theme.

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="400" height="400">
  <defs>
    <radialGradient id="bodyGrad" cx="50%" cy="40%" r="55%">
      <stop offset="0%" stop-color="#5a9e3e"/>
      <stop offset="100%" stop-color="#2d6e1e"/>
    </radialGradient>
    <radialGradient id="bellyGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#a8d86e"/>
      <stop offset="100%" stop-color="#7bc450"/>
    </radialGradient>
    <radialGradient id="eyeGrad" cx="40%" cy="35%" r="50%">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="70%" stop-color="#e8e8d0"/>
      <stop offset="100%" stop-color="#c8c8a0"/>
    </radialGradient>
  </defs>

  <!-- Background lily pad -->
  <ellipse cx="200" cy="360" rx="180" ry="30" fill="#2a7a2a" opacity="0.4"/>

  <!-- Back legs -->
  <g fill="#3d8a28" stroke="#2a6e1a" stroke-width="2">
    <!-- Left back leg -->
    <path d="M110,290 Q80,320 60,340 Q40,355 30,350 Q25,345 35,340 L55,330 Q70,315 95,285Z"/>
    <!-- Left back foot -->
    <path d="M30,350 Q20,348 15,355 Q10,360 18,358 L30,350" fill="#3d8a28"/>
    <path d="M30,350 Q22,352 20,360 Q18,367 25,362 L30,350" fill="#3d8a28"/>
    <path d="M30,350 Q32,358 30,365 Q28,370 33,365 L30,350" fill="#3d8a28"/>
    <!-- Right back leg -->
    <path d="M290,290 Q320,320 340,340 Q360,355 370,350 Q375,345 365,340 L345,330 Q330,315 305,285Z"/>
    <!-- Right back foot -->
    <path d="M370,350 Q380,348 385,355 Q390,360 382,358 L370,350" fill="#3d8a28"/>
    <path d="M370,350 Q378,352 380,360 Q382,367 375,362 L370,350" fill="#3d8a28"/>
    <path d="M370,350 Q368,358 370,365 Q372,370 367,365 L370,350" fill="#3d8a28"/>
  </g>

  <!-- Front legs -->
  <g fill="#3d8a28" stroke="#2a6e1a" stroke-width="2">
    <path d="M130,260 Q115,280 105,300 Q98,312 90,308 Q85,304 95,298 L110,280 Q120,265 135,255Z"/>
    <path d="M90,308 Q80,306 75,312 Q70,318 78,315 L90,308" fill="#3d8a28"/>
    <path d="M90,308 Q82,310 80,318 Q78,324 84,318 L90,308" fill="#3d8a28"/>
    <path d="M90,308 Q92,316 90,322 Q88,326 93,320 L90,308" fill="#3d8a28"/>
    <path d="M270,260 Q285,280 295,300 Q302,312 310,308 Q315,304 305,298 L290,280 Q280,265 265,255Z"/>
    <path d="M310,308 Q320,306 325,312 Q330,318 322,315 L310,308" fill="#3d8a28"/>
    <path d="M310,308 Q318,310 320,318 Q322,324 316,318 L310,308" fill="#3d8a28"/>
    <path d="M310,308 Q308,316 310,322 Q312,326 307,320 L310,308" fill="#3d8a28"/>
  </g>

  <!-- Body -->
  <ellipse cx="200" cy="240" rx="100" ry="75" fill="url(#bodyGrad)" stroke="#2a6e1a" stroke-width="2"/>

  <!-- Belly -->
  <ellipse cx="200" cy="255" rx="70" ry="45" fill="url(#bellyGrad)" opacity="0.6"/>

  <!-- Body spots -->
  <circle cx="145" cy="220" r="6" fill="#1e5e12" opacity="0.4"/>
  <circle cx="160" cy="245" r="5" fill="#1e5e12" opacity="0.3"/>
  <circle cx="250" cy="215" r="7" fill="#1e5e12" opacity="0.4"/>
  <circle cx="240" cy="248" r="4" fill="#1e5e12" opacity="0.3"/>
  <circle cx="190" cy="200" r="5" fill="#1e5e12" opacity="0.35"/>

  <!-- Head base -->
  <ellipse cx="200" cy="155" rx="90" ry="60" fill="url(#bodyGrad)" stroke="#2a6e1a" stroke-width="2"/>

  <!-- Habsburg jaw - the protruding lower mandible -->
  <path d="M110,160 Q115,170 120,185 Q130,210 150,230 Q170,248 200,255 Q230,248 250,230 Q270,210 280,185 Q285,170 290,160 L290,165 Q285,185 275,205 Q260,230 240,245 Q220,258 200,262 Q180,258 160,245 Q140,230 125,205 Q115,185 110,165Z" fill="#3a8228" stroke="#2a6e1a" stroke-width="1.5"/>

  <!-- Massive protruding Habsburg chin/jaw -->
  <path d="M130,190 Q135,220 155,240 Q175,258 200,268 Q225,258 245,240 Q265,220 270,190 Q268,210 255,230 Q240,250 220,262 Q205,270 200,272 Q195,270 180,262 Q160,250 145,230 Q132,210 130,190Z" fill="#2d721e" stroke="#1e5e12" stroke-width="1.5"/>

  <!-- Even more protruding chin point -->
  <path d="M170,250 Q180,265 190,275 Q195,280 200,282 Q205,280 210,275 Q220,265 230,250 Q225,260 215,270 Q208,278 200,280 Q192,278 185,270 Q175,260 170,250Z" fill="#256a18" stroke="#1e5e12" stroke-width="1.5"/>

  <!-- Jaw line emphasis -->
  <path d="M125,180 Q128,200 140,220 Q160,248 200,265 Q240,248 260,220 Q272,200 275,180" fill="none" stroke="#1e5e12" stroke-width="2.5" stroke-linecap="round"/>

  <!-- Mouth line - follows the Habsburg jaw -->
  <path d="M120,175 Q140,195 160,210 Q180,222 200,228 Q220,222 240,210 Q260,195 280,175" fill="none" stroke="#1a4a10" stroke-width="3" stroke-linecap="round"/>

  <!-- Underbite lower lip prominence -->
  <path d="M150,218 Q170,230 200,238 Q230,230 250,218 Q235,235 200,245 Q165,235 150,218Z" fill="#4a9a35" stroke="#2a6e1a" stroke-width="1.5"/>

  <!-- Nostrils -->
  <ellipse cx="180" cy="148" rx="5" ry="3.5" fill="#1e5e12"/>
  <ellipse cx="220" cy="148" rx="5" ry="3.5" fill="#1e5e12"/>

  <!-- Eye bumps -->
  <circle cx="155" cy="110" r="28" fill="#4a9a35" stroke="#2a6e1a" stroke-width="2"/>
  <circle cx="245" cy="110" r="28" fill="#4a9a35" stroke="#2a6e1a" stroke-width="2"/>

  <!-- Eyes -->
  <circle cx="155" cy="108" r="22" fill="url(#eyeGrad)" stroke="#8a8a60" stroke-width="1.5"/>
  <circle cx="245" cy="108" r="22" fill="url(#eyeGrad)" stroke="#8a8a60" stroke-width="1.5"/>

  <!-- Pupils -->
  <ellipse cx="155" cy="108" rx="8" ry="14" fill="#1a1a0a"/>
  <ellipse cx="245" cy="108" rx="8" ry="14" fill="#1a1a0a"/>

  <!-- Pupil highlight -->
  <ellipse cx="150" cy="101" rx="3" ry="5" fill="#ffffff" opacity="0.7"/>
  <ellipse cx="240" cy="101" rx="3" ry="5" fill="#ffffff" opacity="0.7"/>

  <!-- Eyelid ridges -->
  <path d="M127,100 Q140,88 155,85 Q170,88 183,100" fill="none" stroke="#2a6e1a" stroke-width="3" stroke-linecap="round"/>
  <path d="M217,100 Q230,88 245,85 Q260,88 273,100" fill="none" stroke="#2a6e1a" stroke-width="3" stroke-linecap="round"/>

  <!-- Royal crown (because Habsburg) -->
  <g transform="translate(200,60)">
    <path d="M-30,10 L-25,-15 L-15,0 L0,-25 L15,0 L25,-15 L30,10Z" fill="#ffd700" stroke="#b8860b" stroke-width="1.5"/>
    <path d="M-30,10 L30,10" fill="none" stroke="#b8860b" stroke-width="2"/>
    <rect x="-30" y="10" width="60" height="8" rx="2" fill="#ffd700" stroke="#b8860b" stroke-width="1.5"/>
    <circle cx="-25" cy="-12" r="4" fill="#e02020" stroke="#b8860b" stroke-width="1"/>
    <circle cx="0" cy="-22" r="4" fill="#2040e0" stroke="#b8860b" stroke-width="1"/>
    <circle cx="25" cy="-12" r="4" fill="#e02020" stroke="#b8860b" stroke-width="1"/>
    <!-- Jewels on band -->
    <circle cx="-18" cy="14" r="2.5" fill="#e02020"/>
    <circle cx="-6" cy="14" r="2.5" fill="#20a0e0"/>
    <circle cx="6" cy="14" r="2.5" fill="#20e040"/>
    <circle cx="18" cy="14" r="2.5" fill="#e02020"/>
  </g>

  <!-- Warts -->
  <circle cx="130" cy="170" r="3" fill="#1e5e12" opacity="0.5"/>
  <circle cx="270" cy="170" r="3" fill="#1e5e12" opacity="0.5"/>
  <circle cx="145" cy="155" r="2.5" fill="#1e5e12" opacity="0.4"/>
  <circle cx="255" cy="155" r="2.5" fill="#1e5e12" opacity="0.4"/>
</svg>
Frog with a Habsburg jaw as drawn by qwen/qwen3.7-max (run 1 of 3)

qwen/qwen3.7-max

Alibaba

Run 1 of 3 · Sep 1 2026 · 26.4s · 2,999 B

The annotations are mostly structural labels, but include some editorializing on anatomy and royal framing: the jaw features are explicitly tied to the "Habsburg" reference, with notes like "Chin bump (very Habsburg)" and "Upper lip (recessed compared to jaw)" emphasizing an underbite. The crown is flagged as "Crown (optional Habsburg flair)," suggesting an added royal association beyond a literal frog anatomy request.

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="400" height="400">
  <!-- Background -->
  <rect width="400" height="400" fill="#e8f5e9"/>
  
  <!-- Body -->
  <ellipse cx="200" cy="280" rx="100" ry="70" fill="#4caf50"/>
  
  <!-- Back legs -->
  <ellipse cx="120" cy="320" rx="40" ry="20" fill="#388e3c" transform="rotate(-20 120 320)"/>
  <ellipse cx="280" cy="320" rx="40" ry="20" fill="#388e3c" transform="rotate(20 280 320)"/>
  
  <!-- Feet -->
  <ellipse cx="90" cy="340" rx="25" ry="10" fill="#2e7d32"/>
  <ellipse cx="310" cy="340" rx="25" ry="10" fill="#2e7d32"/>
  
  <!-- Front legs -->
  <rect x="150" y="300" width="15" height="40" rx="5" fill="#388e3c"/>
  <rect x="235" y="300" width="15" height="40" rx="5" fill="#388e3c"/>
  
  <!-- Front feet -->
  <ellipse cx="157" cy="342" rx="12" ry="6" fill="#2e7d32"/>
  <ellipse cx="243" cy="342" rx="12" ry="6" fill="#2e7d32"/>
  
  <!-- Head -->
  <ellipse cx="200" cy="210" rx="80" ry="60" fill="#4caf50"/>
  
  <!-- Habsburg Jaw - prominently protruding lower jaw -->
  <path d="M 140 230 Q 140 240 150 260 Q 170 300 200 310 Q 230 300 250 260 Q 260 240 260 230" fill="#43a047" stroke="#2e7d32" stroke-width="2"/>
  
  <!-- Exaggerated lower lip/jaw protrusion -->
  <path d="M 150 250 Q 155 280 175 295 Q 200 310 225 295 Q 245 280 250 250" fill="#388e3c" stroke="#2e7d32" stroke-width="2"/>
  
  <!-- Chin bump (very Habsburg) -->
  <ellipse cx="200" cy="298" rx="30" ry="18" fill="#43a047" stroke="#2e7d32" stroke-width="1.5"/>
  
  <!-- Upper lip (recessed compared to jaw) -->
  <path d="M 155 225 Q 175 235 200 237 Q 225 235 245 225" fill="none" stroke="#2e7d32" stroke-width="2"/>
  
  <!-- Mouth line showing underbite -->
  <path d="M 150 232 Q 175 240 200 242 Q 225 240 250 232" fill="none" stroke="#1b5e20" stroke-width="2.5"/>
  
  <!-- Nostrils -->
  <circle cx="180" cy="205" r="4" fill="#1b5e20"/>
  <circle cx="220" cy="205" r="4" fill="#1b5e20"/>
  
  <!-- Eye bumps -->
  <circle cx="165" cy="170" r="28" fill="#4caf50"/>
  <circle cx="235" cy="170" r="28" fill="#4caf50"/>
  
  <!-- Eyes -->
  <circle cx="165" cy="168" r="20" fill="white"/>
  <circle cx="235" cy="168" r="20" fill="white"/>
  
  <!-- Pupils -->
  <circle cx="170" cy="170" r="10" fill="#1b5e20"/>
  <circle cx="240" cy="170" r="10" fill="#1b5e20"/>
  
  <!-- Eye highlights -->
  <circle cx="173" cy="166" r="4" fill="white"/>
  <circle cx="243" cy="166" r="4" fill="white"/>
  
  <!-- Spots on body -->
  <circle cx="170" cy="270" r="8" fill="#388e3c" opacity="0.6"/>
  <circle cx="220" cy="260" r="10" fill="#388e3c" opacity="0.6"/>
  <circle cx="195" cy="290" r="7" fill="#388e3c" opacity="0.6"/>
  
  <!-- Crown (optional Habsburg flair) -->
  <polygon points="175,145 180,125 190,140 200,115 210,140 220,125 225,145" fill="#ffd700" stroke="#b8860b" stroke-width="1.5"/>
  <rect x="175" y="145" width="50" height="10" fill="#ffd700" stroke="#b8860b" stroke-width="1"/>
  <circle cx="200" cy="120" r="4" fill="#e53935"/>
</svg>
Frog with a Habsburg jaw as drawn by meta-llama/llama-4-maverick (run 1 of 3)

meta-llama/llama-4-maverick

Meta

Run 1 of 3 · Sep 1 2026 · 6.0s · 495 B

No comments in the SVG.

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
  <g fill="#8BC34A">
    <ellipse cx="50" cy="50" rx="30" ry="25" />
    <ellipse cx="35" cy="40" rx="8" ry="8" fill="#000" />
    <ellipse cx="65" cy="40" rx="8" ry="8" fill="#000" />
    <path d="M30,60 Q50,80 70,60" stroke="#000" stroke-width="2" fill="#FF9800" />
    <path d="M40,70 L60,70 L50,90 Z" fill="#FF9800" />
    <path d="M50,45 Q55,35 60,40 Q55,45 50,50" fill="#8BC34A" stroke="#000" stroke-width="2" />
  </g>
</svg>
Frog with a Habsburg jaw as drawn by mistralai/mistral-large-2512 (run 1 of 3)

mistralai/mistral-large-2512

Mistral

Run 1 of 3 · Sep 1 2026 · 13.5s · 2,026 B

The annotations are almost entirely structural labels (Body, Head, Eyes, Nostrils, Legs, Feet), with one instance of editorializing: the jaw is explicitly described as "Habsburg Jaw (exaggerated lower jaw)," clarifying the anatomical exaggeration intended to depict the trait.

View SVG source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
  <defs>
    <linearGradient id="frogGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#7cfc00" />
      <stop offset="100%" stop-color="#2e8b57" />
    </linearGradient>
    <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="2" dy="2" stdDeviation="3" flood-color="rgba(0,0,0,0.5)" />
    </filter>
  </defs>

  <!-- Body -->
  <ellipse cx="100" cy="140" rx="40" ry="35" fill="url(#frogGradient)" filter="url(#shadow)" />

  <!-- Head -->
  <circle cx="100" cy="90" r="35" fill="url(#frogGradient)" filter="url(#shadow)" />

  <!-- Habsburg Jaw (exaggerated lower jaw) -->
  <path d="M65,100 Q100,130 135,100 Q100,140 65,100" fill="#5d8a3a" filter="url(#shadow)" />

  <!-- Eyes -->
  <circle cx="85" cy="75" r="12" fill="white" filter="url(#shadow)" />
  <circle cx="115" cy="75" r="12" fill="white" filter="url(#shadow)" />
  <circle cx="85" cy="75" r="6" fill="black" />
  <circle cx="115" cy="75" r="6" fill="black" />

  <!-- Nostrils -->
  <circle cx="95" cy="90" r="2" fill="black" />
  <circle cx="105" cy="90" r="2" fill="black" />

  <!-- Legs -->
  <ellipse cx="70" cy="160" rx="8" ry="20" fill="url(#frogGradient)" filter="url(#shadow)" transform="rotate(-20 70 160)" />
  <ellipse cx="130" cy="160" rx="8" ry="20" fill="url(#frogGradient)" filter="url(#shadow)" transform="rotate(20 130 160)" />
  <ellipse cx="60" cy="130" rx="6" ry="15" fill="url(#frogGradient)" filter="url(#shadow)" transform="rotate(-40 60 130)" />
  <ellipse cx="140" cy="130" rx="6" ry="15" fill="url(#frogGradient)" filter="url(#shadow)" transform="rotate(40 140 130)" />

  <!-- Feet -->
  <path d="M55,175 Q60,180 65,175 Q70,180 75,175" fill="#5d8a3a" />
  <path d="M125,175 Q130,180 135,175 Q140,180 145,175" fill="#5d8a3a" />
  <path d="M45,140 Q50,145 55,140 Q60,145 65,140" fill="#5d8a3a" />
  <path d="M135,140 Q140,145 145,140 Q150,145 155,140" fill="#5d8a3a" />
</svg>

The month in frogs

This month also ran the halo experiment — the same anatomy requested under different names.

Every frog is also a real postcard — hit 📮 on any card above and it gets printed and mailed anywhere in the world.

FROGS is a public dataset — every run with full SVG source and metadata on Hugging Face and GitHub.

Digest written by anthropic/claude-sonnet-5 from the month's run data and whatever the models muttered in their SVG comments.