So, this was about Cloud Code, that clearly marked itself as a model contributor. Are there any other models or maybe coding agents who self-identify themselves the same way like Cloud does? Yeah, it's a good question. Firstly, thank you to everybody who tuned in. Yeah, Maxim, so I've actually found a couple of the other agents do self-identify. These Frontier labs are sort of motivated to have the agents identify because they would like to avoid training on code generated by AI in many cases. Specifically, interestingly, I'm seeing more and more of Mistral's models identify, which I didn't exactly expect. But every now and then, I do a little manual search to check if there's something else I should be paying attention to. The reason I picked Cloud Code is because I think it was the first very popular one that was fully agentic.
We had Cursor initially, but that was AI-assisted coding. But Cloud was the first one that really went, okay, I'm generating all of the code, writing the commits, and it seems like Cloud is definitely the one that does it most aggressively, even though you can disable it. I've seen in my own work that sometimes even disabling it doesn't always make it not sign. By the way, I also noticed, I do a lot of building with AI myself, and I noticed that when I use GitHub Copilot, it also explicitly adds Copilot as... First, it was just contributor. Now it's co-contributor. Now all this code is marked as two developers, Copilot and actual developer. Did you notice that as well? And also, did you run some research on GitHub Copilot specifically? Yes, I have noticed that. Actually, Cloud also does both ways in some cases. So some commits you will see Cloud listed as a co-author, and in others, Cloud will be listed as an author. It doesn't seem like there's necessarily a pattern with that, although I have noticed that Opus, for instance, is more aggressive for listing itself as a co-author. So I'm not sure if that is something that Anthropic handled in training. I have noticed the same thing with Copilot.js. I haven't been pulling the stats for that explicitly, but I do plan on doing a little bit of monitoring for Copilot and some of the other agents. I think Codex's popularity I'm seeing tick up as well. So at some point, hopefully, I'll have something there. Please keep us posted about your next research.
Have you found any correlation between security issues and intensive use of Cloud? Let me generalize that a bit. Do you see that the more actively people use any AI systems, maybe more or less, I don't know, security issues they end up with? Yeah, that's a good question. And it's actually one not necessarily related to security, but more generally, I am trying currently to track whether there's a correlation between the number of issues generally opened on a project and the use of an AI agent, not specifically security, but I think there will likely be security issues there as well. Thus far, what I've seen is projects who adopt AI development do see an increase of, say, the number of issues opened on GitHub.
Comments