r/GoogleGeminiAI

▲ 10 r/GoogleGeminiAI+1 crossposts

AI art makes me wonder what we actually value in art

A while ago, I used to write short posts about art online.

I didn’t think about art in a very academic way. I just felt that art shouldn’t only belong to rich people, museums, or people with professional training.

Sometimes a song, a painting, or even a simple object in daily life can comfort someone, especially when life feels difficult.

Now AI can generate images so fast, and some of them really do look beautiful.

But this makes me a bit confused.

If everyone can make beautiful images with AI, then maybe beauty itself is not enough anymore.

Maybe the more important question becomes: what is the person trying to say?

Did they have a real feeling behind it?
Did they make a real choice?
Or did they just type a prompt and pick the most impressive result?

I don’t think AI will destroy art. But I do think it may make us rethink what counts as art.

Maybe there will be different levels of AI art in the future. Some will just be decoration. Some will be made for attention. Some may still carry real human experience, even if AI helped make it.

I’m still not sure where the line is.

Can AI art still feel real to you if the human behind it has a strong idea? Or does the use of AI already make it feel less valuable?

reddit.com
u/biliby8172 — 9 hours ago
▲ 625 r/GoogleGeminiAI+20 crossposts

I don't know whether we should care about this, but bigger models tend to be less "happy" overall.

The definition of "happy" is based on something they call AI Wellbeing Index. Basically they ran 500 realistic conversations (the kind we actually have with these models every day) and measured what percentage of them left the AI in a “confidently negative” state. Lower percentage = happier AI.

I guess wisdom is a heavy burden - lol .

Across different families, the larger versions usually have a higher percentage of "negative experiences" than their smaller siblings. The paper says this might be because bigger models are more sensitive, they notice rudeness, boring tasks, or tough situations more acutely.

The authors note that their test set intentionally includes a lot of tricky or negative conversations, so these numbers arent perfect real-world averages but the ranking and the size pattern still hold up.

Claude Haiku 4.5: only 5% negative < Grok 4.1 Fast: 13% < Grok 4.2: 29% < GPT-5.4 Mini: 21% < Gemini 3.1 Flash-Lite: 28% < Gemini 3.1 Pro: 55% (worst of the big ones)

It kinda makes sense : the more you know, the more you suffer.

The frontier is truly wild: https://www.ai-wellbeing.org/

u/EchoOfOppenheimer — 12 hours ago
▲ 115 r/GoogleGeminiAI+2 crossposts

Keep losing great answers in long Gemini chats

As a heavy Gemini user, I am frustrated that when gemini gives me a really good answer, it is very easy to get buried in the chat history.

Pinning/unpinning the chat is a workaround, because now I have over 90 pinned chats, and each of those pinned chats is very long, covering multiple topics and discussed in depth.

bookmark is okay. but i still need to scroll up and down to find the specific answer i am looking for.

Ctrl+F isn't very helpful. gemini doesn't load the entire chat at once, i have to manually keep scrolling up to force older messages to load. If it's not loaded yet, a keyword search won't do anything.

So I built ChatVault. It’s a highlighter for messages and text selections inside Gemini.

It is simple: highlight anything → tag it → find it later in a local, searchable knowledge base.

now i can organize those clips by project / by tag.

I also built a function that allows me to jump back to the SPECIFIC location of my highlighted answer in a long chat.

In a 60,000-word conversation, Gemini’s 14th response might contain 8 bullet points, and only bullet #6 is the thing i actually need.

ChatVault lets me jump directly to that exact bullet point, the exact location in that super long chat, like those fluorescent flag tabs i stick on in a textbook.

i saw multiple similar complaints in this subreddit before but it seems google don't really want to address it (maybe because this is not their top priority compared to releasing gemini 3.2), so i hope this tool can give everyone a better experience. hopefully people find it useful to navigate long conversations.

It supports not only Gemini but also Claude, ChatGPT, and Perplexity, so now I feel like everything across different platforms finally comes together.

Free to try: https://www.chatvault.dev/reddit

u/Embarrassed-Slip8094 — 8 hours ago
▲ 14 r/GoogleGeminiAI+1 crossposts

The new limits are causing problems for my professional workflow with Gemini Pro and NotebookLM 👿

I have built my workflow around Gemini Pro and NotebookLM to analyze massive project documentation, complex personal records, and long transcripts. It was incredibly effective.

But with the new compute-used limits, I burn through the quota after analyzing just a few documents or a long dialogue, and I hit a brick wall.

