Live data from Hacker News

Ask HN: Are people in tech inside an AI echo chamber?

news.ycombinator.com

61–70 of 755 posts

Re: Ask HN: Are people in tech inside an AI echo chamber?

#61
> but maybe AI mainstream adoption will take longer than we anticipate

It will take longer than some "evangelists" anticipate, but other than a lot of tech hypecycles (like web3), this one is different for 3 reasons:

    a) It's firmly in the public mindspace, including mass media
    b) It has already proven it's usefulness and applicability to real world problems
    c) Politics are taking it very seriously
There are people who don't use it, for various reasons, but it is increasingly hard to never have heard of it.

A large part of that drive is due to the simple accessibility: Making ChatGPT as a convenient and simple webapp that appeals to non-techies was a brilliant move, and Microsoft driving integration into it's product suite will further adoption as well.

Re: Ask HN: Are people in tech inside an AI echo chamber?

#62

There's definitely a few echo chambers around AI, but it's definitely not something that "just techies" are onto. ChatGPT made some waves at the end of last year. My in-laws were wanting to talk to (at) me about it at Christmas. There's plenty of awareness outside of the tech circles, but most of the discussion (both out and in of the tech world) seems to miss what LLMs actually _are_. The reason why ChatGPT was impr…

In your opinion, how does the "hallucination" issue differ from the same behaviour we see in humans? I don't claim or believe that any LLM is actually intelligent. It just seems that we (at least on an individual basis) can also meet the criteria outlined above. I know plenty of people who are confidently incorrect and appear unwilling to learn or accept their own limitations, myself included. In my opinion, even if…

Yes, you may be. But you still have an internal world model - through conditioning or otherwise that you're playing off against.

An LLM doesn't have that. It's very impressive parlour trick (and of course a lot more), but it's use is hence limited (albeit massive) to that.

Chaining and context assists resolving that to some extent, but it's a limited extent.

That's the argument anyway, that doesn't mean it's not incredibly impressive, but comparing it to human self-awareness, however small, isn't a fair comparison.

It's next token prediction, which is why it does classification so well.

Re: Ask HN: Are people in tech inside an AI echo chamber?

#63
post #49

Earlier quoted context omitted.

It has unbelievable practical use. ChatGPT is a personal tutor on any subject you can think of. It's more that 90% of people can't even be bothered to google the answer to a question they have, despite having a personal computer and oracle in their front pocket. I'm using an LLM to teach me interactively how LLMs work and how to integrate LLMs into our products. It's replaced 90% of my googling/stack overflow. Every…

I have yet to see someone apply ChatGPT or other LLM in this way and not regret it or ditch it later. Honestly i'm more worried about the ones who will use it this way and assume it's always correct. It is too often incorrect for anything I've ever done with it.

> i'm more worried about the ones who will use it this way and assume it's always correct

There are plenty of folks who don't fall into this trap.

Example: Me. I am fully aware that LLM generated code can be wrong or worse, contain disastrous errors. But being aware of that, and looking for the things I know from experience it commonly gets wrong, allows me to use it as an incredibly powerful tool in my workflow.

Re: Ask HN: Are people in tech inside an AI echo chamber?

#64
I don't think it's people in tech specifically - I think that "fire your workers because they're going to be replaced by AI" is a great excuse for firing workers without looking bad. Thus, anyone who might use that excuse has a strong incentive to play up the potential of AI (and thus the plausibility of their excuse), regardless of the actual value of AI.

Also, we're all calling it "AI" for some dumbass reason. That infects our thoughts with unwarranted credit toward the technology.

Re: Ask HN: Are people in tech inside an AI echo chamber?

#65

There's definitely a few echo chambers around AI, but it's definitely not something that "just techies" are onto. ChatGPT made some waves at the end of last year. My in-laws were wanting to talk to (at) me about it at Christmas. There's plenty of awareness outside of the tech circles, but most of the discussion (both out and in of the tech world) seems to miss what LLMs actually _are_. The reason why ChatGPT was impr…

In your opinion, how does the "hallucination" issue differ from the same behaviour we see in humans? I don't claim or believe that any LLM is actually intelligent. It just seems that we (at least on an individual basis) can also meet the criteria outlined above. I know plenty of people who are confidently incorrect and appear unwilling to learn or accept their own limitations, myself included. In my opinion, even if…

So humans have a level of knowledge, understanding, and reasoning ability that LLMs simply don't have. I'm writing a response to you right now, and I "know" a certain amount of information about the world. That knowledge has limits, and I can expand it, I can forget it, all sorts of things...

"Hallucination" is a term that works well for actual intelligence - when you "know" something that isn't true, and has no path of reasoning, you might have hallucinated the base "knowledge".

But that doesn't really work for LLMs, because there's no knowledge at all. All they're doing is picking the next most likely token based on the probabilities. If you interrogate something that the training data covers thoroughly, you'll get something that is "correct", and that's to be expected because there's a lot of probabilities pointing to the "next token" being the right one... but as you get to the edge of the training data, the "next token" is less likely to be correct.

As a thought experiment, imagine that you're given a book with every possible or likely sequence of coloured circles, triangles, and squares. None of them have meaning to you, they're just colours and shapes that are in random seeming sequences, but there's a frequency to them. "Red circle, blue square, gren triangle" is a much more common sequence than "red circle, blue square, black triangle", so if someone hands you a piece of paper with "red circle, blue square", you can reasonably guess that what they want back is a green triangle.

