How I Built an AI Leadership Simulation Game
The story behind theboardiswatching.com — an interactive AI transformation simulator where you play the CEO navigating disruption.

Every board meeting I have ever attended about AI transformation follows the same script: cautious optimism, vague timelines, and zero accountability. I wanted to build something that made the stakes visceral.
The Concept
The Board Is Watching (theboardiswatching.com) is an interactive simulation where you play the CEO of a mid-market company facing AI disruption. Every decision you make—hire, fire, invest, delay—has cascading consequences. The board evaluates your performance in real time.
The game is not about getting the "right" answer. It is about understanding that every delay has a cost, every investment has a risk, and the board is always watching.
The Build
I built this as a weekend project that turned into a month-long obsession. The stack:
- Azure OpenAI Service — powers the dynamic scenario generation and board member personalities. Each board member has a distinct perspective (the CFO wants ROI, the CHRO worries about displacement, the CTO pushes for speed).
- TypeScript — type safety was critical given the complex state management across game scenarios.
- GitHub Copilot — accelerated the development by 40%. The game logic is intricate, and Copilot handled the boilerplate so I could focus on the narrative design.
- VS Code — my IDE of choice, with Copilot Chat for debugging complex state transitions.
What I Learned
1. AI as a Narrative Engine
Azure OpenAI is not just for chatbots. By carefully prompting GPT-4o with company context, industry dynamics, and board member personas, I created a narrative engine that generates unique scenarios every playthrough.
2. Gamification Works for Education
Executives who would never sit through a 45-minute presentation will spend an hour playing this game. The competitive element ("Can you survive 8 quarters?") drives engagement in a way that slide decks never will.
3. The Microsoft Ecosystem Advantage
Building on Azure OpenAI meant enterprise-grade security, data residency, and content filtering out of the box. When I demo this to PE firms, the first question is always "Where does the data go?" — and Azure answers that instantly.
Impact
I have used this tool in board presentations, executive workshops, and LinkedIn content. It consistently generates more engagement than any whitepaper or framework I have published. Sometimes the best way to explain AI transformation is to let people experience it.
Visit it at theboardiswatching.com.

