I noticed this too, but I think there's a much bigger problem. The way Claude does research has dramatically changed for the worse. Instead of piping through code logically, it's now spawning dozens of completely unrelated research threads to look at simple problems. I let it spin for over 30 minutes last night before realizing it was just "lost". I have since been looking for these moments and killing it immediately…
Anthropic tries to hide Claude's AI actions. Devs hate it
181–190 of 257 posts
Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#182Unless I'm mixing up stuff, this was addressed explicitly by an Antrophoc Dev on HN (I am not a developer, don't use the product, have zero equine animals in the game :) https://news.ycombinator.com/item?id=46981968
And in turn, that discussion was addressed explicitly by this blog post, which is essentially a summary of the conversation that has been taking place across multiple venues.
Although, this post surely isn't "news" as much as it is, as you said, a summary of a conversation being held on other platform(s).
So maybe it is just a blog post?
Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#183"Hiding" is doing some heavy lifting here. You can run --json and see everything pretty much (besides the system prompt and tool descriptions).... I love the terminal more than the next guy but at some point it feels like you're looking at production nginx logs, just a useless stream of info that is very difficult to parse. I vibe coded my own ADE for this called OpenADE ( https://github.com/bearlyai/openade ) it use…
Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#184Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#185The issue of it burning through tokens grepping around should be fixed with language server integration, but that’s broken in Claude Code and the MCP code nav tools seem to use more tokens than just a home-built code map in markdown files.
Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#186Earlier 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.
Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#187Earlier quoted context omitted.
Are you paying per-token after Anthropic closed the loophole on letting you log in to OpenCode?
If one has a github sub, you can use OpenCode -> github -> \A models. It's not 100% (the context window I think is smaller, and they can be behind on the model version updates), but it's another way to get to \A models and not use CC.
Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#188Well, there is OpenCode [1] as an alternative, among many others. I have found OpenCode being the closest to Claude Code experience, and I find it quite good. Having said that I still prefer Claude Code for the moment. [1] https://opencode.ai/
oh-my-pi plug https://github.com/can1357/oh-my-pi
Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#189Earlier 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.
Re: Anthropic tries to hide Claude's AI actions. Devs hate it
#190I've noticed more and more of the llm providers are trying to hide as much as possible of their thinking and inner working. Anthropic doesn't want you to be easily able to jump off claude code into open code + open weight llm.