Remix.run Logo
mw67 3 hours ago

Crazy how intelligence is cheap, efficient and commonplace now. We humans better refocusing our energy on our core values/principles, given most of our skills are becoming irrelevant

bwestergard 33 minutes ago | parent | next [-]

A counter argument: A strong distinction between "intelligence" (understanding what is) and "values/principles" (understanding what ought to be) was characteristic of much early modern European philosophy from Descartes to Kant, which received its influential strong formulation from David Hume.

But trying to maintain this distinction leads to insuperable difficulties. Our conceptual framework for understanding the world are always value-laden. There is no "view from nowhere", no historically unconditioned set of values or concepts. Your framing, in which "values" are external to "intelligence" and must be imposed on it (on pain of intelligence being "value-neutral"), leads inevitably to the dead end of "AI Alignment", "superintelligence", etc. Which is a kind of pseudo-theology.

"We humans better [be] refocusing our energy on our core values/principles, given most of our skills are becoming irrelevant."

In light of the untenability of a strong fact/value or intelligence/ethics distinction, I would suggest this alternative advice: humans should focus on critical appropriation and extension of the received wisdom, whether that comes to us directly from human beings or indirectly through an LLM. Perhaps this is compatible with the spirit of your original suggestion.

codingdave 3 hours ago | parent | prev | next [-]

If it were commonplace, there wouldn't be a post and discussion about it. Cheap? Arguable - while it didn't cost thousands, it wasn't free. Cheap is in the eye of the beholder. Efficient...How do we even measure that? The massive infrastructure and training to take a product to the point where someone could do this is massive. Ignoring everything behind the scenes and acting like one session and result is the whole picture of efficiency doesn't seem right. And no, nothing produced by AI makes skills irrelevant. That is the whole ongoing argument of whether people are losing cognitive ability by moving their thinking to AI.

Overall, this is an impressive proof of capability. But I wouldn't take that proof as anything more than what it is.

Izmaki 2 hours ago | parent [-]

Seconded on the "not cheap" argument here. I've spent $25 worth of tokens completing a one-week task in an afternoon, or rather my company spent the money. I would never have personally felt OK with throwing this much money after some prompting back and forth for a few hours, one lazy Saturday afternoon. I ran the risk of not finding the solution before the token usage would be too high for me to want to carry on, if I was my own credit card linked to the account.

Of course money in this situation is a bit of a funny measurement, right, because if I was able to take the rest of the week off as soon as I had solved the one-week problem, then I would have no problem at all throwing even $100 worth of tokens at it, so I could enjoy a nice 4-day "mini-vacation".

How cheap "cheap" is, is indeed "in the eye of the beholder".

throw310822 2 hours ago | parent [-]

Is is sarcasm? $25 to perform in half a day a week of work, that is not cheap, it's a massive saving of money- probably in the thousands.

abixb 2 hours ago | parent [-]

/r/whooosh

Levitz an hour ago | parent | prev | next [-]

Intelligence on its own is not very useful though. We put it on a pedestal because it creates huge potential when paired with other things, wisdom, discipline, empathy, but on its own?

slashdave 30 minutes ago | parent | prev | next [-]

Iteratively leaning on lean to prove a conjecture is not intelligence, it is automation

fidotron 3 hours ago | parent | prev | next [-]

It's still clear that LLMs lack spatial reasoning, either in the concrete or abstract, and while that sort of reasoning has been downplayed by academia for at least a century it is fundamental to technology and industry. (And many would say for science and mathematics too).

They will, however, get there as well either directly or as interfaces to models that do, and your core point stands.

ACCount37 an hour ago | parent | next [-]

"Lack" isn't the right word. "Lacking" is more like it.

If there was a deep fundamental inability, we wouldn't see things like newer generations of LLMs consistently improving on ARC-AGI series (heavy spatial reasoning loading) and SimpleBench (a lot of commonsense + spatial reasoning components).

In a way, it's a surprise that LLMs, notoriously lacking any sort of embodied experience, can even get this close to human baselines on tasks like this.

My takeaway is that text is a far richer modality than anyone has expected - and that high end LLMs are often sharp and flexible enough to recognize their weak points and substitute their strengths. I.e. all the LLMs implementing A* to optimally solve pathfinding in ARC-AGI-3 tasks, often unprompted.

There might still be unrealized gains there from true depth-unbounded recurrence, or maybe from finding better ways to integrate modalities in training. But clearly, a "fundamental limit" it ain't.

fidotron an hour ago | parent [-]

> "Lack" isn't the right word. "Lacking" is more like it.

Yeah, that's fair.

> My takeaway is that text is a far richer modality than anyone has expected - and that high end LLMs are often sharp and flexible enough to recognize their weak points and substitute their strengths. I.e. all the LLMs implementing A* to optimally solve pathfinding in ARC-AGI-3 tasks, often unprompted.

