Forgot your password?
typodupeerror

Comment Re:The vaunted "Super Intelligence".... (Score 1) 31

So, the reality is that the world "ran out of training data" for the most part years ago, and the models have gotten exponentially better relative to a number of parameters. Claude 3.7 Sonnet was released 1 1/2 years ago, and today it benchmarks about the same as Qwen 3.6 Sonnet 9B, a model two orders of magnitude smaller than it, and which is itself two generations out of date. And a large chunk of this is done with synthetic data - aka, data created by other models.

It's simply a myth that "data created by models consumed by other models makes them worse". In practice, it's used to make them vastly better. Models aren't collagers, they're reasoners. Learning the results of reasoning, the results of trial and error, etc helps build a stronger base for more advanced reasoning. Also, our training algorithms, while reaching a denser knowledge compression than human brains, are less efficient learners than human brains (per unit data), so they need to see the same sort of data from "many different angles", to substitute for our process of "mulling over" new information.

(Yes, it is possible to set up contrived scenarios where, say, an small image model is fed only its own outputs on loop, little bits of knowledge slowly being lost each go-round, in a situation equivalent to leaving a person alone with their thoughts in a dark room for ten thousand years - but even a tiny percent of new fresh data added to the mix prevents this degradation.)

And as for the article itself, they made it sound like they're talking about, say, programmers banned from using AI at OpenAI, but it's nothing of the sort. These are data labelers. In the old days, they used to be far more common, and in wide use in all types of model creation. That's no longer the case; they exist for special cases. For LLMs, this is much more limited:

