Live data from Hacker News

Claude Opus 4.1

anthropic.com

211–220 of 344 posts

Re: Claude Opus 4.1

#211

Claude Code has honestly made me at least 10x more productive. I’ve burned through about 3 billion tokens and have been consistently merging 5+ PRs a day, tackling tons of tech debt, improving GitHub Actions, and making crazy progress on product work

only 10x? I'm at least 100x as productive. I only type at a measly 100wpm, whereas Claude can output 100+ tokens a second I'm outputting a PR every 6 minutes. The reviewers are using Claude to review everything. It used to take a day to add 100 lines to the codebase.. now I can add 100 lines in one prompt If I want even more productivity (at risk of making the rest of my team look slow) I can tell Claude to output do…

Big if true

Re: Claude Opus 4.1

#212
post #208

Earlier quoted context omitted.

Get a subscription and use claude code - that's how you get actual reasonable economics out of it. I use claude code all day on the max subscription and maybe twice in the last two weeks have I actually hit usage limits.

Is there a way to sign up for Claude code that doesn't involve verifying a phone number with Anthropic? They don't even accept Google Voice numbers. Maybe I'm out of touch, but I'm not handing out my phone number to sign up for random SaaS tools.

use a burner

Re: Claude Opus 4.1

#213
post #67

Earlier quoted context omitted.

It's definitely a coincidence

It's not a coincidence or a cartel, it's PR counterprogramming.

Agree 100%

If you look at the past, whenever Google announces something major, OpenAI almost always releases something as well.

People forget realize that OpenAI was started to compete with Google on AI.

Re: Claude Opus 4.1

#214
post #187

Earlier quoted context omitted.

I'm on the basic $20/mo sub and only ran into token cap limitations in the first few days of using Claude Code (now 2-3 weeks in) before I started being more aggressive about clearing the context. Long contexts will eat up tokens caps quickly when you are having extended back-and-forth conversations with the model. Otherwise, it's been effectively "unlimited" for my own use.

YMMV I'm using the $100/mo max subscription and I hit the limit during a focused coding session where I'm giving it prompts non-stop. Unfortunately there's no easy tool to inspect usage. I started a project to parse the Claude logs using Claude and generate a Chrome trace with it. It's promising but it was taking my tokens away from my core project.

Check out ccusage, it sounds like the tool you’re describing: https://github.com/ryoppippi/ccusage

Re: Claude Opus 4.1

#215

Claude Code has honestly made me at least 10x more productive. I’ve burned through about 3 billion tokens and have been consistently merging 5+ PRs a day, tackling tons of tech debt, improving GitHub Actions, and making crazy progress on product work

The only way you could be 10x more productive is omit you were doing nothing before.

Re: Claude Opus 4.1

#216
post #187

Earlier quoted context omitted.

I'm on the basic $20/mo sub and only ran into token cap limitations in the first few days of using Claude Code (now 2-3 weeks in) before I started being more aggressive about clearing the context. Long contexts will eat up tokens caps quickly when you are having extended back-and-forth conversations with the model. Otherwise, it's been effectively "unlimited" for my own use.

YMMV I'm using the $100/mo max subscription and I hit the limit during a focused coding session where I'm giving it prompts non-stop. Unfortunately there's no easy tool to inspect usage. I started a project to parse the Claude logs using Claude and generate a Chrome trace with it. It's promising but it was taking my tokens away from my core project.

ccusage on GitHub.

Re: Claude Opus 4.1

#217

Earlier quoted context omitted.

YMMV I'm using the $100/mo max subscription and I hit the limit during a focused coding session where I'm giving it prompts non-stop. Unfortunately there's no easy tool to inspect usage. I started a project to parse the Claude logs using Claude and generate a Chrome trace with it. It's promising but it was taking my tokens away from my core project.

Check out ccusage, it sounds like the tool you’re describing: https://github.com/ryoppippi/ccusage

That's neat. According to the tool I'm consuming ~300m tokens per day coding with a (retail?) cost of ~125$/day. The output of the model is definitely worth $100/mo to me.

Re: Claude Opus 4.1

#218

Earlier quoted context omitted.

Github Copilot and Claude code are not exactly competitors. Github Copilot is autocomplete, highly useful if you use VS Code, but if you are using e.g. Jetbrains then you have other options. Copilot comes with a bunch of other stuff that I rarely use. Claude code is project-wide editing, from the CLI. They complement each other well. As far as I'm concerned the utility of the AI-focused editors has been diminished by…

This isn't correct. GitHub Copilot now totally competes with Claude Code. You can have it create an entire app for you in "Agent" mode if you're feeling brave. In fact, seeing as Copilot is built directly into Visual Studio when you download it, I guess they have a one-up. Copilot isn't locked to a specific LLM, though. You can select the model from a panel, but I don't think you can plug in your own right now, and t…

Sonnet 4 in copilot agent mode has been doing great work for me lately. Especially once you realise that at least 50% of the work is done before you get to copilot, as architectural and product specs and implementations plans.

Re: Claude Opus 4.1

#219
post #88

Earlier quoted context omitted.

Claude Code has two usage modes: pay-per-token or subscription. Both modes are using API under the hood, but with subscription mode you are only paying a fixed amount a month. Each subscription tier has some undisclosed limits, cheaper plans have lower usage limits. So I would recommend paying $20 and trying the Claude Code via that subscription.

No Opus in the $20 tier though sadly

As far as I can tell - that seems to have changed today!

Re: Claude Opus 4.1

#220

Earlier quoted context omitted.

Claude Code has two usage modes: pay-per-token or subscription. Both modes are using API under the hood, but with subscription mode you are only paying a fixed amount a month. Each subscription tier has some undisclosed limits, cheaper plans have lower usage limits. So I would recommend paying $20 and trying the Claude Code via that subscription.

I’m looking for cursor alternatives after confusing pricing changes. Is Claude code an option? Can be integrated on an editor/ide for similar results? My use case so far is usually requesting mechanic work I would rather describe than write myself like certain test suites, and sometimes discovery on messy code bases.

Claude Code is really good for this situation.

If you like an IDE, for example VS Code you can have the terminal open at the bottom and run Claude Code in that. You can put your instructions there and any edits it makes are visibile in the IDE immediately.

Personally I just keep a separate terminal open and have the terminal and VSCode open on two monitors - seems to work OK for me.

Post reply on HN