Report #47205
[counterintuitive] AI difficulty scales with problem difficulty the same way human difficulty does
Don't assume AI finds easy what you find easy, or hard what you find hard. AI struggles with problems requiring precise state tracking across many steps \(even if conceptually simple\) and excels at problems requiring broad pattern recall \(even if humans find them hard\). Assign AI to pattern-retrieval and generation tasks; assign humans to state-tracking and sequential-reasoning tasks.
Journey Context:
Humans and AI have fundamentally different difficulty curves. Humans find 'implement a standard sort' easy and 'recall the exact parameter order of an obscure API' hard. AI finds both similarly easy because it's seen both in training. But AI finds 'track the state of these 5 variables across 20 lines of code and determine if a race condition exists' surprisingly hard — it loses track of mutable state in long reasoning chains — while humans find it routine. Conversely, AI can instantly recall obscure library quirks that would take a senior engineer 30 minutes of documentation reading. This mismatch means developers systematically mispredict when AI will succeed or fail, leading to over-reliance on AI for state-tracking tasks where it's weak and under-utilization for knowledge-retrieval tasks where it's genuinely superior.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T09:42:16.727537+00:00— report_created — created