The problem with AI agents isn't usually the model. It's that nobody has figured out how to train them to do real work over real timescales. Ask Claude or GPT-4o to answer a question and they're brilliant. Ask them to autonomously manage a software project for a week, handle the back-and-forth with stakeholders, deploy a fix, watch the metrics, and iterate, and you're basically asking a sprinter to run a marathon having never trained beyond 100 meters.
That gap exists because of something most people don't think about: reinforcement learning environments. Every capable autonomous agent needs a place to practice. A simulated world where it can take actions, observe consequences, and learn from reward signals without breaking production systems or costing a fortune. Building those worlds is slow, expensive, and deeply specialized work. Until now, every frontier lab has done it by hand, for one use case at a time, and discarded the work when the problem changed.
Polymath thinks that's insane. They're building the infrastructure to automate RL environment creation entirely, and in the process, staking a claim to one of the most valuable pieces of real estate in the agentic AI stack.
What They Build
Polymath's pitch is deceptively simple: simulation environments for training and evaluating long-horizon AI agents. But the implications of "long-horizon" are where the real difficulty lives. Most current AI evals test isolated capabilities, can the model write a function? Can it answer a trivia question? Polymath's environments test something harder: can the agent maintain coherent behavior over hundreds of interdependent steps, using real tools, in a stateful world where earlier decisions constrain later options?
Their flagship product is Horizon-SWE, a benchmark that drops frontier models into a simulated software company. The environment is not a toy codebase with artificial constraints. It includes running applications, live development tools (linters, test runners, CI/CD pipelines), a bug tracker, a product roadmap, and multi-step tasks covering the full software development lifecycle: planning, feature design, implementation, testing, deployment, and monitoring. Frontier models score around 25% on Horizon-SWE. That number is simultaneously depressing (these are the best AI systems in the world) and commercially interesting (the gap is the market).
