• 11 Posts
  • 413 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle










  • TORFdot0@lemmy.worldtoTechnology@lemmy.worldWhat are your AI use cases?
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    2
    ·
    12 days ago

    It probably depends how many good examples it has to pull together from stack overflow etc. it’s usually fine writing python, JavaScript, or powershell but I’d say if you have any level of specific needs it will just hallucinate a fake module or library that is a couple words from your prompt put into a function name but it’s usually good enough for me to get started to either write my own code or gives me enough context that I can google what the actual module is and find some real documentation. Useful to subject matter experts if there is enough training data would be my new qualifier.


  • TORFdot0@lemmy.worldtoTechnology@lemmy.worldWhat are your AI use cases?
    link
    fedilink
    English
    arrow-up
    63
    arrow-down
    3
    ·
    12 days ago

    It’s perfect for topics you have professional knowledge of but don’t have perfect recall for. It can bring forward the context you need to be refreshed on but you can fact check it because you are an expert in that field.

    If you need boilerplate code for a project but don’t remember a specific library or built in function that tackles your problem, you can use AI to generate an example you can then fix to make it run the way you wanted.

    Same thing with finding config examples for a program that isn’t well documented but you are familiar with.

    Sorry all my examples are tech nerd stuff because I’m just another tech nerd on lemmy



  • TORFdot0@lemmy.worldtoAsklemmy@lemmy.mlLemmy 100%?
    link
    fedilink
    English
    arrow-up
    7
    ·
    13 days ago

    I don’t use Reddit whatsoever. Being away from that site for 18 months has really shown how low quality the content there is. I know longer have any desire to ever interact with that site if I can help it, even if the fediverse is missing some of the active niche communities on reddit



  • I don’t have an encyclopedic knowledge of every random library or built-in function of every language on earth so what’s the difference between googling for an example on stack overflow or asking an LLM?

    If you are asking ChatGPT for every single piece of code it will be terrible because it just hallucinates libraries or misunderstands the prompt. But saying any kind of use makes you a bad programmer seems more like fud than actual concern