I agree and disagree with this. I think we've learned a lot of humans are more text based than we thought, but conversely I'm not persuaded what non-textual task reasoning LLMs are doing is necessarily text based, just that models have grown large enough for other reasoning modes to conceivably be hiding in the parameter space.

As I mentioned elsewhere, like many others I find LLMs work entirely by example, and reaching for A* when pathfinding is the single obvious thing to do. In cases where the magic key word is not mentioned and the problem cannot be identified as "pathfinding" (or some other trigger with a highly specific widely documented solution) they will struggle, yet the moment the trigger is hit they get there very fast. This is why prompting remains such an art form.

Fable is the first one I've encountered that is capable of serious open ended 3D programming in ways that suggest it has some grasp of the spatial aspects of the problem (not merely symbolic manipulation of the vectors etc.), but it still misses optimization opportunities a human will find glaringly obvious based on spatially predictable bounds etc.

ACCount37 11 minutes ago | parent [-]

Grown? LLMs were always "large enough for other reasoning modes to conceivably be hiding in the parameter space".

Basic LLMs don't reason in text, and never did. They use it as an interface - for input, output and some of the intermediate products. Heavy use of those "pseudo-recurrence" intermediates in "reasoning models" is a relatively late post-training adaptation. But the process that happens between those endpoints is not at all text-based. What happens in the hidden dimension is part "output logit domain", tied to probability distributions over possible output tokens, and part "incomprehensible concept-space madness".

The latter being where things like latent world models live. LLMs develop partial world models, right in pre-training, despite not being explicitly forced to - because it brings them closer to heaven of accurate next token prediction.

And yes, larger models like Fable seem to be better at spatial reasoning. Maybe because their large size increases the sample efficiency and improves generalization, allowing them to absorb the sparse signal of "spatial reasoning" in the training text better. Maybe because this extra size means more layers, allowing for deeper latent space reasoning in lieu of true recurrence. Maybe because the default "next token prediction" reward underrates rare spatial reasoning challenges, and the model only starts to "get good" at them once the other sources of loss reduction are heavily depleted. Maybe because no true recurrence is suboptimal for spatial reasoning architecturally. But it is what it is. Spatial reasoning gains in LLMs are extractable, but extracting them is nontrivial.

simianwords 2 hours ago | parent | prev [-]

Is there any proof that they are not good at special reasoning? Arc agi 1 and 2 are saturated.

dannyw an hour ago | parent | next [-]

ARC AGI 3 is much better designed and harder, perfectly completable by a human in a couple minutes.

Only a fraction of the games can be solved by Sol, generally at sub-human efficiency in terms of turns, AND at a cost of >$10,000 per game.

fidotron 2 hours ago | parent | prev [-]

I will be posting something to that effect later this week. (Hopefully).

Basically current gen LLMs apparently do spatial reasoning the way they seemingly do everything else: by reference to previous example. I didn't see them work out which known example to use for a given problem until specifically prompted, in my case by accident.

amelius 3 hours ago | parent | prev | next [-]

Everybody can be an armchair mathematician now. Just fling some thoughts in the direction of your AI setup and let it do breadth first search with AI based pruning heuristics.

jethkl 30 minutes ago | parent [-]

I generally agree, though direction, intuition, and domain knowledge are still relevant. Your breadth-first-search framing feels right, but you still need a sense of which paths are worth following, and you need to know when to trust the results.

I’ve been doing more math as a hobby in the past few weeks — working on lesser-known conjectures and exploring proofs of hard theorems — than I could have managed over the previous several years. It’s an exciting time.

tripleee 19 minutes ago | parent | prev | next [-]

how much can I bill for having good core values?

lvl155 3 hours ago | parent | prev | next [-]

Intelligence was always relatively cheap. You can pick up a phone and get answers for free in most academic settings.

ben_w an hour ago | parent | next [-]

You've not seen how they react to noobs asking physics questions, I think.

Even when you've got an interesting idea, if you're an enthusiastic amateur who don't yet know enough to phrase the question right but does actually know the basics, they'll put you in the same category as the people who think healing crystals can power hyperspace telepathy with Anubis: "oh no not another one".

LLMs have infinite patience, but unfortunately come (came?) with too much sycophancy, giving even more people far too much confidence.

amelius 3 hours ago | parent | prev [-]

(within limits)

3 hours ago | parent | prev | next [-]
[deleted]
skeke 3 hours ago | parent | prev | next [-]

Oh brother

AI hasn’t even taken the class of jobs associated with customer service lmao

12345hn6789 3 hours ago | parent | next [-]

Uh.... Have you ever called customer service lately?

ben_w an hour ago | parent [-]

Or indeed 20 years ago when "press 1 for foo, press 2 for bar" was already a thing.

fidotron 3 hours ago | parent | prev [-]

Do we employ mathematicians in customer service roles?

nicce 3 hours ago | parent | next [-]

Luckily the job situation for pure mathematicians was already bad.

akoboldfrying 2 hours ago | parent [-]

