←back to thread

214 points optimalsolver | 2 comments | | HN request time: 0s | source
Show context
equinox_nl ◴[] No.45770131[source]
But I also fail catastrophically once a reasoning problem exceeds modest complexity.
replies(4): >>45770215 #>>45770281 #>>45770402 #>>45770506 #
monkeydust ◴[] No.45770215[source]
But you recognise you are likely to fail and thus dont respond or redirect the problem to someone who has a greater likelihood of not failing.
replies(2): >>45770433 #>>45770440 #
antonvs ◴[] No.45770433[source]
I’ve had models “redirect the problem to someone who has a greater likelihood of not failing”. Gemini in particular will do this when it runs into trouble.

I don’t find all these claims that models are somehow worse than humans in such areas convincing. Yes, they’re worse in some respects. But when you’re talking about things related to failures and accuracy, they’re mostly superhuman.

For example, how many humans can write hundred of lines of code (in seconds mind you) and regularly not have any syntax errors or bugs?

replies(2): >>45770627 #>>45772112 #
ffsm8 ◴[] No.45770627[source]
> For example, how many humans can write hundred of lines of code (in seconds mind you) and regularly not have any syntax errors or bugs?

Ez, just use codegen.

Also the second part (not having bugs) is unlikely to be true for the LLM generated code, whereas traditional codegen will actually generate code with pretty much no bugs.

replies(2): >>45770818 #>>45778731 #
1. antonvs ◴[] No.45778731[source]
What's your point? Traditional codegen tools are inflexible in the extreme compared to what LLMs can do.

The realistic comparison is between humans and LLMs, not LLMs and codegen tools.

replies(1): >>45779464 #
2. ffsm8 ◴[] No.45779464[source]
The point was that the listed argument of production tons of boilerplate code within a short period of time is a... Pointless metric to cite