• 0 Posts
  • 155 Comments
Joined 2 years ago
cake
Cake day: June 4th, 2023

help-circle
  • It’s interesting. There’s a lot of talk about how chatgpt makes people lazy, but honestly I think Google killed the “read the manual” ethos.

    Back in the day when you couldn’t just search for everything, you needed enough understanding of the manual to find anything in the index.

    So a key part of figuring anything out was reading at least the start of the manual.

    Now, fuck it, you just type into Google and try to guess enough context to understand what’s going on.








  • You absolutely can’t use LLMs for anything big unless you learn to code.

    Think of an LLM as a particularly shit builder. You give them a small job and maybe 70% of the time they’ll give you something that works. But it’s often not up to spec, so even if it kinda works you’ll have to tell them to correct it or fix it yourself.

    The bigger the job is and the more complex the more ways they have to fuck it up. This means in order to use them, you have to break the problem down into small sub tasks, and check that the code is good enough for each one.

    Can they be useful? Sometimes yes, it’s quicker to have an AI write code than for you to do it yourself, and if you want something very standard it will probably get it right or almost right.

    But you can’t just say ‘write me an app’ and expect it to be useable.