Live data from Hacker News

Claude Opus 4.1

anthropic.com

101–110 of 344 posts

Re: Claude Opus 4.1

#102

Am I the only one super confused about how to even get started trying out this stuff? Just so I wouldn't be "that critic who doesn't try the stuff he criticizes," I tried GitHub Copilot and was kind of not very impressed. Someone on HN told me Copilot sucks, use Claude. But I have no idea what the right way to do it is because there are so many paths to choose. Let's see: we have Claude Code vs. Claude the API vs. Cl…

Download Claude Code

Create a new directory in your terminal

Open that directory, type in "Claude" to run Claude

Press Shit + Tab to go into planning mode

Tell Claude what you want to build - recommend something simple to start with. Specify the languages, environment, frameworks you want, etc.

Claude will come up with a plan. Modify the plan or break it into smaller chunks if necessary

Once plan is approved, ask it to start coding. It will ask you for permissions and give you the finished code

It really is something when you actually watch it go.

Re: Claude Opus 4.1

#103
post #35

Earlier quoted context omitted.

Im on the Max plan and generally Opus seems to do better work than Sonnet. However, that’s only when they allow me to use Opus. The usage limits, even on the max plan, are a joke. Yesterday I hit the limits within MINUTES of starting my work day.

I'm a bit confused by people hitting usage limits so quickly. I use Opus exclusively and don't hit limits. ccusage reports I'm using the API-equivalent of $2000/mo

That's insane. Are you accounting for caching? If not, there's no way this is going to last

Re: Claude Opus 4.1

#104

Earlier quoted context omitted.

I'm not sure what's complicated about what you're describing? They offer two models and you can pay more for higher usage limits, then you can choose if you want to run it in your browser or in your terminal. Like what else would you expect? Fwiw I have a Claude pro plan and have no interest in using other offerings so I'm not sure if they're super simple (one model, one interface, one pricing plan)?

When people post this stuff, it's like, are you also confused that Nike sells shoes AND shorts AND shirts, and there's different colors and skus for each article of clothing, and sometimes they sell direct to consumer and other times to stores and to universities, and also there's sales and promotions, etc, etc? It's almost as if companies sell more than one product. Why is this the top comment on so many threads abo…

Because I think that claude has gone beyond tech niche at this point..

Or maybe that's me, but still whether its through the likes of those vibe coding apps like lovable bolt etc.

at the end of the day, Most people are using the same tool which is claude since its mostly superior in coding (questionable now with oss models, but I still use it through kiro).

People expect this stuff to be simple when in reality its not and there is some frustation I suppose.

Re: Claude Opus 4.1

#105
The improved Opus isn’t about achieving significantly better peak performance for me. It’s not about pushing the high end of the spectrum. Instead, it’s about consistently delivering better average results - structuring outputs more effectively, self-correcting mistakes more reliably, and becoming a trustworthy workhorse for everyday tasks.

Re: Claude Opus 4.1

#106

Earlier quoted context omitted.

I'm not sure what's complicated about what you're describing? They offer two models and you can pay more for higher usage limits, then you can choose if you want to run it in your browser or in your terminal. Like what else would you expect? Fwiw I have a Claude pro plan and have no interest in using other offerings so I'm not sure if they're super simple (one model, one interface, one pricing plan)?

When people post this stuff, it's like, are you also confused that Nike sells shoes AND shorts AND shirts, and there's different colors and skus for each article of clothing, and sometimes they sell direct to consumer and other times to stores and to universities, and also there's sales and promotions, etc, etc? It's almost as if companies sell more than one product. Why is this the top comment on so many threads abo…

In this case, they tried something and were told they were doing it wrong, and they know there's more than one way to do it wrong - wrong model, wrong tool using the model, wrong prompting, wrong task that you're trying to use it for.

And of course you could be doing it right but the people saying it works great could themselves be wrong about how good it is.

On top of that it costs both money and time/effort investment to figure out if you're doing it wrong. It's understandable to want some clarity. I think it's pretty different from buying shoes.

Re: Claude Opus 4.1

#107
post #5

All three major labs released something within hours of each other. This anime arc is insane.

This is why you have PR departments. Being on top of the HN front page, news sites, etc matters a lot. Even if you can't be the first, it's important to dilute the attention as much as possible to reduce the limelight your competitors get.

Re: Claude Opus 4.1

#108
post #91

Earlier quoted context omitted.

My advice is this: 1) Completely separate in your mind the auto-completion features from the agentic coding features. The auto-completion features are a neat trick but I personally find those to be a bit annoying overall, even if they sometimes hit it completely right. If I'm writing the code, I mostly don't want the LLM autocompletion. 2) Pay the $20 to get a month of Claude Pro access and then install Claude Code.…

Interesting about the auto-completion. That was really the only Copilot feature I found to be useful. The idea of writing out an English prompt and telling Copilot what to write sounded (and still sounds) so slow and clunky. By the time I've articulated what I want it to do, I might as well have written the code myself. The auto-completion was at least a major time-saver. "The card game state is a structure that cont…

I think you should embrace a bit of ambiguity. Don't treat this like a stupid computer where you have to specify everything in minute detail. Certainly the more detail you give, the better to an extent. But really: Treat it like you're talking to a colleague and give it a shot. You don't have to get it right on the first prompt. You see what it did and you give it further instructions. Autocomplete is the least compelling feature of all of this.

Also, I don't remember what model Copilot uses by default, especially the free version, but the model absolutely makes a difference. That's why I say to spend the $20. That gives you access to Sonnet 4 which is where, imo, these models took a giant leap forward in terms of quality of output.

Re: Claude Opus 4.1

#109

Earlier quoted context omitted.

I'm not sure what's complicated about what you're describing? They offer two models and you can pay more for higher usage limits, then you can choose if you want to run it in your browser or in your terminal. Like what else would you expect? Fwiw I have a Claude pro plan and have no interest in using other offerings so I'm not sure if they're super simple (one model, one interface, one pricing plan)?

When people post this stuff, it's like, are you also confused that Nike sells shoes AND shorts AND shirts, and there's different colors and skus for each article of clothing, and sometimes they sell direct to consumer and other times to stores and to universities, and also there's sales and promotions, etc, etc? It's almost as if companies sell more than one product. Why is this the top comment on so many threads abo…

Hey, I'm open to the idea that I'm just stupid. But, if people in your target market (software developers) don't even understand your product line and need a HOWTO+glossary to figure it out, maybe there's also a branding/messaging/onboarding problem?

Re: Claude Opus 4.1

#110

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

can you share your workflow?
Post reply on HN