Forgot your password?
typodupeerror

Comment Re:What I don't like about Dawkins (Score 1) 393

The program is still deterministic - the output is determined *entirely* and deterministically by the input. (Where the input is the set of the prompt, the sequence of numbers returned by the calls for random(), and the LLM data model itself.)

Your "mistake", if we want to call it that, is treating the random() function as an innate quality of the LLM. It isn't it is simply part of the input.

Provide the the system with the same model, the same prompt, and the same sequence of numbers, and you WILL get the same answer, regardless of how complex the question is, or who asks it.

Comment Re:What I don't like about Dawkins (Score 1) 393

You absolutely can though. There is nothing stopping you from seeding the run with a single LLM, or even substituting the function definition for random() with:

random() { // determined by fair dice roll
        return 5;
}

We can trivially and easily do this.

And further, it seems you are now suggesting that substituting the above random function for this one:

random() { //
    input = ask-user-for-fair-dice-roll();
    return input;
}

and now you sit there rolling dice and inputing the results, and the computer program gains consciousness?

really?

Comment Re:What I don't like about Dawkins (Score 3, Interesting) 393

The difference, of course, is that we currently DO actually know EXACTLY how an LLM works. We can snapshot the model and seed the random number generator to make it generate exactly the same output from exactly the same input every single time. We can pause it, set breakpoints, inspect and dump data structures.

It IS simply a program running on a CPU, and using RAM.

Is it possible that's all humans are in the end? Sure its possible, I can't prove otherwise. But we are not remotely in a position to assert that its the case.

You invoke philosophy which is entirely appropriate. There are fairy tales for example of artists painting things so realistic that they come to life. And it poses an interesting question here: is there is a difference between a simulation and a real thing? Can a simulation of life, be "alive"? Or must it forever remain a simulation.

And a related, and perhaps ultimately simpler question is can a *turing machine simulation of life* be "alive".

A lovely illustration of the question:
https://xkcd.com/505/

Can what you and I perceive as our lives, the universe around us, and everything REALLY be underpinned by some guy in a desert pushing pebbles around in a big desert somewhere?

Can the arrangement of stones in a desert, and some guy updating moving them aorund, in some pattern he interprets as representing the information that describes our universe actually "BE" our universe?

Is is the pattern of rocks is JUST a pattern of rocks. Is the guy moving them around JUST moving them around. Is the interpretation of the pattern as a representation of the state of a universe, just that, a representation?

Or you truly think there is a galaxy with a planet with people on it having a conversation on slashdot,'frozen in time' waiting for some guy to move the rocks into the next pattern and that somehow results in the experience we are sharing right now?

Or put more succinctly - can an abstract representation of a thing be the thing? be it bits in a DRAM module memory or pebbles arranged in the sand? can it be the thing it represents? Can the painting of a zebra if its done skilfully enough be a zebra?

Comment Re:What I don't like about Dawkins (Score 4, Insightful) 393

The parent poster acknowledges this, they are saying the randomization is *introduced artificially*.

The same as any dice rolling app. All you have to do is seed the pseudorandom number generator the same for each run, and it will roll the same dice, in the same order, every time.

Likewise, if it wants to spit out the next word/phrase and 2 of them have 33% probability, and two have 17% ...

Then if you seed the random number generator with the same seed for every instance / run, you'll get the same output from the same input on the same model.

The system is entirely determininistic. The same as any other software, from the ghosts in pacman to the bots in quake arena, to a chess engine. We introduce "randomness" to make it more enjoyable, but its pseudorandomness, that we artificially insert. We could just as easily seed the random number generator the same way every time, and then it would do the exact same thing every time. None of these are actually thinking and making decisions.

Comment Re:Do Androids Dream of Electric Sheep? (Score 2) 50

Actually one should have read it, or not?

Its a mere 200 pages, and its the inspriration for "Blade Runner". Yeah, its worth reading.

Reading Philip K Dick for the prose itself is pretty much missing the point. The themes, ideas, and questions it poses are generally worth the effort.

The movie adaptations are hit and miss. Blade Runner I think was well done (not just as a movie on its own, but as an adaptation of the book)

The Minority Report movie adaptation on the other hand shits the bed so hard its painful to watch.

Comment Re:Where's the value to me? (Score 1) 57

Assuming the small business is local, it generally also circulates money through the local economy instead of siphoning it all away, which provides jobs in your local community, and ensures a healthier local tax base from businesses. The increased foot traffic tends to bring halo benefits to nearby eateries and so forth. It results in more and better job prospects for your kids than "amazon delivery driver" too.

These all combine to make the community you live in more economically vibrant, with things to do and places to go. Instead of a desolate suburban hellscape.

