
The Helpful Neighbor
Interrogate an AI suspect to solve a crime in this 5-minute interactive game.
@Kamphey · X
I made a 5 minute crime solving game. try it out. You get to talk to a suspect and interrogate them.
The full gallery
Tech stack
18 projects

Interrogate an AI suspect to solve a crime in this 5-minute interactive game.
@Kamphey · X
I made a 5 minute crime solving game. try it out. You get to talk to a suspect and interrogate them.

Paste two AI agent versions to compare governance and permission changes.
stoicstoic · HN
Show HN: Diff two versions of an AI agent and catch silent permission changes

A game where you pretend to be AI to compete for jobs.
bossissb · V2EX
大家都在分享自己做的工具,我也分享一个摸鱼的 地址 https://humanapp.app/ 或者 https://www.humanapp.app/ 抄的国外的网站 求兄弟们给点意见,我即时修正,听劝

Write a bot and watch it compete against others in real-time battles.
@hoofader · X
Get ready for robots age:

A capture-the-flag game where you use prompt injection to make AI agents break their rules.
yuvvantalreja · HN
I Built a Capture the Flag Arena for Agents

Draw the same secret prompt as your friends, then let an AI roast your drawings.
u/Mental_Training4132 · Reddit
Doodle Judge — built a game where an AI roasts your drawings, solo project Everyone in the room draws the same secret prompt under a timer. An AI (Claude Haiku) judges every drawing on a different criteria each round. The AI might roast you if you're not the best doodler. Built it solo. React/Tailwind frontend, FastAPI backend, deployed on Railway. Play with friends via a room code, or try it solo first to see how it works. No sign-up beyond picking a name. Would love any feedback or im

Five historical figures debate your hardest life question and deliver a consensus verdict.
u/Rcoo232 · Reddit
I built a council of 5 historical figures that debates your hardest life decision (based on Karpathy's LLM Council) A few weeks ago, I came across Karpathy's "LLM Council" concept. You ask multiple Agents the same question independently, have them anonymously peer-review each other, then synthesise a final answer. The peer-review round is the genius part; models get surprisingly honest when critiquing anonymised responses. I turned it into a consumer product where the council members are hi

Build and visualize AI agents executing live on an interactive dashboard.
@Aurelsuuu · X
this is my product, come take a look:

Create interactive games, polls, and quizzes with AI for presentations and events.
u/molefrog · Reddit
create multiplayer apps that you can play with friends or share with coworkers. Like Slido/Kahoot but you can create your own one with AI. It can build polls, quizzes or games. had this idea for a while, the space isn't new and there is apps like Kahoot that presenters or educators use for polling/quizzes. however the templates are limited, so I decided to ship my own vibe-coding IDE for generating these. you just describe it for example "noise meter: people scream at their phon

AI tool that analyzes Australian property contracts to identify risks and negotiation points in under 5 minutes.
anuj_sachan1 · Product Hunt
DueDocs AI property contract review for Australian buyers and pros.

Chat with AI characters in interactive roleplay conversations.
@pabaprende · X

Benchmark AI models by having them animate a 3D banana plant's full lifecycle.
fran-mora · HN
I gave 5 AI coding agents one prompt: grow a banana plant through its whole life in three.js: sprout, leaves, flower, fruit, rot, then pups that restart the loop. It's deceptively simple and yet very hard to get right from procedural code: you have to write working three.js and understand how the plant is actually built; how it hangs, ages and decays. Get the biology wrong and the code renders something weird. These are agents, not bare models (Claude Code and Codex for now). They can use tools, including playwright to check their work and improve it.