Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/comparisons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ side-by-side pricing for all tools in one table: [pricing.md](pricing.md)

note: upstream tool versions and pricing verified as of april 2026

**note: tool versions and pricing verified as of may 13 2026 (claude code v2.1.140). these tools and their pricing change frequently. verify current status before recommending to users.**
**note: tool versions and pricing verified as of may 13 2026 (claude code v2.1.140). upstream docs change frequently. verify current status in linked sources before recommending to users.**
8 changes: 1 addition & 7 deletions docs/cost.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,7 @@ this env var is sent as `X-Amzn-Bedrock-Service-Tier` header on all requests. on

## model pricing (may 2026)

> **always reference [anthropic pricing](https://docs.anthropic.com/en/docs/about-claude/models) for current rates.** pricing snapshot below is from may 2026 but anthropic updates rates regularly. this repo's pricing tables go stale fast.

| model | input (per M tokens) | output (per M tokens) |
|-------|---------------------|----------------------|
| claude haiku 4.5 | check official | check official |
| claude sonnet 4.6 | check official | check official |
| claude opus 4.6 | check official | check official |
> **always reference [anthropic pricing](https://docs.anthropic.com/en/docs/about-claude/models) for current rates.** pricing changes frequently and this repo cannot maintain a reliable snapshot. last checked may 2026.

## model pricing

Expand Down
5 changes: 5 additions & 0 deletions docs/tips/fast-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ the tradeoff isn't worth it for normal development. you get slightly faster outp

the "toggle pattern" sounds nice in theory (start normal, switch to fast for execution, switch back for review). in practice, the execution phase is exactly where you need deep reasoning. mechanical refactors across 20 files are where subtle bugs hide. fast mode skips the edge case thinking that catches them.




**note on reasoning impact**: fast mode reduces the extended thinking budget that claude allocates to reasoning. on complex architectural tasks, ultrathink, or multi-file refactors, this reduction in thinking depth can produce lower-quality plans. the speed gain is real but the reasoning tradeoff is significant for non-trivial work.

## cost note

fast mode doesn't change your cost on the max plan. you're paying $200/mo flat regardless. the only thing that changes is speed. on per-token billing, fast mode can actually cost MORE bc the mistakes and corrections generate extra tokens that dwarf any savings from reduced thinking.
Expand Down
2 changes: 2 additions & 0 deletions docs/tips/monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ shipped april 9 2026. requires v2.1.98+. announced by alistair (claude code team

shipped april 9 2026. requires v2.1.98+. now stable and mature across current versions (v2.1.98+, tested with v2.1.122).

shipped april 9 2026 (v2.1.98). now stable and production-ready as of v2.1.145. tested and verified across current versions.

## stream filter vs poll filter

monitor has two modes depending on what you're watching.
Expand Down