|
|
|
|
|
by bluefirebrand
371 days ago
|
|
I think this really highlights the difference between "pro ai" and "anti ai" people "It's full of noise but I'm confident I can cut through it to get to the good stuff" - Pro AI "It's full of noise and it takes more effort to cut through than it would take to just build it myself" - Anti AI I'm pretty Anti myself. I think "I can cut through the noise" is pretty misplaced overconfidence for a lot of devs |
|
But if you're getting a lot of noise, I'd immediately try to adjust my system/user prompt to never get that noise in the first place. I'm currently using a variation of https://gist.github.com/victorb/1fe62fe7b80a64fc5b446f82d313... which is basically my personal coding guidelines but "codified" as simple rules for LLMs to understand.
For anything besides the dumb models, I get code that more or less looks exactly like how I would have written it myself. When I find I get code back that I'm not happy with, I adjust the system/user prompt further so this time and the next it returns code like how I would have done it.