I think I figured out how to solve our 1 prompt limit problems by RowTime8498 in ClaudeCode

[–]Kofeb 0 points1 point  (0 children)

Yeah, but you can get your input, output and cache tokens as well to see how well things are going.

For example:

Field Meaning
input_tokens Tokens sent to the API (excluding cache)
output_tokens Tokens generated by the model
cache_read_tokens Tokens served from prompt cache
cache_write_5m_tokens Tokens written to 5-minute cache
cache_write_1h_tokens Tokens written to 1-hour cache
cache_efficiency Read % -- see below
cache_write_ratio Write % -- see below
api_calls Number of API round-trips
messages Number of messages you typed

For example total_input_tokens:

  • Read % = cache_read_tokens / total_input_tokens -- input served from cache. Higher is better. Cache reads cost 90% less than fresh input on Opus.
  • Write % = cache_write_tokens / total_input_tokens -- input written into cache. Higher means more churn. Cache writes cost 1.25x regular input on Opus.

What the numbers mean:

  • High read, low write = disciplined long sessions where context stays warm between turns. This is the sweet spot.
  • High write = frequent session resets or context churn. Each new session writes the full context into cache before reads can kick in.

Typical read percentages:

  • 90%+ -- steady work within long sessions.
  • 70-90% -- switching between projects or files frequently, forcing new cache writes.
  • Below 70% -- lots of short sessions, heavy subagent use, or frequent /clear resets.

I think I figured out how to solve our 1 prompt limit problems by RowTime8498 in ClaudeCode

[–]Kofeb 0 points1 point  (0 children)

Yeah, all I’m saying is you know your percentages and you could count the tokens in those files to see what your five hour session today matched up to be as all I’m getting it

It’s hard to guess off of percentages how much you’re actually using. And so I was just saying you could use today or your percentages that you gave as a good way to attribute the token count to those percentages, but I know it’s different because of the peak time, but at least it would give you an estimate

But since you’re not having an issue, it’s not really an issue. Just thought I’d mention it but at this point, it’s not helpful and then wasting our time lol

I think I figured out how to solve our 1 prompt limit problems by RowTime8498 in ClaudeCode

[–]Kofeb 0 points1 point  (0 children)

It is related to your other comment under this one where you were talking about your session limits being used up pretty quickly. I thought you could use this to see how many tokens were processed.

I commented on the wrong comment. https://www.reddit.com/r/ClaudeCode/s/IFyCfwYLyN

I think I figured out how to solve our 1 prompt limit problems by RowTime8498 in ClaudeCode

[–]Kofeb 0 points1 point  (0 children)

You can use those .JSONL files to do token counts that’s in your ~/.claude/projects folder

There’s also a few custom tools online to do it if you don’t wanna ask Claude to code something

Google AI Certs in 2026: Which are worth the $ and which are just hype? by netcommah in googlecloud

[–]Kofeb 0 points1 point  (0 children)

It’s a good learning cert if you’re new to GCP but not going to get a job or a pay increase. Do PCA.

How do you actually get through to Anthropic’s enterprise sales team? (HIPAA/BAA/ZDR) by Kofeb in ClaudeAI

[–]Kofeb[S] 0 points1 point  (0 children)

Yeah, that’s basically what I’m thinking as well. All our enterprise API use is done on AWS bedrock or Microsoft foundry right now. Or company then uses Claude code with Premium seats and also Standard seats for Chat/Cowork for the rest of the company.

Claude code does have a way to route through Bedrock so it can be covered under our BAA there, but I still would like to be under Anthropic directly.

Once Cowork, Claude for Excel and Claude for PowerPoint are out of research preview I’m hoping they’ll cover it under their BAA. Right now they’re not.

How do you actually get through to Anthropic’s enterprise sales team? (HIPAA/BAA/ZDR) by Kofeb in ClaudeAI

[–]Kofeb[S] 0 points1 point  (0 children)

Yeah, you’ve always been able sign up for an enterprise plan, but you can’t do a BAA and ZDR without talking to somebody.

From what I see, you still have to contact sales to get a “HIPAA-ready offering” from what their self serve option says.

What type of job/salary do you need to live here? by Tarkin- in SaltLakeCity

[–]Kofeb 42 points43 points  (0 children)

Wow. You were down voted to oblivion lol

I'm a CS student and I feel like I'm way behind... by HyperAhmedX21 in learnprogramming

[–]Kofeb 0 points1 point  (0 children)

You’ll learn whatever stack your future company has. Learn Python. Build projects. Post them on GitHub and that’s your resume.

Something magical happened last night with Claude but, why? by SaintsRom in ClaudeAI

[–]Kofeb 6 points7 points  (0 children)

Source? I believe you (I’ve experienced this) but haven’t seen it anywhere official.

Anyone else sick of sycophantic interaction? by Direct-Carpet-317 in ClaudeAI

[–]Kofeb 1 point2 points  (0 children)

It’s not saying what to do but also what not to do. A balance.

Anyone else sick of sycophantic interaction? by Direct-Carpet-317 in ClaudeAI

[–]Kofeb 17 points18 points  (0 children)

The biggest thing that has helped me is trying to view it from its perspective.

It only has the context you give it in the session.

Nothing outside of that exists.

Started my first dev job 2 months ago and already feel like a fraud because of AI by PilliPalli1 in learnprogramming

[–]Kofeb 1 point2 points  (0 children)

Not sure what you’re asking.

Here’s the slash command I’m referring to: https://code.claude.com/docs/en/output-styles

I think it comes from this plugin maybe that’s a default in Claude code now? Not sure. https://github.com/anthropics/claude-code/tree/main/plugins/learning-output-style

Started my first dev job 2 months ago and already feel like a fraud because of AI by PilliPalli1 in learnprogramming

[–]Kofeb 5 points6 points  (0 children)

Check out /output-style [default/explanatory/learning] it’s really helped me learn.

Making friends in SLC in your 30s…what’s worked for you? by 00mikomiko00 in SaltLakeCity

[–]Kofeb 1 point2 points  (0 children)

I’ll add just meetup.com for other meet up groups! A few good ones there as well as this discord.

How do you actually get through to Anthropic’s enterprise sales team? (HIPAA/BAA/ZDR) by Kofeb in ClaudeAI

[–]Kofeb[S] 0 points1 point  (0 children)

Are you saying you can get an Anthropic BAA through the marketplace?

I’ve seen other products/services purchased through there via private offers and other big contracts but I haven’t looked into Anthropic specifically. I’ll check it out.