* Subject matter experts: people with rare professional-tier knowledge. Often used to validate model outputs, where nobody else could (for example, OpenAI hires mathematicians to validate their models' proofs)

* Chain of thought / logic auditing. Increasingly important now that models are showing increasing signs of poor alignment. You can automate this a lot, but you really still do want a human in the loop *somewhere*, in case your auditors get compromised.

* Side by side comparative rating: Which model's output do you like more, A or B?

* Evaluating reported outputs where users reported that they thought the response they received was bad, and if there's actually anything wrong, copyediting the output for training.

* Adversarial prompt generation / jailbreaking and evaluation. Again, you *can* have models do this (and companies often do), but you don't want to just rely on them.

* Trying to set the bounds on whether given queries should be refused or not (for example, "How do explosive reactions happen in chemistry?")

Basically, a switch from "click work" to "knowledge work". This is no longer the era of "Write a poem about cats" or "Explain how to solve this algebra problem" to build up a training dataset. You're getting paid to think, not to repeat a rote task.

Other types of labelers aren't as far along. Multimodal data is less advanced than text, so you'll still for example have people labeling things in videos, transcribing heavily-accented audio, grading text-to-video consistency, things of that nature. Probably the least advanced field is robotics, so there's still an awful lot of manual evaluation and correction in that.

But anyway, if you're hired to do any of the above, it's because they specifically want you to do that. Having an AI model do the above (beyond the listed caveats) entirely defeats the purpose.

Comment Re: Are they going for gold... (Score 1) 23

I guess the only positive thing I can say about them is: despite how tough the models were to work with then and get good content out of them, these people were generally obsessive over their waifus and porn, so at least they weren't making like 8-fingered monstrosities. You could tell that they spent many hours zoomed in, upscale-regenerating and collaging and photoshopping over every imperfection.

Comment Re: Are they going for gold... (Score 1) 23

hasn't really taken over human actresses despite that industry usually being in forefront of all kinds of tech, I wouldn't bet on this one either.

I dunno. This isn't exactly my space, and I haven't even been involved much in image generation at all in years, but in the old days at least, the Stable Diffusion Reddit and the model sites like Civitai were just *flooded* with stuff from horny guys, like 80-90% of the content. It was really annoying. Due to anti-porn restrictions, the Stable Diffusion Reddit mostly got flooded with waifus or similar, but Civitai was mostly porn models, or at least general models finetuned to allow porn. People were even widely using waifus and porn in their tutorials and user guides for image generation tools, even though the the tools were just for general image generation purposes. Oh, and YHVH protect you if you dared complain to any of the waifu or porn posters about any of this - you'd get a flood of "WHAT, ARE YOU A PRUDE???", "HAVEN'T YOU EVER SEEN A WOMAN BEFORE???" , etc and get modded to oblivion. And perhaps the worst part of it was just how damned derivative it all was. There was zero creativity over any of it, zero diversity of artistic style, zero attempt to do something aesthetically new, just pure hormone-driven churn, generally either straightforward-photographic style, anime style, or a Midjourney-ish digital art style.

So I rather have to disagree with this statement. Porn users are a major share of AI image generation, at least with run-it-yourself models (as most commercial models ban it).

Comment Re:Old (Score 1) 23

It's like the whole "metaverse" thing of trying to reinvent shopping in a 3d gamelike environment. Even in video games it's common to not have to actually hunt for and pick items off the shelves in 3d, instead just choosing from a dialog. Just because something sounds shiny on paper doesn't actually mean it's good in the real world.

You don't need to see the person on the other side to chat with them. You don't even need to hear them in most cases - text is just fine, and actually helps prevent misunderstandings.

Comment Re:Are they going for gold... (Score 1) 23

I mean, the idea isn't great to begin with (even if it were perfectly done), but the main issue here is how anyone thought that this was ready for release in the year 2026. They somehow managed to combine stilted dialog with stilted voice generation with avatars that don't move around, over-emote every sentence, and don't have reactions which match dialog, *and* with atrocious lag thrown in on top.

I know that this is difficult, but if the product isn't ready, don't release it. This just makes you look terrible.

Comment Re: Which is it? (Score 1) 128

I just wanted to let you know that you have successfully driven me off of /., after some 25 years.

Not just you, obviously, the site has been in steep decline for a long time, but you were such a huge asshole that you managed to be the last straw. So, congrats for that. I won't be back.

Comment Re:Software and AI models not equivalent (Score 2) 100

(I think there's some confusion re: probabilities because of the top-P selection after the final softmax. But transformers works in a high dimensional (latent) space, and it has to convert back down to a low-dimensional space (tokens/language); the latent space defines a potential routes for the answer to proceed down which has many possible directions that could be taken in token/linguistic space, so you have to "round down" to the nearest position. And it turns out that a slightly noisy rounding works better than a greedy (closest) rounding. Biological brains also benefit from (quite high levels of) noise).

Comment Re:Software and AI models not equivalent (Score 3, Interesting) 100

Actually, they're not black boxes anymore, and they work via chained fuzzy logical reasoning, not "statistics" (except by a pedantic and useless definition of "statistics" that defines the entire universe and everything in it, including us, as "statistics").

What we don't do is define how those logical reasoning pathways are setup. AIs are "grown", not programmed. The situation is not like that of a program written by a programmer, but more like a pet owner whose dog they raised runs off and kills someone's cat, or a parent whose child sneaks out and breaks into a store to steal money. There's no criminal liability for OpenAI here (there's no mens rea, a requirement of cybercrime statutes), but I can see a very strong case for civil liability. Not only weren't they monitoring the J-space or watching what features fire, they weren't even monitoring the CoT, which is just a plaintext log, or even monitoring the actions taken in realtime. This was shocking to me. I figured they had smaller models monitoring *everything* the bigger models did in every test scenario, looking for malicious behavior. Haha, nope, they just submitted a prompt and then completely ignored them until they submitted their final answer.

Nobody is going to jail over this, but there could potentially be some big payouts.

Comment Re: Enough Already (Score 4, Interesting) 100

Indeed. These are effectively just fuzzing attacks on the scale of the core Internet. What does common sense say about the likelihood that a random site's security will suffer under a fuzzed input?

The question that needs answering though is this: who at OpenAI gets fired for letting a piece of internal software directly access external websites?

I suggest someone invite Sam Altman to visit the County Sheriff's Department for an interview.

Comment Re:A modest proposal (Score 1) 255

You do understand that products are "essentially fungible" and crude is semi-fungibl (most crude is pretty fungible), and the US is not an island in this marketplace?

Also, you do realize that Aframax rents from Venezuela are ~$1,5m in early 2026 to ~$3,5M? Even your "cheap case" is increasing crude prices by 5%. But to repeat: the US is not an island in this global marketplace. Products get exported from US refineries and sell at globally competitive prices, which forces US consumers to pay globally-competitive prices as well.

Slashdot Top Deals

There is no royal road to geometry. -- Euclid

Working...