show the 100 image
Human

chihuahua or blueberry muffin
Someone texts you "bet" after you suggest lunch plans. What does that mean?
Sounds good
Wanted: A TypeScript functional React component with props. Prompted: "Write a React component." Got: A JavaScript class component with no types.
What was lacking?
Language & style requirements
AI was asked to import a component from the library and wrote: import { Button } from '@almostreact/generic-components/Button';
What's the issue?
Hallucinated path
show the 200 image
Human (Derek 2021)
AI thought this was AI generated and "The Perfect Hook" because of the documentation. The irony: the actual function signature uses any twice.

Conchas or Pan Dulce
At a party, the DJ plays "Wobble Baby" — what does everyone immediately do?
Line dance
Wanted: Full test coverage for a TextInput. Prompted: "Write tests for my component." Got: 2 snapshot tests.
What was lacking?
Test scenarios
A developer prompted: "Generate a production-ready useEffect that fetches user data." AI returned a useEffect with fetch + setState but no cleanup and no abort controller.
Why does the vague prompt cause this?
No cleanup specified
show the 300 image
Human (Divya 2024 + Andy 2025)
With the prompt: Do you see a young woman or an old woman?
Both
Your coworker merges a PR at 4:59 PM on Friday and immediately logs off. What's the dev community's name for this move?
Merge and dash
Wanted: Thorough JSDoc for useAccountValidation. Prompted: "Document this hook." Got: A one-line description.
What was lacking?
Params, returns, examples
AI was asked "What hook does our library use for form registration?" and answered useFormRegister.
Is that correct?
No - useCustomRegister
show the 400 image
AI -
are these real photos?
Someone says a restaurant is "giving hole-in-the-wall" — is that a compliment or an insult?
Compliment
Wanted: A detailed code review catching real bugs. Prompted: "Review my code." Got: "Looks good, consider adding types." What was lacking?
Review criteria
AI was asked to write content keys for a component and generated { "title": "Enter your info" } with hardcoded English strings.
What's wrong?
Hardcoded strings
show the 500 image
Human
Was this painted by a human or created by AI?

AI-generated
You're watching a basketball game and someone says a player "has the dawg in him." What are they saying?
He's relentless / amazing / really good
Wanted: A production-ready phone input for PXT. Prompted: "Write a phone input component." Got: A basic input with no masking, no i18n, no MDS.
What was lacking?
Context
AI was asked "How do we mock API calls in our Storybook stories?" and answered "use jest.mock()."
Is that our approach?
No - MSW