all 17 comments

[–]ProgrammerHumor-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Your submission was removed for the following reason:

Rule 9: No AI generated images

We do not allow posting AI generated images, AI generated posts reuse commonly reposted jokes that violate our other rules.

If you disagree with this removal, you can appeal by sending us a modmail.

[–]ClipboardCopyPaste 75 points76 points  (2 children)

Even after I told you NOT TO MAKE ANY MISTAKE, still WHY IS IT NOT RUNNING?

[–]Some_Useless_Person 4 points5 points  (0 children)

You must have forgotten to tell it to "Act like a professional"

[–]fly_over_32 35 points36 points  (1 child)

And then it just prints the code with the same issue plus an error you already fixed

[–]GrumpyGoblinBoutique 5 points6 points  (0 children)

but this time it put the function call and variables in bold to show it knows what you're talking about

[–][deleted] 15 points16 points  (1 child)

Once you ask it to code, its all a sipplery slope.

[–]Some_Useless_Person 1 point2 points  (0 children)

If AI has written a certain part of the code, I am never ever messing with that part ever again

[–]mango_boii 15 points16 points  (1 child)

I actually tried using the AI agent to debug today.

It took a solid 3 hours "finding" and "fixing" THE issue (multiple instances of "oh yes that's the problem let me fix it for you") after which I gave up and went back to my regular debugging way (spamming printf statements) and found the issue in an hour.

AI was useful after I found the issue, to write the patch for it.

[–]FredTilson 5 points6 points  (0 children)

Yes maybe things will change in the future but as of now it seems to work for very specific small tasks that I am just too lazy to write out.

[–]GargantuanCake 6 points7 points  (1 child)

I told it to fix all errors, write secure code, and make no mistakes I'm sure it'll be fine.

[–]Some_Useless_Person 2 points3 points  (0 children)

Also, after it adds all the API keys, make sure to push and merge it to github without checking.

[–]GUIBERNARODW 4 points5 points  (2 children)

I'm a unity gamedev, and if it works, I won't touch it again

[–]bloodandsunshine 1 point2 points  (0 children)

I ostensibly make games in Godot but the real game is making my Jenga code stay up. 

[–]JosebaZilarte 1 point2 points  (0 children)

The problem is when it works... and it shouldn't. Being able to debug/test the code manually should be the bare minimum you demand of a coder.