Thoughts from a younger generation..
Thoughts from a younger generation..
Posted May 18, 2026 17:05 UTC (Mon) by mb (subscriber, #50428)In reply to: Thoughts from a younger generation.. by bertschingert
Parent article: RIP Peter G. Neumann
But things like that are typically a result of not doing a proper development cycle.
Code generation (code writing) is not a full cycle.
Proper development, both human and AI, require things like:
- Requirements review
- Design review
- Code review
- Failure mode analysis
- Development of coding guidelines
- Coding
- etc...
If you just use an LLM to do the coding step and then say you are done, you leave out the most important steps.
Things like /* Follow RFC xxxx Section yyyy */ and the code doing something different are actually not that hard to find with AI tooling.
If a proper development cycle is used, then AI generated code can be quite good. Much better than hand-coded code from most developers.
