Ask HN: How did ChatGPT4 blew your mind lately?
1–10 of 55 posts
Re: Ask HN: How did ChatGPT4 blew your mind lately?
#2Re: Ask HN: How did ChatGPT4 blew your mind lately?
#3Had it write non blocking micro-controller code for a project (about 75% of the output was put into production) it helped making variable names and general structure. The first output was bad because it blocked the button read while "breathing" and led but then I told it: "non blocking code please".
Re: Ask HN: How did ChatGPT4 blew your mind lately?
#4Did the reverse with some regulatory documents too, asking it to summarise in vernacular then asking specific questions to better wrap my head around the docs. I wouldn't trust it fully for this of course, more like a supplementary learning aid.
I keep hitting limits with context size though. Eg. When coding it becomes cumbersome once your project hits a certain complexity. You have to carefully construct prompts to get useful outputs. Being able to add the entire source code into a prompt to have more contextual responses would really increase utility.
Re: Ask HN: How did ChatGPT4 blew your mind lately?
#5Re: Ask HN: How did ChatGPT4 blew your mind lately?
#6ChatGPT4 blew my mind when I asked it some specific details about my PhD thesis. It was a relative simple question, but you needed to know some domain knowledge to give the correct answer. ChatGPT not only gave a wrong answer, it completely made up a story was beyond repair. It is concerning (blew my mind) how confident ChatGPT can provide a completely wrong answer.
It was nothing special, nor not completely correct, but it is the first time I've been able to pinpoint ChatGPTs source.
Re: Ask HN: How did ChatGPT4 blew your mind lately?
#7Re: Ask HN: How did ChatGPT4 blew your mind lately?
#8Honestly, it hasn't. Last night I was trying to use it/Bing to write a simple API request based on a JSON schema, and it failed miserably. Nothing super complicated either, it was just a poor fit. Both GPT3 and GPT4 repeatedly generated nonworking code, which surprised (and frustrated) me.
Sometimes it'll write really elegant code that just nails the request. Other times it insists the task is impossible ("too complex"). Days later it'll do it without fuss.
I suspect there's some sort of model shell game going on behind the scenes. The best results I get are always outside of business hours.
Re: Ask HN: How did ChatGPT4 blew your mind lately?
#9I asked it to draft a legal document based on some bullet points and it created it, in a different language, in keeping with the legal norms of that country. I sent it to a local lawyer for review and they only came back with very minor things. Did the reverse with some regulatory documents too, asking it to summarise in vernacular then asking specific questions to better wrap my head around the docs. I wouldn't trus…
Re: Ask HN: How did ChatGPT4 blew your mind lately?
#10ChatGPT4 blew my mind when I asked it some specific details about my PhD thesis. It was a relative simple question, but you needed to know some domain knowledge to give the correct answer. ChatGPT not only gave a wrong answer, it completely made up a story was beyond repair. It is concerning (blew my mind) how confident ChatGPT can provide a completely wrong answer.