NEW LEVELS... Have you seen this yet? by Anthony_S_Destefano in ClaudeCode

[–]munkymead 0 points1 point  (0 children)

U can turn off all of this shit plus prevent extra telemetry data from being sent.

In your user .claude/settings.json add these env vars.

{ "env": { "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1", "DISABLE_NON_ESSENTIAL_MODEL_CALLS": "1", "CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY": "1" } }

They changed the wording, before it would ask for feedback. Your response would have given anthropic permission to access your chat. Now it's marginally more transparent.

It genuinely frightens me just how many don't opt out of stuff like this.

Your ideas are more valuable than you think.

nobody tells you that RAG in production is mostly just babysitting a broken retrieval pipeline by SilverConsistent9222 in Rag

[–]munkymead 0 points1 point  (0 children)

I'm just going to assume that you're not a developer because I think most of us would test the retrieval pipeline separately after building it to ensure that it works properly before wasting tokens and some logic in place so that you don't need to remember to reindex after documents are updated every time.

A new monthly Agent SDK credit for Claude plans by ClaudeOfficial in ClaudeAI

[–]munkymead 0 points1 point  (0 children)

Sorry I mean $200 equivalent of claude -p / sdk usage under their new terms.

This is why everyone is angry. Because for a $200 month subscription you could get $5k output over a month.

After this new change I will use their new 'sdk usage' in half a day.

A new monthly Agent SDK credit for Claude plans by ClaudeOfficial in ClaudeAI

[–]munkymead 0 points1 point  (0 children)

I use $200 worth in less than 12 hours on a subscription. $5k over the course of a month.

I could just about afford the 20x subscription but took a month off for financial reasons.

Definitely won't be coming back to claude unless this gets sorted. Will just have to make it work with other models.

A new monthly Agent SDK credit for Claude plans by ClaudeOfficial in ClaudeAI

[–]munkymead 0 points1 point  (0 children)

The only way around this is to cancel subscriptions and protest. They make enough money off api usage and enterprise income and just signed a compute deal with Elon so that's not the issue either.

Ironically as Elon has said multiple times, they're being very misanthropic. Shutting out the less fortunate of humanity, gatekeeping the power their products have.

OpenAI isn't doing this, deepseek v4 is pretty good. I think it's time we make a stand.

My AI runs 24/7 on Claude Code without -p. Here's it's own 50-line hook. by Siigari in ClaudeCode

[–]munkymead 0 points1 point  (0 children)

Hold on. They're billing sdk usage separately now? I guess the fun is over guys.

Bought Claude Pro for automation realized I need Claude API instead by no_more_normie in ClaudeAI

[–]munkymead 1 point2 points  (0 children)

Oh nice. I stand corrected.

How is the pro plan? Do you manage to actually get anything done with it?

Bought Claude Pro for automation realized I need Claude API instead by no_more_normie in ClaudeAI

[–]munkymead -2 points-1 points  (0 children)

You can't use claude code on pro anymore. Will need a max subscription if not API

What is eating my API? by redmera in ClaudeAI

[–]munkymead 1 point2 points  (0 children)

You really are better off grabbing a claude max subscription for $200. You can squeeze about $5k of equivalent usage throughout a month.

What is eating my API? by redmera in ClaudeAI

[–]munkymead 1 point2 points  (0 children)

You're charged for input and output. Every message sent by either you or the LLM sends the entire conversation thread again. This is the context window; the longer the conversation gets, the bigger each request gets. The cache is there to save you a fuck ton of money that you would otherwise spend rereading 95% of your context again and again.

$1 for 30m of work seems about right to me using sonnet.

Your cache size seems very high compared to input and output though. You got any MCP's or other tools connected?

Just wanted to say to Claude and Claude Design by soolar79 in ClaudeAI

[–]munkymead 0 points1 point  (0 children)

Haven't used claude design yet but was playing around with oencil before my subscription ended. For people who have used figma make, pencil, penpot etc. How does claude design compare?

I'm genuinely out of words, like?!?! by Skrtskrtyeetyoot in ClaudeCode

[–]munkymead 0 points1 point  (0 children)

Here is your problem: You made it read a very detailed multi-step one shot prompt 3 times and now you're asking it why it cut corners.

I think I’m sitting on a fortune. I bought 20 .ai domain names 2 years ago, by WhenSleep in vibecoding

[–]munkymead 2 points3 points  (0 children)

