6 ms·
>A lot of enterprises were doing that but now they hit the 150 user limit on Claude and are paying seat+api rates. A lot of enterprises use Github Copilot whic
by anthonybsd 5mo ago
>A lot of enterprises were doing that but now they hit the 150 user limit on Claude and are paying seat+api rates.
A lot of enterprises use Github Copilot which has per-request pricing model which effectively means unlimited tokens which eliminates this issue.
- arbol 5mo agoThis isn't true anymore.. GitHub are rate limiting people on pro and pro+ pretty hard
- anthonybsd 5mo agoI'm talking about per-request model remember? With extensive prompt you realistically can have one request every 10 minutes because the agent will be busy for at least 10 minutes executing it. They aren't rate limiting that.
- dminik 5mo agoEach tool call requires a new request no? The harness receives a response, has to parse out the tool call, execute it and then start a new request with the tool call result.
- anthonybsd 5mo ago>Each tool call requires a new request no? Nope, not unless you are doing steering. Each new prompt = new request, but tool calls don't count.
- shmolyneaux 5mo agoGithub Copilot changed to token pricing earlier this week
- anthonybsd 5mo agoOh oh :(