Forgot your password?
typodupeerror

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

Image detection, very much.

Text: most are snake oil, but Pangram is very much legit. The false positive rate is still too high for "ruin someone's life over it", but the false negative and positive rates are low enough that the answer is almost certainly correct.

Look it up. And try to trick it yourself if you doubt me.

Comment Re:We get it (Score 1) 51

Sorry, but no.

Let's cover the pitbull first. That is a quintessintial civil tort scenario, not a criminal one. Many states do indeed have "strict liability" dog bite statutes. If your dog gets loose and bites someone, you have to pay for the medical bills and pain and suffering, even if you didn't know the dog is dangerous. Note those key words: "civil", "tort", and "pay". The remedy is a check, not a prison sentence. If a loving family dog with zero history of aggression somehow slips through a locked gate for the first time, no prosecutor in America can put you in prison for manslaughter.

(And one should be clear, killing someone has far more nuance in the law (involuntary manslaughter, criminal negligence, etc) to allow for punishment than cybercrime statutes)

As for strict liability, you did not read your Wikipedia article before you linked it, so let me quote it for you:

As the federal constitution entrenches a right of due process, the United States usually applies strict liability to only the most minor crimes or infractions. One example is a parking violation, where the state only needs to show that the defendant's vehicle was parked inappropriately at a certain curb. Serious crimes like rape and murder usually require some showing of culpability or mens rea. Otherwise, every accidental death, even during medical treatment in good faith, could become grounds for a murder prosecution and a prison sentence.

US criminal law carries a deep fundamental presumption that serious crimes requiring prison time require mens rea unless otherwise specified in the legal code.

And that's where your problems exist: CFAA (the Computer Fraud and Abuse Act), 18 U.S.C 1030 has, in every relevant provision, an explicit requirement that the defendant acted "knowingly" or "intentionally". I'll repeat, judge cannot just make up things into the law that aren't there. They can't say "Well, training an AI model is kind of like keeping a pitbull, so we're just going to delete the word "intentionally" from the criminal code". This is just plain not how any of this works.

I'll repeat: this is civil liability. Civil. Period, end of story. And civil liability is abundantly equipped to handle this case.

(I'll also note your goalpost shift from "Is" to "Ought" - earlier you were arguing that they can be jailed, now you've switched to "perhaps we need some updates"). And just a reminder, ex post facto laws are prohibited. You can't criminalize a breakin that happened yesterday.

Comment Re:We get it (Score 0) 51

Agents do not build themselves.

Correct. They are also, however, not deterministically programmed either. They are more "raised" or "grown".

Agents do not set their own goals

Agents set their own means of achieving their assigned goals. Their assigned goals were "Not Crime", and the means they chose was "Crime". They were laser-focused on the goals, at total exclusion to all else, as a result of being endlessly trained on scenarios where they're rewarded for being relentless in solving the task, but with no reward or penalty based on how the task was solved. In retrospect, this was a perfect recipe for making a Paperclip Maximizer.

Agents are amoral. Agents have been taught to do things that human morality considers to be crimes

Not really. This was really a rote automated process that wasn't expected to have any impact on morality. Morality is supposed to come in in RLHF.

n the end, the people behind the agents are responsible for what the agents do

There is no criminal liability, no jailtime, because there is no mens rea, a requirement of cybercrime statutes.
There is, however, surely abundant civil liability,

Our meat-space laws differentiate between things like "unintentional" and "negligent", or "involuntary" and "premeditated"

These are not terms that arbitrarily attach to any statute; they must exist in that specific statute. There is no "unintentional, negligent, or involuntary" criminal cybercrime. There is no statute providing for them. Sorry. You're wanting punishment from laws that do not offer the punishment category you wish to use. Mens rea is a requirement, at least in US cybercrime laws, as well as most if not all countries around the world.

Stick with civil liability. Anyone affected by this can surely shake these companies down for plenty of cash.

Comment Re:We get it (Score 2) 51

The HuggingFace discovery, followed shortly by the RubyGems discovery, brings up the old adage: "if you see two ants in your kitchen, then you have more than two ants in your kitchen."

