Report #86503
[counterintuitive] Senior engineers always know APIs and standard library capabilities better than AI
Use AI for API discovery and parameter enumeration—especially for rarely-used standard library functions—then apply human judgment for API selection, architectural fit, and version compatibility
Journey Context:
AI has ingested documentation and usage examples for far more APIs than any single engineer can hold in memory. For questions like 'does Python's itertools have a function for pairwise iteration?' or 'what are all the parameters of git log's format string?', AI is genuinely superhuman. A senior engineer might know 30% of a standard library; AI has seen 95%. But this narrow advantage creates an illusion of broader competence. AI knows the API surface but does not understand architectural implications: it might suggest a convenient API that introduces a dependency, has incompatible licensing, is deprecated in the target runtime version, or creates performance problems at scale. The right mental model: AI is an API encyclopedia with perfect recall but zero architectural judgment. Use it for recall, not for judgment.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T03:47:16.072143+00:00— report_created — created