[flagged]
Anthropic tries to hide Claude's AI actions. Devs hate it
31–40 of 257 posts
Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#32Not trying to tell anyone else how to live, just want to make sure the other side of this argument is visible. I run 5+ agents all day every day. I measure, test, and validate outputs exhaustively. I value the decrease in noise in output here because I am very much not looking to micromanage process because I am simply too slow to keep up. When I want logging I can follow to understand “thought process” I ask for tha…
Curious what plans you’re using? running 24/7 x 5 agents would eat up several $200 subscriptions pretty fast
Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#33Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#34Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#35Not trying to tell anyone else how to live, just want to make sure the other side of this argument is visible. I run 5+ agents all day every day. I measure, test, and validate outputs exhaustively. I value the decrease in noise in output here because I am very much not looking to micromanage process because I am simply too slow to keep up. When I want logging I can follow to understand “thought process” I ask for tha…
> I run 5+ agents all day every day Curious what plans you’re using? running 24/7 x 5 agents would eat up several $200 subscriptions pretty fast
Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#36Earlier quoted context omitted.
> it's about catching when it goes off the rails before it makes a mess The latest "meta" in AI programming appears to be agent teams (or swarms or clusters or whatever) that are designed to run for long periods of time autonomously. Through that lens, these changes make more sense. They're not designing UX for a human sitting there watching the agent work. They're designing for horizontally scaling agents that work…
None of those wild experiments are running on a "real", existing codebase that is more than 6 months old. The thing they don't talk about is that nobody outside these AI companies wants to vibe code with a 10 year old codebase with 2000 enterprise customers. As you as you start to work with a codebase that you care about and need to seriously maintain, you'll see what a mess these agents make.
Not to say that there's no value in AI written code in these codebases, because there is plenty. But this whole thing where 6 agents run overnight and "tada" in the morning with production ready code is...not real.
Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#37Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#38Earlier quoted context omitted.
> it's about catching when it goes off the rails before it makes a mess The latest "meta" in AI programming appears to be agent teams (or swarms or clusters or whatever) that are designed to run for long periods of time autonomously. Through that lens, these changes make more sense. They're not designing UX for a human sitting there watching the agent work. They're designing for horizontally scaling agents that work…
Looking at it from far is simply making something large from a smaller input, so its kind of like nondeterministic decompression. What fills the holes are best practices, what can ruin the result is wrong assumptions. I dont see how full autonomy can work either without checkpoints along the way.
And at the end of the day it's not the agents who are accountable for the code running in the production. It's the human engineers.
Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#39Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#40I always get Claude Code to create a plan unless its trivial, it will describe all the changes its going to make and to which files, then let it rip in a new context.