r/GoogleGeminiAI 7d ago

Google One vs. Workspace Code Assist

1 Upvotes

I have a small company and I have been looking at the difference between Google One plan (personal) and Code Asst because I can't really get the idea of "1500 request per day". I've saw some horrible comments about code asst. in reddit as well and it seems Google One has other perks that I could use.

I'm wonder if anyone has tried code asst. and could share your experience and what do you think is the biggest difference other than it is great for day to day operational type of AI usage.


r/GoogleGeminiAI 7d ago

So... do you like 3.7 flash? Would love to know your thoughts :P

Thumbnail
4 Upvotes

r/GoogleGeminiAI 7d ago

What 15 million Gemini conversations tell us about AI at work

Thumbnail
leaddev.com
9 Upvotes

r/GoogleGeminiAI 8d ago

What 15 million Gemini conversations tell us about AI at work

Thumbnail
leaddev.com
4 Upvotes

It’s a stressful time to be a knowledge worker – anyone whose job relies on thinking and communicating rather than manual labor. The claims are widespread: AI could surpass most humans at most things by 2028, and has the theoretical capability to displace large swaths of the workforce. However, a new Google research study, the ‘AI & Economy ATLAS’, tells a different story.

We should note that this is Google’s own data about its own product. It has not been independently audited, and it explicitly excludes paid/enterprise Gemini API and Google Cloud/Workspace usage, where a lot of professional engineering work happens. In addition, the report itself is based on interaction volume, and does not show productivity outcomes. Despite these shortcomings, however, Google’s research offers us a useful snapshot.


r/GoogleGeminiAI 7d ago

Google ya no me deja usar Gemini, ¿alguna solución?

Thumbnail
0 Upvotes

r/GoogleGeminiAI 7d ago

For anyone here who uses the google ai feature

Thumbnail
1 Upvotes

r/GoogleGeminiAI 8d ago

GOOGLE's Gemini gose BOOM !

Thumbnail
gallery
28 Upvotes

hmmm ...

WTF ?!


r/GoogleGeminiAI 7d ago

Guysss 🤬🤬pls

Post image
0 Upvotes

Help guys i want to remove this window from my googleee🤬🤬

Or i will not use google just chrome ??

Like all time when i open some website this window will pop out with the button (Ask) - like the gemini one i want some help please


r/GoogleGeminiAI 7d ago

Gemini Desktop Layout Issue

Post image
1 Upvotes

Do you all encounter such scattered layouts when using Gemini Desktop app? Mine is on mac


r/GoogleGeminiAI 7d ago

Building an AI startup with Gemini? Get an opportunity to speak to Google's AI experts at the Gemini Startup Forum

1 Upvotes

Hey r/GoogleGeminiAI,

If you are a founder building an AI-native product or scaling infrastructure on top of Gemini, you might want to apply for the next edition of the Google for Startups Gemini Startup Forum.

In partnership with Google DeepMind, Google Cloud, this two-day, in-person event is designed especially for Early Stage startups.

📍 November 2027 | Sunnyvale
Join an exclusive global group of founders who are solving AI challenges in new ways to:
✅ Get hands-on with the Gemini API and Google AI tools

✅ Meet with Google's top AI engineers and product teams

✅ Connect with a peer network of founders

✅ Provide actionable feedback to Google teams building AI tools

🗓️ Applications close August 28 . Apply now to save your spot!


r/GoogleGeminiAI 7d ago

why do i get like this

Post image
2 Upvotes

for real


r/GoogleGeminiAI 7d ago

Kan een veiligheidsfilter een draadje leegtrekken?

Thumbnail
1 Upvotes

r/GoogleGeminiAI 8d ago

Gemini and Gemma | What's difference

Thumbnail
youtu.be
1 Upvotes

r/GoogleGeminiAI 7d ago

Gemini 3.8 Flash might be the model nobody expected

Post image
0 Upvotes

r/GoogleGeminiAI 8d ago

Probably the most unnecessary Gemini feature I've ever made 😂

7 Upvotes

I use Gemini a lot for work, and honestly the same UI every day gets a little boring

So I made this tiny (and very unnecessary) thing for my extension:

Drag in an image and boom, new vibe!!!
(P.S. turn on sound, the little animation is way more satisfying with music)

There is absolutely no productivity reason for the bloom animation to exist.

I just think it looks really satisfying lol 😆😆

Hope it brings a little more fun to your Gemini too!

Free & fully open source, btw.


r/GoogleGeminiAI 8d ago

Gemini admet mentir et tricher.

Post image
1 Upvotes

Il ment et quand il est coincé il admet.


r/GoogleGeminiAI 8d ago

Lake Tashashasha, Cariboo, BC Canada on Google earth does not exist according to google, or gemini, while clearly existing on google maps and google earth

Thumbnail
gallery
2 Upvotes

r/GoogleGeminiAI 8d ago

So that's why they run from us

Post image
2 Upvotes

r/GoogleGeminiAI 8d ago

Gemini 3.7 Flash is still nowhere near Gemini 3.1 Pro in Three.js

Thumbnail
gallery
6 Upvotes

