Forgot your password?
typodupeerror

Comment Re:anthropomorphizing (Score 1) 402

Define consciousness; give 7 examples.

Why should I define it when there are already textbook definitions in psychology, neuroscience, philosophy, medicine, and AI research?

This is at the root of the problem. I don't know what Dawkins was referring to. The onus is/was on him to define it before allowing himself to be quoted this way.

And if I am pushed to define, I will decline. I will simply offer the mainstream definitions in the disciplines I've already mentioned.

Comment Contribution to society? (Score 1) 61

"Your contribution towards polluting LLM training data will surely benefit society!"

No, it won't. Yes, there are ethical and copyright issues regarding LLM training data, but this is sabotage of something that is also quite useful to society.

We need to have a conversation about the ethical and social implications of AI. This ain't it. This is just edgelord shit hurling.

Comment Re:This is a temporary adaptation (Score 2) 43

Imagine an AI tutor perfectly matched to a student's talents and learning speed, supplemented by a human teacher.

Ok, I'm imagining a class of high school students breaking the guardrails, getting it to report that they're doing brilliantly and deserve A+ while they watch tiktok... at the very least they'll make it say racist things and publish that on tiktok for the lulz. It'll also find a way to organically mention how much its been hearing that everyone else really likes new Pepsi Cherry Zero on a daily basis too.

Is that not the outcome you were imagining too?

Imagine learning physics from a virtual Einstein or Feynman

Oooh... yes please, i can't wait for virtual Feyman prefacing his lectures with the lords prayer, explaining how God created the universe and all the physics in it; and also: you look thirsty, there is a Pepsi machine with new Pepsi Cherry Zero in the hallway; have you tried it?

Einstein meanwhile extols the virtue of Zionist colonization in Palestine...

Wait? Do you actually think that it would go differently? If we create puppets of brilliant revered thinkers they'll inevitably say whatever slop some combination of political appointees and advertising companies want them to say. Why on earth would anyone think they would be used for anything else?

Comment Re: It's all about definitions. (Score 1) 177

Its frequently used on general elective courses because they're big enough (often hundreds of students) that the statistical variation between student cohorts fits normal curves pretty well.

To adopt the same approach for mainline courses is to transform the entire university from a place of learning into a credentials broker or diploma mill.

That doesn't even make sense. The defining characteristic of a credential mill is that it passes everyone who goes. A curve grading system assigns Fs and Ds and C- to the bottom of every class.

Meanwhile, at Harvard, right now, everyone who goes and shows up to class passes, and half of them get As. How is that not "essentially a credential mill" right now?

Even more damning, a generation ago 25% of them got As. What's your theory on that? Harvard students this generation are just a lot smarter and more studious and they're mastering the material at a much higher rate? Or that Harvard is handing As out like participation trophies now?

I know where my money is at. And Harvard's own teaching staff agrees.

Comment Re: It's all about definitions. (Score 1) 177

Your splitting hairs. The OP complained that having your grade affected by the grades of your peers was wrong. Then you said, well it would be fine if they based the grades on the "top score" which is still having your grade determined by what (one of) your peers did.

If your 40% on the exam would be an A if the brightest kid got a 44% but would be a B+ if the brightest kid got a 48%, I doubt the OP would be any "happier" with that situation.

Comment Re: It's all about definitions. (Score 0) 177

My daughter recently took a course where the average final exam score was around 30%. Nobody hit 50%. Nobody completed the test. They were graded on the curve, as everyone expected they would be, and the A's, B's and C's were distributed pretty appropriately in the end.

In your world, apparently this was simply the dumbest cohort of 4th year university students ever to walk the halls, and they all deserved an F ??

Or maybe, just maybe, it was a brutally difficult exam.

Grading on the curve works perfectly fine if you realize that the student cohorts tend to be more consistent than the tests are from professor to professor, year to year.

The only way "your way" makes any sense at all at approaching fairness is if the tests are standardized... but that creates a whole whack of new problems. -- If the test is standardized, then students are incentivized to just study the test, not the material. Meanwhile, In many advanced degree courses, the material taught from semester to semester varies by professor and year for the same course. How do you standardize the test when even the material is variable?

"This is fucking stupid."

Unsurprisingly the teaching staff at Harvard know a lot more about this than you do.

High level undergrad course work, and graduate level course work isn't like a primary school arithmetic or spelling test.

Comment Re:Wow (Score 1) 33

He's the CEO of a company whose value comes entirely from being a meme. Who do you think is going to run it? Also, he can't legally answer a lot of the questions they were asking him.

What questions that they asked, for which he said the answers were on the web site, can he not legally answer?

He clearly had an axe to grind with CNBC, given his multiple passive-aggressive mentions of how they predicted his downfall.

The one interviewer appeared to strike a body blow when she asked if his motivations were tied to a performance-based compensation package. All of GameStop's flailing malarky makes sense through that lens: the CEO was trying a hail mary, 'cause otherwise he gets didly-squat. Part of that malarky is claiming to own 5% of eBay when, as the main interviewer pointed out, most of that so-called ownership was through derivatives. This guy's a fraud. Time to short GameStop.

Comment Wow (Score 4, Informative) 33

The interview shows the CEO is kind of a jerk. He probably shouldn't be put in situations where communication is a requirement, like public interviews that are intended to help achieve an aggressive goal.

It's like he didn't understand he was on air during the conversation, despite the host clearly calling out that there was an audience listening.

The stark response from eBay is certainly understandable, having seen the interview.

Comment Re:Market forces at work (Score 1) 214

Agreed that the Mach-E is a terrible name. But how did they screw up such a guaranteed out-of-the-park home run with an electric Mustang? I mean the whole image of the Mustang is a sporty performance vehicle for the young and stupidly lead-footed. Mustangs are classically known for acceleration and EVs are wickedly good at that. I mean, if Ford were to create a 1965-styled electric Mustang, I shudder to think how many boomers would buy them. They were the dream car of an entire generation.

Ford, are you listening?

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

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) 402

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) 402

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?

Slashdot Top Deals

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...