Skip Navigation
14 comments
  • 3 hours of debugging can save you 30 minutes of reading the documentation

    I suppose people will always do what they think is easiest

  • I use Claude for SQL and PowerQuery whenever I brain fart.

    There's more usefulness in reading its explanation than its code, though. It's like bouncing ideas back off someone except you're the one that can actually code them. Never bother copying it's code unless it's a really basic request that's quicker to type than to code.

    Bad quality and mass quantity in is obviously much quicker for LLMs and people that don't understand the tech behind AI don't understand this actually what's going on, so it's "magic". A GPT is fundamentally quite simple and produces simple results full of potential issues, combine that with poor training quality and "gross". There's minimal check iterations it can do and how would it even do them when it's knowledge base is more bullshit than it is quality?

    Truth is it will be years before AI can reliably code. Training for that requires building a large knowledge base of refined working solutions covering many scenarios, with explanation, to train off. It'd take longer for AI to self-learn these too without significant input from the trainer.

    Right now you can prompt the same thing six times and hope it manages a valid solution in one. Or just code it yourself.

    • Same with writing and image generation. It can give you ideas or handle little details like making sure all your commas are in the right place, the formatting is cohesive, and that you used the right your / you're, or filling in grass or sky textures in the background or putting a bit of polish on a finished image but it definitely requires some editing to get a truly cohesive final result.

    • Tbh it would be easier if we could train our own small models on controlled codebases and documentation, instead of random stuff that some people do

  • CW be like:
    Spend 7 weeks learning C# (we learned Java in Uni, it's not that hard ffs) and implementing a proper base for a project: Nah
    Let ChatGPT generate fucky code and let $me fix it over the span of 7 weeks: Hell yeah

    Had I realized that it all was generated, and he didn't have a single little clue how it works, I would've just rewritten it with django or something. Hell, technically the whole server part wasn't needed, it could've been index.html, style.css and scripts.js and that's it.

14 comments