I thought of this recently (anti llm content within)

The reason a lot of companies/people are obsessed with llms and the like, is that it can solve some of their problems (so they think). The thing I noticed, is a LOT of the things they try to force the LLM to fix, could be solved with relatively simple programming.

Things like better searches (seo destroyed this by design, and kagi is about the only usable search engine with easy access), organization (use a database), document management, etc.

People dont fully understand how it all works, so they try to shoehorn the llm to do the work for them (poorly), while learning nothing of value.

  • Blue_Morpho@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    4 days ago

    That’s been true ever since the first graduates came out knowing COBOL instead of assembly. Everything keeps getting more bloated and buggy.

    • bridgeenjoyer@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      2
      ·
      3 days ago

      I wish I could go back and learn all the old ways, but no one teaches that now. I hate learning things the new way with all the shortcuts and bloat everything has now

      • Blue_Morpho@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        2 days ago

        There are lots of assembly programming YouTubers. My way of scratching that itch is Arduino / ESP32. The tool chain is all C code but it’s so stripped down there’s not even an OS. It’s just your code on the hardware.