The Singularity will occur on a Tuesday
351–360 of 800 posts
Re: The Singularity will occur on a Tuesday
#352Earlier quoted context omitted.
"Look man all reality is just uncountable numbers of subparticles phasing in and out of existence, what's not to understand?"
Your response is a common enough fallacy to have a name: straw man.
You can define understanding to require such detail that nobody can claim it; you can define understanding to be so trivial that everyone can claim it.
"Why does the sun rise?" Is it enough to understand that the Earth revolves around the sun, or do you need to understand quantum gravity?
Re: The Singularity will occur on a Tuesday
#353Phew, so we won't have to deal with the Year 2038 Unix timestamp roll over after all.
Yesterday as we huddled in the cave, we thought our small remnant was surely doomed. After losing contact with the main Pevek group last week, we peered out at the drone swarm which was now visibly approaching - a dark cloud on the horizon. Then suddenly, at around 3pm by Zoya's reckoning, the entire swarm collapsed and fell out of the sky. Today we are walking outside in the sun, seemingly unobserved. A true miracle. Grigori, who once worked with computers at the nuclear plant in Bilibino, only says cryptically: "All things come to an end with time."
Re: The Singularity will occur on a Tuesday
#354Re: The Singularity will occur on a Tuesday
#355Re: The Singularity will occur on a Tuesday
#356Re: The Singularity will occur on a Tuesday
#357Re: The Singularity will occur on a Tuesday
#358Earlier quoted context omitted.
I don’t think you’re rational. Part of being able to be unbiased is to see it in yourself. First of all. Nobody knows how LLMs work. Whether the singularity comes or not cannot be rationalized from what we know about LLMs because we simply don’t understand LLMs. This is unequivocal. I am not saying I don’t understand LLMs. I’m saying humanity doesn’t understand LLMs in much the same way we don’t understand the human…
> Nobody knows how LLMs work. I'm sorry, come again?
Anybody who claims otherwise is making a false claim.
Re: The Singularity will occur on a Tuesday
#359This is delightfully unhinged, spending an amazing amount of time describing their model and citing their methodologies before getting to the meat of the meal many of us have been braying about for years: whether the singularity actually happens or not is irrelevant so much as whether enough people believe it will happen and act accordingly. And, yep! A lot of people absolutely believe it will and are acting accordin…
Isn't talking about "here’s how LLMs actually work" in this context a bit like saying "a human can't be a relevant to X because a brain is only a set of molecules, neurons, synapses"? Or even "this book won't have any effect on the world because it's only a collection of letters, see here, black ink on paper, that is what is IS, it can't DO anything"... Saying LLM is a statistical prediction engine of the next token…
But that problem is MUCH MUCH MUCH harder than people make it out to be.
For example, you can reliably train an LLM to produce accurate output of assembly code that can fit into a context window. However, lets say you give it a Terabyte of assembly code - it won't be able to produce correct output as it will run out of context.
You can get around that with agentic frameworks, but all of those right now are manually coded.
So how do you train an LLM to correctly take any length of assembly code and produce the correct result? The only way is to essentially train the structure of the neurons inside of it behave like a computer, but the problem is that you can't do back-propagation with discrete zero and 1 values unless you explicitly code in the architecture for a cpu inside. So obviously, error correction with inputs/outputs is not the way we get to intelligence.
It may be that the answer is pretty much a stochastic search where you spin up x instances of trillion parameter nets and make them operate in environments with some form of genetic algorithm, until you get something that behaves like a Human, and any shortcutting to this is not really possible because of essentially chaotic effects.
,
Re: The Singularity will occur on a Tuesday
#360Once men turned their thinking over to machines in the hope that this would set them free. But that only permitted other men with machines to enslave them. ... Thou shalt not make a machine in the likeness of a human mind. -- Frank Herbert, Dune You won't read, except the output of your LLM. You won't write, except prompts for your LLM. Why write code or prose when the machine can write it for you? You won't think or…