zlacker

[return to "My AI skeptic friends are all nuts"]
1. jatins+QD[view] [source] 2025-06-03 02:04:03
>>tablet+(OP)
Everything about that is true but, and that's a big BUT, the code I write with LLM I can only iterate on it with an LLM.

My mind doesn't develop a mental model of that code, I don't know where the relevant parts are, I can't quickly navigate through it and I have to reach the LLM for every small change.

Which is why I like Copilot style editing more than agents as a working model but agents are just so much more powerful and smarter thanks to everything available to them.

◧◩
2. swalsh+LK[view] [source] 2025-06-03 03:22:55
>>jatins+QD
You can ask the llm to write code the way you think about it. I usually write a little spec document as my first prompt, and in there i'll add some rules on how I want code structured, seperated etc.

If you use cursor, cursorrules can be a good way of doing this.

[go to top]