Spyke

Replies

Comment on

Linus Torvalds tells AI haters to fork off: Linux supremo says contributors opposed to AI use can 'just walk away'

I believe most people’s problem with AI comes from the potentially massive financial bubble and economical damage to come from over-adoption of the technology where it should not be used.

Many people, like Torvalds, know that AI is useful for certain things when used responsibly. Low level programming is one of the best places for it. You’re not solving business problems. These are usually optimization and security problems with verifiable outcomes(ex AI finds bug, you can actually confirm bug exists).

Unfortunately the ease of which you can produce crap with AI causes big problems for everyone trying to actually improve things.

Comment on

national anthem

Reply in thread

To me that’s always been the point of the show.

Take some real world thing and push it to the point of being dystopian.

In the “Facebook likes” one, you can make a connection to social credit systems IRL.

The explanation is applying a “slippery slope” fallacy for pretty much every single concept.

Comment on

Torvalds: AI Is the New Compiler, Not the New Programmer

Reply in thread

I don’t get the impression he’s fallen in the trap at all.

More so, he sees it for what it is. It’s a tool that can help, but needs smart people that can validate its output. It can’t design entire systems nor effectively solve real world business problems on its own. It’s not going anywhere, so may as well adapt to our new reality.

Comment on

Zuckerberg Admits That AI Is Not Working Out the Way He Imagined

Reply in thread

I listened to a podcast with a couple smart mathematicians talking about AI recently and this rings true based off what I heard them discuss.

They hypothesized that only verifiable domains can really see advances due to AI. So mathematics, physics, a load of the other sciences, and medical research. Even programming, as long as you have a pre-designed solution.

But for problems where you can’t look at a solution and say “yeah, that’s an optimal solution or close to it”, ie basically any business problem; they are much less useful, a big reason being what you mentioned in your comment.

Comment on

What math operation order do you use?

Reply in thread

It’s because in any higher level math these rules aren’t needed. Everyone just uses brackets(and mathematical notation) to clearly define an order of operations. There’s no confusion as you’ll never see something potentially ambiguous like “x * y / z / a” .

And even if you did, the division operators would likely be horizontal lines to make it clear what is being divided.