Cool, but late. There are tens of similar accounts active right now, and they are only banned after repeatedly and continously stepping over the line. Most of those accounts don't participate in good faith from day 1, but it takes 60-90 days for them to get banned. I don't know what to do about it, but it's a problem on HN for quite some time.
As an outside observer: mynameisvlad is right, and even provided a better variation of your comment _which you requested_. To me this is an OK criticism, I'd like to see more of this on HN. Then you've thrown everythign in the trash, essentially, and started digging through their comment history. Their comment wasn't even under discussion. I'd like to see less of this on HN.
They are using an LLM. I've seen accounts that are very obviously LLM bots, but have a human in the loop to reply when you accuse them. Then, of course, they go back to posting obvious LLM text.
You're probably having long sessions, i.e. repeated back-and-forth in one conversation. Also check if you pollute context with unneeded info. It can be a problem with large and/or not well structured codebases.
The last time I used pro, it was a brand new Python rest service with about 2000 lines generated, which was solely generated during the session. So how I say to Claude that use less context, when there was 0 at the beginning, just my prompt?
So you had generated 2000 lines in 30 minutes and ran out of tokens? What was your prompt?
I’d use a fast model to create a minimal scaffold like gemini fast.
I’d create strict specs using a separate codex or claude subscription to have a generous remaining coding window and would start implementation + some high level tests feature by feature. Running out in 60 minutes is harder if you validate work. Running out in two hours for me is also hard as I keep breaks. With two subs you should be fine for a solid workday of well designed and reviewed system. If you use coderabbit or a separate review tool and feed back the reviews it is again something which doesn’t burn tokens so fast unless fully autonomous.
reply