this post was submitted on 19 May 2025
118 points (99.2% liked)

technology

23762 readers
77 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 4 years ago
MODERATORS
 

https://www.pcgamer.com/software/ai/they-dont-really-make-life-decisions-without-asking-chatgpt-openai-boss-sam-altman-thinks-young-people-turning-to-chatbots-for-life-advice-is-cool/

These comments may seem silly at a glance, like joking about using WebMD instead of going to the doctor. But if this is the kind of unhealthy over-reliance on AI that OpenAI considers "cool," we should all be worried.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 2 days ago (1 children)

no. they are toys at best and can quickly get boring

[–] [email protected] 3 points 2 days ago (4 children)

I use it for a lot of stuff that is productive.

  • prototype code
  • write boiler plate code for me
  • correct my abhorrent French to pass as barely human in my own society
  • prototype things i want to be custom made by an artisan
  • tune recipes and find variation for recipes I like but grew bored off
  • find counter arguments to ideas I have to start an iteration loop.

The tool has a lot of real life, productive and helpful use case, you just need to learn how to use it properly for it to be useful, like any tool I guess.

[–] [email protected] 4 points 2 days ago (1 children)

tune recipes and find variation for recipes I like but grew bored off

enjoy eating poison

[–] [email protected] 19 points 2 days ago (2 children)
  • prototype things i want to be custom made by an artisan
  • tune recipes and find variation for recipes I like but grew bored off
  • find counter arguments to ideas I have to start an iteration loop.

I simply use my brain for these things.

[–] [email protected] 3 points 1 day ago

Pfft, you stupid luddite, don't you know that burning down the amazon so a shitty algorithm can do your thinking for you is the future? smuglord

[–] [email protected] 6 points 2 days ago (1 children)

you just need to learn how to use it properly

Doesn't this apply to the original skills and cases you're using slopgpt to supplement? Train those rather than relying on a hallucination prone plagiarism machine yknow?

[–] [email protected] 10 points 2 days ago* (last edited 2 days ago) (3 children)
prototype code
write boiler plate code for me

Does it not just provide a garbled mess that doesn't even function every time you try though? Every time I've tried to generate code with it, it has never worked, and fixing the errors is more time consuming than just writing the code myself.

Edit: Now why on earth did it do that? It should've just quoted.

[–] [email protected] 4 points 2 days ago

Nope. It works very fine most of the time. You need to be clear what you ask for and not ask for too much at a time. You say : do a script that does a small part, test it then add a new part and so on.

I mostly do this while doing another task, using my free time during compile and server deploy time to advance on my next stuff.

You can't just ask him to do full feature and hope it works properly, that's a recipe for disaster.

You have to think like it like working with a junior dev.

[–] [email protected] 4 points 2 days ago

Fuck chatGPT. If you have the hardware for it, you can locally run AI models on your device like Mistral or Qwen which are open source. Mistral is under apache license.

Most resources on this are on reddit in r/LocalLLaMA

It's wonderful. I can iterate on menial bullshit in code like manifest lists completely offline without data leaks.

[–] [email protected] 5 points 2 days ago (1 children)

it's better if you have it working iteratively. The newer command line tools allow it to compile the code and fix errors itself. There are also some techniques you can use so it does a better job of keeping track of what it's doing. Generally they still suck at large existing codebases but they're pretty good if you are doing something greenfield like a prototype or using the existing project as a dependency rather than trying to modify the existing project.

[–] [email protected] 4 points 2 days ago (2 children)

I'll have to have a look into that. If nothing else, it has been good at collecting my thoughts and giving me a clear idea of how not to do things.

[–] [email protected] 1 points 2 days ago (1 children)

It has some good suggestions at time also. Don't just discount it "because".

You need to use your critical thinking skill with this as much as everywhere else.

[–] [email protected] 3 points 1 day ago

So I've tried it, don't think it is worthwhile, and don't think it is ultimately a good use of humanity's resources, and you're telling me that I'm not "critically thinking" because I'm not a hardcore true believer?

Jesus, what the fuck happened to Lemmygrad since I left? I knew it was pushing in the direction of AI stuff, but I didn't think it would get so full of smug techbro bullshit so soon.

[–] [email protected] 3 points 2 days ago (1 children)

the thing i've found that works best is telling it to keep a scratchpad of what it's doing and what it's learned and a few other things. You have to tell it explicitly it has to keep it updated otherwise it'll neglect the scratchpad and it'll be a disaster when you go to recover from it forgetting everything.

[–] [email protected] 1 points 2 days ago

You can ask it to make a memory dump in text form also.

Chatgtp also has a memory feature... It only gets full easily!