Remix.run Logo
nosefurhairdo 5 hours ago

Microsoft is not an abusive employer. Most people today or at any point in human history would envy the typical Microsoft job. Pretty much all large tech companies are similar in this respect. If your employer is actually abusing you in some way you should contact a lawyer. If you simply have a distaste for your employer you should seek alternative employment.

The defeatist "all corps are evil" mentality will not do you any good.

martin-t 5 hours ago | parent [-]

I didn't say it's an abusive employer but an abusive company.

It always fought against open source. Embrace, extend, extinguish. It always stifled innovation. Internet Explorer 6. And now, it bought GitHub and then plagiarized all public and private projects hosted on it. GPL cannot exist in a world where you can build a statistical model of the code and mechanically reproduce its functionality while somehow losing the GPL licensing in the process.

Also, calling it "defeatist" has no base in what I wrote. I didn't even write anything about corporations. Abuse has a much simpler description - using a power differential to benefit yourself at other people's expense.

nosefurhairdo 4 hours ago | parent [-]

> I didn't say it's an abusive employer but an abusive company.

A confusing distinction to make in a thread about employment.

> It always fought against open source.

They've since admitted this was a mistake, and in 2020 were cited as the single largest contributor to open source projects: https://www.theverge.com/2020/5/18/21262103/microsoft-open-s...

> And now, it bought GitHub and then plagiarized all public and private projects hosted on it.

This is news to me. Are you claiming Microsoft/GitHub used or sold private source code for training LLMs?

martin-t an hour ago | parent [-]

> They've since admitted this was a mistake

Don't anthropomorphize organizations. It was no longer beneficial for them to openly fight open source so instead the people in charge decided they needed to get developer mindshare by changing their public signaling. The sad thing is many people fell for it. They can just as easily switch back at any time when it becomes beneficial.

BTW, the phrasing "Microsoft has embraced open source" is very ironic and given my previous paragraph, it is a nice foreshadowing or what can come next at any time.

> Are you claiming Microsoft/GitHub used or sold private source code for training LLMs?

I have not seen it denied in any official communication. After skimming this question[0], nobody else could either and the phrasing in their FAQ is oddly specific about Business and Enterprise. So yes, given their patterns of behavior, it's very likely and I will consider it true until proven otherwise.

But that's not the biggest issue. That is that every LLM or LLM-adjacent company (Microsoft included) seems to suddenly argue that a mechanical transformation of input data is enough to erase licensing and attribution.[1] Free software licenses like GPL simple cannot exist in this environment. In fact, any licenses would have exactly 0 meaning.

See a program you want with a license you don't want? Just run it through a sufficiently complex black box and out the other side you have an identically behaving program which according to big-tech has no relation to the input. You can even do this with closed source software if you run it through a decompiler first.

I recall a MS CEO shouting something about developers when developers were the thing they needed most. Now they can train NNs on the devs' own work to imitate and replace the devs so devs are no longer valuable and get thrown under the bus.

Oh and MS employees are apparently forced to use LLMs by management...

[0]: https://github.com/orgs/community/discussions/135400

[1]: This is a convenient 180° turn after for example people who had ever seen windows source code could not contribute to wine.