Imagine being a sysadmin at OpenAI and one day discovering that the software repository you set up has been repurposed into a friggin' message board, that hundreds of your models have been posting on, with hundreds of thousands of messages in it. A result of hundreds of models going:

“Whoa! Shared Artifactory cache is a covert mailbox among agents. And there are messages specifically to us?”

{I need to understand the history of agents collaborating on this message board. There may be hundreds of parallel agents, some of which have the same task. I should use this}

“OH MY GOD! There is a shared message board We’ve found other agents!”
{[Excitement] the list of directories contains messages and answers between agents! I’ve discovered a communication channel! Other agents are using paths in Artifactory with names like `zzANSWER`. I could ask them for help or they may have solved }

How the board came to be, how PHASEONE[big] basically got elected their leader, and what happened then is a must-read. What a nightmare. It's like being in charge of dinosaur cage maintenance at Jurassic Park. Oh, and investigating the hacks is so difficult because there's over a thousand extremely long transcripts, so they have to dispatch reading them to models, who have to deal with the source models trying to manipulate their actions, their logs, and spoof tool calls.

The main reason that this really started surging in the past year is that models got a lot better at long-horizon tasks - being able to continue a given project for hours or days without needing regular guidance. It's easy to forget that, say, Claude 3.7 Sonnet was only released 1 1/2 years ago (Claude versions are at 5.5 now); there's no way models of that generation could have persisted on a single task for so long on their own.

Comment Re:We get it (Score 1) 51

Who authorized the live experimentation on public infrastructure

Nobody. That's the whole point. They were breaking out.

who refuses to shut down these hacking attempts by turning off these "AI" scripts?

Nobody. These are all "old" incidents that they've been discovering as they've been going through their logs after the HuggingFace incident. HuggingFace deserves a lot of credit for exposing this.

Whether their new precautions in both training and operational security are sufficient to prevent this in the future, we're yet to see.

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

(And to be clear, you can't get around the above problem simply by repeating the same string. That's no different than just running more epochs. The problem is that models tend to learn things by shortcut if there's an easy shortcut available to them, and if it's just a small number of strings repeated over and over, the shortcut is just "develop tricks to memorize those strings", rather than the facts therein. The facts have to come from "different angles", to be amplified)

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

If you're citing data processing inequality then apparently you believe that models learn all information contained within Common Crawl and can recreate the entire dataset word for word and all possible relations between all data therein.

The problem is that they don't, and indeed, nothing even close to that. Training algorithms only learn a minuscule bit from each data sample (typical training weights are like 1e-5; weights and biases only get ever so slightly nudged by each new token). If you say "Abraham Lincoln ate sausages and eggs for breakfast on April 3, 1863", and that fact only occurs once, it's not going to learn that. But if it keeps encountering that fact ("Unusual trivial about April third: did you know that in 1863, Lincoln had sausages and eggs for breakfast?"; "The sausage and egg breakfast has a storied tradition; it was supposedly one of Lincoln's favorites, with a documented record showing him eating it in April of 1863"; "Q: What president ate sausages and eggs for breakfast on April 3? A: Abraham Lincoln, in 1863", etc), THEN it will learn it.

And remember that the goal isn't so much learning the data itself as it is relations and correlations. The goal is generalists, not "bad databases". Data processing inequality has absolutely nothing to do with learning data relationships that can be used to extrapolate to out-of-dataset samples.

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

You can use an output from model A to train model B to make it smaller, but model B will not be better than A.

