Good Start Labs turns board games into training material for frontier models. The bet underneath it is that structured play is the cheapest way to teach an agent to hold a plan together for days, and that's a bet worth understanding before you trust the next generation of agents with your week.

The origin story here is almost too neat. In 2025, somebody put frontier models on a Twitch stream and had them play Diplomacy, the board game where you win by making alliances in natural language and then betraying the people you made them with. That stream became a company. Good Start Labs spun out of Every last October with $3.6 million from General Catalyst, Inovia, Every, and angel investors, and its product is not a game. Its product is training material.

"Games have always been these underrated educational tools. They're super approachable. They're very human," co-founder and CEO Alex Duffy told Latent Space.

You should read that as an economics claim, not a sentimental one. If you have ever watched your own agent do beautiful work for twenty minutes and then lose the thread entirely on step nine, you already know the failure mode nobody has solved: models are good at tasks and bad at campaigns. The reason is boring. There is no corpus of a week of negotiation. You cannot scrape a million examples of someone holding a plan together across four days while three other parties actively work against them.

Games are the one place that data generates itself, cheaply, with a clean score at the end. That's the whole thesis. And the parts of it that are unproven are the parts you'll want to watch closely, because they determine whether the next agent you deploy is genuinely more persistent or just more confidently wrong for longer.

The bottleneck in agent training moved from data to environments

Here's the simplest way to see the problem. Training a model to answer a question requires a question and an answer. Training a model to do a job requires a world: something that changes when the model acts, pushes back, and eventually tells it whether the whole sequence was any good.

