FWIW my experience is still that LLMs produce excellent code but always in need of a review:

- missing cases, values, features that were requested
- faulty code flow, not following the request made
- bloated code: hard to read and debug

Makes me very skeptical about vibe coding / agentic coding.

Comments