Forgot your password?
typodupeerror

Comment Re:Yo dawg, I heard you like automation. (Score 1) 68

OK, another point here: training on bad inputs in addition to going back to GIGO also reminds me of the original Samuels checkers player: he allowed his son to play it at one point but learning was still enabled and it learned to play against a young child and became less expert when playing adults who were more skilled. And this was a comparatively simple system -- mostly some custom logic and a static evaluation function IIRC.

One way forward is obviously to try to identify AI output in some way that allows you to exclude it form training in the future. As AI is used more and more you'll end up plateauing in performance, but it's better than model collapse.

As we hurl head-long toward maximizing AI use, and stop hiring and training junior devs up into senior devs, this seems like a likely outcome... progress approaches some limit asymptotically because availability of useful further training data approaches a limit. You probably never quite reach the limit of current human expertise. Not if you consider real experts.

There are now companies employing experts in various fields to prep and vet AI training data. In an indirect way, it's all starting to remind me of "Player Piano" by Kurt Vonnegut.

Comment Sell cross-sections (Score 4, Interesting) 32

They should sell cross-sections through the cable (about 1/2 to 1 inch thick) mounted and framed as a way for people to "own a piece of global communications history". People would pay upwards of $500-$1000 I bet. They could produce a limited run of them and recycle the rest. It wouldn't even use that much of the material -- the vast majority would still be recycled.

Comment Re:Rainbows End? (Score 1) 122

OK, not exactly. Vinge's story line around this was a bit more technically fanciful even by current standards. I'll give you that in spirit it sounds similar and I did think of the same thing as you right away when I read the post.

In Rainbow's End, the idea is that they're digitizing a library by essentially running the books through a big cross-cut shredder whose output is blown into the air by fans or some sort of blower. The fragments (from many books at once) are blown past a series of high-speed cameras that photograph large groups of all of the little pieces multiple times in flight as they pass through each camera's field of view. Algorithms on the back end reassemble everything in a way that's kind of like a 2-D equivalent of multiple sequence alignments from molecular biology.

In the book, it's controversial because the digital assembly process creates a fair amount of uncertainty and destroys the originals.

A further reach is the animated series "Pantheon" where human brains themselves are destructively scanned to create digital duplicates of peoples' minds.

Comment Re:This is Slashdot (Score 1) 38

If you're comfortable moving the threshold-of-trust out to ~34.024825 years, I'm cool with that move.

Note: I used days/year of 365.25 to somewhat crudely account for leap years when I did the calculation using pow(2,30).

Actually using 2^30 (== 28) seems too small a number of seconds to be practical. I don't want to stop trusting people within a half minute of their births... that seems too pessimistic.

Comment Re:Creating complex systems is hard (Score 1) 168

Indeed, I'm reminded of the paper "No Silver Bullet" by Fred Brooks (the guy who write "The Mythical Man-Month"). In the paper, he lays out the distinction between inherent complexity and accidental complexity.

Most AI coding tools at present appear to be able address accidental complexity (but imperfectly). When you creep into trying to get them to address inherent complexity, they're lack of reasoning skills seems to become more apparent.

I don't know of anyone having made an argument for LLMs or something like them or something like ChatGPT's new reasoning models being able to address inherent complexity well without as much human review effort needed as would be required to just have a human do the task from the start.

That's just today. It's going to be interesting to see how things develop over the next 1-2 years.

Comment Look everyone! Sam Altman just discovered... (Score 1) 174

a brand new flavor of kool-aid!

Even if he were right, maybe it'll be more like one of Stanislaw Lem's stories: we turn on the giant, near-omniscient machine, and it just goes silent and won't talk. So we build a slightly lesser machine to try to communicate with it.

Or maybe it'll just turn out to have been a "bad ideas"(tm).

Comment Re:Huang has a point (Score 1) 98

Thank you. That says it very well.

Maybe he means "suffering" in a much more abstract sense, as in something more like "cognitive dissonance", but that wasn't the impression I took from the post.

There's the idea of "productive struggle" in learning, but that's more along the lines of growth from being challenged, as you said.

On the other side of the coin, complete lack of suffering, or even privilege, tends to lead to expectation, whereas adversity tends to lead to adaptation. But trying to find the adaptable people by subjecting everyone to suffering would be sick and cruel.

Suffering does not, apparently, necessarily lead to empathy.

Comment Re:Please calm down (Score 1) 95

Sorry to self-reply here, but for clarification: I meant "essential complexity" where I wrote "intrinsic complexity" but you probably knew what I meant if you've read the paper.

Addressing accidental complexity in a definitive manner would be, I admit, a big deal.

Also, for the busy who never read the paper, the Wikipedia summary is decent: https://en.wikipedia.org/wiki/...

Comment Please calm down (Score 1) 95

Dear everyone (almost): please calm down.

Are you calm? Good.

Now please (re)read "No Silver Bullet" by Fred Brooks. Done? Good.

Now explain to me how AI is addressing intrinsic complexity and not just accidental complexity. I'll wait.

These things are not good at (real) math and not good at (real) reasoning. If you build something out of statistical patterns in large text corpora of various kinds, you get something that appears to reason sometimes but is actually the world's most extensive stochastic parrot.

Slashdot Top Deals

Natural laws have no pity.

Working...