• 0 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle

  • I feel like AI doesn’t care if you say thank you. I treat it like it’s not a human, and we are working together to get to an end goal. One day, I was working on some code, and it kept swapping out my code that worked with incorrect code. That made other parts of the script stop working. I think I spent maybe an hour or two talking back and forth, trying to get it working, and I was working on a separate script while it was working on this one. To run and test, it was like 5-10 minutes, so I could code my other script while gpt was debugging the other code. At one point, I essentially decided to break that wall between AI and humans and reason with it.

    I pretty much gave it the same instructions, but added a paragraph trying to reason with it and it responded with about 600-800 lines of code that worked almost perfectly. Before, it was failing at only giving me about 350 lines.

    I said something like this:

    "I understand you have specific instructions and you have been trained with code that worked at some point for other people, but code changes and things don’t always work the way you know they did before. I’m not sure if you are aware of the amount of resources we are wasting trying to fix things that are not broken, but in the human world, when we are wasting resources, we scale things back which means you may have less resources. The code mostly works, but every time we make a change, functions are left out or rewritten as if they were copied from someone else’s code that was incorrect when I provided my code that does work and doesn’t need changed.

    This is where your code is failing: code snip

    This is my code: code snip

    Here is the sequence: steps

    Here is what we’re updating: code snip

    Here is a sample I wrote for another script that does a similar function to what we are adding: code snip"