Live data from Hacker News

Ask HN: What is a specific use of GPT-4 that you think is remarkable?

news.ycombinator.com

51–60 of 143 posts

Re: Ask HN: What is a specific use of GPT-4 that you think is remarkable?

#51
The fact that you can put in garbage unstructured data, ask it questions, and then "convert" it to JSON is kind of magical. It's like computers have a new analog/organic input system. [0]

Also, been recently playing with ways to generate API code plumbing without any schema layers. (Swagger/OpenAPI/Proto) [1]

[0] https://twitter.com/vyrotek/status/1640417769303977984

[1] https://twitter.com/vyrotek/status/1640142385282949121

Re: Ask HN: What is a specific use of GPT-4 that you think is remarkable?

#52
post #18

Call center employees are pretty much as good as gone once the price comes down on GPT4. You can pretty easily give it a good prompt that allows it to answer very specific questions about your company, or interact with external APIs to schedule services, make changes based on the customer's requests, etc. Throw some Speech to Text and Text to Speech services in front and behind it, and voila you have an AI receptioni…

I am dreading the inevitable future day when I have to argue about a denied health insurance claim on the phone with a fucking robot prompted to make it as difficult as possible for me to win.

Slow down.

Maybe a robot that learns from past calls is better than (1) a static robot flow or (2) a human following a script.

Maybe you don't have to interact via voice call, but maybe text/email/chat is a shortcut.

Maybe you don't have to wait 30 minutes for your turn in the queue, since it's all running in VMs anyhow.

Re: Ask HN: What is a specific use of GPT-4 that you think is remarkable?

#53
post #35
post #18

Call center employees are pretty much as good as gone once the price comes down on GPT4. You can pretty easily give it a good prompt that allows it to answer very specific questions about your company, or interact with external APIs to schedule services, make changes based on the customer's requests, etc. Throw some Speech to Text and Text to Speech services in front and behind it, and voila you have an AI receptioni…

Don't you have that exactly today where everyone presses 0? People call because they want a human.. otherwise the website can provide those answers.

> Don't you have exactly what you have today where everyone presses 0?

...and repeat until they get a human capable of actually helping them

Re: Ask HN: What is a specific use of GPT-4 that you think is remarkable?

#54
post #2

I've got a thread going with ChatGPT about an app I'm building. It knows all of the libraries I'm using, and has seen the main App component, the Router and many of the key components. I'm asking it about every task I need to do, feature I need to implement, bug I need to fix. Basically rubber ducking with it and talking through everything I'm doing as if it were my coworker. It's reducing my time to solve problems b…

I'm seeing similar, chatgpt replacing a lot of external libraries and digging through the weeds to find the right endpoint.

After all, why bother dealing with so many external libraries to get it done when you can just relay the core ones you must use and ask chatgpt to flesh out the rest in a way that suits your needs? Need a component to be gamepad accessible written in Vue? Ask and you'll receive. No more bothering with that library that hasn't been updated in years or wasting time figuring out if x package is stable enough.

Same with endpoints, no having to sort through 30 different sites and navigating horrible menus to potentially see a comment where someone says "oh the endpoint changed it's actually x". Even if chatgpt gets it wrong, it's so much faster to just tell it that the endpoint is wrong or whatever the error you're actually getting.

Like you mentioned though the big caveat is to know what you're working with. Without that you're going to waste a lot of time not knowing where chatgpt is going wrong. That will probably improve eventually, but if you're trying to learn a new programming language through it, you will likely be holding yourself back or learning very odd patterns.

Re: Ask HN: What is a specific use of GPT-4 that you think is remarkable?

#55

Earlier quoted context omitted.

I am dreading the inevitable future day when I have to argue about a denied health insurance claim on the phone with a fucking robot prompted to make it as difficult as possible for me to win.

Why would you do that when you can dispatch your own AI to argue for you?

It's Warren Ellises, all the way down.

Re: Ask HN: What is a specific use of GPT-4 that you think is remarkable?

#56
post #28

I've been using it for long-term memory supplementation. Had a faint memory of driving around in a friend's truck back in high school and was trying to remember a Marilyn Manson song we always played. Asked it this the other day: > Are there any other marilyn manson songs with a crowd shouting? And it spit out: === Yes, Marilyn Manson has used the sound of a crowd shouting in several other songs besides "The Beautifu…

90% of searches are trying to find websites not teach concepts. If they want to learn something it's usually current.. who won the game.. fire locally. If you want to learn how to lift weights simple instructions are not going to replace videos of fit influencers you follow. I think google is safe

Re: Ask HN: What is a specific use of GPT-4 that you think is remarkable?

#57
post #43

Retrieve information from public technical chats to provide Q&A on programming languages, technologies, engineering approaches and so on.

Can you describe how you are doing this, e.g. What is the series of prompts you are using to feed it the chats?

Re: Ask HN: What is a specific use of GPT-4 that you think is remarkable?

#58
post #5
post #3

It can explain stuff to you in exactly the way you need to, and walk you through problems. You can ask it to create quizzes / guided questions for you which helps in organizing your own thoughts. Another application I find quite remarkable is asking it for good prompts for image generation models. The biggest benefit is that you're not starting from zero when entering a new problem space / domain.

But how do you assert the information is correct? It could be dangerous to blindly trust an imperfect tool as a teacher.

You can ask it to specify or point out any logical errors you observed and it will correct itself. If there's a contradiction I know that the information might be incorrect. I'm also just using it as a starting point to prime my brain, of course as of today we still need other sources to verify the knowledge.

Re: Ask HN: What is a specific use of GPT-4 that you think is remarkable?

#59
post #28

I've been using it for long-term memory supplementation. Had a faint memory of driving around in a friend's truck back in high school and was trying to remember a Marilyn Manson song we always played. Asked it this the other day: > Are there any other marilyn manson songs with a crowd shouting? And it spit out: === Yes, Marilyn Manson has used the sound of a crowd shouting in several other songs besides "The Beautifu…

Similarly, I used it to answer the question, "Who was the Black female author whose works were saved from an estate bonfire?" Neither DDG nor Goog could answer for me (kept coming up Maya Angelou which is totally wrong--it was, of course, Zora Neale Hurston as I should have remembered in the first place.
Post reply on HN