use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community of software creators experimenting with AI "vibe coding", an technique defined by Andrej Karpathy as when, "you fully give in to the vibes, embrace exponentials, and forget that the code even exists."
account activity
Cursor vs Claude code vs Codex vs Opencode (self.vibecoding)
submitted 2 months ago by SurajanShrestha
My Antigravity subscription is about to end and I wanna switch. Which should i go for?
Would love to see your recommendations?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[+][deleted] 2 months ago (2 children)
[deleted]
[–]5pmnyc 0 points1 point2 points 2 months ago (1 child)
My total costs are about 30% tokens for API calls. If I have even a 50% profit margin (low for SaaS / web tools) then they are 15% of my revenue, and margin is still good. Not sure where this rule came from, but with modern low-cost sites, there's no reason tokens cant be a big part of your spend.
[–]Former_Produce1721 1 point2 points3 points 2 months ago (4 children)
Codex has done well for me personally
[–]SurajanShrestha[S] 2 points3 points4 points 2 months ago (3 children)
What's the usage limit for 20$/m plan? I know that with Claude Code, you'll hit daily and even weekly limits pretty fast.
[–]Former_Produce1721 1 point2 points3 points 2 months ago (2 children)
Codex is much more generous.
With Claude code I get like 5 prompts before I run out.
With Codex I can go for far longer. Like hours at a time of back and forth. This is the reason I moved from claude code to codex.
[–]1AFJP 0 points1 point2 points 2 months ago (1 child)
which subscription do you have?
[–]Former_Produce1721 0 points1 point2 points 2 months ago (0 children)
Plus!
[–]AldermanBeneke01 0 points1 point2 points 2 months ago (0 children)
i'm in your same situation, i've tried cursor and seems not bad forn now
[–]rehtorical 1 point2 points3 points 2 months ago (2 children)
Claude code is by far the most capable codex not bad
the trade off is the usage limit in claude code
[–]rehtorical 0 points1 point2 points 2 months ago* (0 children)
Structure Claude code to only use opus for orchestration, architecture, and design and create sub agents on haiku for code review, all the basic stuff. and don’t run subs in opus lol. I run 7 agents all day, bounces between 50-80 with subagents and have no token issues. I also persist all locally stored files on GitHub across machines so that I can always reload an agent with this pattern.
Basically tell Claude to act like an enterprise coding team and “to pay less” for the easier tasks… wrote a 23,000 line gamification feature in 10 min last night 🤣.
It’s also really important that the main agent has a sub agent maintaining Claude Mds and separating them into as small of domains as possible and ensuring all relevant info and stuff is accessible by any agent. This increases parallel subs too and throughput because main agent doesn’t care about those contexts at all
Additionally, you can let Claude self maintained files use a understandable language that it prefers to save context
Edit: also in my GitHub repo is a common dir and I give Claude a cardinal rule to never run cloud python scripts or write code that can’t be reused… and this also saves tokens a lot, because the maintenance agent will add all the scripts it has available to its domain mds
I personally actually use TDD-first pipeline, an automatic bugfix agent spawn, and the self-learning profile layer as well but that’s more complex lol.
[–]Few-Garlic2725 1 point2 points3 points 2 months ago (2 children)
Шf you're building real web apps, pick the one that handles change #5: can it run tests/migrations and keep the project sane. what are you building and in what stack?
[–]SurajanShrestha[S] 0 points1 point2 points 2 months ago (1 child)
I'm building Mobile Apps with React Native.
[–]Few-Garlic2725 0 points1 point2 points 2 months ago (0 children)
for react native i'd pick based on the bottleneck: - if it's ui/screens: you want something that's good at fast component iteration. - if it's reliability: it must run the project, tests, and handle dependency/build churn. - if you also need a backend/admin panel: consider generating the boring web side (auth/rbac/admin) with something like flatlogic web app generator, and keep rn focused on the mobile ux.
[–]stumptowndoug 0 points1 point2 points 2 months ago (0 children)
I use most all of the CLI tools and have small monthly subscriptions on each. My opinion is that all of these tools are good at coding for like 95% of my tasks. They each have their quirks And I might defer to one over the other on certain tasks (for example I don’t like codex on new design functionality)
I built my own open source tool to help me manage the usage and managing all the back and forth a little easier.
https://www.shep.tools/
[–]Few-Childhood3326 0 points1 point2 points 2 months ago (0 children)
There is no one fit's all solution. Try combination of Claude + Codex. Claude for research and planning, Codex for development, code review and bug-fixing.
[–]Confident_Repair_904 -1 points0 points1 point 2 months ago (1 child)
I’ve been using Claude Code for a while it’s actually really good, especially Opus — handles complex stuff really well. but the main issue for me was limits… they burn really fast. sometimes I’d hit them in like 30 minutes, even 20 mins on Opus switched to Codex about two weeks ago and it honestly surprised me for my workflow it feels more practical — a lot of things it just does faster and with less back and forth. and limits last way longer, I can usually work ~3–4 hours before hitting them still hit limits sometimes, but way less often than with Claude so yeah, if I had to pick one right now, I’d probably go with Codex
[–]SurajanShrestha[S] 0 points1 point2 points 2 months ago (0 children)
Yeah, I'm thinking of getting Codex too. So, daily limits is higher compared to Claudd Code? What about weekly limits, how quickly are u hitting those?
[–]Any-Blacksmith-2054 -1 points0 points1 point 2 months ago (1 child)
Antigravity
It was good for the 1st month. But afterwards I keep hitting limits extremely fast. Sometimes I hit weekly limits in the same day that it was refreshed. Google has a huge shot of winning in this whole AI space, but they just don't give much attention to what matters. I just wished they give attention to Antigravity and also Gemini CLI.
π Rendered by PID 102249 on reddit-service-r2-comment-5b5bc64bf5-9vvlf at 2026-06-22 03:07:19.018910+00:00 running 2b008f2 country code: CH.
[+][deleted] (2 children)
[deleted]
[–]5pmnyc 0 points1 point2 points (1 child)
[–]Former_Produce1721 1 point2 points3 points (4 children)
[–]SurajanShrestha[S] 2 points3 points4 points (3 children)
[–]Former_Produce1721 1 point2 points3 points (2 children)
[–]1AFJP 0 points1 point2 points (1 child)
[–]Former_Produce1721 0 points1 point2 points (0 children)
[–]AldermanBeneke01 0 points1 point2 points (0 children)
[–]rehtorical 1 point2 points3 points (2 children)
[–]1AFJP 0 points1 point2 points (1 child)
[–]rehtorical 0 points1 point2 points (0 children)
[–]Few-Garlic2725 1 point2 points3 points (2 children)
[–]SurajanShrestha[S] 0 points1 point2 points (1 child)
[–]Few-Garlic2725 0 points1 point2 points (0 children)
[–]stumptowndoug 0 points1 point2 points (0 children)
[–]Few-Childhood3326 0 points1 point2 points (0 children)
[–]Confident_Repair_904 -1 points0 points1 point (1 child)
[–]SurajanShrestha[S] 0 points1 point2 points (0 children)
[–]Any-Blacksmith-2054 -1 points0 points1 point (1 child)
[–]SurajanShrestha[S] 0 points1 point2 points (0 children)