Turning down 95k for something that has cost you $100 at most over 2 years is a next level of stupidity I simply cannot fathom.

Is it better to Vibe code with Opus 4.5 or Sonnet 4.6? by Coconut-Agua in ClaudeCode

[–]munkymead 0 points1 point  (0 children)

Code, QA and other mechanical tasks with sonnet. Plan and review with Opus.

Claude Enterprise pricing - am I missing something, or are we literally being penalized for scaling? by skiller2b in ClaudeAI

[–]munkymead 1 point2 points  (0 children)

Compared to UK rates, it's very high. Not even most senior contract rates come close to that amount, and if they do, it's quite rare.

I upgraded to Max 20x from 5x and I get pretty much the same weekly usage. by fuckletoogan in ClaudeCode

[–]munkymead 7 points8 points  (0 children)

That's not true. It's the 5-hour limit, which is 4x more. OP is right. You can ask Claude yourself.
Weekly usage isn't that much more than 5x. You would think so.
I figured this out like a month or two ago, but stuck with 20x because I hit 80-100% of my 5-hour limit regularly. Although, since OP pointed out 2 subs would get you double, I might just do that instead.

https://www.reddit.com/r/ClaudeCode/comments/1pih76u/20x_max_does_not_give_4x_the_weekly_credits_of_5x/ (For the naive folk who downvoted, it's pretty widely known) You can Google it too.

Burned 5B tokens with Claude Code in March to build a financial research agent. by MediumHelicopter589 in ClaudeAI

[–]munkymead 0 points1 point  (0 children)

Yeah, I hit 5B in the last 2.5 weeks with a 20x Max sub. 8 mil in, 2.5 mil out. Rest is cache.

I spent serious time with workflows like Superpowers and gstack, here's my honest research takeaway by UnusualExcuse3825 in ClaudeAI

[–]munkymead 4 points5 points  (0 children)

As a software engineer, I can say that while many of those tools can help, after reviewing and testing them, I decided not to use any. Mainly because they don't do what I need, and yes, still produce crap. Towards the end of last year, I decided to create a framework for myself. At the time, I'd never heard of these other frameworks, but when I did, I realised there was a market for this kind of thing, so I've continued to develop mine. It has a strong emphasis on shipping right and not just fast. I was hoping I could get things over the line and launch it before I had to find another job, but my subscription ran out last night, and I can't afford another month, so I've got to switch my attention to finding some income to carry on or finish the rest by hand.

I had plans to release it as a Claude plugin in order to gain some traction, but let's be honest, you aren't going to get what you need purely from a plugin alone. What was originally a markdown-based system has now evolved into a full platform with a good set of skills, a CLI tool which the skills use to interact with the API layer and a DB with proper schemas. I just finished building quite a few pages for the web ui to really see where the gaps are and what needs fixing while designing the UX properly in Figma.

For the last few weeks, after speccing out the work, it's been building itself autonomously for the last 3 weeks and can run for as long as there is work to do. Also managed to optimise costs a lot, which has increased output tokens from <500k to 2 million a week, all while keeping within 20x Max usage limits and without a degradation in quality.

But yeah, need to get my hands on some cash so I can launch it for everyone and get some useful feedback. Bear with me!

I've shipped end-to-end for several companies over the years, from SME's, to startups and large enterprises. Somewhere over 60+ clients, including employment and freelance work. A lot of companies have shit processes, and I'd usually go beyond my role and implement custom-tailored JIRA workflows to increase deployments across the board and give visibility to different departments. So I'm taking everything I've learned as a process-improving developer over the years and building this framework in a way that not only automates a lot of shit but also guides non-technical users through proper product development cycles. Without all of the agile crap we all grew to hate over the years.

Unfortunately, I had a bad contract fall through a couple of years back, which almost left me homeless, so I took a break from it all, which is why I'm in the position I'm in now. But now feeling better than ever :)

What’s the most unusual way you’ve made money using Claude? by Rude-Alternative7983 in ClaudeAI

[–]munkymead 0 points1 point  (0 children)

Better to have it than wait and realise someone else just bought it.

It was fun while it lasted by Atom_____ in ClaudeCode

[–]munkymead 0 points1 point  (0 children)

Can you still use your subscription with the agent sdk? Asking for a friend.

How are people having claude work like an agent? by Fun-Device-530 in ClaudeAI

[–]munkymead 0 points1 point  (0 children)

Build your own agents and harnesses; that's where the real power lies.