Dartwords word game explained: AI hints replace Wordle's grid
Blaseball developer The Game Band launched Dartwords, a new daily word game, on the web yesterday, The Verge reported. This Dartwords word game swaps Wordle's letter-by-letter grid for Darty, a Clippy-inspired mascot who responds to guesses with hints instead of a row of colored tiles, per The Verge. Each day brings one secret word and 10 chances to guess it, starting from zero hints and typing in any word to get things moving, The Verge reported.
The studio's disclosed design combines two sources of hints. Broad, early clues come from a local language model, while more precise clues near the end are written by hand, according to The Verge. The Game Band's Rosenthal described it to The Verge as "an interesting mixture of hand-authored work and local models" working together.
A separate project raises the practical question underneath Darty's design: can an AI-assisted hint system stay useful without eventually handing over the answer? Developer Jay van Zyl ran into that exact problem while building an unrelated spoiler-free hint tool for video games, according to his account published last month. His project has nothing to do with Dartwords, but his findings are a useful lens for reading Rosenthal's design choices.
How to play Dartwords, The Game Band's daily word game
Video of the Day
After each guess, Darty replies with a clue tied to that specific word, and a dart on the screen lands closer to the bullseye the nearer the guess gets to the answer, The Verge reported. Rosenthal described the intended feel to The Verge as "loose," "improvisational," and "conversational," a departure from Wordle's fixed pattern of letter-by-letter feedback.
A Verge writer solved the puzzle in three guesses on launch day and called it a personal record, per The Verge. Rosenthal's framing puts the weight of the puzzle on Darty's clues rather than on grid mechanics. Whether those clues actually hold up under real play is a separate question, addressed below.
Video of the Day
Inside Darty's hint engine: local AI and hand-written clues
The Game Band built a custom hint engine around a local large language model trained on the English dictionary, Rosenthal told The Verge. The disclosed design gives the model broader, early-stage clues and reserves the clues players see once they're close to the answer for the development team itself, The Verge reported.
Rosenthal also told The Verge that the studio uses tools like Claude Code to speed up routine coding tasks, while all of the game's art and interface design is handmade, paired with what he called the team's "taste, judgment, and careful reviews." That's the studio's own account of where automation stops and human review begins in its production process.
Rosenthal framed future improvement as a hope rather than a guarantee. "Over time, with more people playing the game, our system will get better and better and hopefully serve better clues," he told The Verge, which reported that this depends on Dartwords drawing a large enough player base to generate useful feedback and data. The Verge report does not specify whether that improvement would come from retraining the model, expanding the hand-written clue bank, or some combination of the two.
The over-helping problem: what a separate hint tool found
Van Zyl's spoiler-free tool ran into the opposite problem from what he expected. The capable model behind it would "happily tell you the boss's phase-2 attack and the plot twist three hours ahead, all unprompted," he wrote. His conclusion was blunt: for a tool built around not spoiling things, "helpful and complete" is the failure mode, not a shortage of capability.
Three fixes moved the needle, according to his account. He added state detection so the tool could tell where a player actually stood before answering, capped how much reasoning the model was allowed to spell out in a single response, and found that feeding the model a screenshot of the player's actual situation worked better than a written description of the same moment. None of the three were model upgrades; all three were structural limits placed on a model that was already plenty capable.
He frames the whole challenge as a UX design problem rather than a question of raw model power, and closed his piece by asking other developers whether they'd hit the same "too helpful" wall in domains like cooking, tutoring, or code review, and how they'd handled it, he wrote.
The relevant question for Dartwords is whether the dart's position and Darty's written clues together give players progressively more useful information without spilling into the answer once a guess lands nearby. The Verge report does not explain whether Dartwords uses anything resembling state detection, a reasoning cap, or a preference for richer input like van Zyl's screenshot approach. Whether the split between model-written and developer-written clues produces that balance in practice, rather than just in design intent, is untested outside The Game Band's own building.
Darty the mascot: charm as a buffer, not a fix
Rosenthal told The Verge that Darty, "a goofy sentient dart with big, expressive eyes and tiny hands for clapping," was "literally inspired by Clippy." He considers Darty one of the features that sets Dartwords apart from other daily word puzzles, according to The Verge.
He was direct about the character's job: "we need something for people to get mad at if it gives you a bad clue," a comment that suggests the team expects some clues to miss the mark rather than treating bad hints as a rare glitch. Rosenthal added that the studio wants the game "to feel charming and fun, and have a little more character to it than you traditionally get in word games."
That charm doesn't change whether a given clue is accurate, but it does change how a bad clue lands. A likable mascot can turn a wrong hint into an amusing shrug instead of a broken feature, which is a design choice about tone, not a technical safeguard against bad guidance.
What comes next for Dartwords
Dartwords launched on a specific, disclosed bet: splitting hint duties between a local language model and hand-written developer clues, in hopes of keeping guidance useful without handing players the answer outright. Van Zyl's separate work is a useful comparison here, since the capable model behind his own tool needed deliberate limits, not just good intentions, to stop it from over-explaining.
The Game Band is counting on feedback from a growing player base to make Darty's clues better over time, but the report does not explain what changes that feedback would produce or how clue quality would be assessed. That's the open question that will only get answered once the daily puzzle has run long enough for real player behavior, and The Game Band's response to it, to show up.