DeepSeek R1 0528 vs Llama 4 Maverick
Compare DeepSeek R1 0528 by DeepSeek against Llama 4 Maverick by Meta AI, context windows of 164K vs 1.0M, tested across 19 shared challenges. Updated February 2026.
Compare DeepSeek R1 0528 by DeepSeek against Llama 4 Maverick by Meta AI, context windows of 164K vs 1.0M, tested across 19 shared challenges. Updated February 2026.
14 challenges
Tests an AI's ability to generate vector graphics
Tests an AI's ability to create detailed SVG illustrations of gaming hardware
Recreate an interactive, classic Mario level in a single HTML file.
Couldn't render this response
This model didn't return a displayable web page for this challenge.
# Super Mario Bros. HTML5 Game
I'll create an interactive Super Mario Bros.-inspired game using HTML5 Canvas and JavaScript. This will include Mario character control, platforms, enemies, coins, and Nintendo-style visuals - all in a single HTML file.
```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. HTML5 Edition</title>
<style>
body {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background: linear-gradient(to bottom, #1a1a5a, #4a4a8f);
font-family: 'Courier New', monospace;
overflow: hidden;
user-select: none;
}
#game-container {
position: relative;
width: 800px;
height: 500px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
border-radius: 8px;
overflow: hidden;
}
#game-canvas {
background: linear-gradient(to bottom, #6bb9f0, #1e88e5);
width: 100%;
height: 100%;
cursor: pointer;
}
#ui-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px;
box-sizing: border-box;
color: white;
font-size: 18px;
display: flex;
justify-content: space-between;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#start-screen {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #e74c3c, #c0392b);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
z-index: 10;
}
#start-screen h1 {
font-size: 48px;
margin-bottom: 20px;
text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
letter-spacing: 2px;
color: #f1c40f;
}
#start-screen p {
font-size: 24px;
margin: 10px;
text-align: center;
max-width: 80%;
}
#start-button {
margin-top: 30px;
padding: 12px 30px;
font-size: 22px;
background: #27ae60;
border: none;
border-radius: 50px;
color: white;
cursor: pointer;
transition: all 0.2s;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
#start-button:hover {
background: #2ecc71;
transform: scale(1.05);
}
#controls {
display: flex;
gap: 20px;
margin-top: 20px;
background: rgba(0, 0, 0, 0.5);
padding: 15px;
border-radius: 10px;
}
.key {
display: inline-block;
width: 40px;
height: 40px;
background: #333;
border-radius: 5px;
text-align: center;
line-height: 40px;
font-weight: bold;
box-shadow: inset -2px -2px 4px rgba(0,0,0,0.4);
margin: 0 5px;
}
#game-over, #level-complete {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.85);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
z-index: 9;
display: none;
}
#game-over h2, #level-complete h2 {
font-size: 60px;
margin: 0;
colorTests an AI's ability to create a detailed world map in SVG format
Generate a unique and simple recipe with common ingredients.
Create a starter plan for improving long-term health.
Develop a cutting-edge 3-month longevity plan for a biohacker.
3-Month Longevity Plan for Biohackers
Disclaimer: Before starting any new supplement or exercise regimen, consult with a healthcare professional to ensure safety and suitability.
Month 1: Optimization and Baseline Establishment
Month 2: Intensification and Refining
Month 3: Peak Performance and Long-Term Optimization
Additional Recommendations:
Action Plan:
By following this comprehensive 3-month plan, biohackers can optimize their longevity, physical and cognitive performance, and develop a robust foundation for long-term health and well-being.
Write a pro-level buy-side investment memo with valuation and diligence questions.
Build a simplified LBO with returns and sensitivities.
Design an innovative, multi-component dish worthy of a 3-star Michelin restaurant.
Dish Name: "Terra Verde Odyssey"
Conceptual Narrative: "Terra Verde Odyssey" is a culinary journey that explores the harmonious union between the earth's umami flavors and the ocean's freshness. The dish is inspired by the Mediterranean's terroir, where the scent of wild herbs and the taste of the sea converge. This multi-component creation features an unexpected pairing of black truffle and sea urchin, elevated by advanced culinary techniques and presented with an artistic flair.
Components:
Recipe:
Component 1: Black Truffle and Sea Urchin Tartlet
Component 2: Smoked Eel and Fennel Emulsion
Component 3: Pickled Mustard Green Gelée
Component 4: Saffron-Infused Cauliflower Purée
Component 5: Crispy Fried Capers and Microgreens
Sourcing Notes:
Plating Presentation:
Innovative Techniques:
Michelin 3-Star Worthy: "Terra Verde Odyssey" is a symphony of flavors, textures, and presentation that would be worthy of a Michelin 3-star restaurant. The dish showcases a deep understanding of flavor pairing, advanced culinary techniques, and exquisite plating presentation. The use of high-quality, seasonal ingredients and the attention to detail in each component elevate this dish to a truly exceptional culinary experience.
Create an autonomous drone simulator with custom environment using ThreeJS
Identify weak claims in a startup pitch deck and suggest concrete improvements.