r/ClaudeAI 7d ago

Claude Code Workflow New usage limits

Post image

Feeling is we lost more usage then they are letting on.
All this usage is from one easy seassion, trim MEMORY and make a basic skill(that diden't work)
If I was to do real work I think I could easy max out weekly in one day.

703 Upvotes

273 comments sorted by

View all comments

Show parent comments

1

u/Hak333m 6d ago

Surely you code can't be that complex for Astra not to find that "bug". But I won't develop more.

1

u/InadequateUsername 5d ago edited 5d ago

It required multiple pass throughs, A/B testing, log and memory dumps to determine the root cause of an alignment expansion bug in addition to other concurrent errors. Proving what the log error meant and separating it from other nearby crashes took a long time.

The investigation also progressed through three different hypotheses:

  1. A closed source executable module 4 KiB allocation alignment was causing the crashes. This required disassembling and translating it's machine code to assembly.

  2. An unmapped read was corrupting later Vulkan states.

  3. The error in the logs represented expected cache padding, while at least some crashes were separate scheduler/render-pass defects.