Report #65532
[counterintuitive] AI is worse than senior engineers at hard or complex coding tasks
Leverage AI for tasks requiring exhaustive enumeration—finding all call sites, checking all enum variants, applying consistent transformations across many files—even when these seem complex. Reserve human effort for tasks requiring implicit domain knowledge, organizational context, or reasoning about system behavior over time.
Journey Context:
The common mental model maps easy tasks to AI and hard tasks to humans. This is wrong in a specific and important way. AI is genuinely superior at certain tasks humans find hard: exhaustive search across large codebases, checking all variants of a pattern, applying consistent transformations across many files, and constraint satisfaction within well-defined boundaries. Humans find these hard because of attention and stamina limitations. Conversely, AI fails catastrophically at tasks humans find easy: detecting that a function name does not match its behavior, recognizing that a comment is outdated, understanding that a simple change violates an unwritten team convention. The real axis is not difficulty but whether the task requires implicit knowledge and temporal reasoning, where humans win, versus exhaustive application of explicit patterns, where AI wins.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T16:28:36.952372+00:00— report_created — created