• 👍Maximum Derek👍@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    The closest I come to chatting is asking github co-pilot to explain syntax when I’m learning a new language. I just needed to contribute a class library to an existing C# API, hadn’t done OOP in 15 years, and had never touched dotNet.

  • Call me Lenny/Leni@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    I forgot how the conversation went, but one day, a conversation I had with someone about comprehensibility (which was often an issue) compelled me to talk to an AI, a talk which I remember from the fact the AI did now have such issues as the complaining humans had.

    • intensely_human@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      3 days ago

      Yeah I’ve run into this a bit. People say it “doesn’t understand” things, but when I ask for a definition of “understand” I usually just get downvotes.

  • HornyOnMain@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    3 days ago

    Not as much as I did at the beginning, but I mainly chalk that up to learning more about its limitations and getting better at detecting its bullshit. I no longer go to it for designing because it doesn’t do it well at the scale i need. Now it’s mainly used to refractor already working code, to remember what a kind of feature is called, and to catch random bugs that usually end up being typos that are hard to see visually. Past that, i only use it for code generation a line at a time with copilot, or sometimes a function at a time if the function is super simple but tedious to type, and even then i only accept the suggestion that i was already thinking of typing.

    Basically it’s become fancy autocomplete, but that’s still saved me a tremendous amount of time.

  • benjamin_@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 days ago

    I’ve attempted to use it to program an android app.

    2 weeks of effort… It’ll finally build without issue, but still won’t run.

  • FrankLaskey@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    Maybe 1-3 times a day. I find that the newest version of ChatGPT (4o) typically returns answers that are faster and better quality than a search engine inquiry, especially for inquiries that have a bit more conceptualization required or are more bespoke (i.e give me recipes to use up these 3 ingredients etc) so it has replaced search engines for me in those cases.

  • GreenSofaBed@lemmy.zip
    link
    fedilink
    arrow-up
    0
    ·
    3 days ago

    I use Perplexity pretty much every day. It actually gives me the answers I’m looking for, while the search engines just return blog spam and ads.

    • Zeratul@lemmus.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 days ago

      I had a professor tell our class straight up, use perplexity, just put it in your own own words.

  • loaExMachina@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    3 days ago

    I had fun with it a dozen times or so when it was new, but I’m not amused anymore. Last time was about a month ago, when someone told me about using chatGPT to seek an answer, and I intentionally found a few prompts that made it spill clear bullshit, to send screenshots making a point that LLMs aren’t reliable and asking them factual questions is a bad idea.

    • friend_of_satan@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 days ago

      asking them factual questions is a bad idea

      This is a crucial point that everybody should make sure their non-techie friends understand. AI is not good at facts. AI is primarily a bullshitter. They are really only useful where facts don’t matter, like planning events, finding ways to spend time, creating art, etc…

      • subignition@fedia.io
        link
        fedilink
        arrow-up
        0
        ·
        3 days ago

        If you’re prepared to fact check what it gives you, it can still be a pretty useful tool for breaking down unfamiliar things or for brainstorming. And I’m saying that as someone with a very realistic/concerned view about its limitations.

        Used it earlier this week as a jumping off point for troubleshooting a problem I was having with the USMT in Windows 11.

  • friend_of_satan@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    It varies. Sometimes several times a day, sometimes none for a week or two. I’d say about half of those conversations are about software design.