This is a submission for the DEV April Fools Challenge
What I Built
Nietzsche in a Madhouse — A satirical "Anti-Productivity" AI agent. While most AIs try to help you be efficient, this one uses the full arsenal of Western philosophy (nihilism, existentialism, and grandiloquent rhetoric) to argue against your most basic, healthy, and logical life decisions.
Want to brush your teeth? It's "bacterial genocide." Want to sleep? It's "surrendering your consciousness to the amorphous void."
Demo
Code
GitHub Repository
The project is built with Next.js and integrated with the Google Gemini API.
The core logic resides in:
-
app/api/argue/route.ts: The philosophical persona prompt and Gemini integration. -
app/page.tsx: The clean, "Dark Academia" inspired UI and custom Nietzsche SVG illustration.
How I Built It
- Framework: Next.js 16 (App Router)
-
AI Brain: Google Gemini API using the
gemini-2.5-flash-litemodel. - Styling: Vanilla CSS with a focus on premium serif typography and a "Claude-esque" minimal aesthetic.
- Persona Engineering: A complex system prompt that forces the AI into a "dramatically condescending" mode, ensuring it never agrees with the user and always ends with a devastating rhetorical question.
Prize Category
Best Google AI Usage — We took one of the most powerful language models in existence and dedicated its entire processing power to gaslighting users into thinking that drinking water is a "surrender to biological determinism." It’s an ode to the "delightfully useless" potential of modern AI.

Top comments (0)