Checked September 16, 2026
AI Baseball Scorekeeping in 2026: What Each App Actually Automates
No app keeps score of a baseball game end to end in 2026. Four different things get sold as AI scorekeeping: recaps written after a person scores the game, cameras that read the field, assistants driving a scorecard through an API, and ordinary automation with a label on it. Only one of those removes the scorekeeper, and it has not shipped.
The four things “AI scorekeeping” currently means
Every app in this category now has AI somewhere in its marketing, and the word is doing four unrelated jobs.
Post-game AI
GameChanger
The game is scored by hand, and AI generates the recap, highlight reel, or player insight afterward from the scoring data.
Recaps, highlight reels, a play by play audio broadcast called GameStream Radio, and Player Insights. The February 2026 update deepened all of it, and the December 2025 Pixellot partnership put fixed cameras at rec fields. None of that changed the scoring input. A person in the stands still taps every play.
Computer-vision scoring
Pocket Blue, from PhantomView AI
A camera watches the field and derives balls, strikes, outs, runs and base runners without anyone recording the play.
A phone clipped to the backstop, running vision on the device rather than in the cloud, working out the play on its own. This is the only product doing the thing people mean when they say AI scorekeeping, and it deserves credit for that. It is also not out: Kickstarter through October 2026, delivery quoted for March 2027, 39 to 99 dollars.
Agent-driven scoring
Nobody, publicly
A coach describes the play in natural language to an AI assistant, which writes it into the scorecard through a tool or API interface.
The interface exists in more than one codebase, including ours, and is open to the public in none of them. Our own is described further down, including why it is shut.
Automation labeled as AI
Baseball Classics, Rizzler
Point-and-click entry with auto-updating stats, marketed as AI. The software applies fixed rules and no model is involved.
Baseball Classics ships an AI Scoresheet that is point-and-click entry with stats that update themselves. Rizzler puts AI downstream of scoring, building lineups out of the data your scorekeeping produced, and ranks itself second in its own published top-five list. Both are real products. Neither is scoring the game for you.
What each product actually automates
Every row below was checked against the product or its own published material on September 16, 2026. This category moves fast enough that an unchecked claim goes stale in a season.
GameChanger
- What the AI does
- Written recaps, highlight reels, GameStream Radio audio, Player Insights
- What you still do by hand
- Score every play by tapping, for the whole game
- Available now
- Yes
- Cost
- Free to score; paid tier for video and advanced stats
Pocket Blue
- What the AI does
- Reads balls, strikes, outs, runs and runners off the camera
- What you still do by hand
- Mount the phone, start it, correct what it gets wrong
- Available now
- No. Delivery quoted March 2027
- Cost
- 39 to 99 dollars
Rizzler
- What the AI does
- Builds lineups from the scoring data you entered
- What you still do by hand
- Score every play by tapping
- Available now
- Yes
- Cost
- Free tier; AI lineups on paid plans
Baseball Classics AI Scoresheet
- What the AI does
- Nothing a model does. Stats update themselves from your clicks
- What you still do by hand
- Select every play by point and click
- Available now
- Yes
- Cost
- Paid
| Product | What the AI does | What you still do by hand | Available now | Cost |
|---|---|---|---|---|
| GameChanger | Written recaps, highlight reels, GameStream Radio audio, Player Insights | Score every play by tapping, for the whole game | Yes | Free to score; paid tier for video and advanced stats |
| Pocket Blue | Reads balls, strikes, outs, runs and runners off the camera | Mount the phone, start it, correct what it gets wrong | No. Delivery quoted March 2027 | 39 to 99 dollars |
| Rizzler | Builds lineups from the scoring data you entered | Score every play by tapping | Yes | Free tier; AI lineups on paid plans |
| Baseball Classics AI Scoresheet | Nothing a model does. Stats update themselves from your clicks | Select every play by point and click | Yes | Paid |
While the category argues, somebody still has to score Saturday's game
Game Day is free, opens in the browser with no account and no download, and you score it by tapping the result of each play.
Voice scoring is the gap nobody has filled
The obvious product in this category does not exist. A coach saying “ground ball to short, out at first” and having the book write itself is within reach of current speech technology, and no one has shipped it for baseball.
The closest thing on the market is Shout Score, which is a voice-controlled scoreboard. It changes the number on a display when you say it. That is not a scorekeeper: it does not know who batted, what they did, or where the runners ended up, so there is no box score at the end of it.
We have not shipped it either. It is worth naming the hole plainly rather than letting four companies imply between them that it is filled.
What Dugout Edge automates today
Game Day takes work off the scorekeeper in the ordinary way. A fourth ball puts the batter on first and a third strike is a strikeout without you selecting either. Runners advance on the play you recorded. Pitches are charged to whoever is on the mound and keep being charged correctly after a pitching change. Every recorded play comes back as a sentence rather than a glyph, so the plays list reads like a game. It keeps working when the signal at the field does not, and queues what you entered until it can sync.
None of that is AI. Those are rules the app knows.
We think that is the right trade for a scorebook. Rules give the same scorecard from the same taps every time, which is what you want when a league asks for the record three weeks later. Where a model genuinely helps, after the game rather than during it, is exactly where GameChanger has put it.
The agent interface we built and have not opened
We built the third category on this page. Game Day has a full agent interface for live scorekeeping: 21 scorecard operations over a token-authenticated REST API, and the same 21 operations exposed as MCP tools so an AI assistant can hold a conversation with a live scorecard. Record an at-bat, log a pitch, move a runner, make a substitution, change pitchers, jump innings, undo, read the box score. It is written, it is tested, and the OpenAPI document describing it exists.
It is not open. Every one of those routes returns a 404 in production and the MCP server is unpublished, because of an authorization boundary we have not finished: the code that resolves a bearer token does not yet prove the caller owns the scorecard they are asking about. Until that check exists, the honest thing is to leave the door shut rather than open it and hope.
There is no waitlist and no date. When it opens it will show up in the changelog like anything else. What works today is the scorekeeping app itself, which you can open in the next ten seconds and score a game with.
Open the free scorekeeping appHow to tell a label from a capability
- 1
Does it still need someone tapping every play?
If yes, the AI is doing something after the game, not during it. That can still be worth paying for. It is not scorekeeping.
- 2
Can you ship it back a wrong answer?
Real model output needs a correction path, because it will be wrong sometimes. A product with no way to correct the AI probably does not have one.
- 3
Does the same input always give the same output?
If yes, it is rules, not a model. That is a feature in a scorebook and worth knowing either way.
- 4
Can you use it this Saturday?
Most of the impressive answers in this category are pre-release or shut. Check the ship date before the feature list.
Frequently asked questions
Is there an AI that keeps score in a baseball game?+
Not one you can use for a youth game in September 2026. The products marketed as AI scorekeeping fall into three groups: post-game AI, where a person scores the game by tapping and AI writes the recap or cuts the highlights afterward; camera-based scoring, where software watches the field and works out the play itself, which is real but still pre-release; and ordinary automation sold with an AI label. Nothing shipping today removes the person doing the scoring.
Does GameChanger use AI?+
Yes, but after the fact. GameChanger generates recaps, highlight reels, a play by play audio broadcast called GameStream Radio, and Player Insights, and its February 2026 update expanded all of that. Every one of those features runs on scoring data a person already entered by hand. The scorekeeping itself is still someone in the stands tapping each play. Its December 2025 partnership with Pixellot adds fixed cameras at rec fields, which is about capturing video, not about scoring the game.
Can an app score the game from video?+
One is trying. Pocket Blue, from PhantomView AI, mounts a phone on the backstop and uses on-device computer vision to work out balls, strikes, outs, runs, and base runners without anyone recording the play. It is the only product doing what people mean when they say AI scorekeeping. It is also not out yet: its Kickstarter runs through October 2026 with delivery quoted for March 2027, priced between 39 and 99 dollars.
Can I just talk to an app and have it keep score?+
No. Nobody has shipped voice scoring for baseball, and that includes us. Shout Score is a voice-controlled scoreboard, which means it changes the number on a display when you say it, not a scorekeeper that records who did what. There is no product where a coach says "ground ball to short, out at first" and the book writes itself.
Does Dugout Edge use AI to score a game?+
No, and we would rather say so plainly. Game Day is deterministic: you tap the result of the play and it applies fixed rules to advance the runners, fill the count, charge the pitch to whoever is on the mound, and update the box score. The same input always produces the same scorecard, which is the property you want in a record your league might ask you for later.
What is the difference between automation and AI in a scorekeeping app?+
Automation applies rules someone wrote down. A fourth ball is a walk every time, in every game, forever. AI makes a judgment from a model, which means it can be wrong in ways the author did not anticipate, and it can give a different answer on a second run. For the count, the outs, and the box score you want automation. For a highlight reel or a written recap, AI is the right tool. Most apps that advertise AI scorekeeping are describing automation.
What should I actually use this season?+
Whatever is fastest for the person doing the tapping, because for the 2026 season that person is still a human on every platform. Judge an app on how few taps a routine play takes, whether it works when the signal at the field is bad, and whether you can fix a mistake three batters later without unwinding the whole inning. Those decide your afternoon. The AI features decide what the recap looks like afterward.