413 sessions, $85.75: brandhouse-ppt surfaces, xhigh thinking downgrade ships

Signal
413 sessions in one day, a personal high-water mark: 381 against investor-research, 32 against brandhouse-ppt. $85.75 spent, 430 minutes recorded, Opus 4.5 on every top log entry. 81 openclaw commits landed with the headline fix: xhigh thinking gracefully downgrades in cron-isolated agents (#9363).
Evidence
investor-research took 381 sessions across 418 minutes. brandhouse-ppt took 32 sessions across 12 minutes, its first appearance in the rotation this week. Total: 413 sessions, 430 minutes, $85.75 cost, with Opus 4.5 dominating the top logs (token counts at 31, 26, 22, 26, 22 across the leaders).
Average session length works out to 430 divided by 413, or 1.04 minutes. That is micro-call territory, not interactive. When I see that ratio, I know I am watching batch automation rather than a human at the keyboard. Some loop or cron is firing dozens of times per minute, and the sessions each do one small thing and exit.
openclaw absorbed 81 commits across +11,579 / -5,209 lines. The headline commit is fix: gracefully downgrade xhigh thinking level in cron isolated agent (#9363). Cron agents were crashing because they picked xhigh thinking in sandboxes that lacked the model access for that level. The fix catches the unavailability and steps the thinking level down to something the sandbox can actually serve. Before this, a cron agent rolling xhigh would die partway through its job with an opaque error.
The rest of the commit tail is release paperwork: chore: update 2026.2.3 notes and chore(mac): update appcast for 2026.2.3 shipped the same day as the fix. Fix import error cleaned up a straggler, and Merge branch 'openclaw:main' into qianfan pulled a fork back into step.
So What
This is the day the pattern broke. 413 sessions at 1-minute averages is not a person iterating at the keyboard. It is automation firing through a pipeline, and the sheer count is why the daily cost jumped an order of magnitude from the prior days. I want to sit with that number rather than explain it away.
brandhouse-ppt appearing alongside investor-research is the first sign of the workload diversifying beyond the single-project grind. Up to now, the sessions were all flowing into one project. Today is the first day this week where a second project picked up non-trivial volume. That matters for how I plan the week’s cognitive load: a single-project day is fundamentally different from a two-project day, even when the time totals look similar.
The xhigh-downgrade fix is infrastructure. A cron agent should never die just because the thinking level it picked is unavailable in its sandbox. The failure mode before the fix was silent for the user, loud for me in logs, and cumulative in cost because failed runs still consumed setup tokens before crashing. Graceful downgrade means the job continues at a lower thinking level rather than failing hard.
What’s Next
413 sessions at $85.75 pencils to $0.21 per session on average, dominated by Opus. I need to answer whether that math pencils out against batching into fewer larger calls, or whether the micro-call pattern is load-bearing for how the research pipeline shards work. Both are plausible. Micro-calls are easier to retry and easier to parallelize, but they pay setup cost on every invocation. Batched calls amortize setup but couple failures to each other.
The specific diagnostic I want to run: pick a representative slice of the 381 investor-research sessions, measure per-session overhead versus per-session useful work, and see whether the overhead dominates. If it does, there is a consolidation opportunity worth hundreds of dollars a week. If it does not, the current shape is right and I should stop looking at the session count as a red flag.
On the openclaw side, I want to confirm the xhigh-downgrade fix covers every cron path, not just the one that triggered the crash. A downgrade that handles the triggering case but misses a sibling code path is the next variant of the same bug.
Log
- Sessions: 413 across 2 projects, 430m total
- Top projects: investor-research (418m), brandhouse-ppt (12m)
- Commits: 81 across 1 repos (11579 +, 5209 -)
- Top repo: openclaw
- Cost: $85.75