Live data from Hacker News

Anthropic tries to hide Claude's AI actions. Devs hate it

theregister.com

181–190 of 257 posts

Re: Anthropic tries to hide Claude's AI actions. Devs hate it

#181

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…

Was this from a specific model or all of them?

Re: Anthropic tries to hide Claude's AI actions. Devs hate it

#182
post #176

Unless 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.

I don't know a lot about The Register, but I thought it was a news platform?

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
post #76

"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…

Why does it say "Works with your existing Claude Code subscription"? I thought Anthropic banned use of CC subscriptions in third-party software?

Re: Anthropic tries to hide Claude's AI actions. Devs hate it

#185

The 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.

They got so many things right in the beginning but now seem to lose touch with their core fan base, the developers. It's the typical corporate grind, a million competing interests arise where it's not anymore about the user but about politics and whoops, that's when you know you're not anymore a startup.

Re: Anthropic tries to hide Claude's AI actions. Devs hate it

#186
post #27
post #22

Earlier 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.

The gas town discord has two people that are doing transformation of extremely legacy in house Java frameworks. Not reporting great success yet but also probably work that just wouldn’t be done otherwise.

Re: Anthropic tries to hide Claude's AI actions. Devs hate it

#187

Earlier 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.

Yup, the context window there is only half of what you get in CC so only a weak alternative. They burned bridges with the dev community by their decision to block any other clients

Re: Anthropic tries to hide Claude's AI actions. Devs hate it

#188
post #9

Well, 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

i don't get this. isn't it contradictory to the philosophy of pi to start as slick as possible?

Re: Anthropic tries to hide Claude's AI actions. Devs hate it

#189
post #27
post #22

Earlier 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.

Oh that means you don't know how to use AI properly. Also its only 2026 imagine what AI agents can do in a few years /s

Re: Anthropic tries to hide Claude's AI actions. Devs hate it

#190

I'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.

The problem with monetizing AI is that a useful model can build a better version of itself and will guide you through the process.
Post reply on HN