Upgrading to Max from Pro? Hitting limits quickly! #574
-
|
Hi there, first thanks to Daniel and all the community for this incredible resource. Not a coder myself but discovered PAI just few weeks ago and got a Claude pro account to test it. I’m starting to grasp its potential while I’m tearing small projects (small tools, home automation improvements and the like) with this moderately use, I’m hitting 5 hours and weekly limits quite fast, normally in less than 2 hours and 3 or 4 days. I’m considering upgrading to Max but its a significant cost for someone based in the south of Europe so I would like to ask first the community if anyone has upgraded from Pro to Max ($100) for using just PAI and if that would allow for a more confortable use. Also, I would be most grateful if anyone could shared any tips and/or strategies about how to maximize pro plans or integrating with other llms for cost savings. Would getting a second pro subscription make any sense? many thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
|
There are rumors that a new Sonnet 5 might be released today or sometime soon. It’s expected to be about as good as 4.5 but significantly cheaper. I don’t know whether the rumors are valid, but it could help with your challenges. There is also an option to use https://github.com/Steffen025/pai-opencode fork. I think it is doable to use both original PAI and forked opencode version symlinking user data from a single source (like #436). I haven't tried it yet, but it is on my todo list. There are some features missing like this fancy status line, but overall it should work pretty much the same. Then you can use your PAI with e.g. GPT Plus subscription where limits are far harder to reach than for Calude Pro. |
Beta Was this translation helpful? Give feedback.
There are rumors that a new Sonnet 5 might be released today or sometime soon. It’s expected to be about as good as 4.5 but significantly cheaper. I don’t know whether the rumors are valid, but it could help with your challenges.
There is also an option to use https://github.com/Steffen025/pai-opencode fork. I think it is doable to use both original PAI and forked opencode version symlinking user data from a single source (like #436). I haven't tried it yet, but it is on my todo list. There are some features missing like this fancy status line, but overall it should work pretty much the same. Then you can use your PAI with e.g. GPT Plus subscription where limits are far harder to reach th…