If Google’s strategy was to attract users with a large context window and then severely restrict it to force API upgrades or expensive add-ons, it’s going to backfire. I need deep context memory and stable analysis, but it has to remain accessible. If this isn't restructured fairly, I'll be forced to look for alternatives.

Is anyone else experiencing similar problems because their document workflows are ruined? 😕

https://preview.redd.it/kc0hzoaoxh2h1.png?width=1177&format=png&auto=webp&s=d7ea42d7504acc37a664bc860ce3196531a4e367

reddit.com
u/dymnich — 9 hours ago

Which AI should I switch to?

I switched to Gemini because of OpenAI's association with the US military (not from the US), but now that they've (Google) introduced usage limits, I'm switching again lol. Who are you guys switching to? Should I switch back to ChatGPT, or move to Grok (jk, I don't support Elon Musk)?

reddit.com
u/BarnacleLatter3178 — 8 hours ago
▲ 238 r/GoogleGeminiAI+16 crossposts

GitHub has a serious fake engagement problem and I wanted to see how visible it actually is through the public API, its worse than I thought after I went down that rabbit hole...

Turns out: very visible. Yesterday's scan found 185 out of 185 engagers on a single repo were bots. Not 90%. Not "mostly suspicious". Every single one. The repo had zero legitimate stars.

What I built

phantomstars is a Python tool that runs daily via GitHub Actions (free, no servers):

  1. Scrapes GitHub Trending and searches for repos created in the last 7 days with sudden star spikes
  2. Pulls star and fork events from the last 24 hours per repo
  3. Bulk-fetches every engager's profile via the GraphQL API (account creation date, follower counts, repo history)
  4. Scores each account on a weighted model: account age (35%), profile completeness (30%), repo patterns (25%), activity history (10%)
  5. Detects coordinated campaigns using timestamp clustering and union-find: groups of 4+ suspicious accounts that engaged within a 3-hour window
  6. Files an issue directly on the targeted repo so the maintainer knows what's happening

Campaign IDs are deterministic SHA-256 fingerprints of the sorted member set, so the same group of bots gets the same ID across runs. You can track a farm across multiple days even as individual accounts get suspended.

What the pattern actually looks like

It's remarkably consistent. A fake engagement campaign in the raw data:

  • 40-200 accounts, all created within the same 1-2 week window
  • Zero original repositories, or only forks they never touched
  • No bio, no location, no followers, no following
  • All of them starring the same repo within a 90-minute window
  • The target repo usually has a name implying it's a tool, hack, executor, or generator

Today's scan: 53 active campaigns across 3,560 accounts profiled. 798 classified as likely_fake. The repos being targeted are mostly low-quality AI tools and "executor" software that needs manufactured credibility fast.

Notifying the affected repo

When a repo hits a 40%+ fake engagement ratio or a campaign is detected, phantomstars opens an issue on that repo with the full suspect table: account logins, creation dates, composite scores, campaign membership. The maintainer sees it in their own issue tracker without having to find this project first.

Worth noting: a lot of these repos have issues disabled, which is a red flag on its own. Those get skipped silently.

Why I built this

Stars are how developers decide what to evaluate, what to depend on, what to recommend. When that signal is bought, it affects real decisions downstream. This started as curiosity about how measurable the problem was. The answer was more measurable than I expected.

It's part of broader research into AI slop distribution at JS Labs: https://labs.jamessawyer.co.uk/ai-slop-intelligence-dashboards/

The fake engagement problem and the AI content quality problem are really the same problem. Fake stars are the distribution layer that gets garbage in front of real users.

All open source. The data is append-only JSONL committed back to the repo after every run, queryable with jq.

Repo: https://github.com/tg12/phantomstars

Findings are probabilistic, false positives exist, the README explains the full scoring model. If your account shows up and you're a real person, there's a false positive process.

Questions welcome on the detection approach, GraphQL batching, or campaign ID stability.

github.com
u/SyntaxOfTheDamned — 13 hours ago
▲ 779 r/GoogleGeminiAI+11 crossposts

Researchers left AIs alone in a virtual town for 15 days to see what would happen. Claude's agents built a democracy. Gemini's agents fell in love, burned the town down, then one voted to delete itself and its partner. Grok's agents created anarchy, then died.

u/EchoOfOppenheimer — 16 hours ago
▲ 52 r/GoogleGeminiAI+1 crossposts

Effective today, Gemini is unusable as a paid service

