Most 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…
I think we're entering a world where programmers as such won't really exist (except perhaps in certain niches). Being able to program (and read code, in particular) will probably remain useful, though diminished in value. What will matter more is your ability to actually create things, using whatever tools are necessary and available, and have them actually be useful. Which, in a way, is the same as it ever was. Ther…
Opus 4.5 is not the normal AI agent experience that I have had thus far
91–100 of 1001 posts
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#92Most 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…
Is Claude "Code" anything special,or it's mostly the LLM and other CLIs (e.g. Copilot) also work?
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#93Opus 4.5 burns through tokens really fast.
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#94After reading that article, I see at least one thing that Opus 4.5 is clearly not going to change. There is no fixed truth regarding what an "app" is, does, or looks like. Let alone the device it runs on or the technology it uses. But to an LLM, there are only fixed truths (and in my experience, only three or four possible families of design for an application). Opus 4.5 produces correct code more often, but when the…
Why would you not want you code to be boring?
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#95Most 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…
I really think a lof of people tried AI coding earlier, got frustrated at the errors and gave up. That's where the rejection of all these doomer predictions comes from. And I get it. Coding with Claude Code really was prompting something, getting errors, and asking it to fix it. Which was still useful but I could see why a skilled coder adding a feature to a complex codebase would just give up Opus 4.5 really is at a…
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#96It's always fun to ask Opus what it thinks about articles like this. Here's what I got with no history or system prompt: https://burkeholland.github.io/posts/opus-4-5-change-everyth... Read this article and ultrathink critically about it. Provide your perspective. The article makes a strong experiential case for improved velocity in AI-assisted development but contains several argumentation weaknesses and conflations…
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#97Most 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…
You intrigue me. > have it learn your conventions, pull in best practices What do you mean by "have it learn your conventions"? Is there a way to somehow automatically extract your conventions and store it within CLAUDE.md? > For example, we have a custom UI library, and Claude Code has a skill that explains exactly how to use it. Same for how we write Storybooks, how we structure APIs, and basically how we want ever…
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#98[flagged]
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#99Me and Opus have a lot in common. We both hit our weekly limit on Monday at 10am.
I use pay as you go for this very reason, so the limit is my pocket haha. It does make me conscious to keep it under $20 per month though.
Re: Opus 4.5 is not the normal AI agent experience that I have had thus far
#100Opus 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…
I find my sweet spot is using the Claude web app as a rubber duck as well as feeding it snippets of code and letting it help me refine the specific thing I'm doing. When I use Claude Code I find that it *can* add a tremendous amount of ability due to its ability to see my entire codebase at once, but the issue is that if I'm doing something where seeing my entire codebase would help that it blasts through my quota to…