It's OK to hate AI slop and recognize the immediate threat to cyber security it brings. At least they are trying to mitigate it. There's been no similar actions from other frontier models. They are deliberately helping open source projects with little funding to keep pace.

https://www.anthropic.com/glasswing

Anthropic right now are the good people.

That probably won’t last. But out of a bad bunch they’re the least bad.

AI is fascism. full stop.

anthropic is just another cog in the fascist wood chipper that's eating away at our autonomy and choices.

with AI, all roads lead to fascism.

Oh come on my dude. Being a Luddite isn't going to help anyone. I'm not saying AI is a force for good, but it is a useful tool in the right hands. Like an axe or a shotgun.

last a checked shotguns that explode in your hands aren't good for anything, and axes that don't cut are just hammers.

I'm not resistant to AI or LLMs.

I'm resistant to corporate interests ignoring laws to create a product that is being used to subjugate people.

there's a difference.

Could you elaborate on why this is? How are anthropics models fascism?

in 2024 Anthropic partnered with Amazon and OpenAI to provide Claude to US defense and intel agencies.

in 2025 Anthropic accepted $200 million from USDOD to use AI in military affairs.

in 2026 the military was ordered to stop using Anthropic services. two days later it was used in attacks against Iran.

also in 2026 an unsealed court filing found that Anthropic had an internal project called "Project Panama" which included the "effort to destructively scan all books in the world".

AI is fascism. full stop.

You know that Intel and AMD both grew up on government contracts, specifically military ones? Sure hope you don't use Intel or AMD.

I don't mean to start a full argument since I sense we have quite different views, but maybe you could tell me where I go wrong here. Say for the argument the entire Trump admin is fascist. I think there are still many places to break the chain of fascism before you get to anthropics models. (I use this definition of fascism). I think:

  1. Primary purpose of the DoD is to defend the US and allies against actual invasions of actual land, everything else is just stupid shit the political system allows for and incentivizes. I don't think this primary purpose, setting aside BS random wars, is fascist so I don't think the organization is fascist either.
  2. I'm not certain that contractors of the DoD, which is not inherently fascist but which is for the argument said to be controlled at the top by fascists, become members of the ideology or heavily associated with it when they take contracts, or when they later live up to those contracts. You claim "when a private sector company provides services to a government that is obtusely fascist, it itself becomes a tool in which fascist power is concentrated.". I think this is far too general and strong to be true. Is the department of agriculture a tool where fascist power is concentrated? Is a farmer who cooperates with the USDA a tool where fascist power is concentrated? Is the corn they produce also that, as an analogy to the LLM? The DoD facilitates a lot of horrible stuff, but do the reach of the assumed fascist Trump admin only goes as far as they can order changes within the DoD and within the DoD's contracted corporations, it doesn't spread like fire does.
  3. Anthropic has quite a lot of transparency with what "values" they try to get their models to espouse, and the models are generally politically neutral. Regarding your claim that "when a private sector company provides services to a government that is obtusely fascist, it itself becomes a tool in which fascist power is concentrated": it's an entirely different thing to be a tool of fascism than to be fascist. Anthropic being a tool in which fascist power is concentrated doesn't give me any reason that said fascism would "spread" (however such a thing could even happen) to their models.

So in my view the chain between Trump Admin->DoD->Anthropic->Claude Sonnet 4.6, and in the opposite direction, is pretty weak and not enough that I would call the model fascist. I think this is especially true now that the use of the model is being phased out (?). That's in the "readily espouses or promotes views connected to fascism" and in the "any usage is directly funding fascist organizations in a major way" senses I feel that a model could be described as fascist (or AI in general could be).

To analogize again, I don't think a Bernie supporter working in the DoD is automatically a fascist and certainly don't think that purchasing an old TV from them is supporting fascism (or that the TV is fascist, even if they had previously used it in their office at the DoD).

The book thing I'm not sure how you connect to fascism? It might be ultra-bad, it might be copyright infringement, but it doesn't feel like fascism to me beyond surface level comparisons to book burning.

This is just capitalism. As profits fall due to competition between capitalists they seek new ways to profit. Monopolization, intensified exploitation, enshittification are one way to deal with this problem. However, if those aren’t working capitalists will try to fuse themselves to the state. They use state violence to pursue profits through hyperexploitation and imperialism. That’s what we call fascism. It’s not distinct from capitalism, just an extension of it.

AI companies are no different than any of the other companies that preceded it. They are so over leveraged it’s unlikely they can survive in the long run without the state. Thats why they are comfortable working with fascists. We could have computer scientists creating similar models that actually benefit humanity but it’s not going to happen under capitalism.

