Forgot your password?
typodupeerror

Comment Re:China virtually eliminated homicide (Score 2) 58

Most murder is premeditated

Eh? This is incorrect. Perhaps most fictional murders are premeditated, because that makes for a more interesting mystery to solve, but in real life, the vast majority murders are impulsive, spontaneous acts that happen during arguments, fights, or emotional outbursts (often with the help of alcohol and/or readily available weapons).

Comment Re:Thanks, AI bubble! (Score 1) 110

Which they'll shutter or repurpose if the demand plummets. You think they're going keep those factories churning out memory chips if prices drop significantly?

You're right, they'll run the numbers and take whichever path maximizes their net profit -- but shuttering (or even heavily modifying) a facility that they've just invested $$$$ into is unlikely to be found to be their most profitable option. More likely they'll try to sell memory chips at a profit of +$.25 per chip in large volumes, because when you've got is a giant hammer, hammering lots of nails is what you can do best.

Comment Re:AI doesn't use desktop hardware including RAM (Score 2) 110

That's the really sad part. No aftermarket for them since they will all be industrial grade parts not even compatible with home systems.

I wonder if anyone will start selling home systems capable of using cast-off data center RAM? It might be worthwhile if there's lots of that sort of RAM floating around for cheap.

Comment Increasing productivity makes the wheels go faster (Score 1) 71

Sure, a company could use an increase in productivity to allow their workers to work fewer hours while getting the same amount accomplished... but capitalism doesn't work that way. Instead, the company will use the increase in productivity to get more work done in the same amount of hours as before... or if they don't, their competitor will, and thereby obtain a competitive advantage over them.

This is especially true for salaried employees, where the cost of the employee to the company is the same regardless of how many hours the employee works, and it is therefore in the company's financial interest to maximize the return on its salary "investment" by getting as much output from the employee as possible in any given pay period.

Comment Re:How about none. (Score 3, Interesting) 54

I've got a co-worker like that; every email I get from him is just him copy-and-pasting text from his pet AI, and when I reply, he forwards my email on to his AI to read and generate the next reply for him.

Which raises the question... exactly what value is my co-worker providing there? Sooner or later management will notice that they are paying six figures of annual salary to what is essentially just a very slow meat-based email relay, and they'll lay him off and just have me communicate with the AI directly instead. There's a fine line between "all in" and "all redundant".

Comment Re:I initially dismissed the idea of agents (Score 1) 54

It all depends on one thing: Will your speech-driven AI agent reliably accomplish the tasks that you told it to do? If so, great, we've entered the glorious Star Trek future. OTOH if it screws up, even just 5% of the time, it'll be kicked to the curb, because a "timesaver" that you have to stand over and supervise to make sure it doesn't go wrong is no timesaver at all.

Comment Conversations (Score 1) 120

"How did you get hired?"
"I was top at Fortnite. You?"
"Combat flight sims."

"Damn, two Boeings just crashed over an oil refinery on city limits and took out half the city."
"Did you remember to save your position beforehand?"
"Yeah."
"The reload and continue from there. No-one will notice."

I love computer games. I have XPlane 12 and many scenery packs. I rank well on Elite:Dangerous. From the sounds of it, the FAA would see me as over-qualified. In reality? There's no way in hell I'd be taking those kinds of risks with real lives. There's a huge difference between having good reflexes and a good eye, versus having the complex 4D spacetime relationship mental models needed for robust air traffic control.

Comment Re:Just... wow (Score 1) 120

Nothing says "clown-show shit-hole" like hiring gamers - many of whom undoubtedly live in momma's basement and maybe work at 7-eleven or Walmart - to look after the safety of all those people both in airplanes and under their flight paths. Brilliant!

New air traffic controller hires would all be in the 21-31 years old bracket. The PS3 and Xbox 360 released 20 years ago. These are people who grew up with video games being around them.

I don't understand why they're promoting that they're "hiring gamers" (it's what the gamers would call a "weird flex") but it's not that surprising that new hires would be "gamers" if you define "gamers" loosely enough to include anyone who plays video games somewhat routinely.

And, to be quite frank, the skills that make a good gamer (good hand-eye coordination, ability to keep calm under pressure, routine use of voice chat) likely translate to someone who would be good as an air traffic controller.

Hiring gamers to increase the total number of air traffic controllers certainly seems better than the previous administration's solution, which was nothing.

But in any case, it's not really clear to me that "hiring gamers" is that meaningfully different from "hiring people who are 21-31 and grew up with video games all around them."

Comment Re:Need new AI editors (Score 1) 65

