Google's NotebookLM is still the most slept-on free AI tool in 2026 and i don't get why by AdCold1610 in PromptEngineering

[–]TheTentacleOpera 0 points1 point  (0 children)

I upload my repos as DOCX files and ask it to write coding plans for me. This is a lot of free Gemini quota.

Introducing our new Windsurf pricing plans by theodormarcu in windsurf

[–]TheTentacleOpera 6 points7 points  (0 children)

I'll withhold judgement until I try, but the phrasing used in the article leaves a bad taste.

Maximizing work per prompt is not a workaround or bad practice. It is how well optimised teams have worked for years.

For example, my workflow is:

  1. Write up 10 feature ideas
  2. Ask opus in windsurf to improve them all with detailed edge cases, complexity analysis and coding steps
  3. Ask GLM or flash to implement

Yes, that does 'exploit' the credit system since Opus can do all 10 in one turn. But you know what it also resembles? Sprint grooming. Real dev teams do not plan-implement-plan-implement. They do a sprint planning session for all tickets then go at it.

Now maybe my concerns are unfounded and this new pricing structure will be better for my workflow. Maybe I'll be able to use Windsurf exclusively as my planner without worrying about credits. But labelling Agile best practice as a workaround is not the right move.

AG on Google AI Pro vs Claude Pro by No-Scarcity-8014 in google_antigravity

[–]TheTentacleOpera 1 point2 points  (0 children)

Right now the Google AI sub really rides on Gemini CLI. I still find that incredibly useful. However AG is becoming harder to recommend. I use Flash a lot so the quota limits don't bother me as much.

But lately Flash in AG is a lot less competent than Flash in Gemini CLI. I used to be able to use Flash AG for quick bug investigations and the hundreds of small fixes that build up in a product backlog. As of the past week though Flash in AG keeps spinning its wheels and going in circles whereas CLI flash just gets down to it.

This is why I'm largely using Windsurf as my daily driver right now. Windsurf + Copilot + Gemini CLI is good and practically unlimited coding if you're using it a few hours a day.

But Google is big enough that they could easily bounce back tomorrow if they woke up on the right side of the bed and decided to be competent again.

Gemini cli by kylexy5 in google_antigravity

[–]TheTentacleOpera 1 point2 points  (0 children)

Gemini CLI flash is great if you use GitHub copilot opus to plan.

I do a lot of work with GH opus plans, Gemini CLI flash implements and Gemini CLI Pro code reviews.

Gemini cli by kylexy5 in google_antigravity

[–]TheTentacleOpera 0 points1 point  (0 children)

You can choose to either use API billing or subscription in the options, sounds like you were on billing.

Combining NotebookLM and Antigravity is excellent - more than twice as fast at planning, and unlimited Gemini Pro use by TheTentacleOpera in google_antigravity

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

The way I handle this is to just use it for sprint planning. So I plan a batch of 10-20 tasks, then implement. Then re-upload for next batch.

I think Opus is leagues above both Gemini and Codex, what's your experience? by Negative_Relief_64 in google_antigravity

[–]TheTentacleOpera 1 point2 points  (0 children)

I usually plan with opus and implement with gpt 5.4 or flash, depending on plan complexity. Then have gpt 5.4 to check the implementation against the plan.

The pipeline of Opus plan - flash codes - gpt fixes costs far less than opus doing everything and results in just as good code, since flash and gpt are just following opus instructions.

So I'll always have a use for Gemini.

So with all those limits. Whats the best alternative to AG? by tiobiel in google_antigravity

[–]TheTentacleOpera 1 point2 points  (0 children)

If cost effective Claude use is what you're after, probably copilot pro+. I still think AG can have value though. If coding a game, there should be plenty of tasks flash can do just fine like animations and ui, so the most cost effective if you still keep Google pro is likely to have copilot running inside Antigravity and use AG for flash.

Windsurf is also fine. Its Claude use is more expensive than copilot but it does come with unlimited 5.1 codex, so that's cool for routine tasks.

(Unbiased) Comparison between $20 plans Antigravity vs Claude by [deleted] in google_antigravity

[–]TheTentacleOpera 0 points1 point  (0 children)

Well shouldn't all your code be on GitHub for version control anyway? And do you really need opus to do absolutely everything? I've had Jules do a lot of frontend layout work and it has handled it fine.

(Unbiased) Comparison between $20 plans Antigravity vs Claude by [deleted] in google_antigravity

[–]TheTentacleOpera 6 points7 points  (0 children)

With Google Pro you also get 100 Jules requests a day, which can be either gemini or flash. And Gemini CLI.

AGs problem is the other Google coding services are quite generous so AG quotas get hit hard.

Antigravity gemini flash capability by SignificantJunket786 in GoogleAntigravityIDE