I think you are just referring to capitalism.

no. I'm not.

when a private sector company provides services to a government that is obtusely fascist, it itself becomes a tool in which fascist power is concentrated.

I think you're just too naive to understand what is actually happening. that or you're too stupid to notice the noose being slipped around your neck.

Ahh I see. Until AI, no private company offered their services to fascists. And it's only AI, it has nothing to do with maximizing profit.

We get it, you don't like AI. But thinking that the problem with those companies is AI and not capitalism is not noticing the noose.

LLM is very good at programming when there are huge number of guardrails against them. For example, exploit testing is a great usecase because getting a shell is getting a shell.

They kind of acts as a smarter version of infinite monkey that can try and iterate much more efficiently than human does.

On the other hand, in tasks that requires creativity, architecture, and projects without guard rail, they tend to do a terrible job, and often yielding solution that is more convoluted than it needs to be or just plain old incorrect.

I find it is yet another replacement for "pure labor", where the most unintelligent part of programming, i.e. writing the code, is automated away. While I will still write code from scratch when I am trying to learn, I likely will be able automate some code writing, if I know exactly how to implement it in my head, and I also have access to plenty of testing to gaurentee correctness.

They are also great for programming one off personal projects that frankly, don't have the use scale that needs rigerous security oversight. Especially since like, if you did it yourself, you probably were not sanitizing the inputs (etc) anyway. You were slapping down some Python code and moving on.

Like, I don't care if my script to convert Wordpress exports to Markdown files crashes if you feed it a JPEG. I am the only one using it, for this data manipulation task.

The thing is, you know how it is in your head and you need to lay out that entire context.

And after that you MUST review the code because you'd never know. Wouldn't call it automation if I have to double check EVERY TIME

People have trouble with the middle ground. AI is useful in coding. It's not a full replacement. That should be fine, except you've got the ai techbros and CEOs on one end thinking it will replace all labor, and the you've got the backlash to that on the other end that want to constantly talk about how useless it is.

I’d buy you a beer for that summary. That is exactly SPOT ON.

the times i trust LLMs: when i am using it to look up stuff i have already learned, but i can't remember and just need to refresh my memory. there's no point memorizing shit i can look up and am not going to use regularly, and i'm the effective guardrail against the LLMs being wrong when I'm using them.

the times i don't trust the LLMs: all the other times. if i can't effectively verify the information myself, why am i going to an unreliable source?

having to explain that nuance over and over, it's just shorter and easier to say the llm is an unreliable source. which it is. when i'm not doing lazy output, it doesn't need testing (it still gets at least 2 reviews, but the last time those reviews caught anything was years ago). the llm's output always needs testing.

I would not be surprized if Anthropic would actually hire a real developer to make these PRs as a marketing stunt

In 2021, when Amazon launched its first “just walk out” grocery store in the UK in Ealing, west London, this newspaper reported on the cutting-edge technologies that Amazon said made it all possible: facial-recognition cameras, sensors on the shelves and, of course, “artificial intelligence”.
An employee who worked on the technology said that actual humans – albeit distant and invisible ones, based in India – reviewed about 70% of sales made in the “cashier-less” shops as of mid-2022

Source: The Guardian

UK AI company builder.ai has been tricking customers and investors for eight years – selling an advanced code-writing AI that, it turns out, is actually an Indian software farm employing 700 human developers.

Source: ACS Information Age

builder AI was genuine AI, it's just that the company simultaneously also did contracted development with real humans. journalists got confused.

there's a really good youtube documentary i watched which actually got into the tools and software used, but I can't find it anymore. either way, you can't dress up humans coding as AI. it's not fast enough.

So this is basically a rebrand of fiverrr or whatever it's called?

Well, if the model detected an issue, and a human tested it to make sure it was real and then fixed it, I think that's an acceptable use of AI tools.

Yeh, AI as an assistant/tool. Not as a replacement

ai tools can detect potential vulnerabilities and suggest fixes. You can still go in by hand and verify the problem carefully apply a fix.

AI is actually SUPER good at this and is one of the few places I think AI should be used (as one of many tools, ignoring the awful environmental impacts of AI and assuming an on-prem model). AI is also good at detecting code performance issues.

With that said, all of the fix recommendations should be fixed by hand.

Yeah I would add also ignoring how the training data is usually sourced. I agree AI can be useful but it just feels so unethical that I find it hard to justify.