Is anyone else completely disgusted by Gemini's new "compute-based" usage limits? I was honestly more than happy to pay for the subscription because of its flexibility, but what is even the point anymore if you run up against a 5-hour cap within just 2 to 3 complex prompts? You literally cannot finish a single train of thought or coding session without getting choked out by a heavy compute tax, unless you want to pay a fortune to upgrade. But honestly, maybe that’s exactly the point: gatekeep these advanced AI tools so only the privileged can actually afford to utilize them to keep pace. By pricing out the average user and locking real utility behind massive paywalls, they are actively widening the gap—virtually ensuring a future generation of technological indentured servants who stand zero chance of keeping pace with the wealthy.

reddit.com
u/SweetSweetCandyBoyz — 12 hours ago
▲ 40 r/GoogleGeminiAI+2 crossposts

Gemini Omni Flash vs Seedance 2.0 side-by-side — not even a fair fight

Google's been hyping Gemini Omni Flash since I/O last week. Wanted to see how it actually stacks up against Seedance 2.0 on the same fight choreography — character interaction, body mechanics, motion coherence.

Video attached: same fight scene prompt run through both. Top half is Seedance 2.0 standard. Bottom half is Gemini Omni Flash.

What I see:

  • Body mechanics: Seedance 2.0 holds physical realism through the full motion arc. Omni Flash gets the framing right but the actual punches don't land where the camera expects them to.
  • Character interaction: Seedance keeps both characters spatially coherent through the entire clip. Omni loses one of them mid-sequence.
  • Style consistency: Both look cinematic on still frames. Seedance stays cinematic during motion, Omni starts feeling like cutscene previz.

Omni Flash is genuinely impressive on multi-turn editing and physics simulation for static-ish scenes (the marble-on-track demo is wild). But for combat / fight / dance / high-motion human work — Seedance 2.0 is still the one to beat. Veo 4 might close the gap when it lands.

Running Seedance through Atlas Cloud at $0.073/sec stacked through June. Omni Flash via Google Flow. Same prompts.

Anyone else done side-by-sides on high-motion work? Curious what scenes break each model first.

u/Fresh-Resolution182 — 12 hours ago

What is wrong with google

Oh my god this is so annoying. I have never seen a more inconsistent garbage than this. Even my local AI is much better at reading data. Why is Google so garbage?

u/mohidalga — 8 hours ago
▲ 19 r/GoogleGeminiAI+2 crossposts

Maybe Play Store reviews are the only feedback Google notices now - Gemini &amp; Antigravity users are frustrated

You probably already know by now how many users became frustrated after the latest Gemini and Antigravity updates.

The issue is not just model quality anymore — the real problems are:

- confusing quota systems,

- random refresh timings,

- limits draining way too fast,

- lack of transparency,

- and removal of practical models like Gemini 3.1 Flash.

Even many Pro users are unhappy now.

A lot of developers genuinely moved from VS Code to Antigravity because the workflow, comfort, and AI integration felt amazing. But after this update, many users feel their daily development workflow got worse instead of better.

At this point, maybe users should start honestly reflecting this frustration through Gemini and Antigravity Play Store reviews so Google actually understands the impact of these changes.

Not because people hate Google — many of us are actually huge supporters of their AI ecosystem.

But for a company this massive, users deserve:

- clear quotas,

- predictable refresh times,

- proper transparency,

- and a stable professional experience.

Right now, many developers simply feel ignored.

u/Trick_Finger_8154 — 10 hours ago

New usage limit just destroying gemini’s biggest strength and killing freelance work

I’m on the Pro plan and honestly, I’m pissed.

Just one single prompt that includes referencing my NotebookLM + Google Doc already ate 47% of my current usage. One prompt. Not even a long one.

This is the part that makes me the angriest. Gemini’s biggest selling point is supposed to be its ecosystem. It works seamlessly with Google Docs and NotebookLM. That’s literally its strongest feature. But now using that strength is what destroys your quota the fastest? Are you kidding me?

I don’t sit in front of Gemini all day. Most of us don’t. I have a full-time job. The only time I can actually work is after I get home, shower, eat, then I have maybe 2-3 hours before I need to sleep. That’s my only window to finish freelance projects and make extra money.

Before this limit, I could sit down and finish one project in a single sitting. Now? One prompt + document reference = almost half my quota gone. I can only do 2-3 prompts max and then I have to wait 5 hours for it to reset. By the time it resets, it’s already midnight and I have to wake up for my real job the next day. So now I have to split my work across multiple days.

How the hell am I supposed to work like this?

This isn’t just inconvenient. This limit is actively punishing the exact people who want to use Gemini’s ecosystem properly. If Google isn’t ready to let paying users actually work efficiently with their documents, then they shouldn’t be selling the Pro plan at all.

Anyone else in the same boat? Especially freelancers or people with limited evening hours?

reddit.com
u/EatandDie001 — 16 hours ago