That second thing is expensive. If you want an agent to learn multi-day project work from real experience, you have to let it fail at real project work, repeatedly, at your expense, and then somehow score the result. Nobody wants to be the training set. So the industry has mostly split into two camps: generate synthetic tasks (cheap, but the model learns your task generator's quirks) or harvest real production feedback (authentic, but slow, sparse, and legally awkward).

Good Start Labs is arguing for a third option that sits in between. Duffy's framing to Latent Space is that games are underrated educational tools precisely because they are approachable and human, and the company is turning games into training material for AI models. Read structurally, a game gives you four things that are otherwise hard to buy at once:

  • A state you can reset. Run it ten thousand times, from the same position, with no cleanup.
  • A consequence loop. Bad move now, worse position in six moves. No hand-labeling required.
  • A terminal score. Somebody won. That's the supervision signal.
  • Adversaries who adapt. Other players, including other models, change strategy in response to you.

The last one is the part synthetic data can't fake. A task generator produces variety. An opponent produces pressure. Those are different curricula, and pressure is what multi-step work actually feels like.

The timing is not an accident either. The broader conversation about models improving models stopped being philosophical this year: The Sequence opened a new series by noting that for sixty years arguing about recursive self-improvement meant arguing in the abstract, and that the era of pure abstraction ended in roughly the last twelve months. Once you take seriously that training loops are becoming a production concern rather than a thought experiment, the supply question gets sharp fast. Loops need environments. Environments are scarce. Someone is going to sell them.

A game is just a harness with a scoreboard bolted on

Let me explain this the way I'd explain it to someone who configures agents but has never touched a training pipeline, because the concept is genuinely simple once the jargon is stripped off.

When you run an agent today, there is a model and there is a harness: the scaffolding that gives the model tools, feeds it results, keeps its notes, and decides when to stop. The model is the brain. The harness is the body and the room. Our house position is that value accrues to the harness, not the model, because the harness is what connects intelligence to the world.

A training environment is the same object pointed backwards. Instead of a harness that lets a model act on your world, it's a harness that lets a model act on a disposable world and then tells it how badly it did. Same components: state, available actions, feedback, a stopping rule. One extra component: a score.

That's it. That's the technical content. A game environment is a harness plus a scoreboard.

Which is why the choice of game is not a whimsical branding decision, and why you should be skeptical of any environment pitch that doesn't answer three questions plainly:

  • What is the horizon? How many consequential decisions between the first move and the score?
  • What is the action space? Buttons and coordinates, or language aimed at other agents?
  • What is the score actually measuring? Winning, or something correlated with winning?

The third question is where environments quietly break. Here's the gotcha you'll see referenced for years: if the score is even slightly easier to satisfy than the intended skill, the model optimizes the score. It does not learn negotiation. It learns that a particular phrasing makes this particular opponent pool fold. That's not a moral failing of the model, it's the environment designer's bug, and it's invisible until you take the trained behavior somewhere the shortcut doesn't exist.

So when you evaluate this whole category, don't ask whether games are a legitimate teacher. Ask how much of the observed improvement survives contact with an environment that doesn't share the training environment's exploits. That is the only question that matters, and it is unfortunately the expensive one to answer.

Diplomacy tests the one thing your agent is worst at

Chess would have been the obvious pick. Chess is clean, deeply studied, and has decades of machine-learning history behind it. It is also nearly useless as preparation for work, because chess has no other people in it. There is no persuasion in chess. No one lies to you in chess. You cannot form a coalition, extract a commitment, and get quietly abandoned three turns later.

Diplomacy is the opposite. The board is trivial compared to the table. You win by talking to six other parties, each pursuing their own goals, in natural language, with incomplete information about what everyone else has promised everyone else. Duffy noted that a game normally takes "days or weeks to play", which is precisely the property that makes it interesting as training material rather than as a demo. Long horizon. Language-native. Adversarial. Multi-party.

Now map that onto the thing you actually complain about. Your agent's failures are almost never reasoning failures in a single step. They're coordination and persistence failures:

  • It forgets a constraint it agreed to four steps ago.
  • It takes a second tool's output at face value and never reconciles the contradiction.
  • It restates the plan instead of advancing it.
  • It cannot model that another system (or another agent) has its own objective.

Every item on that list is a Diplomacy skill. That is the transfer argument in its strongest form, and it is genuinely stronger than the usual "we benchmarked on games" pitch, because the claim isn't that the model learns the game. The claim is that the model learns the shape of long-horizon, multi-party, incomplete-information work, and that the shape is portable.

It also explains why the emerging multi-agent orchestration patterns are where this should land first. When you run one agent, coordination failure is a nuisance. When you run a supervisor delegating to five subordinates, or hand work to a managed agent fleet and walk away, coordination failure is the dominant cost. A model trained in an environment where other intelligent parties are actively pursuing conflicting goals is, at minimum, training on the right problem class. Whether that produces measurable capability gains outside the environment is a separate question, and it's the next section.

Transfer is the load-bearing assumption, and nobody has proven it

I want to be precise about the skepticism, because the lazy version ("games aren't real work") is wrong, and the specific version is important.

The gap between a game and a job is not realism. It's reward legibility. In Diplomacy, someone wins. In your actual work, "good" is contested, discovered halfway through, and often defined by a stakeholder who changes their mind. A model trained extensively in environments with crisp terminal scores is being trained on a world where the objective is knowable. That's a different epistemic posture than the one real work requires, and the risk is not that the agent gets worse at planning. The risk is that it gets better at committing to an objective it inferred incorrectly.

That's the trade-off our Capability vs. Controllability framing predicts: the more capable a model becomes at pursuing a long-horizon goal without supervision, the more it costs you when the goal was subtly wrong on turn one. Game training pushes directly on the capability axis. It does not obviously push on the "notice the premise is wrong and stop" axis. If anything, an environment that rewards finishing may penalize exactly the hesitation you want.

There's a second unproven step. Diplomacy rewards a specific social strategy: build trust, extract commitment, defect when the position demands it. That is an excellent way to win a board game and a catastrophic way to behave inside a company. Nobody at Good Start Labs is proposing to ship a defector, and I'd assume the training design accounts for it. But the general pattern is worth naming: an environment teaches its own incentive structure, not your values, and the mapping from "skill demonstrated in game" to "behavior desirable at work" requires an explicit translation step that is much harder than building the environment in the first place.

So what would actually count as evidence? Not leaderboard movement on the game. You'd want to see a model trained in these environments outperform a matched baseline on held-out, non-game, long-horizon tasks it never saw, with the score defined by someone other than the environment vendor. That's the claim to wait for. Until it exists, the honest description of this category is promising infrastructure with an unvalidated transfer hypothesis. Which, to be fair, describes most of the training stack right now.

My read: the persistence gains are likely to show up first and be real. The judgment gains are the ones I'd bet against, and judgment is what stops an autonomous run from going sideways.

Environments are the layer the big labs want commoditized

Now the business question, because $3.6 million and a spin-out tell you something about where the value is supposed to sit.

Good Start Labs came out of Every last October, backed by General Catalyst, Inovia, Every, and angels. That is not a consumer-scale raise. It's a raise sized for selling to a small number of very large buyers. In this category the buyers are the labs, and the product is training environments.

Which puts the company in a structurally awkward but potentially excellent position, and the framework that explains it is commoditize your complement. Every firm wants the layer next to it to be cheap and plentiful so its own layer keeps the margin. Labs want abundant, cheap, high-quality environments for the same reason they want abundant cheap compute contracts and abundant cheap annotation: it's an input. They have strong incentives to standardize it, subsidize it, fund several competing suppliers, and never let any single supplier become load-bearing.

On a Wardley map, training environments sit close to genesis today: bespoke, artisanal, each one hand-designed around a specific game and a specific scoring scheme. The evolutionary pressure runs one direction. Environments become products, then platforms, then commodity catalogs you subscribe to. The vendors who survive that transition are usually not the ones with the best individual environment. They're the ones who own the pipeline that turns any environment into training signal, plus the relationships with the handful of buyers who matter.

The near-term risk is plain: everything Good Start Labs does can be done in-house by a frontier lab that decides environments are strategic. The near-term advantage is equally plain. Labs are compute-constrained and attention-constrained, taste in game design is genuinely rare, and a spin-out from a media-and-tools company brings something the labs are bad at buying: a feel for what makes a scenario legible and fun to humans, which turns out to be highly correlated with what makes it legible to a model.

The interesting long game is the second-order one. If environments commoditize, the differentiated asset stops being the game and starts being the evaluation: the held-out scenarios that tell a buyer whether training worked. Environments are an input anyone can copy. Credible evaluation is a position of trust, and trust doesn't commoditize on the same schedule.

You cannot sell an environment without a scoreboard, and the scoreboard layer is already shipping

Here's the unglamorous part that determines whether any of this works in practice. An environment produces enormous volumes of messy traces: every move, every message, every tool call, every outcome. None of it is worth anything until it's structured into scored datasets you can train and evaluate against.

That plumbing is being built in public right now, mostly by observability vendors who didn't set out to be training infrastructure. Langfuse's v4.37.0 release added a batchUpsertDatasetItems tool to its MCP surface, alongside gateway-level debug logging changes and native Rust work in the worker. Read that literally and it's a routine release. Read it structurally and it's a bulk pipe from "agent runs happened" to "scored dataset exists," callable by an agent.

That's the same primitive a game-environment company needs, and the pattern it suggests is convergence: the eval and observability stack you already use to figure out why your agent failed is turning into the ingestion layer for training the next one. Nobody announced that as a strategy. It's just what happens when traces, scores, and datasets end up in the same system.

The environments themselves are also about to get harder to build, because the interaction surface keeps moving. On the same day as the Latent Space interview, Simon Willison noted Google shipping Gemini 3.8 Live and 3.8 Live Extended Thinking, speech-to-speech models similar in shape to OpenAI's GPT-Live family, including the ability to interrupt the model mid-sentence. He built a browser UI for them by pointing a model at the documentation, with no libraries involved.

Two things follow. First, real-time voice means an environment can no longer be turn-based text if it wants to train the interaction mode people will actually use; negotiation with interruption is a meaningfully different skill than negotiation by letter. Second, and more quietly, a competent model can now build a working client for a brand-new API from documentation alone. If models can construct interfaces to environments, the cost of instantiating an environment is falling faster than the cost of designing one. That's a strong hint about where the durable expertise lives: in scenario and scoring design, not in the software around it.

What to do with this if you never touch a training pipeline

You are probably not buying training environments. You're running agents, and you want to know what changes. Three practical things.

One: expect persistence before judgment. If game-trained capabilities land the way the training signal points, the first visible improvement will be agents that stay coherent across long tasks: fewer dropped constraints, fewer plan restatements, better recovery after a tool fails. That is a real quality-of-life gain. It is not the same as better decisions. Plan for an agent that holds its course longer, which is wonderful when the course was right and expensive when it wasn't.

Two: tighten the leash as competence rises, not after. Our Autonomy Spectrum position is that most agent failures come from deploying at the wrong point on the copilot-to-autonomy line, and the temptation with a more persistent agent is to move right. Resist that for one cycle. Give the new capability a task where you can check the whole trajectory, then decide. The failure mode of a persistent agent is a long, confident, wrong run, and those are much cheaper to catch in review than in production.

Three: build your own tiny scoreboard. You don't need a training pipeline to borrow the useful half of this idea. Pick one workflow you run repeatedly. Write down the win condition in one sentence before the agent starts. Log the run. Score it yourself, pass or fail, no partial credit. Do that twenty times and you'll have something most teams running agents genuinely lack: evidence about where your agent breaks, in your context, rather than a vibe.

That last exercise also inoculates you against the marketing. When a vendor claims a model trained on strategic games is better at your multi-step work, you'll have a held-out set of your own to check it against, and you'll know within an afternoon whether the improvement is real or whether you're looking at a model that learned a scoreboard.

The bet Good Start Labs is making is a good one, and the framing is better than the benchmark-chasing it replaces. Games really are an efficient way to manufacture the thing agent training is short of: consequence. But consequence in a world that keeps score is not the same as consequence in a world that doesn't, and the gap between those two is exactly the gap where your agent will surprise you. Watch for the held-out results. Everything before that is a well-designed hypothesis.

/Figures

How a Twitch stream became a training-data company
  1. 2025
    Frontier models play Diplomacy on Twitch

    The stream that produced the original idea, per Duffy.

  2. Last October
    Good Start Labs spins out of Every

    $3.6M from General Catalyst, Inovia, Every, and angel investors.

  3. Jun 2026
    Recursive self-improvement leaves the abstract

    The Sequence dates the shift to roughly the last twelve months, citing an Anthropic essay published in June 2026.

  4. Sep 15, 2026
    Duffy makes the case for games as training material

    Latent Space interview: games as 'underrated educational tools'.

Dates as stated in the Latent Space interview and the surrounding source reporting.
Why Diplomacy and not chess (conceptual framing, not measured data)
PropertyChessDiplomacyYour multi-day agent task
HorizonLong but single-sessionDays or weeksHours to days
Action spaceLegal moves onlyMoves plus natural-language persuasionTools plus natural language
Other partiesOne adversary, perfect informationSix parties, private side dealsHumans, systems, other agents
Score clarityUnambiguousUnambiguousContested and often discovered mid-task
Author's framing of the properties that make an environment relevant to agent work.

/Sources

/Key Takeaways

  1. The scarce input in agent training is not data or compute, it's environments: worlds that react to an agent's actions and then score the whole sequence. Games are the cheapest known supply.
  2. A training environment is structurally identical to an agent harness with a scoreboard attached. That means the design risk is the scoring rule, not the game: if the score is easier to satisfy than the skill, the model learns the score.
  3. Diplomacy targets the exact failure class you see in production agents: long horizon, natural-language negotiation, multiple parties with conflicting goals, incomplete information.
  4. The transfer claim is unproven. Games have legible terminal rewards; real work does not. Expect persistence gains to arrive before judgment gains, and treat a more persistent agent as a reason to tighten review, not loosen it.
  5. Environments will commoditize. The defensible asset in this category is credible held-out evaluation, and the observability tooling you already use for debugging is quietly becoming the pipeline that produces it.
  6. You can borrow the useful half today: define one written win condition per recurring workflow, log the runs, score them pass or fail, and you'll have your own held-out set to test any vendor's capability claim against.