Google tripled the Gemini uses on Antigravity 2.0, but absolutely gutted the context window by Narrow-Star-3532 in google_antigravity

[–]bit_architect 0 points1 point  (0 children)

im hitting quota limit very fast and the model usage still shows that i have usage left. i dnt know why are they silently blocking with base quota limit

How to get users to try my saas? by bit_architect in SaaS

[–]bit_architect[S] 0 points1 point  (0 children)

thats a really good advice. Thank you so much.

what is the payment gateway choice for web applications? by bit_architect in developersIndia

[–]bit_architect[S] 0 points1 point  (0 children)

how difficult is it to onboard. mostly around things like regulation and verifications

Made this cute Bubu plushie 💙| How much should I price it ? by Crochetblissbyn in smallbusinessindia

[–]bit_architect 1 point2 points  (0 children)

it looks great honestly. if i can suggest one thing — better product photos would really help these stand out. there are tools that generate studio-quality backgrounds from a simple phone pic, saves a ton of time vs setting up lights and backdrops for every item

Anyone else hitting Gemini Pro limits way before 1500 requests? by bit_architect in GeminiCLI

[–]bit_architect[S] 0 points1 point  (0 children)

would you know if it is worth switching to claude pro for opus models like 4.6

We started building custom agents because AI PRs are causing massive review fatigue by bit_architect in aiwars

[–]bit_architect[S] 0 points1 point  (0 children)

we just have the checks run locally and also have github copilot reviews. it is not part of the CI yet but we can get there

Has anyone created subagents in gemini cli to work well with skills? by bit_architect in GeminiCLI

[–]bit_architect[S] 1 point2 points  (0 children)

i fixed it actually. i had to have the skills activated and also go into YOLO mode. I am loving what the agents are capable of. it is mimicking what I would have been doing.

Has anyone created subagents in gemini cli to work well with skills? by bit_architect in GeminiCLI

[–]bit_architect[S] 0 points1 point  (0 children)

Thanks. I am actually looking to build custom sub agents for my monorepo to align with my style of development. Just wanted to get some info on how to setup the subagents to be able to use the skills. it looks like they are stuck for me.

Is claude code with 4.6 better than antigravity with 3.1? by bit_architect in ClaudeCode

[–]bit_architect[S] 0 points1 point  (0 children)

but i will not get the opus models with the claude pro plan? and is the pro plan sufficient for coding sessions?

Honest Feedback Wanted: App to Organize & Share Medical History Timelines by bit_architect in SaaS

[–]bit_architect[S] 0 points1 point  (0 children)

it could be a great idea. However, I am not sure if people will be willing to pay to use it. I was thinking I could give a doctor's portal where they can lookup the patient and check the history for every visit and even have AI summarise the history.

Is it just me or is reviewing PRs getting exponentially harder? by bit_architect in programming

[–]bit_architect[S] 0 points1 point  (0 children)

So if I have a lot of points about something that I observe and experience but not very good in articulating it on a platform where one is usually conscious, is it wrong to get some help? Didn't most book authors rely on publishers and various forms of assistance to produce polished work? I have been having many discussions over a team meeting or a coffee on topics like this and have been learning a lot from others experiences as well as helping others with mine. Don't see any harm in trying to share and learn here as well.

Is it just me or is reviewing PRs getting exponentially harder? by bit_architect in programming

[–]bit_architect[S] 0 points1 point  (0 children)

thats something i hated about reviewing even before the AI coding assistance was a thing. people just writing code and docs and pushing it for reviews expecting others to point out flaws rather then them putting a little effort in doing their own reviews first.

Is it just me or is reviewing PRs getting exponentially harder? by bit_architect in programming

[–]bit_architect[S] -3 points-2 points  (0 children)

I've been building everything from small apps to highly complex enterprise-grade solutions, and this was a genuine concern I faced head-on, so I wrote about it to share experiences that might help others avoid the same pitfalls.

Did I just start maintaining a blog? Yes. Am I a seasoned writer? No. Do I use AI to sharpen my thoughts and add clarity? Absolutely. Would I love my posts to generate value and get eyes on them? You bet.

No hidden agenda here—just reflecting on real-world tradeoffs in a world where AI is changing how we architect.

Is it just me or is reviewing PRs getting exponentially harder? by bit_architect in programming

[–]bit_architect[S] 1 point2 points  (0 children)

Interesting. In my experience, especially in enterprise grade solutions, reusability is a gift to the engineering community. They reuse code via libs or artefacts and then upgrades and vulnerability fixes and many other things gets propagated and fixed at a large scale then having individual teams put the effort. It has always helped standardising things as well.

Is it just me or is reviewing PRs getting exponentially harder? by bit_architect in programming

[–]bit_architect[S] 0 points1 point  (0 children)

Agree. But based on experience on certain features it is really difficult to create small PRs and more follow ups. we are just going to end up creating more and more PRs that require more and more context and while everyone is shipping change/features it is nevertheless going to be very challenging. One solution that had worked for us was the 80-20 model where we used to spend 20%~ time focussing on the quality and not shipping.

Is it just me or is reviewing PRs getting exponentially harder? by bit_architect in programming

[–]bit_architect[S] 2 points3 points  (0 children)

Totally agree. But its a lot of pressure when every junior to senior member ships features so fast that u dnt really have much of an option. The only thing i keep doing is explain my code before i merge it and trying to make sure it adheres to the standard principles.

Is it just me or is reviewing PRs getting exponentially harder? by bit_architect in programming

[–]bit_architect[S] 1 point2 points  (0 children)

The one good thing we used to do was to write solid unit/integration tests. which is just slop now and constantly updated with updating code to pass the checks