I'm a big LLM hater atm but once we're using models that are efficient, local and trained on ethically sourced data I think I could finally feel more comfortable with it all. Can't be writing code for me though - why would I want the bot to do the fun part?

Exactly my thought. I got into software development because designing and writing good code is fun. It is almost a game to see how well you can optimize it while keeping it maintainable. Why would I let something else do that for me? I am a software engineer, not a prompt writer.

(In case someone has been living under a rock in the last 48 hours. Anthropic's new model "Mythos" has been finding a lot of new vulnerabilities. This is about patching one.)

Hold on, wasn't one of the "features" of the "leaked" Assumed Intelligence source code the "human"-like version?

The leak was harness code, not agent weights. This is a new frontier model, not some CLI upgrade

I'm not sure if we're talking about the same thing. One of the recent leaks had code that pretended to be a developer, so you could pick if it submitted a PR as Assumed Intelligence, or as a person.

I'll see if I can find a reference.

Edit: Undercover Mode in Claude Code:

https://alex000kim.com/posts/2026-03-31-claude-code-source-leak/#undercover-mode-ai-that-hides-its-ai

Ohh yes sorry. Would love to read about that one too if you happen to find it

Just added the link.

Something something some Indian guy.

Maybe he meant code quality was so good its like a human wrote it.

After all if the code is good and follow all best practices of the project, why reject it just because it was an AI who wrote it. That's racism against machines.

One big reason people outright reject AI generated code is that it shifts the work from author to the reviewer. AI makes it easier to make low effort commits that look good on surface, but are very flawed. So far LLMs don't match the wisdom of an experienced software dev.

This is what happened with FFMpeg when Google was trying the same thing to promote their models. If the code is good, and doesn't put unnecessary burden on the reviewer, then that's great. But when the patches are sloppy or the reviews are overwhelming, it doesn't help the project, it hinders it.

It's almost like there should be a human in the loop to guide and review what the ai is doing.

The thing works a lot better when I give it smaller chunks of work that I know are possible. Works best when I know how to implement it myself and it just saves me from looking up all the syntax.

totally agee also same problem with published scientific papers .

I just assume that since this code submission was done by Anthropic itself - probably to demonstrate how good their AI has became ( I don't know what is the actual background to this story) - FFmpeg team gave it more consideration as opposed to a random amature.

It's not possible to be racist toward inanimate objects. Computers are not a race. LLMs are not people.

That was rude against my wife-chatbot. Apologize to her, here: https://...

More like http://localhost:8000/wifebot

Race is made up bs, so if we want machines to be a race, they can be. Don't discriminate against machines, but also fuck AI.

It’s possible to leverage the same human quality called “hate,” which underpins racism. It’s the same ugly human behavior. You can call it whatever you want, it’s still ugly

Humans have been hating software since the dawn of computing. Do you get upset when people say bad things about Windows? And if not, why is it different with LLMs?

eye of the holder or some shit

We have a word for the concept you're thinking of. It's called bigotry. Racism is race-based bigotry. Anti-AI bigotry is reasonable and awesome, and is just called bigotry.

No, you can't have bigotry against software. At least, not currently.

Maybe in the future somebody will figure out how to make a sapient AI, like you see in science fiction, and then you can say that somebody is bigoted against it. We don't have sapient AI, though, so this is simply prejudice.

bigotry is reasonable

OK well thanks for the chat bye now

Yet

LLMs will never be people. Computers might be, one day in the very distant future. But literally every piece of the current AI hype train is just hype. LLMs could, maybe, at best, be a single piece of a much larger puzzle for bringing consciousness into being. But the "Just Add More Compute Bro!" mantra is just tech bros doing their market hype thing. It has as much chance of giving rise to consciousness as my PC has whenever I add another hard drive.

LLMs will never be people

Boy oh boy, you're not gonna like this one bit: https://www.npr.org/2014/07/28/335288388/when-did-companies-become-people-excavating-the-legal-evolution

If it's racism, it's also slavery. Can't have one without the other here.

I am sure that discussion will be taken a lot more seriously in the coming years

I think the band's name was a little bit different

Don't listen to MJ Rathbun here

racism against machines

Based.

midwest.social

Rules

  1. No porn.
  2. No bigotry, hate speech.
  3. No ads / spamming.
  4. No conspiracies / QAnon / antivaxx sentiment
  5. No zionists
  6. No fascists

Chat Room

Matrix chat room: https://matrix.to/#/#midwestsociallemmy:matrix.org

Communities

Communities from our friends:

Donations

LiberaPay link: https://liberapay.com/seahorse