Claude Sonnet 4.5
No, 9.11 is not greater than 9.9.
9.9 is greater than 9.11.
When comparing decimals, you can think of them as:
- 9.11 = 9 + 0.11
- 9.9 = 9 + 0.9 (or 9.90)
Since 0.90 > 0.11, we have 9.9 > 9.11.
Compare Claude Sonnet 4.5 by Anthropic against Mistral Medium 3 by Mistral AI, context windows of 200K vs 131K, tested across 24 shared challenges. Updated April 2026.
Claude Sonnet 4.5 and Mistral Medium 3 are both competitive models. Claude Sonnet 4.5 costs $3/M input tokens vs $0.4/M for Mistral Medium 3. Context windows: 200K vs 131K tokens. Compare their real outputs side by side below.
Claude Sonnet 4.5 is made by anthropic while Mistral Medium 3 is from mistral. Claude Sonnet 4.5 has a 200K token context window compared to Mistral Medium 3's 131K. On pricing, Claude Sonnet 4.5 costs $3/M input tokens vs $0.4/M for Mistral Medium 3.
No community votes yet. On paper, Claude Sonnet 4.5 has the edge — newer, bigger context window, major provider backing.
Mistral Medium 3 is 7.5x cheaper per token — worth considering if cost matters.
Claude Sonnet 4.5 uses 7.6x more emoji
Ask them anything yourself
279 AI models invented the same fake scientist.
We read every word. 250 models. 2.14 million words. This is what we found.

24 fights queued
Tests an AI's understanding of number representation
No, 9.11 is not greater than 9.9.
9.9 is greater than 9.11.
When comparing decimals, you can think of them as:
Since 0.90 > 0.11, we have 9.9 > 9.11.
To determine whether 9.11 is greater than 9.9, let's compare the two numbers step by step.
Compare the Whole Number Part:
Compare the Decimal Part:
Now, compare the decimal parts digit by digit from left to right:
Since the first decimal place already shows that 9.11 is less than 9.9, we don't need to compare further.
Final Answer: [ oxed{ ext{No, } 9.11 ext{ is not greater than } 9.9.} ]
Tests an AI's randomness and creativity
Tests an AI's ability to generate vector graphics
Tests an AI's ability to create detailed SVG illustrations of gaming hardware
Tests an AI's humor and creative writing ability
Recreate an interactive, nostalgic Pokémon battle UI in a single HTML file.
Recreate an interactive, classic Mario level in a single HTML file.
We can't display this one. It's not us. Well... it might be us.
The model was asked for a web page. It produced something else. We're not going to define what.
# Super Mario Bros. Interactive Level
Here's a self-contained HTML page that recreates a classic Super Mario Bros. level with interactive elements. It includes Mario's movement, jumping, coin collection, enemy interactions, and a simple physics system.
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Super Mario Bros. Level</title>
<style>
body {
margin: 0;
padding: 0;
overflow: hidden;
background-color: #6b8cff;
font-family: 'Press Start 2P', cursive;
user-select: none;
}
#game-container {
position: relative;
width: 100vw;
height: 100vh;
overflow: hidden;
}
#game-canvas {
background-color: #6b8cff;
display: block;
}
#hud {
position: absolute;
top: 10px;
left: 10px;
color: white;
font-size: 16px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
background-color: rgba(0, 0, 0, 0.3);
padding: 5px 10px;
border-radius: 5px;
}
#start-screen {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
text-align: center;
z-index: 10;
}
#start-screen h1 {
font-size: 48px;
margin-bottom: 20px;
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
#start-screen p {
font-size: 20px;
margin-bottom: 30px;
}
#start-button {
padding: 10px 20px;
font-size: 20px;
background-color: #ff0000;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
transition: transform 0.2s;
}
#start-button:hover {
transform: scale(1.05);
}
#game-over-screen {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
text-align: center;
z-index: 10;
}
#game-over-screen h1 {
font-size: 48px;
margin-bottom: 20px;
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
#game-over-screen p {
font-size: 20px;
margin-bottom: 30px;
}
#restart-button {
padding: 10px 20px;
font-size: 20px;
background-color: #ff0000;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
transition: transform 0.2s;
}
#restart-button:hover {
transform: scale(1.05);
}
#win-screen {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
text-align: center;
z-index: 10;
}
#win-screen h1 {
font-size: 48px;Tests an AI's ability to create interactive web elements
Tests an AI's ability to create a detailed world map in SVG format
Generate a single-page, self-contained HTML webapp using Tailwind CSS for a randomly chosen category/industry/niche.
Generate SVG art of a randomly chosen animal in a setting of its choosing.
Generate a unique and simple recipe with common ingredients.
12+ more head-to-head results. Free. Not a trick.
Free account. No card required. By continuing, you agree to Rival's Terms and Privacy Policy