• 23 Posts
  • 101 Comments
Joined 8 months ago
cake
Cake day: September 13th, 2024

help-circle
  • If you have no qualms about pretending to be a sexual assault survivor, trauma counselor, and/or a Black man opposed to Black Lives Matter, you meet the dictionary definition of a sociopath. And I don’t give a shit about “oh it’s AI doing it not the people.” I’m sorry, is the AI sentient? No. The humans are, and they chose to run the AI. I don’t even care if those personas were entirely the AI’s creation, if you didn’t stop the AI as soon as you realize it was going there you’re still a horrible person. Same with if you didn’t even check what the AI was doing while running this “”“research”“”







  • HiddenLayer555@lemmy.mltoOpen Source@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    13 days ago

    Any legal experts want to weigh in on whether this is even allowed? CC0 by definition has no limitations, but GPL very explicitly has limitations for what the code can be used for, and also applies to derivatives. If it was their own code but was officially submitted to the Linux repo, who owns it and gets to decide how the code can be licensed?






  • LLMs can’t even stay on topic when specifically being asked to solve one problem.

    This happens to me all the damn time:

    I paste a class that references some other classes which I have already tested to be working, my problem is in a specific method that doesn’t directly call on any of the other classes. I tell the LLM specifically which method is not working, I also tell it that I have tested all the other methods and they work as intended (complete with comments documenting what they’re supposed to do). I then ask the LLM to only focus on the method I have specified, and it still goes on about “have you implemented all the other classes this class references? Here’s my shitty implementation of those classes instead.”

    So then I paste all the classes that the one I’m asking about depends on, reiterate that all of them have been tested and are working, tell the LLM which method has the problem again, and it still decides that my problem must be in the other classes and starts “fixing” them which 9 out of 10 times is just rearranging the code that I already wrote and fucking up the organisation that I had designed.