| ▲ | ranger_danger 8 hours ago |
| The only reason it's a spaghetti mess is because it's not being prompted correctly by an expert. |
|
| ▲ | gxs 8 hours ago | parent | next [-] |
| 100% A novice writing code by hand could also write spaghetti code If you've worked in enterprise software, you might have seen that even competent professionals can write spaghetti code At this point AI really is just garbage in garbage out |
| |
| ▲ | gxs 6 hours ago | parent [-] | | Haha it’s so comical how predictable downvotes are - which is a proxy for knowing what developers sensibilities are Wild to me that we see this even in what is a relatively more “sophisticated” forum | | |
| ▲ | Dylan16807 6 hours ago | parent [-] | | The downvotes are because you're just saying some devs are bad, you're not explaining how/why incorrect prompting is the only reason it's a mess. Or even the main reason. |
|
|
|
| ▲ | bakugo 8 hours ago | parent | prev [-] |
| Are these experts in the room with us right now? Because if even the creators of Claude seemingly can't prompt non spaghetti code (see: Claude Code leak), I'd like to know who can. |
| |
| ▲ | Ancapistani 7 hours ago | parent | next [-] | | Speaking for myself - they may not have cared to. I can absolutely prompt AI to following established patterns and produce nice, clean output in a legacy codebase. I also have a completely separate set of skill files that I’ve been building organically by allowing the agent to do make most decisions about conventions. The latter produces code that would be a nightmare to modify by hand, but I’m still able to iterate on it many times faster than I could in the codebase where code quality is a requirement. “Code quality” is mostly “human readability”, and I’m simply not sure that’s a valuable attribute anymore. | | |
| ▲ | bakugo 7 hours ago | parent [-] | | > “Code quality” is mostly “human readability” That's an extremely narrow view of programming, and shows a complete lack of experience. |
| |
| ▲ | ranger_danger 8 hours ago | parent | prev [-] | | How do you know they were even trying in the first place? Have you analyzed the prompt they used? | | |
| ▲ | bakugo 7 hours ago | parent [-] | | How do you know they weren't? Have you analyzed the prompt they used? There's no shortage of examples of unmaintainable spaghetti AI code, Claude Code is just one of many. If you have examples of good codebases maintained by "prompting experts", I'd love to see them. | | |
| ▲ | ranger_danger 34 minutes ago | parent | next [-] | | Pretty much any existing project (that started before LLMs were a thing) who accepts LLM-generated code, I would argue fits your requirement, since the PRs adhere to their existing code style and guidelines, or they wouldn't be accepted in the first place. In those cases it may be impossible to tell that an LLM was even involved. Recent notable examples would be the Linux kernel or cURL. | |
| ▲ | gxs 6 hours ago | parent | prev [-] | | The difference is he’s not passing judgement on it or jumping to conclusions, fyi | | |
| ▲ | Dylan16807 6 hours ago | parent [-] | | Nobody is jumping to conclusions. There's enough examples to come to perfectly reasonable conclusions and judgements. |
|
|
|
|