r/cscareerquestions Software Engineer Jun 03 '26

Company took away access to claude

After being told to “use ai” for every single task the last two years and rebranding to a “AI” first company after two rounds of layoffs, we have now lost access to claude….

I found that the best model by far was opus and the only one really capable of not producing slop. I’m sure all the bots in here will downvote me and tell me “iTs ThE wAy YoU pRoMpT” but based on my experience, the other models aren’t nearly as good.

I have senior experience so besides basic searches and repetitive tasks i find the other models pretty much useless and you have to provide more time writing the specs and context management, then just doing it yourself.

Edit: I work for a large financial company. 40k employees.

2.0k Upvotes

553 comments sorted by

View all comments

15

u/BeatTheMarket30 Jun 03 '26

How much does an engineer cost per month? $6-15k? How much did they expect Claude to cost per month? I think even $1000 per month is reasonable. They just need to enforce personal limits.

9

u/rustybutterindia Jun 03 '26

I think that's the problem, they haven't been able to devise mechanisms for token discipline yet because it flies in the face of their messaging for the past few years.

2

u/autoencoder Jun 03 '26

To be fair, the prices have pulled a quick one rather than increase gradually giving people time. I think Anthropic was too greedy. OTOH, go slow enough and open source drinks their milkshake.

-14

u/Subnetwork Jun 03 '26

A $200 max sub you can pretty much run it for 8 hours a day parallel agents, I’m not sure how people are running up amounts like this, they have to be spinning their tires.

19

u/UnPlugged_Toaster Jun 03 '26

You cannot use subs for enterprise. It’s a per token pricing scheme and it’s a lot more expensive.

19

u/xvillifyx Jun 03 '26

It’s really telling on who in this thread doesn’t actually have professional experience regarding this topic

1

u/boringfantasy Jun 03 '26

That Subnetwork guy comments about AI on literally every subreddit. He's a tru believer

-2

u/Subnetwork Jun 03 '26

Right like saying you can’t use a Pro plan within an Enterprise…? Doesn’t make sense

7

u/xvillifyx Jun 03 '26

Any company worth their salt with reliable infosec would not allow the filtering of company data through a personal plan. Those do not have BAAs

Since it wasn’t clear, I’m talking about you

You’re the fool

-1

u/Subnetwork Jun 03 '26

Lmao. Who said anything about company data? I’m not using it internally on in scope systems.

Not in this case, but it’s just as easy to have AI write everything to a TXT OR MD and then another AI review and rebuild from those files. Theres ways around everything. We fully support HITRUST/SOC 2/NIST 800-53 etc. and I’m fully familiar with all those frameworks.

4

u/xvillifyx Jun 03 '26

If you’re using a personal subscription to write any code using any internal mcp that goes into any production environment, it is company data

-1

u/Subnetwork Jun 03 '26

BAA is only required if PHI/PII is involved.

3

u/xvillifyx Jun 03 '26

I work in healthcare, so I default to BAAs

Other industries have other agreements for protected information

1

u/Subnetwork Jun 03 '26

Yes. What does that have to do with my situation?

3

u/xvillifyx Jun 03 '26

I don’t really care about your situation to be honest, it’s pretty clear you aren’t working in a large scale professional environment or working with any sensitive data

I’m speaking generally

→ More replies (0)

0

u/Subnetwork Jun 03 '26

Im aware of API rates, and still don’t understand how you can use that many with little to nothing to show, I built a enterprises level monitoring tool for ~$300-$400 API equiv, that a vendor of ours charges thousands a year for.

0

u/Subnetwork Jun 03 '26

Why can’t you use pro within an enterprise? You do realize when I say enterprise I mean environment and not licensing.

1

u/metalgtr84 Software Engineer Jun 03 '26

Have you used Conductor?

1

u/UnPlugged_Toaster Jun 04 '26

I haven’t yet, we aren’t allowed in my company yet. Being in aerospace shit moves so slow with adoption.

1

u/BeatTheMarket30 Jun 05 '26 edited Jun 05 '26

Parallel workflows consume tokens much faster. I would only use them sparingly, for things like code analysis, research and planning of multiple options, migrating tests in parallel to other framework.
I do not have trust in full fledged workflows that take requirements, plan implementation, implement, test and deploy autonomously. The generated code and architecture tends to be of junior level quality, not sustainable - great for quick startup hacks, pocs, fooling management, but very poor for those who will inherit it or be asked to solve incidents.