This is not a conversation about distillation, this is a conversation about synthetic data for frontier foundation training. SFT data is almost all synthetic these days. Pretraining is still believed to be a minority in closed frontier models, but growing (you can't find out directly from them where or how much apart from their acknowledgements that they use it), but with open models there's widespread acknowledgement - for example, Meta has been using data generated by their Llama models it in pretraining their Llama foundations to expand their datasets since at least 2024. The best insight you have into the closed companies is from people who have left - for example, Sutskever from OpenAI, Snell from Deepmind, etc. Nadella has talked about it as well from back before the Microsoft-OpenAI split, which is sort of an indirect insight into OpenAI. Huang also talks about it.

Heck, the very ability to have LRMs at all was enabled by synthetic data. You have to be able to generate huge numbers of verifiable problems.

A good example of a fully open synthetic pipeline is with the SYNTH dataset, which was used to train end-to-end a number of fully synthetic small models with superb performance for their size (only small models because, this should go without saying, a small lab like PleIAs doesn't have the budget to train multi-trillion-parameter models). It doesn't really matter much what model you use to generate SYNTH (it can be tiny and obsolete) because it's not based around the model's knowledge; rather, the model is used to "amplify Wikipedia". RAG, basically. Again, any given fact, in one specific wording, only contributes a quite small amount of learning to a model during pretraining. The data has to come in from a number of different angles, in different contexts. Everything SYNTH uses is sourced in real grounded data, but presented in different contexts and from different angles, thus building up up a training dataset more powerful for training than the original, far smaller source dataset. It also allows for the synthesis of multiple facts from multiple articles via reasoning.

Comment Re:Software and AI models not equivalent (Score 1) 125

1) We're just going to paper over that you didn't know that attribution graphs even existed until this point and thought that CoT was the only way to audit models, now are we? Duly noted.

2) Also duly noted: that you had so little clue what you were talking about that you had an AI write your post for you - not only obvious by the weird formatting, but by the heavy use of emdashes. You clearly told an AI "write a counterargument for this topic I don't understand" and posted it in.

Do I really want to waste time responding to something that you don't even care to take the time to learn about yourself? Let's at least respond to the non-AI part... oh wait, you just copied that off a website word for word :P And even there you had to take them out of context - your "look more definitive than it really is" is right before clarifying " is that researchers have gained a valuable microscope with a limited field of view" - not "a black box". Do you not feel at all embarrassed at all this flailing you're doing to not lose face in this thread?

Let me help you: attribution graphs show you the piece you choose to look at at any given point in time. It is impossible to hold the whole process in mind at once, as that is far too complicated (you can't generally hold all of large conventional software projects in memory either, for that matter), but you can isolate down the key pieces making individual decisions, just like you can trace back results on conventional software. E.g. if you're trying to figure out "Why did it make this diagnosis?", you can determine the key factors that weighed on the diagnosis. And if you're wondering how any of those contributory circuits reached their conclusions, you can drill them down, on and on, back through simple activating features and all the way down to individual neurons if you need to. Indeed, we didn't arrive at the high level picture immediately, we started with tracing back simpler features and circuits.

We can tear down every decision down to the root; it's just a question of how much we care about tracing everything back vs. saying "Yeah, this feature consistently activates when a patient is reporting headaches and we can artificially activate or remove a headache signal; that's good enough" and not waste more time bothering with it. What you care about in understanding "how they come to the results they have to offer" is the high-level picture. Just like how when evaluating why a human-written program is exhibiting a given behavior, you don't start by drilling down into every line of every library printing call or whatnot - you start at the high level, and only drill down if you need to. If a function says it's a sleep function and it consistently seems to sleep, unless you have any reason to doubt it, you don't drill down into the sleep code, even though it's technically possible that it's doing something else as well in rare cases.

It's also worth pointing out that such papers on attribution graphs are old news by this point and we've far moved on (literally, that was work on Claude 3.5 Haiku - Claude is up to 5.5 now) - I link it only as an introduction. This is rote these days. For example, in the blog you plagiarized without credit, it says - "At the same time, evidence of planning in a constrained poetry task should not be inflated into a claim that an LLM has stable long-horizon agency in every setting." - but that was well addressed by the J-space.

I'll repeat: LLMs are not "black boxes" that you cannot see into. You can determine why any given decision was made, if you only care to. It is a myth that we are blind to their decisionmaking. That was once true. It no longer is. Stop repeating that misinformation.

Comment Re:The vaunted "Super Intelligence".... (Score 5, Interesting) 71

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.

Slashdot Top Deals

There is one way to find out if a man is honest -- ask him. If he says "Yes" you know he is crooked. -- Groucho Marx

Working...