← Back to Home
Bot or Bard

Overview

Bot or Bard is the Turing test as a party game: you read a short fiction passage and guess whether a human or an AI wrote it. You find out immediately, your streak is tracked, and the site keeps an aggregate scoreboard of how often people get fooled.

The game is the front end; the interesting part is the dataset it produces. Every guess is a blind judgment about whether a particular piece of machine writing passes for human — which makes the fool-rate a live, crowd-sourced measure of how convincing different generation approaches actually are, as opposed to how convincing people assume they are.

What I was exploring

Stack

Next.js and TypeScript. Passages are pre-generated and served from a pool; guesses are logged server-side to build the per-technique fool-rate table.