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

Memberships

Builder’s Console Log 🛠️

1.9k members • Free

ChatGPT Users

12.7k members • Free

35 contributions to Builder’s Console Log 🛠️
Finding something to code...
Most of the time when I see a need to do something like making an app, I find the need for something I am doing. Tonight I was getting ready to update some of my Home Assistant configurations when I started thinking why don't I have AI doing this? I looked and found a repository which was rather basic but it had the start of what I wanted. I then cloned the repository and opened it in AntiGravity and had Claude 4.5 start planning things I could do to it. Below is the pdf's of what I will be doing starting in the morning.
0 likes • 9h
Well, I have it working very well. It has .git to save the entire configuration in Home Assistant so if a mistake is made you can go backwards. It will help with devices and do automations for you when you put them in as plain English. There will be more coming as I do more on the RoadMap.
0 likes • 4h
Here is the look at a full conversation from the app.
OpenCode/AntiGravity...
Is anyone else using both OpenCode and AntiGravity together? I have setup skills in AntiGravity and am now using AntiGravity to send tasks to OpenCode and find I am getting better code and it is much faster as I can send multiple tasks to OpenCode at the same time. AI Said it all: Yes, AntiGravity and OpenCode can be integrated so AntiGravity's agents handle high-level planning and orchestration while delegating specific coding tasks to OpenCode agents for execution.​ Integration Overview AntiGravity excels at agent orchestration and multi-step planning, while OpenCode provides precise code editing, repo control, and model flexibility. Users install OpenCode as an extension in AntiGravity (via the Extensions panel), enabling commands like Cmd/Ctrl + Esc to launch sessions where AntiGravity prompts trigger OpenCode runs.​ Setup Steps - Install AntiGravity IDE and OpenCode globally or as an extension.​ - In AntiGravity, search "Open Code" in Extensions and install it.​ - Use shortcuts (Cmd/Ctrl + Esc for new session) or terminal commands like opencode run [task] to invoke OpenCode agents from AntiGravity.​ - Optionally, add the opencode-antigravity-auth plugin for shared authentication and rate limits.​ Workflow Example AntiGravity's agent (e.g., powered by Claude Opus) creates an implementation plan and task list, then delegates via prompts like "@attach plan" or "use OpenCode to improve CSS," where OpenCode executes edits autonomously. This builds full apps (e.g., CRM dashboards) in minutes, with AntiGravity as "conductor" and OpenCode as "lead engineer."​ This setup is free, bypasses rate limits via local OpenCode runs, and supports multiple parallel OpenCode agents
OpenCode/AntiGravity...
0 likes • 9d
This is what the several OpenCode agents did for me fairly quickly: I have completed the implementation of the API Key Encryption plan. Summary of Changes: 1. Infrastructure: * Generated a 32-byte base64 encryption key. * Updated bcardai/backend/.env (local) and .env.example with API_KEY_ENCRYPTION_KEY. 2. Crypto Utility: * Implemented bcardai/backend/src/utils/apiKeyCrypto.ts using AES-256-GCM. * Encryption produces a versioned format: enc:v1:<iv>:<tag>:<ciphertext>. * Decryption is backward-compatible, returning legacy plaintext keys as-is. * Added unit tests in src/utils/__tests__/apiKeyCrypto.test.ts (All passing). 3. Service Layer: * Created bcardai/backend/src/services/apiKeyService.ts to centralize DB interactions. * Handles transparent encryption on write and decryption on read for all user API keys. 4. API Routes: * Updated GET /api/users/api-keys and PUT /api/users/api-keys to use the new service. * Log Sanitization: Implemented masking for sensitive keys in request logs to prevent plaintext leakage. 5. Consumers (AI & Scraping Services): * Updated constructors for OpenAIService, OpenRouterService, GoogleAIService, ImageGenerationService, GoogleImageGenerationService, and ScrapingService to automatically decrypt keys/tokens upon initialization. 6. Workers: * Refactored ContentWorker and EbookWorker to use ApiKeyService.getUserApiKeys(userId), replacing direct and insecure field access. Verification: * Unit Tests: Crypto utility round-trip and legacy compatibility verified. * Type Checking: npm run typecheck passed successfully across the backend. * Security: Masking confirmed in API logs; keys are now stored as enc:v1:... in the database. The system is now securely encrypting user-provided API keys at rest while maintaining seamless compatibility with existing data.
1 like • 7d
@Tom Abendroth Yes, OpenCode works in everything!! It allows many AI providers (over 30), so all you have to do is type /connect then pick the provider you want and enter their api then type /model and pick the model you want.
Firebase...
I got an email today that told me my Firebase in one of my apps would be cancelled if I did not update my rules to it. I had no idea what to do so I entered the text of the email into Antigravity and the AI took care of it. It is so nice not having to worry about things!
Firebase...
Failed to call the Gemini API: user has exceeded quota
I vibe coded for 14 hours straight yesterday before hitting the quota limit. It's pretty incredible how much free quota Google gave me as a new user. I got all the way to almost the very end of How To Build Your First App with AI - Lesson 2. So I hauled out my credit card and upgraded my subscription from "Free" to "Tier 1". Imagine my delight when I found Google added a $300 usage credit to my account and did not actually withdraw any funds from the credit card I provided. One thing I did learn is that my $40 a month Gemini 3 subscription does not apply here. Google AI Studio is part of the Google Cloud infrastructure which is billed separately based on usage. I'll monitor the consumption of my $300 credit and report back here...
1 like • Dec '25
@Brad Codd I have had $0.01 charged to me since I started using AntiGravity, Firebase, and several other Google API's (YouTube, and Search), and that was last summer when I still used Vertex. I am on Google AI Pro but haven't really been limited by it at all. I did at first but since they have upped the limits I have not had any problems. In AntiGravity I mainly use Claude Opus 4.5 and Google 3.0 Pro Thinking. There is no extra charge for those on AntiGravity and I find since AG is VSCode I can do everything I want with it and it's MUCH better than AIStudio which charges you.
1 like • Dec '25
@Brad Codd It depends on what I'm doing and if I am really working on a project sometimes I do 8-10 hours a day. One thing I have is I still smoke and do not smoke in my home so I go out on my patio many times a day, usually while the AI is doing something. I'm old and retired so I have plenty of time.😄
Trying a few things and some of these work wonders...
I discovered Conductor Extension for Gemini CLI and tried it out. Gemini 3.0 Pro Thinking told me that it likes the plan. I have also given it rules that I got from AICodeKing on YouTube that has it trained to do things that will keep it on track. Many times the AI hallucinates and does not even remember your tech stack. This will help on that. The features of the Conductor Extension is: Features - Plan before you build: Create specs and plans that guide the agent for new and existing codebases. - Maintain context: Ensure AI follows style guides, tech stack choices, and product goals. - Iterate safely: Review plans before code is written, keeping you firmly in the loop. - Work as a team: Set project-level context for your product, tech stack, and workflow preferences that become a shared foundation for your team. - Build on existing projects: Intelligent initialization for both new (Greenfield) and existing (Brownfield) projects. - Smart revert: A git-aware revert command that understands logical units of work (tracks, phases, tasks) rather than just commit hashes. I have it just reviewing my present codebase to see what is good and what needs help. In the last image you can see all the files it came up with about my codebase.
Trying a few things and some of these work wonders...
1 like • Dec '25
@Brad Codd You can view the code on github at https://github.com/gemini-cli-extensions/conductor
1-10 of 35
Gerald Haygood
4
41points to level up
@gerald-haygood-4595
Retired

Active 2h ago
Joined Nov 21, 2025
Powered by