• 4 Posts
  • 1.31K Comments
Joined 10 months ago
cake
Cake day: November 7th, 2025

help-circle


  • Just to double check, we are talking about Elon right? Lol. I also have to note, you downvote a comment for which you don’t know if that person has any sources for what they said or not? Is that really a “serious question” or are you just coming to the dicussion with very strong and unfounded priors, the thing you are accusing me of.

    I have watched multiple interviews featuring him. But more importantly I have seen dozens of comments made by him on various technical/societial topics that completely missed the mark (even though he was 100% confident). I am sure I can still find atleast three or four if you have somehow missed all of Elon’s tweets for the last decade and are interested. By the tone of your message I feel like you have opinions or contradicting resources on the matter, care to share?








  • To justify a kick while on the ground she must have said something the equivalent of “I am going to murder your cat while you sleep” and I doubt that is what happened. What likely happened is she said something that hurt his ego and instead of expressing his reaction verbally, he acted like the man child he is and started flailing his arms and legs. If this is the case he should be banned from every bar with a ten km radius of where he lives and from all the dating apps too.



  • Avicenna@programming.devtoMicroblog Memes@lemmy.worldElon solves chess
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    3 days ago

    Makes me remember the news a decade ago that went like “Elon Musk the genius billionaire who reads rocket science books to take us all to Mars”. Yeah he probably did read them, without really understanding details, so that he could throw around technical words to impress people. It worked for a short while but he wasn’t clever enough to keep his stupid ideas to him so he exposed himself basically.








  • Unless you are only raw productivity focused, another “legitimate” reason for using AI could be that you have many ideas you want to test and doing it all by yourself is unfeasible. But then if you have tried AI for such tasks, the longer you work on the project with an LLM the more it drifts away from your original ideas. And usually it will come up with these magical reasons to justify the path it took which may take you half an hour to understand. And quite often such discussions will end up with something like “you are right, I have overstated the problem”. So in the end if you want your own vision to be at the center of the project it becomes an annoying tug of war where either each couple days you have to spend a full day to understand why and how the LLM code has drifted from your original idea or just roll with the auto mode on.

    For the latter you have to setup, as explained in the article, other agents to review, vet and improve the code which results in more drift so now the project drifts away from what you want even more rapidly. It will still try to achieve the same result, but it will no longer feel like your project because it is littered with technical decisions that makes the code feel very alien. In a sense you should be ok to be the project manager of your own hobby which frankly is soul destroying and really kills any joy I get from doing it.

    So even if I use AI in personal projects, it is not to output more projects at a time but to see if the robot can come up with angles that are interesting or useful to solve problems I encounter (I will confess it can, quite often). If I ask it to write code it is a slow process, since as the code grows, I take time to completely go through the code and put it in a form that is easy for me to parse and then ask the robot to make sure it achieves the same result as the previous version.