this post was submitted on 02 Aug 2023
334 points (93.9% liked)

Technology

58164 readers
3984 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
 

Tech experts are starting to doubt that ChatGPT and A.I. ‘hallucinations’ will ever go away: ‘This isn’t fixable’::Experts are starting to doubt it, and even OpenAI CEO Sam Altman is a bit stumped.

you are viewing a single comment's thread
view the rest of the comments
[–] persolb@lemmy.ml 10 points 1 year ago (2 children)

It is possible to get coherent output from them though. I’ve been using the ChatGPT API to successfully write ~20 page proposals. Basically give it a prior proposal, the new scope of work, and a paragraph with other info it should incorporate. It then goes through a section at a time.

The numbers and graphics need to be put in after… but the result is better than I’d get from my interns.

I’ve also been using it (google Bard mostly actually) to successfully solve coding problems.

I either need to increase the credit I giver LLM or admit that interns are mostly just LLMs.

[–] PrinzMegahertz@lemmy.world 1 points 1 year ago

I recently asked it a very specific domain architecture question about whether a certain application would fit the need of a certain business application and the answer was very good and showed both a good understanding of architecture, my domain and the application.

[–] WoahWoah@lemmy.world 1 points 1 year ago (1 children)

Are you using your own application to utilize the API or something already out there? Just curious about your process for uploading and getting the output. I've used it for similar documents, but I've been using the website interface which is clunky.

[–] persolb@lemmy.ml 1 points 1 year ago (1 children)

Just hacked together python scripts.

Pip install openapi-core

[–] WoahWoah@lemmy.world 1 points 1 year ago

Just FYI, I dinked around with the available plugins, and you can do something similar. But, even easier is just to enable "code interpreter" in the beta options. Then you can upload and have it scan documents and return similar results to what we are talking about here.