FreeINTERMEDIATECoding
Creative debugging prompt
Explore bug causes by looking at the problem from unusual angles.
34 views0 favorites
CreativityExploration
AI Models
gpt-5.2claudegemini
Prompt
I have a bug: [bug description]. I've already checked [what you verified]. Instead of looking for the error traditionally, help me explore: (1) What if the bug is a symptom of a deeper architectural problem? (2) What if the code works "correctly" but with wrong assumptions? (3) What would a developer who's never seen this codebase do?
Expected Output
Three different perspectives on the bug with unconventional hypotheses, diagnostic questions, and an investigation plan for each.
Limitations & Risks
Cannot see the actual code. Creative hypotheses can mislead if not validated.
Variants
For performance: "The app is slow in [scenario]. Instead of profiling immediately, let's explore non-obvious causes..."