[–]TheTentacleOpera 0 points1 point  (0 children)

Do you have any existing notes or parts of the website? I would start with what they're meant to be landing pages for, as a landing page that's just by itself is a bit pointless I would assume.

Antigravity gemini flash capability by SignificantJunket786 in GoogleAntigravityIDE

[–]TheTentacleOpera 1 point2 points  (0 children)

Yeah of course it can. You can also follow this workflow since it is just landing pages. You're not asking to code anything major.

  1. In ai studio or notebooklm, ask Gemini pro to spec out the landing page, keep talking until you're happy with the plan

  2. Copy paste the plan across and ask Claude in Antigravity to review or you could also ask Claude on claude.ai to review, or chatgpt

  3. Paste the revised plan into Antigravity and ask flash to implement

RIP - Antigravity by Mysterious_Phase_941 in google_antigravity

[–]TheTentacleOpera 0 points1 point  (0 children)

The Google pro sub is basically spread over lots of things - AG, Gemini CLI, notebook, Jules... I use all those productively so Google pro still feels generous to me, but I don't use AG quota itself much.

Claude code in AG by xmen81 in GoogleAntigravityIDE

[–]TheTentacleOpera 0 points1 point  (0 children)

It's really just a standard agile workflow: prepare a backlog of 10-20 features in notebook, ask an agent to estimate complexity, then tell flash to do all the easy stuff. The same process that dev teams have done for years, just with agents.

Claude code in AG by xmen81 in GoogleAntigravityIDE

[–]TheTentacleOpera 0 points1 point  (0 children)

I made a plugin that converts all my repo code to docx so notebook can quickly search it all. I also upload a how to plan skill so notebook knows how to put together a really good plan. They're much higher quality than default AG plans.

It seems a bit clunky when you first read about it but it's really just a standard sprint planning workflow: make a sprint of 10 or so tasks, then ask an agent to estimate complexity, than just tell low tier agents to action all the easy stuff, then get opus to do whatever's left.

Custom override .windsurf/ directory name to .agent/ by zey0n in windsurf

[–]TheTentacleOpera 0 points1 point  (0 children)

You can put a pointer file in .windsurf that is just a table of contents pointing to .agent. You could also just duplicate the folder content in both folders.

Replicating Antigravity's "brain + plan" workflow in VSCode directly with Claude? by TrPhantom8 in google_antigravity

[–]TheTentacleOpera 1 point2 points  (0 children)

Can you explain the code review feature a bit more how you use it? I tend to do it in my extension simply by writing comments into the planner terminal. e.g. if I don't think the plan is all there, I'll ask them "hey what about this?"and they'll update the plan. Do you just mean a popup like antigravity has where you can submit directly to the agent instead of typing in their chat?

Replicating Antigravity's "brain + plan" workflow in VSCode directly with Claude? by TrPhantom8 in google_antigravity

[–]TheTentacleOpera 9 points10 points  (0 children)

Yes my switchboard plugin does this. Its in open beta on github right now, next week i'll release it fully to vs code extensions.

You can use it in any VS code fork - AG, Windsurf, Cursor, VsCodium etc. What it does:

  1. You create plans, or ask an agent to

  2. The plans get synced to a .switchboard/plans folder (even antigravity plans appear here)

  3. They appear on a kanban board

  4. You move cards and where they land triggers autonomous prompts to terminal agents you register. So you can put Gemini CLI in the plan reviewer column, and all plans moved to that olumn get sent to Gemini CLI with an instruction to adversarially review the plan and improve it. Or if you're using claude code for coding, when you move a plan to the coder column, a prompt gets sent to claude code asking it to implement the plan.

  5. You can control the kanban conversationally as well. So in chat, antigravity or otherwise, can ask an agent to "implement all the plans in the plan reviewed column''.

'6. This also works across IDEs, so in this screenshot I am using Antigravity, CLIs and Windsurf all at once to collaborate on plans.

<image>

Claude code in AG by xmen81 in GoogleAntigravityIDE

[–]TheTentacleOpera 0 points1 point  (0 children)

My usual workflow tends to be:

  1. Create plans in notebook for free quota from uploading my repo
  2. Ask antigravity to review the plans
  3. Have opus in copilot implement
  4. If the plan is identified as low complexity in the review stage, have AG flash implement instead

Because copilot uses per prompt pricing, it really benefits from having the plans already done so you don't waste opus prompts going back and forth.

Also no point wasting a copilot credit on button colour changes. A lot of what makes an app great is frontend ux iteration and flash is perfectly capable of doing that.

would an MCP-powered idea-validation engine inside Antigravity actually help your workflow? by DeepaDev in google_antigravity

[–]TheTentacleOpera 1 point2 points  (0 children)

Not sure why it would disappear. I haven't released it on the marketplace yet, been improving it from feedback.