Developer Builds AI Baseball Simulation Engine with Claude Code in Two Weeks

Project Overview
A developer built a complete AI-powered baseball simulation system using Claude Code over two weeks. The project includes a plate-appearance-level simulation engine with real player statistics sourced from FanGraphs, 30 distinct AI manager personalities (approximately 800 words each) based on real MLB managers, and a full content pipeline that generates game recaps, postgame press conferences, and analysis.
Technical Implementation
The system was developed using Claude Code via a Framework laptop running Omarchy. Sonnet manages all 30 MLB teams within the simulation. The developer implemented smart query gating to reduce API calls from approximately 150 per game to 25-30, significantly optimizing costs. A Discord bot broadcasts 15 games simultaneously with a live scoreboard, and the entire project includes a 21-page website built with Astro 5 and Tailwind v4.
Cost and Components
Total development cost was $50 in API credits. The developer noted that Opus was quite expensive and was used for one aspect of the simulation, with caching helping to keep its costs down. The project consists of multiple components: a simulation engine, AI manager layer, content pipeline, Discord bot, and website. Audio podcasts are generated using an ElevenLabs clone of the developer's voice.
Project Context
The developer describes themselves as a professional writer, not an engineer, and built this as a non-monetized project that actually costs them money to run. The site is available at deepdugout.com. This demonstrates how AI coding assistants can enable rapid development of complex systems even for those without traditional engineering backgrounds.
📖 Read the full source: r/ClaudeAI
👀 See Also

A Dark Cave: Text-Based Survival Game Avoids AI Slop, Embraces Minimalism
A Dark Cave is a free, text-based survival and settlement building browser game that deliberately avoids graphics, using only text, symbols, and sounds to create atmosphere. The developer argues that as AI-generated visuals become ubiquitous, games will need differentiators like storytelling and player imagination.

Developer Uses Claude Code to Build USB Dongle That Auto-Plays Chrome Dino Game
A developer built a USB dongle using an ATtiny85 board that automatically plays Chrome's Dino game by detecting obstacles with light sensors and sending keyboard commands. Claude Code assisted with firmware development including V-USB integration, sensor logic, and adaptive timing algorithms.

Practical Lessons from Deploying OpenClaw for Five Businesses
A developer shares specific infrastructure choices, billing approaches, and model tiering strategies learned from running OpenClaw agents for five real businesses, including a care agency, events business, and auto detailer.

LLMs generate SQL queries to analyze terabytes of CI logs in seconds
Mendral's AI agent traced a flaky test to a dependency bump three weeks prior by writing its own SQL queries, scanning hundreds of millions of log lines across a dozen queries in seconds. The system handles 1.5 billion CI log lines weekly, compressed 35:1 in ClickHouse.