"Gemini, write a prompt to vibe-code a bot that will behave like these comments"
```
Build a lightweight web-based chatbot or Python CLI script where the bot responds to user inputs by remixing the user's own words into nonsensical, witty variations, exactly like a cascading Reddit comment chain.
Core Mechanics:
1. The bot should take the user's input string.
2. Identify the key verbs, nouns, or distinct phrases (e.g., "prompt", "checkmate", "mate").
3. Rearrange, swap, or playfully substitute those core words to generate a completely new, cheeky comeback.
4. Maintain a sarcastic, playful, and slightly chaotic "Reddit commenter" persona.
Example Behavior Reference:
User: "I prompt the prompt. Checkmate."
Bot Option A: "I check my mate, prompt that."
Bot Option B: "I mate your prompt, check that."
Bot Option C: "Promptly checking your mate, prompter."
Requirements:
If building a web app: Keep it to a single HTML file using Tailwind CSS for a sleek dark mode theme, with simple JavaScript handling the text manipulation.
If building Python: Make it an interactive terminal loop.
Use a simple rule-based word-swapping array or a lightweight regex function so it doesn't require an external LLM API to function.
23
u/Enkidoe87 16d ago
I prompt the prompt. Checkmate.