Forgot your password?
typodupeerror

Comment Re:We don't know how they work (Score 1) 159

Whether we know how they work or not depends on how closely you look. If you look closely enough, every single decision is understandable. But it's so complex that nobody understands the ensemble. Even ordinary programs are sort of this way. The Obfuscated C Contest is just an extreme outlier, but any really large chunk of code written by somebody else (or by you over the last few years ... and not all at once) can be difficult to understand. As it gets bigger, and has more patches, the problem gets worse. These things are at an extreme edge of this problem. But every small enough piece of them can be understood...at least by somebody.

Comment Re:Wow! (Score 2) 55

I /suspect/ it's so when you have to upload a file to a website as a PDF but you have several and it doesn't handle that well you can multi-select a group of files and it will upload a single PDF.

No idea if that's what they mean but it might actually be useful.

Comment Re:Artificial Scarcity (Score 1) 67

OK, many people don't know how to use it yet.

AI is such a versatile tool that people keep trying to use it in inappropriate ways/places. Again, like computers in the 1960's & 1970's. I suspect that we're still at the point where most attempts will fail (some horribly), but some will be REALLY successful.

N.B.: Computers didn't become largely successful until structured programming and commodity software took over large parts of the market. That greatly reduced the errors. What's the equivalent for AI? We won't know until after robots become common. (LLMs are just touching the edge of what AIs can do.)

Comment Consider a static site generator (Score 1) 24

I'd like to see Wordpress broken in half so the admin and clever bits are in one place and the actual hosted stuff is somewhere else. The server part of it needs to be as dumb as possible, and definitely not allow any sort of logins.

If you want "as dumb as possible", the search keyword for that is "static site generator". Then you can redirect /wp-admin/ to Automattic's front page.

Comment Re:Artificial Scarcity (Score 1) 67

The problem is that people don't know how to use it yet. EXPECT most attempts to fail. Most early attempts to use computers failed.

Of course, with AI the problem's a bit worse because it keeps changing so rapidly. Currently the rule of thumb is "You can train an AI do do a good job if it's easy to verify that a proposed solution is correct.",

Comment Re:No worry! (Score 2) 24

You already acknowledged the catch when you said "Or, at least, any new ones.". Small groups are really much more interested in the kind that were useful in WW I, because those are easier to make. Doing development for new weapons is dangerous to the developer.

Comment Re:So... (Score 1) 24

If IQ were valid, it wouldn't be particularly low. Unfortunately, it's sensitive to culture and education, so you are probably right. But don't confuse it with potential intelligence. IQ is basically a measure of how well you could do in school with reasonable effort, so if you didn't pay attention last year, your IQ is lower.

That said, intelligence *is* real. It's just that IQ is a really bad measure of it.

Slashdot Top Deals

The brain is a wonderful organ; it starts working the moment you get up in the morning, and does not stop until you get to work.

Working...