Live data from Hacker News

Claude Code 2.0

npmjs.com

241–250 of 431 posts

Re: Claude Code 2.0

#241
post #39

I'm concerned that i don't see the "Plan with Opus, impl with Sonnet" feature with Claude 2.0.

If Sonnet 4.5 is always better than Opus 4.1, then it doesn't make sense to plan with Opus. I hope this is the case.

Unclear how this can be the case in general. Opus is apparently a much bigger model.

Re: Claude Code 2.0

#243
post #49

Something I realized about this category of tool (I call them "terminal agents" but that already doesn't work now there's an official VS Code extension for this - maybe just "coding agents" instead) is that they're actually an interesting form of general agent . Claude Code, Codex CLI etc can effectively do anything that a human could do by typing commands into a computer. They're incredibly dangerous to use if you d…

> Claude Code, Codex CLI etc can effectively do anything that a human could do by typing commands into a computer. They still don't have good integration with the web browser, if you are debugging frontend you need to carry screenshots manually, it cannot inspect the DOM, run snippets of code in the console, etc.

You can tell them to take screenshots using Playwright and they will. They can also use Playwright to inspect the console and manipulate the DOM.

I've seen Codex CLI install Playwright Python when I asked it to do this and it found it wasn't yet available in the environment.

Re: Claude Code 2.0

#244
post #49

Something I realized about this category of tool (I call them "terminal agents" but that already doesn't work now there's an official VS Code extension for this - maybe just "coding agents" instead) is that they're actually an interesting form of general agent . Claude Code, Codex CLI etc can effectively do anything that a human could do by typing commands into a computer. They're incredibly dangerous to use if you d…

> Claude Code, Codex CLI etc can effectively do anything that a human could do by typing commands into a computer. They still don't have good integration with the web browser, if you are debugging frontend you need to carry screenshots manually, it cannot inspect the DOM, run snippets of code in the console, etc.

I'd recommend the chrome-devtools-mcp for that: https://github.com/ChromeDevTools/chrome-devtools-mcp/

It's pretty new, but so far it's been a lifesaver.

Re: Claude Code 2.0

#247
post #202

FINALLY checkpoints! All around good changes, Claude Code is IMHO the best of the LLM CLI tools.

It does sometimes feel that all of these systems are slowly rediscovering that the OG, Aider ( https://github.com/Aider-AI/aider ), had a near perfect architecture for pair programming with LLMs from the start.

I find Aider kinda clunky but I would put it in #2.

Re: Claude Code 2.0

#248

Claude Code is so much better than anything else. If Claude Code was a car it'd be the ideal practical vehicle for all kinds of uses. If OpenAI Codex was a car, it'd be a cauldron with wheels. The reason I say this is CC offers so many features: plan mode, hooks, escape OR ctrl-c to interrupt it, and today added quick rewind. Meanwhile Codex can't even wrap text to the width of the terminal; you can't type to it whil…

codex has improved DRASTICALLY over the last 2 weeks. your claims about it were true in the past but far less true today. its still missing a little bit of polish compared to claude code, but i suspect it is much closer today than you realize. either way the lack of features of codex even in the past was never caused by hubris of openai knows better than you, it just hadn't implemented it yet. it is a brand new project that gets commits to the project every single day.

Re: Claude Code 2.0

#249
It still bothers me that almost every agentic TUI is written in TS + React. It often consumes at least a few GB of RAM. No one bothers about it. Everybody is trying to ship as fast as possible.

Re: Claude Code 2.0

#250
post #249

It still bothers me that almost every agentic TUI is written in TS + React. It often consumes at least a few GB of RAM. No one bothers about it. Everybody is trying to ship as fast as possible.

Where did you get React from?
Post reply on HN