Email or username:

Password:

Forgot your password?
Top-level
Viss

@forrestbrazeal @amyengineer mostly!

about half the time i ask gpt to give me some bash or some python the codeblock it responds with has commented lines like:

# .. and the code goes here

which .. is sorta the opposite of actually writing the code, so in some cases its just too lazy - which i suppose means it was trained on that sort of code to begin with

7 comments
groxx

@Viss @forrestbrazeal @amyengineer a coworker of mine has more than once received an incorrect function definition (not even valid syntax) with a body that was just "// todo" and it finally convinced me that AI will replace us all one day.

Viss

@groxx @forrestbrazeal @amyengineer at least we can take solace in that nothing 'more' will get done in tbat case, hah

groxx

@Viss @forrestbrazeal @amyengineer plus uncompilable code cannot be run, so by definition it has zero bugs :successKid:

Jeremy List

@Viss @forrestbrazeal @amyengineer I once asked it to explain how the posix dlopen function worked and instead of an explanation or working example code it wrote a nearly empty c++ class with "call to dlopen goes in this method" in a comment in one of the stub methods.

aburka 🫣 #SaveChandra

@Viss @forrestbrazeal @amyengineer How long until they generate code that attempts to call out to an LLM to generate itself?

Go Up