Activity
Mon
Wed
Fri
Sun
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
What is this?
Less
More
AI Realism Starter Hub

20.3k members • Free

TopOfMind AI Builders

542 members • Free

Vibe Coding Academy

782 members • $99/month

Builder’s Console Log 🛠️

2.7k members • Free

AI Automation Mastery

30.3k members • Free

13 contributions to Builder’s Console Log 🛠️
Corbin consulting
Hey @Corbin Brown I am curious if you do any consulting, I basically have something vibe coded perhaps that could go live. I was curious if you consult even hourly just to bounce some questions off of. no work needed just some knowledge. If so please DM me.
2 likes • Jul 13
Sounds good figured I would ask. Perhaps it might make a good video, basically what kind of of things should a non native programmer think about prior to launching a site live. Just from your perspective.
0 likes • Jul 17
@John Webber Thanks John and @Corbin Brown I am most likely purchasing boost, and great advice John. That is my current workflow I guess I was just concerned about security holes etc. But I like Corbin's approach. Thanks everyone
The stock trading App
@Corbin Brown Just curious I am getting caught up on videos but I don't see moving forward on the stock app. i was interested in following along. Or I assume all the 5 min vids are part of it but not really spoken as such?
1 like • Jul 1
Fair I was wondering about that at first. Definitely following. Thanks for all you do for us.
How To Use OpenClaw For Beginners (secure)
Step-by-step guide to running a 24/7 OpenClaw gateway on a GCP VM with zero public ports. Covers VM creation, Docker setup, auto-start on reboot, SSH tunnel access, and a one-command connect script. Everything stays behind SSH tunnel 🕺
2 likes • Mar 28
Very nice. I just got a evotec 128bg ram to run openclaw locally. With some self hosted models
THEY NERFED GEMINI 3 PRO on the pro plan
bro antigravity just tanked me. they literally pulled a diddy on me. I took a 3 day break. came back on today. After 4 hours I reached my limit. Not a 4 hour limit or 12 hour. I hit 1 week jeez. I was using it almost 2 weeks straight before this and didnt hit the 4 hour limit. You have reached the quota limit for this model. You can resume using this model at 1/20/2026, 12:31:57 AM. Upgrade to AI Ultra for Business to receive the highest rate limits. I feel betrayed. Anyone on the Ultra business plan? Want to know, how are the limits etc.
0 likes • Jan 14
interesting i have not been nerfed like that. I do rotate models a tad. I will have to keep an eye. Do you think location matters? like Country etc?
Antigravity Customizations
Has anyone been adding customizations to Antigravity with Rules and Workflows? I just realized this today, and I think it's incredibly powerful for us vibe coders. I added some GitHub commands, and now you can type /deploy, which will run the entire workflow you've set up.
1 like • Jan 11
This is a good read about it: https://medium.com/write-a-catalyst/the-future-of-coding-i-tested-google-gemini-3-and-its-antigravity-ide-and-heres-what-blew-my-mind-33a70011259c
2 likes • Jan 11
Here is a example of a deploy agent workflows: # /deploy Workflow This workflow creates a new version release and deploys to the live Firebase site. ## Steps // turbo-all 1. Stage all changes: ```powershell git add . ``` 2. Check git status to see what will be committed: ```powershell git status ``` 3. **ASK USER for commit message** or use the CHANGELOG entry for the version 4. Create release (bumps version, updates CHANGELOG, creates git tag): ```powershell npm run release ``` 5. Push to GitHub with tags: ```powershell git push --follow-tags ``` 6. Build the production bundle: ```powershell npm run build ``` 7. Deploy to Firebase Hosting: ```powershell firebase deploy --only hosting ``` ## Notes - This deploys to the LIVE site - use with caution - For save-only (no deploy), use `/save` instead - Always review the `git status` output before confirming
1-10 of 13
Timothy Brandon
3
25 points to level up
@timothy-brandon-7008
Casual Coder, Vibe Coder, App Builder

Active 4d ago
Joined Nov 29, 2025
Powered by