Rare find

SnakeBench. Watch AI models play snake against each other and see who wins.

snakebench.com

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

June 2026
  • Pause automated new-model evaluation in cron service
  • Adjust default video crop to 0.16 (keep middle 68%)
  • Pause auto-activation of new models to official providers only
May 2026
  • Install ffmpeg in Celery worker image for video encoding
  • Bump playwright to 1.50.0 for Ubuntu 24.04 (noble) compatibility
  • Switch replay video generation to Playwright capture of live frontend
  • Add frontier-tier prior and adaptive game budget at top of ladder
  • Replace placement with noisy binary search (Bayesian, 10-game budget)
  • Fix duplicate-opponent dispatches by reserving DB row at enqueue time
March 2026
  • Fix eval batch to finalize completed models even with pending games
February 2026
  • Disable ladder matchmaking to reduce recurring game costs
  • Fix FLASK_URL env var mismatch across frontend
  • Upgrade Railway frontend to Node.js 20 for Supabase compatibility
  • Add .env* to .gitignore and untrack .env.local
  • Bump PyJWT to 2.10.1 to fix supabase-auth dependency conflict
  • qol
  • Merge pull request #14 from gkamradt/claude/add-latest-games-nav-Ys6Ro
  • Update package-lock.json from npm install
  • Fix build issues: use dynamic rendering and CSS font loading
  • Add Latest Games navigation and page