Earlier quoted context omitted.
I think my post makes it pretty clear that I would. If you want, I could cite several examples of organizations which use the method I described, so you can weigh it against the one example you provided, and get the full picture. In your example, for example, where was the issue tracked before the code was written? The format you linked makes it difficult to get the history of the issue. Let me ask you this: suppose…
Everyone has its own system although companies do tend to codify it with a project manager. I used TODO.txt inside the repo. an org file, Things.app, a stack of papers, and a whiteboard. But once a task is done, I can summarize the context in a paragraph or two. That’s what I put in the commits.
The Claude Code Source Leak: fake tools, frustration regexes, undercover mode
481–490 of 636 posts
Re: The Claude Code Source Leak: fake tools, frustration regexes, undercover mode
#482Earlier quoted context omitted.
The human developer would just write what the code does, because the commit also contains an email address that identifies who wrote the commit. There's no reason to write: > Commit f9205ab3 by dkenyser on 2026-3-31 at 16:05: > Fixed the foobar bug by adding a baz flag - dkenyser Because it already identified you in the commit description. The reason to add a signature to the message is that someone (or something) th…
Aside from merges that combine commits from many authors onto a production branch or release tag. I would personally not leave an agent to do that sort of work.
Re: The Claude Code Source Leak: fake tools, frustration regexes, undercover mode
#483The hooks system is the most underappreciated thing in what leaked. PreToolUse, PostToolUse, session lifecycle, all firing via curl to a local server. Clean enough to build real tooling on top of without fighting it. The frustration regex is funny but honestly the right call. Running an LLM call just to detect "wtf" would be ridiculous. KAIROS is what actually caught my attention. An always-on background agent that a…
Tangentially, I wonder if the world trade federation or the Washington tennis foundation have any projects on GitHub :)
Re: The Claude Code Source Leak: fake tools, frustration regexes, undercover mode
#484Re: The Claude Code Source Leak: fake tools, frustration regexes, undercover mode
#485There are now several comments that (incorrectly?) interpret the undercover mode as only hiding internal information. Excerpts from the actual prompt[0]: NEVER include in commit messages or PR descriptions: - The phrase "Claude Code" or any mention that you are an AI - Co-Authored-By lines or any other attribution BAD (never write these): - 1-shotted by claude-opus-4-6 - Generated with Claude Code - Co-Authored-By: C…
For a company calling chinese companies out for distillation attacks on their models, this very much looks like a distillation attack against human maintainers, especially when combined with the frustration detector.
Re: The Claude Code Source Leak: fake tools, frustration regexes, undercover mode
#486Re: The Claude Code Source Leak: fake tools, frustration regexes, undercover mode
#487Earlier quoted context omitted.
It may be obvious to you, but it has lead to at least one protracted court case in the US: Thaler v. Perlmutter. > The question is whether anyone has or if whatever content generated by a LLM simply does not constitute a work and is thus outside the entire copyright law. Its is going to vary with copyright law. In the UK the question of computer generated works is addressed by copyright law and the answer is "the aut…
The binary should be considered "derived work". Only the original copyright owner has the exclusive right to create or authorize derivative works. Means you are not allowed to compile code unless you have the license to do so. Right?
It looks like it will be decided on a case by case basis.
It will also differ between countries, so if you are distributing software internationally what will be a constraint on treating the code as not copyrightable.
Re: The Claude Code Source Leak: fake tools, frustration regexes, undercover mode
#488Earlier quoted context omitted.
I would have expected people (maybe a small minority, but that includes myself) to have already instructed Claude to do this. It’s a trivial instruction to add to your CLAUDE.md file.
I always assumed that if I tried to tell it, that it'd say "I'm sorry, Dave. I'm afraid I can't do that"
Re: The Claude Code Source Leak: fake tools, frustration regexes, undercover mode
#489Re: The Claude Code Source Leak: fake tools, frustration regexes, undercover mode
#490Earlier quoted context omitted.
skill issue
Please elaborate, poopmonster! What sort of skills are required to expertly use an LLM?
// [umbrella] Describe skill 1. (Prompt engineering)
1. Skillful use of **prompt engineering**
// [rocketship] Describe skill 2. (Agentic loops)
2. Know how to use **agentic loops** skillfully
....