<p>I think people underestimate just how inefficient AI code (especially &quot;vibe code&quot;) often is these days. Even with the latest Claude Sonnet 4, I need to be extremely explicit that it MUST stick to public APIs. It likes to guess at the API, and when it&#39;s wrong, rather than read the docs, it likes to add more and more &quot;in case that failed, try this&quot; logic. If it can find a hacky workaround based on internal details, it will use it, even if it&#39;s incredibly fragile and slow. You MUST code-review.</p>
Reply