nixos/hosts
rope a927cf6ba9 qs-ask: name the session to drop a redundant API call
Profiled the second model call visible in modelUsage: it is
`source=generate_session_title`, inventing a title for a session that
--no-session-persistence immediately discards. It costs no wall time —
both requests dispatch ~1ms apart and run concurrently, which is why
duration_api_ms was roughly double duration_ms — but it spent 507 input
tokens against 153 for the actual question.

--name qs-ask removes it: one request instead of two, 660 input tokens
down to 153 per question. No latency change, 77% less input token spend,
which is what actually matters when the budget is a subscription rate
limit rather than a bill.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-01 17:56:36 +01:00
..
hardware gaming: drop dead garnix cache 2026-07-28 20:38:46 +01:00
FredOS-Gaming.nix gaming: clamp DP-3 gamut to DCI-P3 in compositor 2026-07-29 12:20:02 +01:00
FredOS-Macbook.nix macbook: cap nix download concurrency to stop wl wifi drops 2026-07-29 17:24:25 +01:00
FredOS-Mediaserver.nix qs-ask: name the session to drop a redundant API call 2026-08-01 17:56:36 +01:00