Its more a philisophical point than a direct benefit to you that can be measured in the $1 more something cost you, but its real.

Comment Re:Speaking of Amazon and books... (Score 1) 57

"Of course audiobooks also have their downsides."

It's rapidly approaching trivial to have the audiobook created by an llm narrator. Whether it will be worth listening to such a book is a separate question.

On the one hand it makes a lot more books accessible for the blind, which is a godsend... even a bad narration by an ai is potentially much better than simply not being able to consume the book.

But on the other, its going to make finding a good audiobook read by a narrator worth actually listening to much much harder for those who are listening to audiobooks for the value-add that good narration brings.

Comment Re:Any videos? (Score 3, Informative) 29

If only there was some way to get at this sort of information, some article containing it.

Ace's architecture integrates nine synchronized cameras and three vision systems to track a spinning ball with exceptional accuracy and speedy processing time.
"This is fast enough to capture motion that would be a blur to the human eye," Dürr said.

Comment Re:Bans are not the answer. (Score 1) 60

That's the beauty of data, you can put the data center somewhere far from where the data is used. Put it somewhere appropriate, not Texas or other places that are high on ambient heat and low on water.

I've been wondering if geothermal might be a solution, only use the ground as a heat sink instead of a heat source. Here in Michigan's Upper Peninsula the abandoned mines stay at 40F all year round, regardless of the air temperature. Place the servers in the mine, drill some cooling loops into the rock. I don't know enough about thermodynamics to know if this is viable. A thousand feet of earth and rock ought to be pretty good as noise insulation, too.

Comment It's just the next programming tool (Score 1) 150

Assuming that AI is actually capable of coding useful, non-trivial, defect-free products... You're still going to need programmers. But instead of writing code, they'll be writing formalized specifications.

The English language suuuuuuuuccckkks at precision. Just look at any RFC that spends the first page defining the terms "MUST", "MAY", and "SHALL". AI prompts will need to become formalized and written to look like legal documents. The average person just doesn't think like that. Programmers do.

"AI Specification Language" (probably several different ones with subtle differences depending on the exact AI model being used) is going to be the next big programming language. Netcraft confirms it.

We'll still need programmers, at least until honest-to-goodness AGI comes along and makes all of us meatbags obsolete.

Comment Re:Bans are not the answer. (Score 1) 60

Agreed. I wish people would stop treating data centers as bogeymen. Most people aren't opposed to data centers per se, they're opposed to the side-effects. They're concerned about the energy usage and its effect on consumer energy rates. They're concerned about water usage. They're concerned about noise. They're concerned about heat pollution in the surrounding environment.

The thing is, all those things (with the possible exception of heat pollution) are fixable! They just take money and regulators with teeth. Don't let the data center owners externalize the costs onto the community. Make them pay for new power plants to satisfy their needs. Pass noise regulations. Require closed-loop cooling instead of evaporative. Address the actual concerns. And when writing the regulations, don't even mention the words "data center". Establish thresholds applicable to any industry, so when the next big thing comes along you don't have to start all over again passing the same rules but in the context of "hoverboard manufacturers" or whatever.

Comment Meanwhile, in the U. P. (Score 1) 112

And here I am, in Michigan's Upper Peninsula, sitting on 347" of snowfall this season. And today, the Second of April in the Year of Our Lord 2026, we have a winter storm warning with another 2-4" predicted this afternoon.

All I'm saying is, if the western states want snow they can feel free to come get it! No one here will argue.

Comment Re: My TV is a monitor (Score 1) 79

I have tried it. It's not really a solution for me.
- good for watching local content

but

- netflix support is a kludge at best, unofficial and no 4k (is the plugin a web browser wrapper?)
- other streamers are in the same boat
- no F1TV support at all

I don't blame kodi, its the streaming services that are the root problem here. But I can't make them support open platforms and I understand why they don't.

The upshot is that picking up a dedicated streaming box seems to be the best solution to get official support from the streaming services. The boxes tend to generally work well with kodi/plex/jellyfin etc to give you a way to play your local content alongside the streamers own apps in a small remote-control friendly manner.

I like the roku and the shield pro -- although both have been adding ads to their home screens. I'll probably pickup an appleTV box next since its still pretty clean. Its bad enough the streaming services themselves are devolving into ad-ridden crap, but as long as the ads are limited to the app itself, and i can delete the app and cancel the service if it goes to far. So far netflix generally just pushes its own content which is fine, and F1 is ad-free unless you count all of f1 as just being a giant sponsor circus.

Slashdot Top Deals

When you don't know what to do, walk fast and look worried.

Working...