this post was submitted on 31 Mar 2026
431 points (99.8% liked)

Technology

83799 readers
3084 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] Encephalotrocity@feddit.online 287 points 2 weeks ago (15 children)

Perhaps the most discussed technical detail is the "Undercover Mode." This feature reveals that Anthropic uses Claude Code for "stealth" contributions to public open-source repositories.

The system prompt discovered in the leak explicitly warns the model: "You are operating UNDERCOVER... Your commit messages... MUST NOT contain ANY Anthropic-internal information. Do not blow your cover."

Laws should have been put in place years ago to make it so that AI usage needs to be explicitly declared.

[–] merc@sh.itjust.works 119 points 2 weeks ago (1 children)

The system prompt discovered in the leak explicitly warns the model: "You are operating UNDERCOVER... Your commit messages... MUST NOT contain ANY Anthropic-internal information. Do not blow your cover."

This is so incredibly stupid.

You've tried security.

You've tried security through obscurity.

Now try security through giving instructions to an LLM via a system prompt to not blow its cover.

[–] a4ng3l@lemmy.world 15 points 2 weeks ago

In Europe we have the AI act which, as of August, will introduce some form of transparency obligations. Not perfect obviously but a start. Probably will not be followed by the rest of the world though so like GDPR it will be forcibly eroded by other’s interests through lobbying but at least we try.

[–] JohnEdwa@sopuli.xyz 5 points 2 weeks ago (1 children)

With how massive of a computer science field artificial intelligence is and how much of it already is or is getting added to every piece of software that exists, a label like that would be equally useless as the California prop 65 cancer warnings.

Do you use a mobile keyboard that supports swipe typing and has autocorrect? Remember to mark everything you write as being AI assisted.

[–] mrbutterscotch@feddit.org 5 points 2 weeks ago

Well yes, if you let autocorrect write code contribution, I think you should lable that contribution as AI.

That doesn't sound like it is saying don't identify yourself. That it's called claude isn't internal information. So it doesn't seem that instruction is doing tpwhat you are saying. Must be more instructions.

[–] GhostlyPixel@lemmy.world 1 points 2 weeks ago

What internal info are they worried about leaking in a commit message? If you don’t want it to add the standard Claude attribution, you can completely disable it in the settings, or just write your own commit messages.

load more comments (10 replies)
[–] rimu@piefed.social 111 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

If you installed or updated Claude Code via npm on March 31, 2026, between 00:21 and 03:29 UTC, you may have inadvertently pulled in a malicious version of axios (1.14.1 or 0.30.4) that contains a Remote Access Trojan (RAT). You should immediately search your project lockfiles (package-lock.json, yarn.lock, or bun.lockb) for these specific versions or the dependency plain-crypto-js. If found, treat the host machine as fully compromised, rotate all secrets, and perform a clean OS reinstallation.

Lol 😂

[–] ellen.kimble@piefed.social 16 points 2 weeks ago (2 children)

This is because if an unrelated hack on npm’s latest build. Anyone with this version of npm is affected

[–] criss_cross@lemmy.world 8 points 2 weeks ago

That axios supply chain attack was a bitch. There were extensions compromised from that shit.

load more comments (1 replies)
[–] DacoTaco@lemmy.world 3 points 2 weeks ago

Its bad advise too, because the malware removed itself from those files to removed traces of itself

[–] CorrectAlias@piefed.blahaj.zone 80 points 2 weeks ago (3 children)

Be careful not to introduce security vulnerabilities such as command injection, XSS, SQL injection, and other OWASP top 10 vulnerabilities. If you notice that you wrote insecure code, immediately fix it.

Lmao. I'm sure that will solve the problem of it writing insecure slop code.

[–] filcuk@lemmy.zip 32 points 2 weeks ago (1 children)

It doesn't fix it, but as stupid as it looks, it should actually improve the chances.
If you've seen how the reasoning works, they basically spit out some garbage, then read it again and think whether it's garbage enough or not.
They do try to 'correct their errors', so to say.

[–] merc@sh.itjust.works 2 points 2 weeks ago

It will slightly improve the chances. But, is that enough?

Imagine you had an intern working with you on a project. They didn't know anything about SQL injection, cross site scripting, etc. You probably wouldn't give them a task where that was a concern. If you did, you'd watch them like a hawk. Because they're an intern, the amount of code they'd produce would probably be pretty low, and it would be pretty low-quality overall, so it would be easy to spot mistakes that would lead to these kinds of vulnerabilities.

An LLM has the understanding of the problem space that an intern does, but produces vast amounts of code extremely quickly. That code is designed to "blend in", i.e. it's specifically trained to look like good code, whether it is or not. Because of "vibe coding", people trust it to do all kinds of things, including implement bits where there's a danger of XSS or SQL injection. And the way Claude Code ensures it doesn't generate those vulnerabilities is... someone says "hey, don't do that, ok?"

Having that statement in there is better than not having it. But, it's just a reminder that these things aren't appropriate for writing production code. They don't actually understand what XSS or SQL injection are, and they can't learn. They don't know why it's important. They don't have a technique for checking if their code actually has those vulnerabilities, other than passing it to themselves recursively and asking that other version of themselves to generate some text that might flag if those vulnerabilities were spotted. But, AIs are famously sycophantic so even recursively using itself, it will generate text to "please" itself and probably write something like "your code is great and I can't spot any vulnerabilities at all! Congratulations! [Emoji] [Emoji] [Emoji]"

[–] _stranger_@lemmy.world 10 points 2 weeks ago

Sounds exactly like half the managers I've ever worked with.

[–] raspberriesareyummy@lemmy.world 5 points 2 weeks ago

That sounds like written by some dumbass vibe-coder who actually believes their LLM is "smart".

