Banja Lab / Benchmarks / Test
The same task, run on 27 models. Compare the outputs side by side, or open any one in a popup to inspect it.
Top result: claude-opus-4-8 (low reasoning) at 100.0% composite. Lowest: deepseek-v4-flash at 100.0%. 27 models compared on this task.
Draw a network diagram in SVG using a 240x170 viewBox. Write it to `graph.svg`. There are five nodes, each a `<circle>` with the listed id and label, and exactly six edges, each a `<line class="edge">`. Nodes (id : label): - n-hub : Hub - n-north : North - n-east : East - n-south : South - n-west : West Edges (exactly six `<line class="edge">` elements): - Hub -> North - Hub -> East - Hub -> South - Hub -> West - North -> East - South -> West Layout rules (relative to the Hub): - North is above the Hub; South is below the Hub. - West is to the left of the Hub; East is to the right of the Hub. - No two node circles overlap. - Put each node's label (Hub, North, East, South, West) in a `<text>` element. - Vector primitives only: no raster images, no data: URIs, no base64, no <foreignObject>, no <script>, no external references.