6 ms·
I tend to feel like, I start out with a rough idea of a program I want to write in my head. I find it easier to just write the code directly than to write a doc
by ufmace 3mo ago
I tend to feel like, I start out with a rough idea of a program I want to write in my head. I find it easier to just write the code directly than to write a document with sufficient detail about how I want it to work for an LLM to actually write the right code, then have the LLM write the code. And the resulting documentation is about as likely to be useless or a burden as it is to be helpful in the future.
- K0balt 3mo agoYou don’t write the doc. You talk to the LLM about the idea and the anchor points, and have it write the doc.
- reactordev 3mo agoJust remember Visual Inspection Before Execution…
- K0balt 3mo agoNah, it’s only industrial process control… YOLO!