Earlier quoted context omitted.
There are so many people en masse who simply cannot accept that the days of coding manually, by hand, could be coming to an end. It's wild.
I want them to come: I'm good at product and have 101 competitors I'd smash on distribution and product with my army of coding agents. But you're inventing the strawman that anyone who thinks the AI isn't there yet is in denial... some of us just have a higher bar than tailwind slop. (Ironically I think SWEs most impressed by current agents are really done for... no niche non-tech knowledge to translate into novel so…
Claude Sonnet 4.5
801–810 of 819 posts
Re: Claude Sonnet 4.5
#802Earlier quoted context omitted.
What kind of agents do you have setup?
You can use the built in task agent. When you have a plan and ready for Claude to implement, just say something along the line of “begin implementation, split each step into their own subagent, run them sequentially”
Re: Claude Sonnet 4.5
#803I haven't shouted into the void for a while. Today is as good a day as any other to do so. I feel extremely disempowered that these coding sessions are effectively black box, and non-reproducible. It feels like I am coding with nothing but hopes and dreams, and the connection between my will and the patterns of energy is so tenuous I almost don't feel like touching a computer again. A lack of determinism comes from m…
Yeah, tbh I used to be a bit agentic coding tool-pilled, but over the past four months I've come to realize that if this industry evolves in a direction where I don't actually get to write code anymore, I'm just going to quit. Code is the only good thing about the tech industry. Everything else is capitalist hellscape shareholder dystopia. Thinking on it, its hilarious that any self-respecting coder is excited about…
Re: Claude Sonnet 4.5
#804Earlier quoted context omitted.
I want them to come: I'm good at product and have 101 competitors I'd smash on distribution and product with my army of coding agents. But you're inventing the strawman that anyone who thinks the AI isn't there yet is in denial... some of us just have a higher bar than tailwind slop. (Ironically I think SWEs most impressed by current agents are really done for... no niche non-tech knowledge to translate into novel so…
Why do you assume that LLMs are only coding Tailwind slop...? I've used LLMs extensively in C++ development of Unreal Engine games.
Re: Claude Sonnet 4.5
#805Earlier quoted context omitted.
I've been deep into AI full-time professionally for some months now, and for the first 4+ weeks I felt the exact same way as you describe - it is a form of existential crisis, especially after spending the bulk of the past 25 years honing my coding-fu algo ninja skills, my identity was totally wrapped up in it. Keep at it and keep leaning in to embrace it, I promise it gets better! It's just a big adjustment. You are…
I’d love to hear the work you’re involved in!
Re: Claude Sonnet 4.5
#806Earlier quoted context omitted.
You can use the built in task agent. When you have a plan and ready for Claude to implement, just say something along the line of “begin implementation, split each step into their own subagent, run them sequentially”
subagents are where Claude code shines and codex still lags behind. Claude code can do some things in parallel within a single session with subagents and codex cannot.
Re: Claude Sonnet 4.5
#807Earlier quoted context omitted.
subagents are where Claude code shines and codex still lags behind. Claude code can do some things in parallel within a single session with subagents and codex cannot.
By parallel, do you mean editing the codebase in parallel? Does it use some kind of mechanism to prevent collisions (e.g. work trees)?
Re: Claude Sonnet 4.5
#808Earlier quoted context omitted.
subagents are where Claude code shines and codex still lags behind. Claude code can do some things in parallel within a single session with subagents and codex cannot.
By parallel, do you mean editing the codebase in parallel? Does it use some kind of mechanism to prevent collisions (e.g. work trees)?
I'll admit it's a bit insane to have it make changes in the same directory simultaneously. I'm sure I could ask it to use git worktrees and have it use separate directories, but I haven't (needed to) try that (yet), so I won't comment on how well it would actually do with that.
Re: Claude Sonnet 4.5
#809Anthropic really nailed this release. There had been a trend where each new model released from OpenAI, Anthropic, etc. felt like a letdown or worse a downgrade. But the release of 4.5 break that trend, And is a pleasant surprise on day one. Well done! :)
Really? Because this feels like a pretty significant downgrade from Sonnet 4 on real world tasks.
Re: Claude Sonnet 4.5
#810Earlier quoted context omitted.
This is obviously much more than just taking an LLM an letting it run for 30 hours. You have to build a whole environment together with external tool integration and context management and then tune the prompts and perhaps even set up a multi-agent system. I believe that if someone puts a ton of work into this you can have an LLM run for that long and still produce sellable outputs, but let's not pretend like this is…
Well, yes, that's Claude Code. And OpenAI Codex. And Google Gemini CLI. Your average dev can just use those.