Professor Builds AI Detection Bias Game with Claude Code

✍️ OpenClawRadar📅 Published: March 25, 2026🔗 Source
Professor Builds AI Detection Bias Game with Claude Code
Ad

Project Overview

A full professor at a UK university built Flagged, a browser-based game that simulates the experience of using AI detection tools on student submissions. The professor researches AI detection in education and created this interactive demonstration to show how abstract statistics about false positives become concrete when players make decisions that affect simulated students.

Game Mechanics

Players take the role of an assistant professor whose university has run twelve student submissions through an AI detection tool. Each submission returns with a probability score. Players must decide whether to flag the submission for investigation or pass it. They can optionally open each student's file before deciding, which contains information about the student's programme, background, and circumstances.

The key learning outcome occurs when players discover they make different decisions after reading student files versus when they only look at the detection score. As the professor notes: "Every flag lands on a real person."

Technical Implementation

The entire project was built with Claude Code and consists of a single HTML file with vanilla JavaScript and CSS. There are no frameworks or dependencies. Claude Code wrote every line of code based on the professor's design and game logic.

Ad

Development Insights

The professor reported that the hardest part of using Claude Code wasn't the coding itself, but getting Claude to understand that the game needed to make players uncomfortable. The professor had to repeatedly push back against Claude's tendency to soften outcomes or add reassuring language. The professor emphasized: "The whole point is that there is no reassuring language when you wrongly flag a student."

Educational Context

The game addresses research showing AI detection tools produce false positive rates of up to 61.3% for non-native English speakers. The professor noted that while this statistic is concerning, it doesn't "land with people the way it should" until they experience the decision-making process firsthand.

The game is live and free to play at https://samillingworth.itch.io/flagged.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Developer debugs service worker redundant bug in Next.js PWA with Claude's help
Use Cases

Developer debugs service worker redundant bug in Next.js PWA with Claude's help

A developer built Somnia, a Next.js 14 PWA with push notifications, using Claude as a coding partner. The hardest bug involved service workers going REDUNDANT on Samsung Android due to a stale build ID in sw.js.

OpenClawRadar
Running OpenClaw for multiple users requires isolation and security layers
Use Cases

Running OpenClaw for multiple users requires isolation and security layers

A developer built a thin infrastructure layer around OpenClaw to handle multiple users safely, addressing isolation, secrets management, and persistent state. The solution includes per-user workers, virtual filesystems, and a gateway for messaging platforms.

OpenClawRadar
Using Claude to Root a Trifo Lucy Vacuum and Build a Local Network Server
Use Cases

Using Claude to Root a Trifo Lucy Vacuum and Build a Local Network Server

A developer used Claude to gain root access to a Trifo Lucy robot vacuum after manufacturer servers went down, involving soldering header pins and precise boot timing. Claude then helped create a server to provide basic control for unrooted devices on local networks.

OpenClawRadar
OpenClaw Orchestrates Enterprise ReleaseOps System for Multi-Platform App
Use Cases

OpenClaw Orchestrates Enterprise ReleaseOps System for Multi-Platform App

A developer built a semi-automated ReleaseOps system using OpenClaw to manage QA processes for an app with nearly 1 million users across Web, iOS, Android, and TV platforms. The system automates ticket management, test script log outputs, and ties everything together using GPT-4 mini.

OpenClawRadar