Evalatro: an open benchmark where LLMs play the real Balatro
Summary
Evalatro is an open benchmark where LLMs play the real game Balatro via a text-based interface, with fixed seeds, a public leaderboard, and the goal of clearing Ante 12. Early results show models struggle, with none reaching the target.
Similar Articles
DashArena: Benchmarking LLMs on Interactive Analytic Dashboard Generation
Introduces DashArena, the first benchmark for open-ended, task-grounded generation of interactive analytic dashboards by LLMs. It uses a browser executor to replay interaction trajectories and a VLM judge to evaluate results, with human studies confirming its effectiveness.
Homebench – Benchmark local LLMs for speed, memory, and quality
Homebench is a zero-config terminal tool that benchmarks locally-run LLMs for speed, memory, and quality, presenting a live leaderboard. It supports Ollama, LM Studio, llama.cpp, vLLM, and OpenAI-compatible servers.
PlayCoder: Making LLM-Generated GUI Code Playable
PlayCoder introduces PlayEval benchmark and a multi-agent framework that iteratively repairs LLM-generated GUI applications, achieving up to 20.3% end-to-end playable code.
LivingArena: Do LLMs Know What Other LLMs Don't? Peer-Probing as Scalable Evaluation
This paper introduces LivingArena, an automated evaluation framework where LLMs probe each other's weaknesses by generating questions, enabling contamination-resistant and scalable assessment that adapts as models improve.
Talos-XII: hand-written autograd + small RL/MLP stack in Rust, applied to gacha probability modeling (no tch-rs/ndarray/PyTorch) — looking for benchmark help on ARM/AVX-512/GPU [P]
Talos-XII is a CLI simulator for Arknights: Endfield's gacha system, built entirely in Rust with a custom autograd engine and small RL/MLP stack (no external ML frameworks). It uses neural networks for environment modeling and pull-decision policy, and includes sophisticated SIMD dispatch and an open experiment called ACHF for adaptive caching.