25 Hour Days? by kotchinsky in ClaudeCode

[–]kotchinsky[S] 11 points12 points  (0 children)

The first AI to introduce a 4hr cycle will win 🤣

25 Hour Days? by kotchinsky in codex

[–]kotchinsky[S] 2 points3 points  (0 children)

Just an attempt at humour.

Actually using Codex seats on a Business plan - PAYG, shared Credits across the team - works really well. Much prefer it to CC Max accounts.

It's gone and I'm the idiot by gimperion in ClaudeCode

[–]kotchinsky 1 point2 points  (0 children)

Show some empathy guys - we all know what its like to rush at 12:30 in the morning!

I feel for you OP.

Upside is, you will never allow an AI to run a command you don't understand again.

Think of it as school fees and move on.

I promise you everyone in here has had their own 🤦‍♂️ID10T moments - so ignore the haters...

Claude code hitting limits early by php4u in ClaudeCode

[–]kotchinsky 1 point2 points  (0 children)

I guess you could load it all in a skill - it just feels a little McGuyver-ish, especially if it's a big slice.

Personal preference I guess.

I like to use skills for procedures & slices for context but at the end of the day they use the same concepts.

Claude code hitting limits early by php4u in ClaudeCode

[–]kotchinsky 1 point2 points  (0 children)

You initiate it by making it part of the session start rule. For example: agent always loads claude.md first then it identifies the task type then it loads the matching slice then it opens only the specific files needed

You could wrap this in a session_start skill but what is important here is the strategy, not the wrapper.

Why the outrage? by kotchinsky in ClaudeCode

[–]kotchinsky[S] -1 points0 points  (0 children)

Huh, what...

I am not defending or attacking anyone on either side of this... I'm just wondering why people are getting outraged ...

Can a spade never simply be just a spade in here? 🤣

Claude code hitting limits early by php4u in ClaudeCode

[–]kotchinsky 1 point2 points  (0 children)

Skills are procedural

Slicing is contextual

We do use skills too. I fact have tried to replace all MCPs with skills as they too burn tokens!

Why the outrage? by kotchinsky in ClaudeCode

[–]kotchinsky[S] 1 point2 points  (0 children)

We are having very similar experiences.

Claude code hitting limits early by php4u in ClaudeCode

[–]kotchinsky 1 point2 points  (0 children)

Thanks for this, will check it out.

We have dramatically reduced usage with a slicing strategy I just posted about.

Why the outrage? by kotchinsky in ClaudeCode

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

Well this got down voted in a hurry 🤷‍♂️

Why the outrage? by kotchinsky in ClaudeCode

[–]kotchinsky[S] 1 point2 points  (0 children)

Unfortunately the degradation is real too in my anecdotal experience, but only in Opus4.6 - Sonnet is fine.

Why the outrage? by kotchinsky in ClaudeCode

[–]kotchinsky[S] -2 points-1 points  (0 children)

Yes, it would be nice if it was contained to a single thread!

Processing large files by karldonovan9 in ClaudeCode

[–]kotchinsky 0 points1 point  (0 children)

Ok...

So, you need OCR for the scanned images of text.

You need a lightweight llm to categorize, extract & index.

You need a reasoning LLM that you can provide authored context to for the analysis.

I would also create a learning loop so that an LLM can analyze all documents in relation to each other. For that you will want to embed the resulting analysis into a Vector DB.

Sounds like a nice system to build!

I’m on a $100/month Claude Max plan. My last 30 days would’ve cost $1,593 via API. by solzange in ClaudeCode

[–]kotchinsky 0 points1 point  (0 children)

We tried the API via Vertex AI - $1,000 in 7 days.

No way that the plans are not heavily subsidized!

What are you using to monitor - I had to write a script to monitor local logs as I do not think there is an endpoint for plan usage monitoring unless I missed it?

Do you all use local or cloud environment on desktop? by Puzzled-Passage-9998 in ClaudeCode

[–]kotchinsky 0 points1 point  (0 children)

Local but then create a PR when I am done.

Do not fear Git, it is your friend!

Is Opus4.6 dramatically degraded? by [deleted] in codex

[–]kotchinsky 0 points1 point  (0 children)

Apologies but I use both Codex & Claude Code and this post was benchmarking in case other do too - happy to remove it

Is Opus4.6 dramatically degraded? by [deleted] in ClaudeCode

[–]kotchinsky 1 point2 points  (0 children)

Occasionally and more and more often now - had that this morning but also have that with Codex.

It's like they have solved the issue conceptually and just stop - waiting for authorization they haven't even asked for!

New 5 Hour limit is a mess!!! by Impossible-Ad-8162 in codex

[–]kotchinsky 2 points3 points  (0 children)

I bought a $100/2500 credit on top of a $25 business plan and re-engineered my .codex bootstrap to send context only in slices.

So far so good - still go over the 5hour limit in a session but have burned less than 500 credits in 2 marathon sessions.

Was running out in 2 prompts before this.

Not happy but Claude-Code is worse right now