this post was submitted on 11 Apr 2024
537 points (94.7% liked)

Technology

58150 readers
5121 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Buelldozer@lemmy.today 58 points 5 months ago (8 children)

Perhaps I'm just brain dead, I've been accused of it often enough, but I can't figure out what the stupid thing is good for.

[–] Murdoc@sh.itjust.works 32 points 5 months ago (1 children)

That depends; do you mean good for the user, or good for the company? πŸ˜‰

[–] Rinox@feddit.it 4 points 5 months ago

I don't know, isn't it a huge money sink rn?

[–] menemen@lemmy.world 14 points 5 months ago* (last edited 5 months ago) (1 children)

I don't really like it, but it can defintly be used as a dumb assistant. E.g. if you want to write an email or a small script to analyze some data, you can tell it what you need, specify the details, take the results, correct them and then use the results. You still have to do much of the work, but if you do it correctly you'll save time. BUT: It'll save all of that. Don't do this with sensitive data and don't do this for work without official permission of the employer.

This is my experience. It creates a starting point for emails and things but it's not at all "intelligent".

[–] melpomenesclevage@lemm.ee 8 points 5 months ago

Spying on you. Influencing your results.

[–] cyberpunk007@lemmy.ca 2 points 5 months ago (1 children)

Lately I've been using it as a duckduckgo replacement.

...well chatgpt free version, that is. Seems like everyone has an "AI" now.

[–] sudoreboot 1 points 5 months ago

Don't do that.

[–] Rinox@feddit.it 2 points 5 months ago

It helps sometimes with code, when I can't find a solution on Google.

[–] jkrtn@lemmy.ml 1 points 5 months ago

I use LLMs when I am trying to reverse lookup a word from a definition. Works better than web searches.

Depending on which CoPilot, quite a lot to be honest.

My company uses it at work integrated into Visual Studio Professional.

It saves countless hours, especially when you work on enterprise software and have set up good coding standards, best practices, and techniques; as it learns from your code and will offer suggestions based on how we do things.

Like most TypeScript components we build are going to require loading some data via a hook, and calling these hooks is pretty consistent. So now I basically write my comment // load the data and boom no boring writing the same thing.

We save that much time on mundane tasks that we can actually spend more time learning new things or innovating.

That’s before we even get into the tool my boss build that will allow us to create all the schema and hooks for a new model which would normally be 30-45 mins of mundane copy and paste and replace.