I got a solid laugh out of this.

sscaryterry 3 hours ago | parent | prev [-]

Thats a silly and obtuse comment.

fidotron 3 hours ago | parent [-]

You mean the answer betrays the point: customer service is surprisingly hard, we just have a large number of people that are capable of doing it.

This is what the whole https://people.csail.mit.edu/brooks/papers/elephants.pdf is about.

sscaryterry 3 hours ago | parent [-]

I stand by my point, you've not read the author's intent, instead you decided to twist words.

fidotron 3 hours ago | parent [-]

What a silly and obtuse comment.

sscaryterry 3 hours ago | parent [-]

[flagged]

fidotron 3 hours ago | parent [-]

And that's why you aren't qualified for a customer service role but might be for something that current AI is competitive with.

witx 2 hours ago | parent | prev | next [-]

yeah...right. Go touch some grass

esafak 3 hours ago | parent | prev | next [-]

Once we figure out the pesky problem of how we're going to pay for housing, food, and healthcare.

duskdozer 3 hours ago | parent | next [-]

I think the big names behind the AI companies already have that problem solved. A lot of people probably won't like the solution very much though.

tctcd6 an hour ago | parent [-]

Yes, they have a final solution for all of us.

z3t4 3 hours ago | parent | prev | next [-]

When machines are doing all the work - we no longer have to.

gf000 2 hours ago | parent | next [-]

> the couple multi-trillioners will have all the wealth of the world, and it will all crumble down

You mistyped it.

esafak 2 hours ago | parent | prev [-]

Is that what you're going to tell your mortgage lender?

timcobb 3 hours ago | parent | prev [-]

I can't stop wondering myself.... I'm writing some software with AI and wondering, why am I doing this? Will anyone need this? Will anyone have money to buy this?

Best I've come up with is we'll need to be adopted by technofeudlaist overlords to be our patrons like in the roman days

skeke 3 hours ago | parent | next [-]

This is some next level cringe stuff that shows why software engineers are easy to exploit - no backbone

3 hours ago | parent [-]
[deleted]
georgemcbay 2 hours ago | parent | prev [-]

> Best I've come up with is we'll need to be adopted by technofeudlaist overlords to be our patrons like in the roman days

Continually progressing AI (combined with our current socioeconomic systems) throws a lot of uncertainty into our mid to long term future, but I don't think this is going to be what happens.

There are billions more of "us" than of "them", people don't respond well en masse to a drastic worsening of their societal status and "they" are lagging very far behind on building their robot armies.

If we poorly navigate this transition the outcome should be worrying them more than it worries us.

timcobb an hour ago | parent | next [-]

Humans aren't sheep but in the broad average it seems like we have a strong tendency to fall inline.

Fwiw I was mostly joking. I agree that the techno overlords have no reason to keep us, unlike in Roman times.

esafak 2 hours ago | parent | prev [-]

I don't know how you would translate the strength of a robot army to a human one; they haven't fought yet.

weregiraffe 3 hours ago | parent | prev | next [-]

Mathematics is a human-designed game that involves rearranging symbols.

MinimalAction 3 hours ago | parent | next [-]

That view is incredibly reductionist. It really is an efficient encoding of how nature behaves. It might be a human construct, but given how best it allows to understand nature (through principles of physics), it is uncanny to be any different from the language of nature.

Reminds me of Wigner's Unreasonable effectiveness of mathematics in natural sciences [0].

[0]: https://en.wikipedia.org/wiki/The_Unreasonable_Effectiveness...

JustFinishedBSG 3 hours ago | parent | prev [-]

At a very high level mathematics is basically 100% text/symbolic rewriting. You start from some set of postulate assumed true and you do your thing to get a new different set of equivalent assertions in a form that is more useful.

I don’t know if LLMs will kill the working-mathematicians but at least seem like that it doesn’t seem absurd to imagine LLMs will be good at math…

William_BB 2 hours ago | parent | prev [-]

Ever heard of the infinite monkey theorem?

This is basically what LLMs do on really hard tasks. Prompt it a million times on a really hard problem and it might output the correct answer once.

ben_w an hour ago | parent | next [-]

The infinite monkey theorem assumes random distribution of symbols*.

Given the tokenizers have a vocabulary in the 10k-100k range, "a million attempts" will generally still only get the first token of the answer correct.

Even really rubbish models, e.g. talkie, the "what if we only use pre-1930s data to train a model?"** model, had to be almost all the way to the right answer to reach the really low HumanEval pass@100 score of ~0.04 (I'm only eyeballing the relevant chart).

* Actual monkeys not being like this is, while amusing, irrelevant

** https://talkie-lm.com/introducing-talkie

artninja1988 an hour ago | parent | prev [-]

>Ever heard of the infinite monkey theorem?

Even if every atom in the universe were a supercomputer generating a trillion trillion random characters every second since the Big Bang, the chance of producing Hamlet would still be essentially zero.