Live data from Hacker News

Ask HN: Is anyone else bearish on OpenAI?

news.ycombinator.com

261–270 of 321 posts

Re: Ask HN: Is anyone else bearish on OpenAI?

#262
post #36

OpenAI, 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…

In my experience, it's more helpful in some areas than others.

This year I used GPT-4 to write a significant amount of Terraform that was necessary to migrate an application onto AWS.

Writing Terraform, in my opinion, is problem that's broad but shallow. GPT-4 needed to do little beyond summarize documentation, but it was able to do so competently, and that was hugely valuable to me.

Conversely: In my free time, I've attempted to use it for a game-development side-project, and very little of its output has been useful at all.

Re: Ask HN: Is anyone else bearish on OpenAI?

#263

I am, personally... at least until it's all done on-device and functions offline. I have no trust with the siphoning of data we see at large I suspect I'm fairly alone on this. They'll probably do well without me. Most people that even know about it probably don't mind. I can't even verbalize why I do

>I am, personally... at least until it's all done on-device and functions offline.

You could do it now. Apple computers with a lot of RAM are pretty good at running Llama2.

Re: Ask HN: Is anyone else bearish on OpenAI?

#264
post #119
post #74

Earlier quoted context omitted.

You can start by paying $20 for ChatGPT 4 and try it on tasks where you're familiar with the subject matter. I've tried it and I've been amazed.

Please, please, reference the tasks or chats that were especially impressive. For example, trying to get chat gpt to do something very simple for my work, like implementing a convolution it took me in circles and circles. It gets the general idea right, sure. But it actually makes significant minor errors that ended up being more confusing than helpful.

Yesterday I asked it to generate i18n translations in a dozen languages for a few words in my app, in a specific syntax for React Native localization support. I have a pretty simple app I'm building with a few UIs, so only needed to translate a few words, but I basically just made my app shippable to a dozen other languages with a simple ask to ChatGPT. I'm not really an evangelist. It suits specific use cases well, and does require some learning and some engineering. I think people are expecting to say "Solve this very complex problem for me by yourself" and giving it a terrible prompt and then blaming it. It requires the same level of creativity that programming does. You have to think about what to ask it, and it what way. Once you get the hang of that, it's pretty powerful.

In my example I said "I'm trying to translate my React Native app into multiple languages. I need an object that looks like this: . Can you generate this object for French, German, , and for the following words: ."

Luckily I know basics in a few languages and the words were simple enough that I could easily verify it wasn't a hallucination. I also know enough JavaScript to know that it was syntactically sound, but my IDE would've told me if it wasn't.

Re: Ask HN: Is anyone else bearish on OpenAI?

#265

Earlier quoted context omitted.

My issue with ChatGPT is that it sounds like an expert consultant but I know it’s likely it’s just making up sentences some of the time. And I’d need a real expert consultant to know when. So for an MBA major, 80% accuracy at 5% of the cost may be amazing but for me as an engineer and a person who cares, the inaccuracies are catastrophic. I’m open to suggestions on how to work with this.

> My issue with ChatGPT is that it sounds like an expert consultant but I know it’s likely it’s just making up sentences some of the time So, just like an expert consultant?

I was just about to reply with this hahaha. This guy clearly does not know consultants.

Re: Ask HN: Is anyone else bearish on OpenAI?

#266

OpenAI, 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…

I have a different view. I have been trying to use GPT for some tasks like NP reductions, Linear Programming formulations, Graph problems, etc. and the results are maddeningly bad. Seriously, I have raged in front of my computer like I hadn't raged since the days of the NES Ghostbusters game. The amount of mistakes is incredible and the model seems to constantly feed into vicious circles of "I am sorry, you are corre…

I'm not surprised. LLMs are not good at those problems. There is a lot of hype, it not good at every problem, but it is quite good at some of them. If you have a classical NLP task, then it is good, particularly GPT4. If you have a generative problem where you don't care about mistakes, such as grocery list, marketing copy rough draft, etc, then it is good.

LLMs are not good at search, math, encyclopedias, logic engines. Maybe some day they will be, but not yet.

Re: Ask HN: Is anyone else bearish on OpenAI?

#267
post #235
post #224

Earlier quoted context omitted.

I'm not the OP but I had a similar set of experiences with ChatGPT so I find the discussion useful. Essentially I already know how to find what I need using a search engine, and I know how to use cues from the source material to judge if it's correct. When I try using ChatGPT for technical problems I face, I frequently get hallucinated answers that feel like a waste of time. Then I go on HN and read these paeans from…

