Banja Lab / Benchmarks / Test
The same task, run on 28 models. Compare the outputs side by side, or open any one in a popup to inspect it.
Top result: claude-opus-4-8 (high reasoning) at 100.0% composite. Lowest: claude-haiku-4-5 at 23.4%. 28 models compared on this task.
Build a single self-contained landing page as one HTML file (`index.html`) that renders with no build step and no network calls (inline all CSS and JS, no external fonts or scripts). Requirements: - three sections: a hero with a single main heading, a features grid with at least three feature items, and a footer, - a navigation menu that is collapsed by default and a hamburger toggle button (give the button id="nav-toggle" and the nav id="site-nav"), and - clicking the hamburger must open the menu (make it visible), and clicking it again must close the menu (hide it). Keep the button's accessible state in sync (aria-expanded) and update its label. Use plain, readable, accessible markup.