Been using Perplexity AI quite a bit lately for random queries, like travel suggestions.

So I started wondering what random things people are using it for to help with daily tasks. Do you use it more than Google/etc?

Also if anyone is paying for Pro versions? Thinking if it’s worth it paying for Perplexity AI Pro or not.

  • Stern@lemmy.world
    link
    fedilink
    arrow-up
    31
    arrow-down
    2
    ·
    5 months ago

    Basically nothing. I’m good at using search engines and the porn feels boringly samey from it so the only use case left for me is making meme images, which is rare at best.

  • rufus@discuss.tchncs.de
    link
    fedilink
    arrow-up
    18
    arrow-down
    1
    ·
    edit-2
    5 months ago

    I don’t use it for daily tasks. I’ve been tinkering around with local LLMs for recreation. Roleplay, being my dungeon master in a text adventure. Telling it to be my “waifu”. Or generating amateur short stories. At some time I’d like to practice my foreign language skills with it.

    I haven’t had good success with tasks that rely on “correctness” or factual information. However sometimes I have it draft an email for me or come up with an argumentation for a text that I’m writing. That happens every other week, not daily. And I generously edit and restructure it afterwards or just incorporate some of the paragraphs into my final result.

    • dingus@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      5 months ago

      D&D related things actually seems like a decent use case. For most other things I don’t understand how people find it useful enough to find use cases to do daily tasks with it.

      • rufus@discuss.tchncs.de
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        5 months ago

        Agree. I’ve tried some of the use-cases that other people mentioned here. Like summarization, “online” search, tech troubleshooting, recipes, … And all I’ve had were sub-par results and things that needed extensive fact-checking and reworking. So I can’t really relate to those experiences. I wouldn’t use AI as of now for tasks like that.

        And this is how I ended up with fiction and roleplay. Seems to be better suited for that. And somehow AI can do small coding tasks. Like writing boiler-plate code and help with some of the more tedious tasks. At some point I need to feed another of my real-life problems to the current version of ChatGPT but I don’t think it’ll do it for me. And it can come up with nice ideas for stories. Unguided storywriting will get dull in my experience. I guess the roleplaying is nice, though.

        Edit: And I forgot about translation. That also works great with AI.

  • doxxx@lemmy.ca
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    5 months ago

    I’m a professional software dev and I use GitHub Copilot.

    It’s most useful for repetitive or boilerplate code where it has an existing pattern it can copy. It basically saves me some typing and little typo errors that can creep in when writing that type of code by hand.

    It’s less useful for generating novel code. Occasionally it can help with known algorithms or obvious code constructs that can be inferred from the context. Prompting it with code comments can help although it still has a tendency to hallucinate about APIs that don’t exist.

    I think it will improve with time. Both the models themselves and the tools integrating the models with IDEs etc.

  • Lvxferre@mander.xyz
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    5 months ago

    I use LLM bots mostly

    • as websearch - e.g. “list sites containing growing conditions for pepper plants”;
    • for practical ideas - e.g. “suggest me a savoury spice mix containing ginger”

    I never use them for the info itself. It’s foolish to trust a system that behaves like a specially irrational assumer. (It makes shit up, it has the verbal intelligence of a potato, and fails to follow simple logic.)

    I’m not using any Pro version.

    For reference: nowadays I’m using ChatGPT 3.5 and Claude 1.2, both through DuckDuckGo. I used Gemini a fair bit, but ditched it - not just for privacy, but because Gemini’s “tone” rubs me off the wrong way.

  • Destide@feddit.uk
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    5 months ago

    Replaced forums like Stack for me both could give me incorrect information, one doesn’t care how dumb my questions are.

    My job pays from premium, and it’s been useful clearing up certain issues I’ve had with tutorials for the current language I’m learning. In an IDE CO-Pilot can get a bit in the way and its suggestions aren’t as good as they once were, but I’ve got the settings down to where it’s a fancy spell check and synergises well vim motions to bang out some lines.

    It’s only replaced the basic interactions I would have had without having to wait for responses or having a thread ignored.

  • guyrocket@kbin.social
    link
    fedilink
    arrow-up
    6
    ·
    5 months ago

    I’m going to continue to monitor this thread but so far I’m surprised at how little use most are getting from AI tools. And the highest upvoted comment is that one does NOT use AI tools in their daily routine.

    So much hype around AI recently and I’m not seeing/hearing a lot of REAL, PRACTICAL use case for it.

    Interesting.

  • weariedfae@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    5 months ago

    I don’t word good and ChatGPT bro helps me use my nouns.

    That’s only kind of a joke, I have anomic aphasia and use ChatGPT to help me find the words when I lose them. I used to use Google but it doesn’t really work anymore.

    • aStonedSanta@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      5 months ago

      Yeah. Wtf did Google do to itself lol. I’m in the same boat as of usage. No diagnosis but severe adhd so assume it’s dyslexia on my end lol

  • MicrowavedTea@infosec.pub
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    5 months ago

    I’ve only used ChatGPT and it’s mostly good for language-related tasks. I use it for finding tip-of-my-tongue words or completing/paraphrasing sentences. Basically fancy autocorrect. It’s also good at debugging stuff sometimes when the language itself doesn’t give useful errors (looking at you sql). Other than that, any time I’ve asked for factual information it’s been wrong in some way or simply not helpful.

  • Audalin@lemmy.world
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    5 months ago

    I’m using local models. Why pay somebody else or hand them my data?

    • Sometimes you need to search for something and it’s impossible because of SEO, however you word it. A LLM won’t necessarily give you a useful answer, but it’ll at least take your query at face value, and usually tell you some context around your question that’ll make web search easier, should you decide to look further.
    • Sometimes you need to troubleshoot something unobvious, and using a local LLM is the most straightforward option.
    • Using a LLM in scripts adds a semantic layer to whatever you’re trying to automate: you can process a large number of small files in a way that’s hard to script, as it depends on what’s inside.
    • Some put together a LLM, a speech-to-text model, a text-to-speech model and function calling to make an assistant that can do something you tell it without touching your computer. Sounds like plenty of work to make it work together, but I may try that later.
    • Some use RAG to query large amounts of information. I think it’s a hopeless struggle, and the real solution is an architecture other than a variation of Transformer/SSM: it should address real-time learning, long-term memory and agency properly.
    • Some use LLMs as editor-integrated coding assistants. Never tried anything like that yet (I do ask coding questions sometimes though), but I’m going to at some point. The 8B version of LLaMA 3 should be good and quick enough.
  • WindyRebel@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    5 months ago

    As an SEO - hell no. Those that did got penalized by the latest algorithm update from Google.

    As a DM? Yes! It helped me write a nice poem for a bard that will hopefully give my players some context to what they will be encountering as they move further in my campaign.

  • ReallyZen@lemmy.ml
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    5 months ago

    There’s now a privacy-respecting offer on DDG, use the !ai bang to get to it.

    To answer your question, any “natural language” query of modest importance, where asking a question like “will there be any more movies in that series by this director?” is easier than checking the usual movies websites.

  • DelightfullyDivisive@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    2
    ·
    5 months ago

    I’ve tried paid versions of ChatGPT, Claude, and Gemini. I am currently using Gemini, and it is working reasonably well for me.

    I mostly use it to replace searches. I haven’t used Google in years, but mainly relied on DuckDuckGo until SEO made it less useful. My secondary use case is for programming. I tend to jump around to a lot of different languages and frameworks, and it’s hugely helpful to get sample code describing what I want to do when I don’t know the syntax.

    Once in a great while, I will have it rewrite something for me. That is mostly for inspiration if I want to change the tone of something I wrote (then I’ll edit). I think that all of the LLMs suck at writing.

  • j_miso@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    5 months ago

    I swap over from GPT4 to Perplexity Pro. It’s almost taken over as my default search now. I use that to troubleshoot home assistant issues, or even game mods issues. The pro version is nice because they will actually ask you to clarify certain things before giving a better output.

    It performs wells with all the usual email reply, writing etc. I do like that I have the option to switch between GPT, Claude, and Mistral within Perplexity, which the last actually will return results if I ask for help on stuff like torrents.