“Open source” is not a license, it’s a description. Things can be free with no license restrictions and still not be “open source”.
“Open source” is not a license, it’s a description. Things can be free with no license restrictions and still not be “open source”.
A freely available and unencumbered binary (e.g., the model weights) isn’t the same thing as open-source. The source is the data. You can’t rebuild the model without the data, nor can you verify that it wasn’t intentionally biased or crippled.
Did the image get copied onto their servers in a manner they were not provided a legal right to? Then they violated copyright. Whatever they do after that isn’t the copyright violation.
And this is obvious because they could easily assemble a dataset with no copyright issues. They could also attempt to get permission from the copyright holders for many other images, but that would be hard and/or costly and some would refuse. They want to use the extra images, but don’t want to get permission, so they just take it, just like anyone else who would like an image but doesn’t want to pay for it.
In life, people will frequently say things to you that won’t be the whole truth, but you can figure out what’s actually going on by looking at the context of the situation. This is commonly referred to as “being deceptive” or sometimes just “lying”. Corporate PR and salespeople, the ones who put out this press release, do it regularly.
You don’t need to record content categories of searches to make a good tool for displaying websites, you need it to perform predictions about what users will search for. They’ve already said they wanted to focus on AI and linked to an example of the system they want to improve, it’s their site recommender, complete with sponsored recommendations that could be sold for a higher price if the Mozilla AI could predict that “people in country X will soon be looking for vacations”.
The example of the “search optimization” they want to improve is Firefox Suggest, which has sponsored results which could be promoted (and cost more) based on predictions of interest based on recent trends of topics in your country. “Users in Belgium search for vacations more during X time of day” is exactly the sort of stuff you’d use to make ads more valuable. “Users in France follow a similar pattern, but two weeks later” is even better. Similarly predicting waves of infection based on the rise and fall of “health” searches is useful for public health, but also for pushing or tabling ad campaigns.
You can technically modify any network weights however you want with whatever data you have lying around, but without the core training data you can’t verify that your modifications aren’t hurting the original capabilities. Fine-tuning (which LoRa is for) isn’t the same thing as modifying a trained network. You’re still generally stuck with their original trained capabilities you’re just reworking the final layer(s) to redirect/tune it towards your problem. You can’t add pet faces into a human face detector, and if a new technique comes out that could improve accuracy you can’t rebuild the model with it.
In any case, if the inference software is actually open source and all the necessary data is free of any intellectual property encumberances, it runs without internet access or non commodity hardware.
Then it’s open source enough to live in my browser.
So just free/noncorporate. A model is effectively a binary and the data is the source (the actual ML code is the compiler). If you don’t get the source, it’s not open source. A binary can be free and non-corporate, but it’s still not source code.
What does “open source” mean to you? Just free/noncorporate? Because a “100% open source model” doesn’t really make sense by the traditional definition. The “source” for a model is its data, not the code and not the model itself. Without the data you can’t build the model yourself, can’t modify it, and can’t inspect why it does what it does.
Unless they’re going to publish their data, AI can’t be meaningfully open source. The code to build and train a ML model is mostly uninteresting. The problems come in the form of data and hyperparameter selection which either intentionally or unintentionally do most of the shaping of the resulting system. When it’s published it’ll just be a Python project with some magic numbers and “put data here” with no indications of what went into data selection or choosing those parameters.
Mozilla wants to be an AI company. This is data collection to support that. Telemetry to understand the user browsing experience doesn’t need to be content-categorized.
This isn’t even telemetry, it’s data collection for AI. That they refused to say that let’s you know that they think what they’re doing needs to be obfuscated.
Telemetry doesn’t need topic categorization. This is building a dataset for AI.
Inconclusive = pr0n is probably a pretty reliable mapping.
Even better, that should be their primary social network site. It’s inherently restricted to valid government accounts and under their control so all the right data protection and preservation procedures can be followed. Then Threads users can follow potus@socia.whitehouse.gov or whatever.
This isn’t an existential problem. Just block threads.net.
If it helps bring perspective. I’ve never even heard of Fedi Garden before this post. I did a lot of puzzling over choosing instances for Lemmy and Mastodon when I first joined and never saw a link to them. I’m not sure why they’d even be seen as a trusted list for a new users, since at joining the user also doesn’t know anything about them or their values, reliability, or reputation.
Plus, once you’re in the Fediverse you then learn you can just change instances. Once someone points out that [other instance] can talk to Threads users the individual can just switch or stay depending on their preferences.
The best place to go is Z, which federates with both.
Copyright is a law. Everything is copyrighted, with or without the little ©. Licensing is a peer-to-peer contract. Unless you can prove the other side is aware of and agreed to a contract, it doesn’t bind them.
Notably, licensing often is needed because general copyright exists. The license grants them the right to copy your full text or whatever, and if they didn’t agree to it, then they had no right to copy it. There are exceptions for excerpts and search indexing and the like, but they can’t (legally) just take all your posts because you put them online.
That all said, big companies have already been doing mass copyright violations for AI, so copyright or licenses don’t necessarily mean anything unless you can force them to comply. There are lawsuits on AI scraping now. Because the end result is either making up some reason that copyright doesn’t ban copying if you do enough of it or making LLMs effectively illegal and putting some massive corporations on the hook for mass violations against basically everyone online, I wouldn’t personally bet the courts ruling against the corporations.
So it’s not the scrum that’s handling the issues it’s the leaders. They could just as easily walk around to everyone and ask if they have any issue. Like most meetings, the scrum is efficient for the manager, not for the devs.
The problem isn’t the speed of communication, it’s requiring everyone else to witness communication that doesn’t apply to them. I’ve never been on a team where 8+ people are all potentially involved in the same issue. If it takes someone 5 minutes to write an email or 1 minute to talk it out, it’s still a bad idea to have 8 people listen so their communication will be faster. And generally a back and forth, which is where direct communication really shines over email, shouldn’t be a full-team situation.
And yeah, email can be a distraction, but that means you need to handle email better (filter your team’s email to priority and churn through the bullshit flooding your inbox later). It’s just as much a flow killer to get people up and out for a meeting that may be short, but is largely worthless. I know when a meeting isn’t worth my time. Short is better than long, but it’s still a disruption beyond skimming an email and recognizing “not my thing”.
In the end, what really strikes me as a problem is the frequency of these meetings. You shouldn’t need to be synchronizing your team every day. Leading up to a release, sure, every day matters and things can change in an instant, but for a regular way to manage a software team? You shouldn’t have daily pivots needing realignment. The ritual isn’t to make the devs comfortable by structuring their day, they’re not children and they can make their own structure, it’s instilling a feeling of perpetual crunch.
A license that requires source. And since then there have been many different licenses, all with the same requirement. Giving someone a binary for free and saying they’re allowed to edit the hex codes and redistribute it doesn’t mean it’s open source. A license to use and modify is necessary but not sufficient for something to be open source. You need to provide the source.