@Akashi203 Hi! I upgraded to Builder Tier but I noticed that the workspace token limit is still 4M toks/min and did not change. The other limits increased but this one did not.
@steipete agree. i went to the point where itโs just one shared module for both web & cli, and it emits events for the route handlers and command handlers to consume. testing is so much easier
If you are using claude code/codex for system administration/debugging on your local mac I encourage you to enable the pam_tid.so pam.d module. That enables touch ID for sudo which works even when an agent sudos.
@steipete GLM mostly does fine, the only thing that bugs me with GLM is that itโs bad with editing / writing json and it can randomly reformat files while editing (changing single to double quotes, removing indentation) thatโs not related to the task (which makes reviews diffs hard)
@thdxr it's my go-to when claude gets overloaded lol. it just needs a lot of help with context like https://t.co/6t5iVULzeN / todo.json stuff due to its small context window (seems to eat up tokens faster too)
@jandotai Is there a specific prompt template that we need to use with the MCPs? It seems to be not doing any search tool calls - it makes up mock tool calls in the response as opposed to actually invoking it. Can't seem to replicate with a few test SimpleQA questions.
@Shpigford Definitely slow. 5s-20s TTFT based on Openrouter.
I switched to gpt-5-chat-latest and itโs so much better (<1s). The only problem there is the lack of function calling support, and youโll need to define your own schema / tool call parser for that
@steipete The only difference I see between Opus and Sonnet is that Opus is diligent in completing long todo lists (e.g. 20+ items) whereas Sonnet gets lazy and stops early. I have a command that breaks specs down to long, detailed todo lists. Otherwise, itโs almost unnoticeable