Hacker Newsnew | past | comments | ask | show | jobs | submit | rvcdbn's commentslogin

Article is mistaken these subs are not available to businesses. Companies are paying much closer to API prices. The strategy is to get you accustomed to infinite tokens on your personal sub and bet that behavior transfers to work.

They are available. Seats for team or enterprise plans cost more than the retail prices, but they are fixed prices with resetting usage limits. You can assign seats to members that are the equivalent of $20/$100/$200/mo plans.

You can also do everything metered. There are multiple ways to buy.


Who is selling these with enterprise trappings? What you're describing evaporated 2+ months ago. Everything is metered for enterprise users now. If there happens to be a stray vendor offering this I'd wager 2 things. 1) it's about to be phased out. 2) model limits will be in place so even that $200 plan won't go very far.

Are we talking about the same thing? I just double-checked Anthropic still offers per-seat plans. So does OpenAI though they split the Codex-only plan away from per-seat. Gemini does as well. There’s pooled usage over certain limits but it’s still a good deal to upgrade the seat of a heavy user.

What happened two months ago?


Anthropic's Enterprise plan is per-seat, but that's just for access, isn't it? The actual usage per seat is billed at API rates. https://support.claude.com/en/articles/9797531-what-is-the-e...

Yes, once you’re over some threshold (most recently 150 seats), you have to pay the per-seat fee PLUS usage.

And once you can make a certain threshold of commit, the seats are free and all you pay is usage. They are definitely making a margin on the usage.

In other words, this article is, I wouldn’t say misinformed, but definitely underinformed.


Subs are absolutely available to businesses. There’s metered plans for ghe equivalent consumer plan.

Yeah, I was confused about why it was talking about subscriptions for enterprise. The company I work at is billed on API usage.

Looks more like AI slop with paragraphs like these; > The pattern is identical across the board. Price for adoption, not for economics. Lock organizations in. Make AI a load-bearing part of every team's daily workflow. Worry about the bill later.

Not only that, but the API rate amounts being pearl clutched over in the article are still relatively trivial. 10k a month is not nothing, but when 10k a month enables a team of ~10-20 engineers, that's pretty good leverage.

maybe of interest: https://github.com/cloudflare/vinext

(haven't tried it myself)


It's not a good piece of software. Breaks in many places


that makes sense, it's not 1.0 yet


"Read the announcement: How we rebuilt Next.js with AI in one week".


It's not hidden at all, Claude pushes it even tho it poisons the context after every edit with false positives because it's always out of date. This feature should be hidden given how half baked it is.


couldn't opencode just switch to agent sdk?


I'm not 100% sure but I think OpenCode wants to control the harness and persistence, tool call flows etc. If they just used the Claude SDK then it would diverge architecturally from all the other providers, persist jsonl to ~/.claude, etc.


deno does support per-host network permissions https://docs.deno.com/runtime/fundamentals/security/#network...


I'm sure there's a reason but I would expect a system like this to use leader leases for local reads


rqlite creator here -- it's on my list to examine, not clear to me if it would add much beyond what is offered today. But it might.


IMO there really needs to be a way to mark all variables non-null by default at package or at least a file level. Otherwise there will be a strong safety argument for always using T! syntax on almost every variable and this will just be a lot of noise.


Under "other possible future enhancements":

> Providing a mechanism in the language to assert that all types in a certain context are implicitly null-restricted, without requiring the programmer to use explicit ! symbols.


i don’t think it will be that bad. we have a standard in our projects today that all java variables in code we own are not null. if you would like to have a nullable variable, you must annotate it with @Null

this is only an issue at the boundaries of our code where we interact with libraries. i imagine that will be the case with this new syntax as well


If I understand you, then you're not getting any compiler check support for misuses, correct?


I have to assume they have a lint rule for that.

With good tooling compiler error vs lint error is a distinction that matters about as much in practice as parse error vs type error—your editor and CI pipelines will yell at you either way.


I suppose an aggressive linter could assume unmarked should be treated as non-null and at least demand nullability markup where needed.


Anyone who knowingly developed this should be tried held personally responsible.


[flagged]


Locked in a cell, to think about all the innocents their shitty code ended up murdering.


"software is a force multiplier" well maybe that's the point. I am a superstitious b*tch but maybe the Universe doesn't want our force to be multiplied any more!!!!


I've been trading for 4 years on the side mostly on intuition. I like to think one can emotionally program the powerful computer that is the unconscious mind to serve the distributed monster of global finance for profit. Sometimes I even do tarot. Seems to kinda work LoL what could possibly go wrong????


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: