u/aicodevibes

▲ 0 r/google

Google is playing the long game and it’s hard to argue

Until recently I never paid Google a dime for anything. I had a nest once b4 Google but just replaced it. I was using mostly OpenAI models, I have a custom family domain with Microsoft Exchange and we had the annual M365 sub for like 100$ per year for word excel etc.

I then got hooked on AI Studio, then Gemini CLI with VSC and then AGY. I found myself using Gmail, switching to Workspace from MSFT, stopping my O365 and buying YouTube premium and Google AI Pro.

Then May 19th happened and I started to think maybe I need to step back. I just went from $0 to $960 a year with Google. Now I’m looking at adding another $900 for $1800 year for my family of 3 because Pro isn’t cutting it and need the new Ultra $100 plan. Wait, and I was convinced by a googler to drop using AGY IDE and pair AGY 2 with free cursor as my daily driver along with AI Studio, Stitch, Gcloud, Firebase, etc.

So it occurs to me, Google is thinking about ARPU with consumer, prosumer, and enterprise. They know exactly what their target ARPU is per customer type, their CAC for each, their investment and return. I guarantee it.

And I’ll probably fall for it. $2000 a year for a family of 3. And now I have to explain to the wife that blue bubbles are going away when I switch to android from iOS.

On the flip side as Berkshire Hathaway says, invest in what you like and use. So hopefully that investment of $100k in stock will help offset the annual costs with gains as Alphabet wins the long game.

Well played.

reddit.com
u/aicodevibes — 15 hours ago

2.0 without the IDE could have been better explained

First of all, 2.0(.1) is awesome paired with 3.5. I refactored six projects in parallel with full docs and ran tests all in about five minutes. Only one error. All next, firebase, gcloud fully functioning apps. Insane speed and the harness is awesome. Terminal view is still there but you gotta find it. Actually even more access under the hood. Super happy.

The part they didn’t tell you. Google is getting out of the IDE game. Internal Google users are back to Cursor (free for us small devs since I will use 2.0 for agent efforts) with some using vscode, jetbrains or the old school just moving back to CLI including 2.0 CLI.

Lastly, quota is quota going forward. No separate quotas per model (outside of 3rd party) so effectively if you are a daily driver $100 a month it is. $20 is for weekend warriors at best.

As my spouse says it’s not the content but the delivery. I think Google needs to adopt the Ballyhoo! song California King (IYKYK) to represent this release event.

reddit.com
u/aicodevibes — 1 day ago

Firebase and CRON jobs

I just deployed my first firebase app hosting / backend. I had been using firestore and database a bit, so i thought i would try it. I usually use vercel or google cloud run, but wanted to try it out. I am using the firebase CLI.

I deployed the app, but then needed to setup a cron job. I can't find anything in firebase for scheduling. am i lost? i ended up using cloud scheduler in gcloud to do it.

And......I might be way late on this, but is firebase just a management layer on top of gcloud services?

reddit.com
u/aicodevibes — 9 days ago

AGY and some new obsession with using the browser for firebase

I've build a dozen apps using AGY with firebase and gcloud. I have the MCP server configs and have CLI installed for both Google Cloud and Firebase. I also have neon, next-dev tools and vercel MCPs installed (for clarity). I started a new project today, gave it the project config for firebase and all of a sudden the decision was to use browser to configure everything in firebase manually? I am literally watching it drop down and define the schema in the browser.

Any idea of what may have caused this? Its never happened before. What is even stranger is it was in plan mode and it started to configure.

reddit.com
u/aicodevibes — 10 days ago

I built a quick app where I specifically asked for next.js since i want to use a route handler that is server side only which would use my Gemini key outside of the browser.

The app was a workspace to build remotion videos. Video on the left and chat on the right. then once complete you can download and post.

Immediately, i noticed the app was built use "use client" and the .env was NEXT_PUBLIC. the chat component imports ai.ts from lib and does not call the API safely and assume it could be found in dev tools. I tried to change it and the AIS instruction set forbids it.

So effectively, if its published to GCLOUD, then the proxy services is automatically injected in the build.....but if you push to GIT to lets say publish to Vercel, I suspect i would need to use AGY or another coding agent to refactor the code to server side?

Someone talk me off the edge here.

reddit.com
u/aicodevibes — 17 days ago
▲ 1 r/nextjs+1 crossposts

I've migrated from firebase and gcloud back to vercel (+ supa/neon) after dealing with too much complexity and building almost all new projects with Njs 16.

I have the Vercel / Next MCPs which have really performed and have refocused on less skills and more agents.md guardrails after reading the vercel blog about coding performance with docs.

Anyone have a good link to a best practice guide on agents.md as i continue to refine mine for better coding, sanitation, refactoring best practice, jsdocs, unit testing, etc.? I've had so few coding errors lately, i feel like the corner is turned and want to keep the momentum going.

And yes, still using anti-gravity and gemini 3.x models and happy since i'm not trying to one-shot world hunger.

u/aicodevibes — 24 days ago