You see, Linus has embraced transhumanism and is testing out the new kernel as a supplementary brain function, using MOSIX to offload all of the irritable comment generation at yet more nonsense on the mailing list to an Elizabot that he has written specifically to do this. This saves his actual brain for real work.

Comment Grok is not a useful advisor. (Score 1) 1

AI is not currently capable of performing any meaningful conceptual abstraction, it is only capable of very basic mechanical abstraction. Abstraction is itself multi-dimensional. Nor is there any indication that AI could ever perform multi-dimensional abstraction or multi-dimensional decomposition. Precious few humans are capable of it either, but some can.

No, AI would need humans because the best system is not a pure system but a hybrid system, and that means transhumanism with AI operating as an additional brain function rather than as a replacement for a brain.

Comment Re:Bleagh. (Score 1) 20

Tool calling is, yes, but the current approach to it is (a) overt not transparent to the user, (b) not designed for the purpose I've outlined, and (c) not remotely good enough for the AI to be able to manage data through such tools.

Yes, you can connect an AI to a PostgreSQL database. Whoopee. Not even close to an AI detecting via classifiers that some of the data is relational in nature, transparently setting up its own PostgreSQL database in response, and using that proactively as an additional way to examine the data. You would need to explicitly set up the constructs, explicitly set up the databases, explicitly tell it when, where, and how to use the database, and if that particular usage conflicted with a way the AI actually worked, the AI would not be able to use it effectively. That's not remotely close to what I'm talking about.

What I'm talking about is much, much deeper than that. AIs lose focus when there is too much information currently in the system. Absolutely nothing stops an AI from using a document database as a virtual memory in which it can page in and out conceptual spaces so that the focus on any given step of a problem concerns just the problem. Other than such a concept not existing yet, which is kind of a limiting factor. But you need to know what connects to what. The AI could use an ontology reasoner for that, or a relational database, or an external graph. But you cannot provide those tools and you cannot configure them, for the simple reason that the AI is the only entity with any detailed map of how the underlying neural net is connecting those ideas up.

The AI itself has to select the tools, has to configure the tools, has to do all the work. Which means YOU cannot use any sort of API. YOU should have no involvement in the underlying mechanisms needed for the internal NN housekeeping.

And that's your other error. You're assuming this is about user data. No. It's about housekeeping operations within the NN itself to maximise functionality, it has nothing to do with the user side of things at all. If the user was capable of setting up dynamically structured databases that mutated with each step of a decomposed analysis, you'd have done everything the AI would be doing and you wouldn't need the AI to begin with.

You cannot do this work, you cannot even assist in this work, it has to be dynamic and it has to be utterly invisible to the operator.

Comment Bleagh. (Score 1) 20

We don't need bigger models, at this point. What we need is multi-dimensional decomposition, problem space transforms, and the ability for AI to use external tools (such as SQLite, memcached, etc) so that it can externalise static data that it needs to not corrupt accidentally but still keep in easy access.

If we had that, most of the things "bigger models" will do will actually end up being done better, quicker, with fewer compute resources.

Comment Re:The Pioneer and Voyager probes (Score 1) 38

To be useful in deep space, you're going to have to deal with very harsh radiation, far harder than the Vikings dealt with. You really want to have some large number of computers, where the number has to be odd and exceed 5. The reason it has to exceed 5 is that you need 5 in order to be able to use the Byzantine General's Problem to discern which computers are working correctly and which are radiation damaged. Since some will be damaged over time and you want 5 computers still operating around the time the power runs out, you have to start with more than that.

Massively radiation-hardened highly-robust low-power chips could be done. If you were clever enough, you could do this as a wafer-scale system where you marked parts as bad and networked around them. Free space optical communication across the wafer might be doable.

They might well still end up being low-density CMOS discrete logic.

Lead-lining the electronics isn't as much of a problem if you've launchers capable of handling heavy objects and don't mind burning through a lot of ion drive propellant for course corrections. This would improve the hardening beyond what can be done through the usual operations.

But, yeah, you'd need defect-free microelectronics. You really can't handle F00F bugs or defective instructions once you pass Earth orbit. And I can't think of anyone who knows how to do that.

Comment Re:The Pioneer and Voyager probes (Score 1) 38

Well, not just the solar system but the heliopause as well, and the near-Sol galactic winds. We can estimate the effects of space from just about any ancient near-Earth space junk, but I'm not sure how we'd go about calculating the impact of the galactic winds on something. The Voyager sensors won't be sending back nearly enough high-quality data to establish that.

Slashdot Top Deals

The tree of research must from time to time be refreshed with the blood of bean counters. -- Alan Kay

Working...