Opus 4.5 is not the normal AI agent experience that I have had thus far
61–70 of 1001 posts
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#62Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#63Opus 4.5 has become really capable. Not in terms of knowledge. That was already phenomenal. But in its ability to act independently: to make decisions, collaborate with me to solve problems, ask follow-up questions, write plans and actually execute them. You have to experience it yourself on your own real problems and over the course of days or weeks. Every coding problem I was able to define clearly enough within th…
> You have to experience it yourself on your own real problems and over the course of days or weeks. How do you stop it from over-engineering everything?
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#64Earlier quoted context omitted.
> You have to experience it yourself on your own real problems and over the course of days or weeks. How do you stop it from over-engineering everything?
This has always been my problem whether it's Gemini, openai or Claude. Unless you hand-hold it to an extreme degree, it is going to build a mountain next to a molehill. It may end up working, but the thing is going to convolute apis and abstractions and mix patterns basically everywhere
It's verbose by default but a few hours of custom instructions and you can make it code just like anyone
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#65Opus 4.5 has become really capable. Not in terms of knowledge. That was already phenomenal. But in its ability to act independently: to make decisions, collaborate with me to solve problems, ask follow-up questions, write plans and actually execute them. You have to experience it yourself on your own real problems and over the course of days or weeks. Every coding problem I was able to define clearly enough within th…
> You have to experience it yourself on your own real problems and over the course of days or weeks. How do you stop it from over-engineering everything?
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#66Earlier quoted context omitted.
Everybody says how good Claude is and I go to my code base and I can't get it to correctly update one xaml file for me. It is quicker to make changes myself than to explain exactly what I need or learn how to do "prompt engineering". Disclaimer: I don't have access to Claude Code. My employer has only granted me Claude Teams. Supposedly, they don't use my poopy code to train their models if I use my work email Claude…
What's even the point of this comment if you self-admittedly don't have access to the flagship tool that everyone has been using to make these big bold coding claims?
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#67Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#68What's the best coding agent you can run locally? How far behind Opus 4.5 is it?
And honestly Opus 4.5 is a visible step change above previous Anthropic models.
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#69Earlier quoted context omitted.
That may be true now, but think about how far we've come in a year alone! This is really impressive, and even if the models don't improve, someone will build skills to attack these specific scenarios. Over time, I imagine even cloud providers, app stores etc can start doing automated security scanning for these types of failure modes, or give a more restricted version of the experience to ensure safety too.
There's a fallacy in here that is often repeated. We've made it from 0 to 5, so we'll be at 10 any day now! But in reality there are any number of roadblocks that might mean progress halts at 7 for years, if not forever.
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#70Most software engineers are seriously sleeping on how good LLM agents are right now, especially something like Claude Code. Once you’ve got Claude Code set up, you can point it at your codebase, have it learn your conventions, pull in best practices, and refine everything until it’s basically operating like a super-powered teammate. The real unlock is building a solid set of reusable “skills” plus a few agents for th…