Hello all, long time lurker, sometimes poster. In my line of work some of my co workers seem eager to turn to the clanker to get an instant answer to any road block. I feel its better to problem solve the old fashioned way. With some good old research and finding a blog that is not AI slop LOL. Do those of you in a support role find any peer pressure to use LLMs?

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

    What I try to do is the classic search the problem in an abstract manner but use LLM instead of web search. Once it predicts the output, I search the documentation to understand what the function is, return type etc…

    Finally write a version of code that works, what an LLM helps with is, it makes abstract searching easier which means I can’t use the same for searching facts (which unfortunately many people do and argue that’s is the truth)