Forgot your password?
typodupeerror

Comment Re:Pot meet kettle (Score 1) 106

I don't think training a model with copyrighted data is any kind of gray zone at all.

Running inference against such a model _might_ be infringing.

But I don't see the legal argument that model training would be.

Think of model training as lossy data compression. You provide an input, it produces a compressed artifact, and it can no longer reproduce the original when you uncompress it. It can produce _something_. It cannot reproduce the original.

On slashdot, we all agree that format shifting copyrighted works should be allowed and unrestricted, right?

If there is applicable case law here about how lossy a "reproduction" can be before copyright has something to say about it, that would be relevant. Do you know of any?

Comment Re:Pot meet kettle (Score 1) 106

I think you're repeating something that feels emotionally valid but in my experience, isn't factually (or legally) accurate.

I have found AI models to be frustratingly _obedient_ of copyright.

I'll be in a situation where I ask a specific question about what a document says, and the AI repeatedly says the work is copyrighted and it can't just tell me what it says _verbatim_, but it can answer specific questions for me in its own words (while telling me to check the original).

Two examples from my life are procedural questions about what Roberts Rules of Order would require in a given situation, and, what ASD STE-100 says about how to name/word things.

The applicable US law would appear to be USC 17 Sec 106 and 107, which on one hand limits derivative works, but on the other, allows fair use for purposes of teaching, scholarship, or research.

(USC references provided by AI, btw. Which I haven't read)

Comment Re: Bullshit. (Score 1) 118

Can't do it. I'm refactoring on a large code base. I eventually had to tell it to work on just one task and ignore other concerns it had to prevent it from investigating until it got stuck in a cycle of investigation.

Understood, and yeah single tasking seems like a good workaround given the situation. Or switching to an LLM with a larger context window, if possible/practical. I was able to get about 7X more context window "runway" using the AST approach, but it's a relatively small code base to begin with.

Comment Re: They distilled human knowledge (Score 5, Interesting) 106

I used to agree with you, and then oddly enough, about 25-30 years ago, I came across this signature on another regular slashdot posters postings:

"The law, in its majestic equality, forbids the rich as well as the poor to sleep under bridges, to beg in the streets, and to steal bread."

(AI tells me the attribution is "The Red Lily", Anatole France, 1894)

Comment Re: Bullshit. (Score 1) 118

Sounds like you're running up against the context window of whatever LLM you're using. Try converting your code to a minified abstract syntax tree first and pass that to your LLM, and ask it what full text it needs in addition to that. It should stay within the context window much better that way.

Comment Re:Actively stalking is a different behavior ... (Score 5, Insightful) 253

So just to be clear here, are you saying that if I follow a person around as he goes about his day in the public sphere, then I am "actively stalking and harassing" and that is not to be allowed, but that if I set up an array of cameras which films that person as he goes about his day in the public sphere, then I am "passively filming" and that is entirely okay?

"You do realize journalists have no rights beyond what a normal citizen has?"

Likewise, you do realize that Flock and Axon have no rights beyond what normal citizens have?

Slashdot Top Deals

You can now buy more gates with less specifications than at any other time in history. -- Kenneth Parker

Working...