194
submitted 2 weeks ago* (last edited 2 weeks ago) by cyrano@lemmy.dbzer0.com to c/asklemmy@lemmy.world
(page 3) 50 comments
sorted by: hot top controversial new old
[-] piecat@lemmy.world 4 points 2 weeks ago

Super useful when I have a half-baked idea or concept that I want to learn more about, but don't know the lingo. I can explain the idea and it'll give me terms to search.

Also, it gives pretty good ideas for debugging or potential fixes.

Not sure i'd ever "trust with my life", but it's a useful tool if you use it right.

[-] fushuan@lemm.ee 4 points 2 weeks ago

It's useful when you want to write some algorithm using specific versions of libraries. It first craps out wrong functions but after 1 or 2 redirects it usually shoots something that I then adapt to my use-case. I usually try googling it first but when most fucking guides use the new way of coding and I'm forced to use fixed versions due to company regulations, it gets frustrating to check if every function of known algorithms is available in the version I'm using and if it's not, which replacement would be appropriate.

It might hallucinate from time to time but it usually gives me good enough ideas/alternatives for me to be able to work around it.

I also use it to format emails and obscure hardware debugging. It's pretty bad but pretty bad is better than again, 99% of google results suggesting the same thing. GPT suggests you a different thing once you tell it you tried the first one.

As always, it's a tool and knowing that the answers aren't 100% accurate and you need to cross-check them is enough to make it useful.

[-] superkret@feddit.org 4 points 2 weeks ago* (last edited 2 weeks ago)

It's a neat tool for very specific language-related tasks.
For example, it can translate a poem so that the translation still rhymes.
Its main strength is not its ability to write, but to read. It's the first time in human history where you can pose any question to a computer in human language, and expect to get a meaningful reply.
As long as that question isn't asking for facts or knowledge.
It's also useful for "tip of my tongue" queries, where the right Google search term is exactly what you're missing.

All of its output is only usable and useful if you already know the facts about what you're asking, and can double-check for hallucinations yourself.

However, on a societal scale, it's a catastrophy on par with nuclear war.
It will consume arbitrary amounts of energy, right at the most crucial time when combatting climate change might still have been possible.
And it floods everyone's minds with disinfo, while we're at the edge of a global resurgance of fascism.

[-] SupahRevs@lemmy.world 3 points 2 weeks ago

Yep. This is the impact I see from my employer who is in the energy industry. They are trying to build up the electric grid to handle additional data centers. Between Bitcoin and AI there is a lot of new demand for energy in locations where there has been little population growth.

[-] tiefling@lemmy.blahaj.zone 4 points 2 weeks ago

I use it a lot to proofread my creative writing

[-] ModernRisk@lemmy.dbzer0.com 3 points 2 weeks ago

It had a good impact for me, it saved me from an immense headache of university. I explicitly told the professors that, I have issues with grammar (despite it being my native language).

They kept freaking out about it and I eventually resorted to ChatGPT. Solved the issue immediately.

load more comments (7 replies)
[-] RagnarokOnline@programming.dev 3 points 2 weeks ago

Only small use cases on my end: Professional - great at helping me save time on syntax related things (“help me right an excel formula that validates cell C2 as a properly formatted US phone number”). Personal - really helpful at fleshing out a comedy idea I’m toying with (“help me analyze and expand why the idea of ‘vampires benefitting from an app called Is There Garlic In This’ is funny for a stand-up routine”).

Otherwise, I spend just as much time verifying the LLM’s output as I would have just doing it myself.

[-] wildncrazyguy138@fedia.io 3 points 2 weeks ago

I used it the other day to redact names from a spreadsheet. It got 90% of them, saving me about 90 minutes of work. It has helped clean up anomalies in databases (typos, inconsistencies in standardized data sets, capitalization errors, etc). It also helped me spruce up our RFP templates by adding definitions for standard terminology in our industry (which I revised where needed, but it helped to have a foundation to build from).

As mentioned in a different post, I use it for DND storylines, poems, silly work jokes and prompts to help make up bed time stories.

My wife uses it to help proofread her papers and make recommendations on how to improve them.

I use it more often now than google search. If it’s a topic important enough that I want to verify, then I’ll do a deeper dive into articles or Wikipedia, which is exactly what I did before AI.

So yea, it’s like the personal assistant that I otherwise didn't have.

[-] glimse@lemmy.world 3 points 2 weeks ago

I've used it to help me write batch scripts and excel formulas but found it pretty bad for LISP

[-] 30p87@feddit.org 2 points 2 weeks ago* (last edited 2 weeks ago)

ChatGPT itself didn't do anything, FastGPT from Kagi helps me everyday though, for quickly summarizing sources to learn new things (eg. I search for a topic and then essentially just click the cited sources).

And ollama + open-webui + stable-diffusion-webui with a customized llama3.1-8b-uncensored is a great chat partner for very horny stuff.

[-] Knossos@lemmy.world 2 points 2 weeks ago* (last edited 2 weeks ago)

For me, a huge impact.

I took an export of all our apps reviews and used it to summarise user pain points. Immediately a list of things we can prioritise.

When I'm doing repetitive code. It will (90% of the time) place the next puzzle piece in the repetition.

Using better systems like Cursor, I was able to create a twitch bot. I could then use it to make various text based games such as 20 questions or trivia. All (90% again, nothing is perfect) of which was done through prompts.

[-] glitchdx@lemmy.world 2 points 2 weeks ago

I have a book that I'm never going to write, but I'm still making notes and attempting to organize them into a wiki.

using almost natural conversation, i can explain a topic to the gpt, make it ask me questions to get me to write more, then have it summarize everything back to me in a format suitable for the wiki. In longer conversations, it will also point out possible connections between unrelated topics. It does get things wrong sometimes though, such as forgetting what faction a character belongs to.

I've noticed that gpt 4o is better for exploring new topics as it has more creative freedom, and gpt o1 is better for combining multiple fragmented summaries as it usually doesn't make shit up.

[-] sloppysol@lemmy.world 2 points 2 weeks ago

I genuinely appreciate being able to word my questions differently than old google, and specifying deeper into my doubts than just a key word search.

It’s great to delve into unknown topics with, then to research results and verify. I’ve been trying to get an intuitive understanding of cooking ingredients and their interaction with eachother and how that relates to the body, ayurvedically.

I think it’s a great way to self-educate, personally.

[-] Jimbabwe@lemmy.world 2 points 2 weeks ago

I’ve implemented two features at work using their api. Aside from some trial-and-error prompt “engineering” and extra safeguards around checking the output, it’s been similar to any other api. It’s good at solving the types of problems we use it for (categorization and converting plain text into a screen reader compliant (WCAG 2.1) document). Our ambitions were greater initially, but after many failures we’ve settled on these use cases and the C-Suite couldn’t be happier about the way it’s working.

load more comments
view more: ‹ prev next ›
this post was submitted on 01 Dec 2024
194 points (91.8% liked)

Ask Lemmy

27225 readers
1840 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 2 years ago
MODERATORS