top | item 47130099

(no title)

octoberfranklin | 6 days ago

That AI was trained on the GPLv2 Linux source code, which does have a driver for your Wi-Fi.

How is this not copyright laundering?

discuss

order

yjftsjthsd-h|6 days ago

The general question is worth asking, but in this particular case, the article says

> Brcmfmac is a Linux driver (ISC licence) for set of FullMAC chips from Broadcom

cryptonector|6 days ago

Prove the new code is similar to the corresponding driver in Linux. If you can then you can get the authors of the latter to file suit against TFA.

jdlyga|6 days ago

A very, very good point

snowhale|6 days ago

[deleted]

veunes|5 days ago

I wouldn't call this "clean-room". The models were trained on all available open source, including that exact original Linux driver. Splitting sessions saves you from direct copy-paste in the current context window, but the weights themselves remember the internal code structure perfectly well. Lawyers still have to rack their brains over this, but for now, it looks more like license laundering through the neural net's latent space than true reverse engineering

Vegenoid|6 days ago

You haven't addressed the parent's concern at all, which is that what the LLM was trained on, not what was fed into its context window. The Linux driver is almost certainly in the LLM's training data.

Also, the "spec" that the LLM wrote to simulate the "clean-room" technique is full of C code from the Linux driver.