by sandruso on 2/9/25, 8:17 PM with 46 comments
by zamadatix on 2/10/25, 1:13 AM
It's not really the "I don't care" mode as you care very much it matches specifically what you want to build out rather than "something which seems to work as a class if I paste it in". It's also not really "I want to learn something here" as you already know exactly what you want and you're not looking for it to deviate, you're just looking to have it appear a couple times faster than if you typed it out. This is, more or less, "I want faster autocomplete for this task" usage.
by 000ooo000 on 2/9/25, 10:52 PM
by vladde on 2/9/25, 11:49 PM
Personally I think this is the root cause of most sloppy AI code. If you just look at the code that was generated, and you don't think "I would've come up with that", then probably the code is wrong.
by muglug on 2/10/25, 5:46 AM
O1 has been really useful, but just the practice of putting my convoluted question into words has often helped me figure out the answer without even clicking submit.
by deadbabe on 2/10/25, 2:17 AM
Don’t rot your brain on this AI autocomplete stuff, learn how to apply AI to do things that were previously impossible or unfeasible, not as a way to just save time or do things cheaper as so many are tempted to.
by noodletheworld on 2/10/25, 4:18 AM
At a practical level, this is a good reason to run your own AI plugin, even if it just a wrapper around some api.
You can log your requests and the responses, and then use a similarity score to periodically see what sorts of things you’re asking.
I may even update mine to hassle me and be like “you’re asking this a lot, maybe you should remember it…”
(If, you can be bothered, rather just reaching for copilot)
by NooneAtAll3 on 2/10/25, 11:26 AM
I understand that your goal was to review the "default" you got into, but I'd love to know a lot more about struggles (and counters to them) you experienced in the NAD itself
by aicoding on 2/10/25, 6:24 AM