The Case for Software Craftsmanship in the Era of Vibes — Zed's Blog

https://feddit.org/post/14104414

The Case for Software Craftsmanship in the Era of Vibes — Zed's Blog - feddit.org

Lemmy

To me it’s funny that a case even needs to be made. I’ve reviewd enough output of AI agents to confidently dismiss it as largely trash. Given enough time, this hype will blow over and LLMs will be another useful but not revolutionary tool for programmers. It won’t even come close to replacing humans and it will require skilled developers to be used efficiently. Software craftsmanship is as valuable as it’s ever been.

The trick to using an AI agent effectively is already knowing exactly what you want, typing the request out in excruciating detail, and being a good developer who properly reviews code so you catch all the errors and repetition the AI agent will absolutely include.

So… Yeah. 100% agree. AI agents are useful, but impossible to use if you aren’t already skilled with code.

Agree completely! The people saying “LLMs don’t produce good code” are using prompts like “build a feature that does X, Y and Z”

Good prompting with current-quality LLMs needs to look like “create a function that take in params A and B and produces an output of C”

It’s still faster than hand writing the code since the agent will refactor as it goes and break things down into manageable, small functions, but you have to tell it to do that.