359

Just out of curiosity. I have no moral stance on it, if a tool works for you I'm definitely not judging anyone for using it. Do whatever you can to get your work done!

(page 2) 50 comments
sorted by: hot top controversial new old
[-] fede@lemmy.world 9 points 1 year ago

I use it for help with formal language sometimes, but I do not trust it and would never try to pass off a whole generated text as mine. I always review it and try to make it sound my own.

[-] aaaaaaadjsf@hexbear.net 8 points 1 year ago* (last edited 1 year ago)

I know many people my slightly younger than me are using chatgpt to breeze though university assignments. Apparently there's one website that uses gpt that even draws diagrams for you, so you don't have to make 500 UML and class diagrams that take forever to create.

[-] redballooon@lemm.ee 6 points 1 year ago

If only they would also understand what they’re delivering.

[-] WackyTabbacy42069@reddthat.com 8 points 1 year ago* (last edited 1 year ago)

I use GPT-4 daily. I worked with it to create a quick and convenient app on my smartwatch, which allows it to provide wisdom and guidance fast whenever I need it. For more grandular things, I use its BingChat interface which can search the web and see images. The AI has helped me with understanding how to complete tasks, providing counseling for me, finding bugs in my code, writing functions, teaching me how to use software like Excel and Outlook, and giving me random information about various curiosities that pop into mind.

I don't keep it a secret and tell anyone who asks. Plus it's kinda obvious that something is going on with me. I always wear bone conducting headsets that allow the AI to whisper in my ear without shutting me out to the world, and sometimes talk to my watch

The responses to knowing what I'm doing have almost always been extreme: very positive or very negative. The machine is controversial, and when some can no longer stay in comfortable denial of its efficacy they turn to speaking out against its use

Edit: just fixed its translation method. Now the watch will hear non-english speech and automatically translate it for me too (uses Whisper API)

load more comments (3 replies)
[-] Jay@sh.itjust.works 8 points 1 year ago

I use ChatGPT fairly frequently. For example, I often have to write a business email. I'm usually pretty good at it. But sometimes I don't have the time or desire to find the right wording. This is where ChatGPT comes into play: I have trained my writing style using several examples and then simply have the quickly written emails beautified.

My boss doesn't know about it, but I don't hide it either. My company is very, very slow on the technical side and will only understand the benefits of AI in a few years.

load more comments (2 replies)
[-] CapeWearingAeroplane@sopuli.xyz 8 points 1 year ago

I've found ChatGPT is good for small tasks that require me to code in languages I don't use often and don't know well. My prime examples are writing CMakeLists.txt files, and generating regex patterns.

Also, if I want to write a quick little bash script to do something, it's much better at remembering syntax and string handling tricks than me.

Trying to do our work with ChatGPT and then discussing the results has been our #1 topic of kitchen conversation all year.

[-] Behaviorbabe@kbin.social 7 points 1 year ago

Coworker of mine admitted to using this for writing treatment plans. Super unethical and unrepentant about it. Why? Treatment plans are individual, and contain PII. I used it for research a few times and it returned sources that are considered bunk at best and hated within the community for their history. So I just went back to my journal aggregation.

[-] 520@kbin.social 5 points 1 year ago

Super unethical and unrepentant about it.

Super illegal in most jurisdictions too.

[-] hsl@wayfarershaven.eu 7 points 1 year ago

My job actively encourages using AI to be more efficient and rewards curiosity/creative approaches. I'm in IT management.

[-] brunofin@lemm.ee 7 points 1 year ago

We openly use it and abuse of it from top to bottom of the company and for me add Co-Pilot to that as well

[-] AWittyUsername@lemmy.world 6 points 1 year ago* (last edited 1 year ago)

As a backend developer I use it to explain some SQL, dev processes that I should know but unsure on, or best practices for X.

SQL is my weakest link.

load more comments (1 replies)
[-] vext01 6 points 1 year ago

I use it as a search engine for the LLVM docs.

Works so much better than doxygen.

But it's no secret.

[-] randomTingler@lemmy.world 6 points 1 year ago

English is not my first language. I use it to fix grammar and rephrase sentences for making communication easy.

The platform/language that I use doesn't supported by chat GPT or Bard. So I write my own code.

[-] PeWu@lemmy.ml 6 points 1 year ago

Not using chatgpt at all because it's queue is always full.

[-] CaptainPike@beehaw.org 8 points 1 year ago

See this confuses the hell out of me. I've NEVER been prevented from using ChatGPT by a queue. It's always saying that it's a downside to not paying for it but seems like I just always choose the times that no one is using it.

load more comments (1 replies)
load more comments (2 replies)
[-] Subverb@lemmy.world 6 points 1 year ago

I am the boss and I've had to cajole a couple of my employees into using it.

Any employer that thinks using ChatGPT carefully and judiciously is a bad thing is mistaken. When it works it's a great productivity boost, but you have to know when to kick it to the curb when it starts hallucinating.

[-] Crackhappy@lemmy.world 5 points 1 year ago

As a coder, we have had discussions about using it at work. Everyone's fine with it for generation of test data, or for generating initial code skeletons but it still requires us to review every line. It saves a bit of time but that's all.

[-] Nioxic@lemmy.world 5 points 1 year ago

I use it

My boss likes it too. Of course we dont trust it m, but it can do certain things easier and faster than a human can

[-] nero@lemmy.world 5 points 1 year ago

Aside from asking it coding questions (which are generally a helpful pointer in the right direction), i also ask it alot of questions like “Turn these values into an array” or something similar when i have to make an array of values (or anything else that’s repetitive) and am too lazy to do it myself. Just a slight speedup in work.

[-] 1984@lemmy.today 5 points 1 year ago* (last edited 1 year ago)

I use it at work but gladly tell the boss... It's only pluses if we can do more trivial work faster. More time to relax. They don't watch what I do during the day. The boss relaxes also. All good.

I've run emails through it to check tone since I'm hilariously bad at reading tone through text, but I'm pretty limited in how I can make use of that. There's info I deal with that is sensitive and/or proprietary that I can't paste into just any text box without potential severe repercussions.

[-] datavoid@lemmy.ml 5 points 1 year ago

I use it to speed up writing scripts on occasion, while attempting to abstract out any possibly confidential data.

I'm still fairly sure it's not allowed, however. But considering it would be easy to trace API calls and I haven't been approached yet, I'm assuming no one really cares.

[-] dbilitated@aussie.zone 4 points 1 year ago

i have used to to do simple shell scripts - like, "read a text file, parse out a semver, increment the minor version, set the last value to zero, write back out to the text file". simple stuff that can be easily stated it's pretty good at. mind you it was a bit wrong and i had to fix it, but it saved me googling commands and writing the script myself. I wouldn't have bothered normally but i do that once every two weeks so it's nice to just have a command to do it.

[-] Kodemystic@lemmy.kodemystic.dev 5 points 1 year ago

Im using the shit out of gpt-4 for coding and it works. And no never told anyone cause nobody asks.

[-] nueonetwo@lemmy.ca 4 points 1 year ago

I've used it a couple times to draft reports, most of what it writes is pretty garbage but it's good for generating general filter sentences and structure and stuff that I don't want to waste the time thinking about.

I've also used it to generate Facebook posts, it's awesome at this however recently I've had to make a point to telling it not to include emojis or the posts get overloaded

load more comments
view more: ‹ prev next ›
this post was submitted on 10 Aug 2023
359 points (96.6% liked)

Asklemmy

43027 readers
1560 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS