Comment by only-one1701

5 days ago

I use (and like) AI, but “you failed the AI by not prompting correctly” strikes me as silly every time I hear it. It reminds me of the meme about programming drones where the conditional statement “if (aboutToCrash)” is followed by the block “dont()”.

At the same time, prompt/context engineering makes them better, so it matters more than zero

  • Much like removing gotos automatically makes your code 1% better.

    And then someone invented exceptions for the same reason we needed these. More semantics, people still cannot use them.

    The semantics being opaque and the thing doing much more than you expected too. And exceptions are trivially simple in comparison!

What I have come to understand is that it will do exactly what you tell it to do and it usually works well if you give it the right context and proper constraints, but never forget that it is essentially just a very smart autocomplete.

  • It will do exactly what you tell it to do, unless you're the first person doing "it".

  • Buddy, if there’s one thing I never forget and wish others didn’t either, it’s that it’s very very very helpful autocomplete.