Earlier quoted context omitted.
This interesting, I've had the opposite experience so far. I tried to do that because if it worked it'd be game changing; but it seems every question I ask it, I get half truths and lies back. Its impossible to figure out what is and isn't true either, because the LLM says everything with such a certainty. I end up having to research everything it says again to figure out what to trust. Sometimes it's good to get a f…
You have such an experience with technical problems? It’s written at least 20 python scripts with me and almost all of them have been close to perfect almost on first draft.
Ask HN: Is anyone else bearish on OpenAI?
211–220 of 321 posts
Re: Ask HN: Is anyone else bearish on OpenAI?
#212Earlier quoted context omitted.
Hm, my wife uses it daily for her classes which aren't tech related. She describes it as a very patient professor who meets her where she is at and doesn't judge. English isn't her first language too and sometimes she can ask what a term means in English.
> English isn't her first language too and sometimes she can ask what a term means in English. That’s a good example of a subpar use for an LLM. Dictionaries have existed since before computers. Digital dictionaries are faster, more reliable, and less power consuming than any LLM.
It's a chat, she is talking about a subject, and then she can expand on a word, all very naturally, as she is talking with a human.
That's very different than having some subject you're reading about and then having to carry a dictionary which has no context about the subject, and doesn't talk back to you
Re: Ask HN: Is anyone else bearish on OpenAI?
#213OpenAI, at least in my day-day workflow for the last 9+ months has so superseded anything that google ever was to me that I'm having a difficult time comparing the two. I've got a monitor dedicated 100% of the time to ChatGPT, and I interact with it non stop during the flow of technical scenarios and troubleshooting situations that flow into me - working in areas that I have the slimmest of backgrounds in, and shutti…
Are you able to give a specific example of a problem it helped you solve? Especially one that you were at a complete blocking point, it provided some solution, and then you were able to continue to expand upon that solution. I keep reading responses like yours, but I haven't seen any specific examples of problems being solved, so it all sounds very abstract. In my interactions with ChatGPT, it felt like just interact…
I think it's worth stepping back here and re-examining the hurdles your setting for your own understanding.
The essential question here is: is ChatGPT useful to people. What you seem to be implying with your question is: I will not use ChatGPT unless it can solve problems with X level of difficulty for me. Why have you set that pre-requisite? Would it not still be useful to you if it simply increased the efficiency of solving simple day-to-day tasks that you're not blocked on?
Re: Ask HN: Is anyone else bearish on OpenAI?
#214Earlier quoted context omitted.
As a non-professional coder, I'm honestly surprised there seems quite a few professional coders in this thread who don't do the first Stackoverflow first scenario. As someone learning code, shoehorning SO code when I don't understand 20% of the replies made the learning curve so steep, chatGPT has made this so much easier by changing it and telling me why will/won't work, even when watching out for or correcting hall…
As I've matured in my career I've gone to SO less and less, to the point where I mostly avoid it now. I use tools, languages, and libraries with which I am now highly familiar--perhaps more so than the average SO answerer, although I guess it would be arrogant to say for sure--and so the bulk of my questions are edge cases in my knowledge which are more easily answered by reading source code or specs. I suspect this…
Re: Ask HN: Is anyone else bearish on OpenAI?
#215Earlier quoted context omitted.
You should be able to verify facts outside of your domain of expertise. Every time a new study comes around saying “actually, everyone should be drinking 3 glasses of wine a night”, do you take a trip to the liquor store? LLMs are far from the only thing you rely on that will confidently lie to you.
Some things are inherently not verifiable, but actually what I meant was something like 'verifiable easily by me in a reasonable amount of time that makes the whole exercise worthwhile '. You can make some medical claim for example and describe your (or whoever's) methodology sufficiently for me to reproduce the result in theory , but I'm not going to. > Every time a new study comes around saying “actually, everyone…
Re: Ask HN: Is anyone else bearish on OpenAI?
#216>It's also very much like crypto where for every one person doing something useful with it, there are 20 trying to exploit the newness and low comprehension the general public have of the tech This is definitely not correct in terms of numbers, there are many more people using LLMs well than have ever used crypto for any real use case. Also it's worth considering that the only real use cases of crypto are illegal, fr…
> It is nevertheless true that in aggregate for knowledge work, "worker + intern" is more economically productive than just "worker" It can be true, but I don't think it is always or necessarily often true. The overall value proposition for interns (and apprentices etc) for society as a whole is that they will then go on to become the professional knowledge workers that they have learnt from. LLMs won't become that,…
And I wouldn't be so sure that the "LLMs as interns" relationship we have now doesn't result in them learning. Obviously on an architecture level any individual instance can only learn in-context and that's wiped when the context is, but in aggregate they are learning from their "time on the job". The next version of GPT is going to be directly better at least partially because of all of the data that ChatGPT 4 being an effective intern brings in. It could be anywhere from just an intern at 6 months rather than an intern on the first week, through to an actual hired employee somewhere during their first year. Even if it was technologically possible I don't think OpenAI would deploy their next product if it was as good as a senior employee in some substantial number of domains, because that would be too disruptive of a leap for society. But anywhere on the intern scale that's better than GPT-4 up to approximately an employee one year in I think is feasible for their next release, and that will be in large part thanks to the data they get from their current deployment.
Re: Ask HN: Is anyone else bearish on OpenAI?
#217OpenAI, at least in my day-day workflow for the last 9+ months has so superseded anything that google ever was to me that I'm having a difficult time comparing the two. I've got a monitor dedicated 100% of the time to ChatGPT, and I interact with it non stop during the flow of technical scenarios and troubleshooting situations that flow into me - working in areas that I have the slimmest of backgrounds in, and shutti…
Are you able to give a specific example of a problem it helped you solve? Especially one that you were at a complete blocking point, it provided some solution, and then you were able to continue to expand upon that solution. I keep reading responses like yours, but I haven't seen any specific examples of problems being solved, so it all sounds very abstract. In my interactions with ChatGPT, it felt like just interact…
I was also able to use it to generate software to check the blockchain to gather data I needed, again with no experience using the blockchain client libraries
Re: Ask HN: Is anyone else bearish on OpenAI?
#218LLM are the first interface I as.a.software engineer is impressed by. My company also got it immediately and is rolling it out globally. GitHub copilot is already helpful. GitHub copilot for docs (announced at GitHub next) is a game changer. I used openai to reformulate emails and suddenly got positive feedback about my announcement emails. I communicate with openai German and English how ever I see fit. It's very ha…
> I communicate with openai German and English how ever I see fit. I did not foresee that you could mix input languages. That’s fascinating. Multilingual people use languages for different purposes, often in the same sentence. Ie: technical jargon in English, a joke in Arabic, etc. I expect the difference in connotation/feeling/mood to be less relevant for an LLM, if you’re working with facts. But there was a recent…
I also describe things and that also works quite well.
Re: Ask HN: Is anyone else bearish on OpenAI?
#219Whether or not you think it’s a fad, ChatGPT has close to 200 million users actively using their product. No crypto company was ever close to that. Whether OpenAI’s API is a viable or risky product is a secondary and separate question. Yeah, there are a lot of wrappers out there. But that doesn’t matter with regards to the usefulness of LLMs generally.
The other problem with crypto's search for the killer app is that things like NFTs, which make no sense in the world of 'free' information, became ridiculously hyped and gave crypto a bad name.
Re: Ask HN: Is anyone else bearish on OpenAI?
#220Earlier quoted context omitted.
> OpenAI has changed education. No, it objectively has not. Maybe it has changed how you teach, but “education” is much larger than any of us. Until school curriculums around the world incorporate ChatGPT—quite the dystopian scenario—they have not changed education.
Obsolete does not mean something is no longer used. It means that new technology beats the obsolete system every time. I'm spending most of today updating my Canvas courses, and Canvas is obsolete. Students are much better off asking AIs how to do thing and what they should learn next rather than working through my Canvas courses.