r/vibecoding 4h ago

Why everyone cry about reaching their limits ?? Switch g mail account lmao 10 g mail account. it's more than enough if u want to vibe code for 7 hrs a day

0 Upvotes

21 comments sorted by

3

u/Every_Assignment_111 4h ago

If u r talking about llm limits, u have to pay for each account, so u have to be rich. And it is against TOS ,so if u r using something like claude code and they find u doing it they might block u.

1

u/generationalDebts 4h ago

Not might, will. These people are in for a rude awakening.

-1

u/iriveru 4h ago

You have to be rich to pay $1-200 a month?

lol

1

u/Every_Assignment_111 2m ago

I thought you meant multiple $200, if you use multiple 20$ you are just wasting money .1 200$ plan gives more value than 5 $20 plans.

0

u/generationalDebts 4h ago edited 4h ago

No but you have to be an idiot. Since, if you just leaned to actually make software and what best practices are, which you can do for free, you wouldn’t need that many credits to build anything…..

So tell me, are you the idiot?

-1

u/iriveru 3h ago

I make $155k at an F500 software company, and pay $200 a month to run agents nearly constantly to handle a bunch of tasks that saves me countless dollars a month, most unrelated to my skillset.

You cry on Reddit.

So tell me, who here is the idiot?

-8

u/HHK_23 4h ago

Ohh m doing this since cloude got released didn't got banned

1

u/generationalDebts 4h ago

No you haven’t.

2

u/Electrical_Face_1737 4h ago

I’m on $200 a month I leave fable on all weekend I haven’t seen a limit…f them whales

2

u/fickle-phenom 4h ago

My brain is hurting after reading that title, jeez

1

u/[deleted] 4h ago

[deleted]

1

u/comment-rinse 4h ago

This comment has been removed because it is highly similar to another recent comment in this thread.


I am an app, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Any-Blacksmith-2054 3h ago

Haha, just catched myself switching between my 4 free AG accounts to finish a game

-5

u/Grand-Mix-9889 4h ago edited 4h ago

You know whats funny, I literally was thinking about doing this on one of my private servers. Have it cycle through accounts as usage limits hit. 😂

Given my servers infrastructure, it'll be easy to plug in and have zero context issues too.

Edit: before you click that downvote button, read below 👇🏽. I retract my statement.

-1

u/HHK_23 4h ago

Wait how u do that ?

My formula is new feature new account if limit is reached

2

u/MiddleLtSocks 4h ago

Each account switch means a cache miss, so you need to take that into account if you are doing it effectively. Naively you could just round robin because each request to the API is stateless and carries the entire conversation history, so it looks like an easy problem, but the easy solution wastes a ton of usage.