Forgot your password?
typodupeerror

Comment Re:As expected (Score 1) 119

Also: If he keeps up the talk of doom and gloom, then Amodei will be quite believable when he steps down and lets someone else direct Anthropic.

Whenever The Law approaches too closely for comfort, tech CEOs have a habit of stepping down and sideways into a less exposed role with low responsibility, but a controlling interest.

Comment Re:Hey guys, I have a great idea! (Score 5, Insightful) 98

All of these are reasonable points. I would add one more: AI training on AI outputs.

The initial worry was that AI produced web content would be consumed by the next generation of AI causing model drift and collapse. Since then, AI companies have decided that daily user interactions are a source of clean signal that complements the web . But now that AI agents pretend to be humans, those "user" interactions will just lead to model collapse at a faster rate.

Comment Re: Nothing of value was added (Score 1) 153

How can you state that? I'm assuming you're a Rust proponent from that wild statement, which goes to show you how little you know about the topic.

Yes, memory leaks can and do happen in Rust. Rust is not perfect. Neither are the people who write it.

Most Rust code is written by its proponents' AI models, anyway.

Comment Re: Nothing of value was added (Score 1) 153

This is an engineering maxim as old as time.

If your response to theoretically old, brittle, and "wrong language" code is "rewrite it in something better", you don't understand the problem.

There has never in the history of software development been an effort to rewrite a platform in another language which wasn't subsequently plagued by all manners of new and interesting problems.

In a best case scenario, the product has an exhaustive regression testing framework, complete unit tests for every function, e2e testing, and reintegrative CI/CD. But that is rarely true for any project, and certainly isn't true for old ones which predate such practices.

You make an important point: the biggest positive contribution to making old tools better without introducing more brittle behavior is with coverage from test suites, and improved code coverage.

Comment Re: Nothing of value was added (Score 1) 153

This IS the Rust community you're talking about, after all.

While Rust is a fine language, the community tends to be a bit fanatical and irrational. Pair that with a generally shallow technical aptitude depth and a lack of experience, and vibe coding, and therein lies the problem. There seems to be a high intersection between them and the systemd, so that's not a surprise.

And that's without getting into questionable mental health practices that are common in that community.

Comment Re:why? (Score 1) 127

It is similar to the current problem with AI and open source. Which isn't surprising, since the open source movement and Free software especially originated in academic circles. The issue in both cases is that a valuable resource has been created cooperatively, and the mechanism of enforcement of norms is purely social. Hence it is vulnerable to exploitation and sloppification by AI companies, which are deliberately not following any norms.

If someone has a solution, now would be a good time to start developing it. Otherwise I suspect the attacked communities will close off the commons to survive, and we will all be poorer for it.

Comment Re:Makes me wonder (Score 4, Insightful) 127

Pretty much all of them so far. OpenAI is clearly looking to brute force science problems by hook and by crook and take credit wherever possible. They have a profitability deadline coming up, after all.

It's a good lesson, though. Don't talk to your AI like it's a confidante. It's a spy, and your secrets aren't safe. And when OpenAI goes bankrupt, your secrets will be sold to the next buyer.

Comment Re:They distilled human knowledge (Score 1) 106

These are not Markov chains. They're neural nets. They work via extremely complex chained fuzzy logic on superpositions of conceptual states.

They are, by definition, Markov chains. It's a Von Neumann architectural Finite State Machine processing a string of bytes, outputting bytes that get fed back in. That's a Markov chain.

Don't get hung up on bullshit about "extremely complex blah blah blah.". That's just designed to confuse you.

Slashdot Top Deals

"If John Madden steps outside on February 2, looks down, and doesn't see his feet, we'll have 6 more weeks of Pro football." -- Chuck Newcombe

Working...