Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:"Ads In AI Mode" (Score 4, Insightful) 10

I hate to say I told you so, but..... I told you so! The economics of capital and resource intensive AI services coupled with low demand needs somebody to step up and pay for it. It's not the users, who don't value AI enough to cough up real money and so must be tricked into using it for free. It's no longer the investors, who have put in real money for the last 3 years and are starting to ask for real returns on their investment, not a Ponzi scheme. The last resort to pay for AI are the advertisers. Like advertising in search, advertising in AI will cause the service to degrade and lose its value.

Comment Re:Are they making a profit yet??? (Score 1) 43

And that's why I use adblockers etc. Because, it's not my job to subsidise the free products with my eyeballs. If it's free, then it's free. If it's free, but you want something in return, then it's a seedy bait-and-switch tactic designed to bypass the normal pricing mechanism. Money is the normal mechanism used for regulating supply and demand.

Comment Re:Unsurprising (Score 1) 29

Tut tut. I am not surprised anyone would say this if they have a very narrow exposure to human beings, and no children. Anyone who has children, or knows somebody who has children, would not be surprised that anyone expected that these things actually would work. In particular, your original impulse is spot on. You really should tut tut and say that these companies are predatory and lying about the capabilities of their products.

Comment Re:Don't look up (Score 3, Interesting) 21

That is the nature of bubbles. It's not all lemmings who jump the cliff. It's also hunters who think they are smart enough to stop just before the cliff edge. And then there's hunters who think the other hunters will fall anyway but they don't want to miss out and will be able to stop in time. The ones who stay home don't bring back any food.

Comment Re:Finally⦠(Score 1) 126

That's a completely backwards view of the GDPR. It's easy to comply if you build your site from scratch. However, if you insist on using noncompliant infrastructure solutions to build your site, then of course you'll have headaches and software rewrites and annoying popup hacks. That's on you (or your boss). Alternatively, make the right design choices initially and you'll be fine.

Comment Re:media (Score 2) 43

"Secret trick destroys AI" is bullshit. What is not bullshit is that for less common tokens, the conditional distributions of their occurrence in language depend on a relatively small number of examples. This is not an LLM property, it's a property of the language data itself. Also known as the hapax problem. Any language generator, including LLMs, is constrained by this fact. It has nothing to do with the architecture.

In practical terms, this means if you have a learning machine that tries to predict a less common token from some context (either directly like an LLM, or as an explicit intermediate step), then the local output will be strongly affected if it sees a single new context in the training data, such as when someone is poisoning a topic.

There are no solutions for this in the current ML learning paradigm. The system designers can make the system less sensitive to the tokens in the training data, but this comes at a price of being less relevant, due to deliberately discounting newly encountered facts against a implicit or explicit prior. Your example falls in this category.

It is fundamentally impossible to recognise the truth and value of a newly encountered datum without using a semantic model of reality. Statistical language models do not do this.

Slashdot Top Deals

Life. Don't talk to me about life. - Marvin the Paranoid Anroid

Working...