Earlier quoted context omitted.
> let me start running jobs unattended 24/7 (using Anthropic sub and my own hardware) How are you running jobs unattended 24/7 without hitting your token limits?
It depends on the time the job itself takes. If you're having the LLM handle a training run for another model, the LLM is probably spending most of its time waiting for iterations rather than consuming tokens. For a task I left a local model running on overnight, only ~100k tokens were used because most of the time was just waiting on tests to finish, then waking up, tweaking a few settings and trying again.
So an overnight loop like yours wakes you only when it needs a decision, instead of you waking on a timer to check.
But in this case it would be triple LLM inception, one training another and a third one monitoring everything is done correctly :p