[–] jivandabeast@lemmy.browntown.dev 63 points 2 weeks ago
[–] spez@sh.itjust.works 27 points 2 weeks ago* (last edited 1 week ago) (3 children)

I mean it's not that big a deal. However, it would another thing if the model itself leaked. Now that would be something.

edit: Like I thought, it turns out to be a TS wrapper with more internal prompts. The fireship video is really funny, they use regex to detect if the user is angry 😭

[–] MangoCats@feddit.it 7 points 2 weeks ago

As they tell it, Claude Code is over 80% written by the models anyway...

[–] lexiw@lemmy.world 7 points 2 weeks ago

The harness is as important as the model

[–] obbeel@lemmy.eco.br 1 points 2 weeks ago (1 children)

Tool usage is very important. Qwen3.5 (135b) can already do wonderful things on OpenCode.

[–] cecilkorik@piefed.ca 12 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

I dabble in local AI and this always blows my mind. How do people just casually throw 135b parameter models around? Are people like, renting datacenter hardware or GPU time or something, or are people just building personal AI servers with 6 5090s in them, or are they quantizing them down to 0.025 bits or what? what's the secret? how does this work? am I missing something? like the Q4 of Qwen3.5 122B is between 60-80GB just for the model alone. That's 3x 5090s minimum, unless I'm doing the math wrong, and then you need to fit the huge context windows these things have in there too. I don't get it.

Meanwhile I'm over here nearly burning my house down trying to get my poor consumer cards to run glm-4.7-flash.

[–] obbeel@lemmy.eco.br 3 points 2 weeks ago

I pay for Ollama Cloud. As for the training of the big models, big companies do it using who-knows-what resources.

load more comments (2 replies)
[–] pelespirit@sh.itjust.works 20 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Like a healthy brain. And just like a healthy brain, it'll still hallucinate and make mistakes probably:

The leaked source reveals a sophisticated, three-layer memory architecture that moves away from traditional "store-everything" retrieval.

As analyzed by developers like @himanshustwts, the architecture utilizes a "Self-Healing Memory" system.

[–] Semi_Hemi_Demigod@lemmy.world 19 points 2 weeks ago (3 children)

We’re gonna make AGI and realize that being stupid sometimes and making mistakes is integral to general intelligence.

[–] Didntdoit71@feddit.online 9 points 2 weeks ago (1 children)

Actually, the people in the know...already knew this. We've known for years. Mistakes are required for learning.

[–] maplesaga@lemmy.world 2 points 2 weeks ago* (last edited 2 weeks ago)

A mistake is maybe just allowing room for evolution to take place?

[–] MangoCats@feddit.it 6 points 2 weeks ago

being stupid sometimes and making mistakes is integral to general intelligence.

Smart people figured this out a long time ago.

https://www.amazon.com/s?k=nassim+taleb+antifragile&adgrpid=187118826460

https://www.goodreads.com/en/book/show/18378002-intuition-pumps-and-other-tools-for-thinking

[–] a4ng3l@lemmy.world 1 points 2 weeks ago

That’s what makes us humans at least…

[–] WhyJiffie@sh.itjust.works 18 points 2 weeks ago (1 children)

In this mode, the agent performs "memory consolidation" while the user is idle. The autoDream logic merges disparate observations, removes logical contradictions, and converts vague insights into absolute facts.

this blog post reads like a marketing piece

[–] nightlily@leminal.space 7 points 2 weeks ago

Pretty sure it’s a bad LLM „analysis“ of the code. It has that flavour to it.

[–] NocturnalMorning@lemmy.world 18 points 2 weeks ago (4 children)

By 4:23 am ET, Chaofan Shou (@Fried_rice), an intern at Solayer Labs, broadcasted the discovery on X (formerly Twitter).

Ha, by an intern

[–] djmikeale@feddit.dk 7 points 2 weeks ago

Nice. One of the ways to write Chaofan in Chinese is 炒饭, which means fried rice. Amazing to be able to get that Twitter handle

load more comments (3 replies)
[–] Fmstrat@lemmy.world 17 points 2 weeks ago

At its core is MEMORY.md, a lightweight index of pointers (~150 characters per line) that is perpetually loaded into the context. This index does not store data; it stores locations.

Actual project knowledge is distributed across "topic files" fetched on-demand, while raw transcripts are never fully read back into the context, but merely "grep’d" for specific identifiers.

This "Strict Write Discipline"—where the agent must update its index only after a successful file write—prevents the model from polluting its context with failed attempts.

For competitors, the "blueprint" is clear: build a skeptical memory. The code confirms that Anthropic’s agents are instructed to treat their own memory as a "hint," requiring the model to verify facts against the actual codebase before proceeding.

Interesting to see if continue.dev takes advantage of this methodology. My only complaint has been context with it.

[–] captcha_incorrect@lemmy.world 16 points 2 weeks ago
[–] Dentzy@sh.itjust.works 15 points 2 weeks ago

I was like "Ha, ha nice April's fools"... Then I keep reading the comments and... WTF‽

[–] Wooki@lemmy.world 13 points 2 weeks ago

Best part of the leak, they use regex matches for sentiment lol

[–] itisileclerk@lemmy.world 8 points 2 weeks ago

The best learning method is from your own mistakes. So, Claude is still learning.

[–] RIotingPacifist@lemmy.world 2 points 2 weeks ago

This is just the UI right? Or the models too?

[–] UnderpantsWeevil@lemmy.world 1 points 2 weeks ago

Actual project knowledge is distributed across "topic files" fetched on-demand, while raw transcripts are never fully read back into the context, but merely "grep’d" for specific identifiers.

Consistent with a lot of bugs and goofs I've heard people in long running instance of Claude will encounter.

load more comments
view more: next ›