Hacker News new | ask | show | jobs
by zahlman 119 days ago
> when I say that code has always been expensive that's part of what I'm factoring in.

Fair, but when an LLM writes code in response to a prompt I really don't get the sense that it's doing as much of that "everything around" part as you might expect.

2 comments

Yeah it absolute isn't, but the time it's saving you means you can spend more effort on all of that stuff.
No, that’s why you have a bunch of prompts make artifacts before the prompt that writes code, and prompts afterwards that run tests on code, etc…if you are just vibe coding code with one prompt, it’s not going to work out very well.