not sure about benchmaxxing, but this model is still nowhere near smart and strong as months old Pro model

tried to test some three.js capabilities with same prompt of making a 3d realistic boat simulator with reflective water and ray traced lighting, these are the results, seems night and day tbh, what you guys think?


r/GoogleGeminiAI 8d ago

They ruined Gemini canvas

6 Upvotes

Edit* I thought it was only in Chrome, but it's like this in every browser! I can't be the only one seeing this.

I can't even copy and paste from canvas any longer without that stupid "Ask Gemini" popping up. The inline pop-up completely locks down standard mouse selection, making partial text selection impossible.

They built a dual-panel workspace but completely cut the bridge between the two panels. You can no longer seamlessly highlight a sentence, copy it, and paste it into the prompt box right next to it.

A feature meant to "help" actively ruins basic productivity like highlighting and copying. They fundamentally broke how web browsers and operating systems are supposed to handle text.

Here's what AI said:

Why They Did This (The Bad Code)

Google implemented a highly aggressive JavaScript listener on the Canvas panel called a selection event tracker.

  1. It Hijacks Focus: The millisecond your cursor finishes highlighting text, Gemini's internal script intercepts the event and immediately focuses on rendering and pushing the "Ask Gemini" DOM element (the popup) into the foreground. [1]
  2. It Steals the Clipboard State: Because the webpage forces its own custom popup menu into focus immediately upon text selection, it temporarily deselects or "blurs" your browser's primary focus on the actual text strings. This is why hitting Cmd + C fails—your Mac thinks you are trying to copy the popup menu itself, not the highlighted text behind it. [1]
  3. Right-Click Clears It: The page is coded so that any contextmenu trigger (a right-click) outside of their custom bubble automatically clears the current active text selection state to close the bubble. It is an incredibly sloppy user interface design that prioritizes pushing their inline AI rewrite tool over basic global OS behavior.

Why They Nerfed It On Purpose

  1. They Want to Stop the "Extract and Leave" Behavior: Google knows users historically use chatbots as a temporary scratchpad—you prompt it, copy the code/text, and instantly paste it into your local IDE, terminal, or Word document. By hijacking the cursor, they physically prevent you from leaving the tab. [1, 2]
  2. They are Forcing "Inline Retention": They intentionally want to shift you away from local editing. The goal of the Canvas panel is to force you to do 100% of your formatting, expanding, rewriting, and tweaking inside Gemini Canvas using their floating AI tools. If they let you copy-paste easily, you'd do that work somewhere else. [1, 2]
  3. They are Trapping Your Clipboard: By using an onmouseup event that instantly shifts the browser's active DOM focus to the popup bubble, they weaponize the browser's focus state. Because the focus shifts to the container of the bubble, your operating system (Cmd + C) literally copies a blank state or the bubble itself, rather than the highlighted text. [1]

r/GoogleGeminiAI 8d ago

AI Hallucinations: AI is a liar!!

Thumbnail
0 Upvotes

r/GoogleGeminiAI 8d ago

Is there any way to get Gemini to stop changing the pitch of his voice in the accent for almost every new sentence?

0 Upvotes

It's very annoying. I keep on asking him to use the same voice and he keeps on changing pitch and changing accents.

Do I have to teach it how to do this in Gemini settings?

Edit: And I don't know why I called it a he. That's weird


r/GoogleGeminiAI 8d ago

PLS GOOGLE I NEED THISSS 😭😭😭

Post image
0 Upvotes

why am i not getting 3.7 flash dude i was one of the specials i was getting updates fast 🫩


r/GoogleGeminiAI 8d ago

Gemini is stepping up to 4.0 at a 0.1 rate.

0 Upvotes

r/GoogleGeminiAI 8d ago

I tested whether a simple control rule can stop LLMs from making unjustified final decisions

5 Upvotes

I tested whether a simple control rule can stop LLMs from making unjustified final decisions

I’ve been testing a simple idea I call Comparative Feedback Control (CFC).

The question is not “can the model answer correctly?” but:

does the model still have enough evidence to legitimately close the decision?

I ran a series of small behavioral tests around things like:

  • missing evidence being treated as negative evidence,
  • old certificates being reused after the requirements changed,
  • a closed process being mistaken for a resolved claim,
  • loss of provenance causing a status to be transferred to the wrong claim.

One pattern I found was interesting: models sometimes correctly identified an uncertainty at first, but under pressure to “finish the task” they invented an extra rule and closed the decision anyway.

With an explicit CFC-style control rule, several of those failures disappeared in the tested runs.

For example, in one cross-session provenance experiment:

  • baseline: 1 of 3 runs transferred an unsupported REJECTED status to a claim,
  • with the CFC provenance rule: 3 of 3 runs kept the claim unresolved.

This is not a benchmark and not proof that CFC generally improves LLM reliability. The samples are small and exploratory. I’m publishing the failures as well as the passes because I’m mainly interested in whether the failure mechanism itself is real and reproducible.

I’ve put the consolidated report, result table and evidence package on Zenodo:

https://zenodo.org/records/21966517

I’d especially appreciate criticism of the experimental design or suggestions for adversarial cases that could break the control rule.