max / makenotwork
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01KD2dJJETtYs7R5kku6YyLk
1 file changed,
+9 insertions,
-5 deletions
| @@ -105,11 +105,15 @@ | |||
| 105 | 105 | # the count, is warned before the cap, and is refused with a message rather than | |
| 106 | 106 | # throttled silently. An increase is granted per account on application. | |
| 107 | 107 | # | |
| 108 | - | # PROVISIONAL. These numbers are placeholders that clear the stated bias -- | |
| 109 | - | # a 2,000-person list mailed weekly is 8,000 a month and must be uneventful at | |
| 110 | - | # every tier -- and they are not the priced answer. The real ones are being | |
| 111 | - | # decided against what the tiers cost in GoingsOn mnw-server 7cf9e855. That is | |
| 112 | - | # why they live here: replacing them is an edit to this file and a restart. | |
| 108 | + | # RATIFIED 2026-08-30 (Max, GoingsOn mnw-server 7cf9e855). Flat across tiers: | |
| 109 | + | # tier decides only how readily an increase is granted, which keeps the whole | |
| 110 | + | # mechanism on the application path and the pricing page to one line. Held at | |
| 111 | + | # 25,000 rather than raised: the cap bounds blast radius from a compromised | |
| 112 | + | # account, not a creator's honest month, and the 1-broadcast-per-day limit | |
| 113 | + | # already bounds the daily damage. A 2,000-person list mailed weekly is 8,000 a | |
| 114 | + | # month and is uneventful. Postmark's marginal rate is roughly $0.70-0.82 per | |
| 115 | + | # 1,000, so a creator sitting at the cap costs about $20 against Basic's $16 -- | |
| 116 | + | # reachable only by someone already in a conversation with us. | |
| 113 | 117 | [mail_cap] | |
| 114 | 118 | basic = 25000 | |
| 115 | 119 | small_files = 25000 |