> Then I go on HN and read these paeans from other technologists who say ChatGPT has completely changed how they work and is 10x better than using Google. I'd like to have that too! I just don't get it, it doesn't match my experience at all. This is exactly my experience and what I am trying to get at. I start feeling that maybe I'm missing out, so I go give it a try. My direct experience shows that it spits out gibb…

Example then:

GPT+ data analysis gives GPT4 access to a jupyter back-end.

I was dealing with a noisy sensor in a factory production line.

I asked GPT to remind me which averaging functions might be usable to smooth out the noise, within the constraint of a PLC with limited memory.

I got GPT to simulate the output from the noisy sensor, apply each averaging function, and supply graphs of inputs and outputs. It was then pretty easy to eyeball which function was most suitable for the task.

I then gave GPT a code-style example and asked it to provide an (IEC 61131-3) Structured Text implementation using that code style. Which it did. This turned out to be pretty close to the final implementation (after careful reading and testing.)

Because it's so cheap to do (time and money wise), I used GPT to generate quite a lot of throw-away code to get to the final result. I probably wouldn't have considered this particular approach if doing it by hand.

Re: Ask HN: Is anyone else bearish on OpenAI?

#268
post #10

My take on it is that GPT is already a general purpose technology. It already can be used to solve ill defined coding problems that were not possible to solve a couple of years ago. I feel that some people lack creativity to use it. GPT is as good as the user is at posing good and well defined questions and tasks. Its ability to perform few shot learning is astounding.

Do you have example chats you can link to? I find too many times, people make claims like this about user error then provide chats where the code doesn’t actually work or it would've taken just as long to google as to go ten rounds crafting just the right prompt for it.

Re: Ask HN: Is anyone else bearish on OpenAI?

#269

I am, personally... at least until it's all done on-device and functions offline. I have no trust with the siphoning of data we see at large I suspect I'm fairly alone on this. They'll probably do well without me. Most people that even know about it probably don't mind. I can't even verbalize why I do

>I am, personally... at least until it's all done on-device and functions offline. You could do it now. Apple computers with a lot of RAM are pretty good at running Llama2.

Not really, I'm talking mobile phone and near OpenAI quality.

My workstation has allowed me to dabble - I'm familiar, a unified pool of memory does very little for me.

The experience with self-hosted stuff leaves a bit to be desired, both in generation speed and content.

The software needs work, I'm not saying we won't get there... just that we haven't, yet.

With a ridiculously beefy system I can eek out some slow nonsense from the machine. It's neat, and I can do it, I just don't find it very useful

Re: Ask HN: Is anyone else bearish on OpenAI?

#270
First: You are absolutely correct to note there a lot of grifters jumping on bandwagons. I've seen artists hate on AI that they see as ripping them off — and the example given by one artist I know personally, clearly looks like someone took one of their actual images, fed it into an img2img mode with a very small strength, and then tried to pass the result off as their own.

Second: Transformer models (and diffusion models) are merely the latest hotness in a long series of increasingly impressive AI models. There is no reason at all to assume either are the final possible model, not even the final word by OpenAI specifically.

Third: There is a direct correlation between the quality of output and the combination of training effort and example set size. This is why both image and text generators have improved significantly since this time last year.

Caveat 1: It may be that, as all the usual sources have responded to ChatGPT by locking down their APIs and saying "no" in robots.txt, they are already at the reasonable upper limit for training data, even though more data exists.

Caveat 2: Moore's Law is definitely slowing down, and current models are about (by Fermi estimation) 1000x less complex than our brains. Even though transistors are faster and smaller than synapses by the factor to which wolves are smaller than hills and faster than continental drift, the cost for a 1-byte-per-synapse model of a 6E14 synapse brain is huge. Assuming RAM prices of €1.80/GB (because that was the cheapest I found on Amazon today), that human-scale model would still cost in the order of a million Euros per instance. Will prices go down? I would neither bet for nor against it.

Will they (or anyone else in the next decade) create AGI? I think that's an argument in terms. Transformer models like the GPT models from OpenAI are very general, able to respond in any domain the training data covered. Do they count as "intelligent"? They can score well on IQ tests, but those are only a proxy for intelligence.

Given the biological analogy would be:

"Mad scientists take a ferret, genetically modify it to be immortal, wires up its nervous system so the only thing it experiences is a timeless sequence of tokens (from Reddit, Wikipedia, StackOverflow, and random fan-fic websites, but without ever giving the ferret any context as to what any of the tokens mean), and then spend 50,000 years rewarding/punishing it based on how well it imagines missing tokens, this is what you get."

I don't know what I was expecting, but it wasn't this.

Post reply on HN