logoalt Hacker News

xg15last Tuesday at 6:57 PM2 repliesview on HN

> You can use an optimized parallel SIMD merge sort to sort a huge list of ten trillion records, or you can sort it just as fast with a bubble sort if you throw more hardware at it.

Well, technically, that's not true: The entire idea behind complexity theory is that there are some tasks that you can't throw more hardware at - at least not for interesting problem sizes or remotely feasible amounts of hardware.

I wonder if we'll reach a similar situation in AI where "throw more context/layers/training data at the problem" won't help anymore and people will be forced to care more about understanding again.


Replies

svachaleklast Tuesday at 7:44 PM

I think it can be argued that ChatGPT 4.5 was that situation.

jimbokunlast Tuesday at 7:33 PM

And whether that understanding will be done by humans or the AIs themselves.