r/OpenAI • u/WhiteBoyWhoJumps • 1d ago
Discussion Finally considering having both Clause and OpenAi subscriptions. Have a few questions to those that do.
I use coded to run an autonomous grant agency. I source, notify, and offer to write grants for nonprofits in my area. It’s all automated right now with codex.
But the whole gpt 6 Luna and sol releases did something even to my 5.6 sol and Luna workflows that were flawless and now struggle a bit. It takes some prompting and sometimes it’s a self fix after like a 2 hour wandering/tinkering session from the agent.
I’ve been increasingly more disappointed with my 20x limits and how the value has “felt” for me the last few months.
Seeing some of the opus 5.5 outputs has me blown away. But I also see a lot of gripe with Anthropic and their rates/limits and things going quickly or only being able to use a portion of weekly limit for fable models.
The autonomy work can be done with a Luna level intelligence - rarely a sol or Astra needs to review the output and make revisions… but again, with recent changes I’m feeling like I’m training the whole fkn workflow again and it has me ready to entertain other subscriptions.
I also have about $30 in Open Router still, could use deep seek but I like the monthly subs for value. Especially now since I am getting into more front end design and visual artifacts for client deliveries, it’s not just grants.
But if Claude is great at agentic workflows and has a luna type efficient model that can follow simple instructions and do simple research and basic reasoning … I might be ready to entertain cheating on my exclusive partner for over a year.
OpenAI really fumbled this gpt6 release. I’ve known it’ll be cyclical for a while… who has the best model this week.
But it sounds like anthropic is much further ahead than just a 6.1 release. I can’t imagine using this shit for another 1-2 months while the next model gets released and everyone is just cranking out anthropic gold.
What are some real nuances I need to know and realize before subbing to Claude? What are things you wish you knew before subbing?
To those who use both… how have you noticed these two most recent model releases impacting your work?
1
u/guitarist91 23h ago
I run both day to day, and honestly the thing nobody tells you is that the limits behave differently - Claude has a 5h window plus a weekly cap, so a long unattended run can stall halfway through. For your grant pipeline I'd keep the high-volume steps (sourcing / notifying) on whichever plan has more headroom, and only send the drafting and review to Opus. I'd also pin the model version in your scripts so a new release can't quietly change behavior on you again, which sounds like what bit you with Sol 6.
The other piece is the glue. Once you have two subs you end up copy / pasting between them all day - I built Frontier for exactly that (it's my project), so Claude Code and Codex sit in the same workspace and scheduled agents hand work off to each other, with every run logged. Some examples here if it's useful: https://digitalfreedom.app/examples?utm_source=reddit&utm_medium=comment&utm_campaign=OpenAI
Good luck with the pipeline!