Expand the model a bit more, and you notice that "rc bs gt" is pretty common, but if there's a yellow square a few symbols before with anything in between, then the triangle is usually black. Thus the response to the sequence "red circle, blue square" is usually "green triangle", but "black circle, yellow square, grey circle, red circle, blue square" is modified by the yellow square, and the response is "black triangle"... but you still don't know what any of these things _mean_.

When you get to a sequence that isn't covered directly by the training data, you just follow the process with the information that you _do_ have. You get "red triangle, blue square" and while you've not encountered that sequence before, "green" _usually_ comes after "red, blue", and "circle" is _usually_ grouped with "triangle, square", so a reasonable response is "green circle"... but we don't know, we're just guessing based on what we've seen.

That's the thing... the process is exactly the same whether the sequence has been seen before or not. You're not _hallucinating_ the green circle, you're just picking based on probabilities. LLMs are doing effectively this, but at massive scale with an unthinkably large dataset as training data. Because there's so much data of _humans talking to other humans_, ChatGPT has a lot of probabilities that make human-sounding responses...

It's not an easy concept to get across, but there's a fundamental difference between "knowing a thing and being able to discuss it" and "picking the next token based on the probabilities gleaned from inspecting terabytes of text, without understanding what any single token means"

Re: Ask HN: Are people in tech inside an AI echo chamber?

#66

There's definitely a few echo chambers around AI, but it's definitely not something that "just techies" are onto. ChatGPT made some waves at the end of last year. My in-laws were wanting to talk to (at) me about it at Christmas. There's plenty of awareness outside of the tech circles, but most of the discussion (both out and in of the tech world) seems to miss what LLMs actually _are_. The reason why ChatGPT was impr…

Not to be difficult but wouldn't "confabulating" be a preferable description for this behaviour? Hallucinating doesn't quite feel right but I can't exactly articulate why confabulate is superior in this context

Re: Ask HN: Are people in tech inside an AI echo chamber?

#67
post #37

No. Quite the opposite. Everyone else is in an echo chamber telling them that AI is a cool fad, a toy that will never fully replace people, etc., when in reality AI is the most disruptive technology since the Internet, and the most dangerous technology since the atomic bomb. I can't stop shaking my head whenever I read any article on AI written by non-tech journalists (and even many by tech journalists). AI is vastly…

> AI is vastly more dangerous and more urgent than climate change, than Russia

No it isn't, and I say that as a user and Integrator of ML tech.

Climate Change: Literally our planetary habitat becoming uninhabitable for our species.

Russia: A country with one of the largest nuclear arsenals literally threatening a large portion of the world with nuclear annihilation.

Excuse me when the prospect of changes in the economic landscape for white collar jobs doesn't look particularly frightening compared to such problems. Especially since we live in a day and age where 2 entire generations have lived most of their lives in almost constant economic upheavals anyway.

As for all the AI-doomerism that's flying around the net: As long as no one can even give me a precise, quantifieable definition of "general intelligence", aka. one that doesn't include pointing at ourselves, and a method to measure how far AI is from that, I will work under the assumptions confirmed by what is measureable and observable: that what we have are still stochastic inference engines.

Re: Ask HN: Are people in tech inside an AI echo chamber?

#68
On October 17th, 1979, VisiCalc was released.

I'm sure pretty much every accountant in the world got up and went to work that day exactly like they'd been doing all of their career. It probably didn't feel different for that many of them. Most of them had probably never used a computer then, and a lot of them probably didn't feel any particular need to, at least until they tried it. There were probably more than a few who were near the end of the career managed to keep doing their job the old way for another half or whole decade or so, because even when the future moves fast it's never evenly distributed.

There were probably also more than a few who saw VisiCalc and bought an Apple II to start doing their own books and ended up regretting it. I don't know where we are and how things will pan out, but I think there's a parallel.

Re: Ask HN: Are people in tech inside an AI echo chamber?

#69

This isn't just a tech echo chamber, it's the YC/SV echo chamber. Nobody is seriously looking at AI for normal products, because it's not trustworthy. Never really will be. Why do you think subways still have human operators? The combined investment & risk of full automation aren't worth it. It'll be useful for customer support bots, and backend things like spam filtering and other statistical analysis. But otherwise…

> Why do you think subways still have human operators? They don’t always. This sucked the wind out of your whole argument. https://en.wikipedia.org/wiki/List_of_driver-less_train_syst...

Driverless trains doesn't mean no drivers. It means remote drivers.

The DLR for example still has drivers, its just they are located somewhere other than the train.

Re: Ask HN: Are people in tech inside an AI echo chamber?

#70
post #42
post #38

Earlier quoted context omitted.

Not really. AI -might- kill us if there is some quantum leap that makes it sentient. Climate change -will- kill us if we do nothing. For now one is simply not like the other, it may change but there is no guarantee we every breach that barrier.

> Climate change -will- kill us if we do nothing. Horseshit. There is not a single scientific model that predicts human extinction from climate change. Parts of humanity, yes. All of humanity, no chance. There a plenty of models that predict human extinction from AGI.

I don't think it's likely, but climate change could easily wipe out humanity by exacerbating pre-existing geopolitical tensions. For instance, Pakistan and India famously share a river, and the treaty that governs its water rights was written with the assumption that the river wouldn't reduce in output. A sufficiently severe drought could cause a war between India and Pakistan, and both countries have nukes.

You could dispute that WW3 would cause human extinction, and while I'm not remotely certain of it I think that WW3 could cause extinction, if there's a sufficient combination of 1) climate collapse and 2) worldwide economic collapse that makes high-tech systems impossible to sustain.

Post reply on HN