upvote
Claude Code is also offered as an SDK, you can build custom (customized) harness on top of what essentially is Claude Code. https://code.claude.com/docs/en/agent-sdk/overview
reply
I'll be honest, I don't actually understand what people mean when they say Claude Code is bad software.

Seems pretty good to me. Presumably this is about the TUI version?

reply
Do you really think that having this many issues is justifiable/ok?

https://github.com/anthropics/claude-code/issues

reply
Those numbers don't really mean anything. Claude Code has millions of users, and that issue forum is the most obvious place for them to ask questions or request features.

If there were 11,000 open and confirmed bugs then yeah, that would mean the software is bad.

reply
I dont't really know stats about such things, but I assume the adoption of CC has been insane compared to almost anything, and is also like two years old? Yeah, not surprised.

But also, if they all use 500 agents daily and latest models can "one shot" everything, one would think 5k issues are fixed in no time...

Havent used CC in some time, worked fine last time I tried.

reply
I'm surprised you think Claude Code is good software. I find it so hard to use because it is fundamentally constrained as a TUI. It is buggy, clunky and slow. It is sooo slow.

One example of what is particularly bad with it: tool calls and progress. Codex UI does it so much better. The way in which CC waits for a task to complete etc is really poorly done compared to Codex.

Another thing that's missing: no way to continue a side chat in Claude Code - this is easy in Codex with /side and it is super usefu.

reply
Claude Code has /btw which I think is the equivalent of /side in Codex.

I don't think Claude Code is perfect software, but I don't think fact that Codex has a slightly nicer implementation of certain patterns makes Claude Code bad software.

reply
I’ve rolled my own harness in Go. I have a rule to not let the production LoC exceed 50k lines. It is _very_ nice for my use cases. DeepSeek Flash V4.1 often performs at the level of GPT 5.6 Sol for non-orchestration tasks (programming and maths).

I add features and tweak it all the time: You just need to get comfortable with spending 3 hours in a chat session every 3 weeks to think hard about how to simplify whatever slop you didn’t simplify the last time you did this :)

reply
Turns out he just used what he knew, TypeScript, and not what best solves the problem. He must have not had his "framework" then.
reply