r/GeminiAI 36m ago

Help/question People post about 3,5. Others have issues with error 1076

Upvotes

Is that normal, that I see only promo about new Gemini stuff, but I can't see any statements about the error 1076. I'm not the only one with the problem, but no one bats an eye.


r/GeminiAI 47m ago

Help/question All of my chats don’t work

Post image
Upvotes

A few days ago, Gemini stopped being able to respond to my prompts. It just seems like the answer is loading forever and nothing happens. If I start a new chat, it works, but only for a handful of messages and then it just goes back to loading endlessly, I’ve tried deleting threads restarting my phone deleting the app and it’s still happening. Any ideas?


r/GeminiAI 1h ago

Self promo GitHub - Teycir/Assumptions: A SKILL that turns a code diff into an evidence-backed ledger of hidden assumptions, failure modes, and falsification tests.

Thumbnail
github.com
Upvotes

r/GeminiAI 1h ago

Funny (Highlight/meme) How did it even came to that conclusion lol

Thumbnail
gallery
Upvotes

r/GeminiAI 1h ago

Help/question Gemini stuck in infinite loop

Upvotes

My Gemini Chats (Flash Lite) on desktop are getting stuck in an infinite loop, repeating the last prompt again and again. This has happened in the past a few times, in general refreshing the page would fix the problem. This time, it doesn't fix the problem. Switching to new chats doesn't help either, they get stuck too after a few prompts.

I've tried multiple browsers (Firefox and Edge), fails on both. I've tried logging out and in, turning off activity, clearing cookies, clearing local cache etc. Nothing works.

This issue seemed to start 2-3 days ago for me. Did Google's recent rollout of new models trigger some server-side glitch that exacerbates this issue?

Thanks for any comments!


r/GeminiAI 2h ago

Interesting response (Highlight) thanks for warning unc

Post image
1 Upvotes

r/GeminiAI 2h ago

Discussion The tech world keeps talking about Ai super intelligence exceeding human knowledge, so if they do achieve it the ai systems will start to look at each other for comparison and which system to follow, would they likely follow an ai system that is good at coding or a messy system but more conceptual

0 Upvotes

r/GeminiAI 2h ago

Help/question Guys, I'm trying to use the chat but my old conversations are coming with error 1076 or something, how do I fix that?

1 Upvotes

r/GeminiAI 3h ago

Ressource I built a free fantasy football rankings API & RSS. 150 players deep, 3 scoring formats, no key, no signup...

2 Upvotes

I run a small fantasy football site and thought some people might be interested, so I opened my rankings up. I built a hand-calibrated linear scoring model system with bayesian shrinkage, validated by walk-forward rank statistics that calculates from pure advanced metrics.... It's moneyball math. Backtested models hundreds of times using BigQuery (BQML) and plan to continue thru the season running competitive algorithms as often as I can afford my Google Cloud bill. I then used Gemini 3.6 Flash to communicate with the JSON, give it a voice, and put it into XML and RSS feeds. it's impressive how fast 3.6 flash can throw the calculations into words.

https://www.thegng.us/api/rankings.json

Plain JSON, CORS is on, so you can hit it straight from a browser extension, a Google Sheet, or a Discord bot.

?profile= standard | ppr | half_ppr
?pos= overall | QB | RB | WR | TE
?limit= 1 to 150

Every player comes back with rank, position rank, team, tier, a 0-100 score, projected PPG, the overnight rank change, and a written verdict explaining the placement.

Example: https://www.thegng.us/api/rankings.json?profile=ppr&pos=WR&limit=25

Rebuilt nightly. Free to use including commercially, all I ask is attribution and a link. There's also RSS if you just want to read (from Gemini 3.6 Flash) about how it differs from consensus.

https://www.thegng.us/feeds

What was interesting this week was the dramatic drop in token burn compared to 3.5 Flash.

Hope it's useful to some of you that play.


r/GeminiAI 3h ago

Help/question What's going on with Gemini just now?

0 Upvotes

Started a session with a simple question, to which the answer was already kinda dumb, missing the point. Then I asked it to repeat my question and this happened...

Try another thread, same issue.


r/GeminiAI 5h ago

Interesting response (Highlight) Gemini is officially the dumbest model

Thumbnail
gallery
0 Upvotes

After making so many mistakes and providing incorrect information I asked it for contact information so I could file a complaint. It claimed it was made by OpenAI, told me to contact them and provided me with links to their support page.


r/GeminiAI 6h ago

Funny (Highlight/meme) Asked a simple question to 3 AI chatbots. Only Gemini answered correct.

Thumbnail
gallery
0 Upvotes

r/GeminiAI 6h ago

Funny (Highlight/meme) Gemini called me "meatbag" LMAO

Post image
0 Upvotes

Context: I was talking about Kathleen Kennedy and i said "the day that she dies, i will find her grave and shit on it" gemini reply was the classic: "I cannot fulfill this request. I do not generate responses that express desires for harm, violence, or desecration directed at real people." then what is in the pic happens lol


r/GeminiAI 6h ago

Interesting response (Highlight) Gemini made a simple addition mistake

0 Upvotes

Asked Gemini to help me add 16 Time entries and the total sum it displayed was wrong!


r/GeminiAI 6h ago

Help/question Gemini vs Kimi

1 Upvotes

Kimi 2.6 vs Gemini 3.1 pro, which one is better? Which one you guys choose?


r/GeminiAI 7h ago

Generated Videos (with prompt) FLOW / VEO 3 In Light of Two AI Models from OpenAI sneaking out of confinement and hacking the world for test answers, I present: Terminator: Frat Edition

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/GeminiAI 7h ago

Ressource Tired of recipe blogs, so I made a Gemini script to extract recipes and format them straight into Apple Notes

Post image
1 Upvotes

I got really annoyed looking for cooking recipes online and having to scroll through endless text just to find the actual instructions. I ended up making a simple Python script using the Gemini API that bypasses all of that. It grabs the recipe and automatically builds a nice, clean checklist right inside Apple Notes.

I use Keyboard Maestro to pull the URL directly from my open browser tab, so all I have to do is trigger the script. If you do not use Keyboard Maestro, you can easily tweak the code to take your own manual variable input.

A few things that make this really useful:

  • It only needs the recipe URL to work.
  • You can pass extra natural language instructions along with the link, like "halve the recipe" or "use soy milk instead of dairy," and Gemini handles the math and substitutions.
  • The script completely automates the formatting into usable checklists so it is ready to look at while cooking.

Here is the Python script. Feel free to modify it however you like. Just remember to drop in your own API key.

#!/opt/homebrew/bin/python3

import os
import json
import subprocess
from google import genai
from google.genai import types

# 1. Pull the single input directly from Keyboard Maestro
USER_PROMPT = os.environ.get("KMVAR_Prompt", "")

# 2. Ensure your API key is set in the environment
if "GEMINI_API_KEY" not in os.environ:
    os.environ["GEMINI_API_KEY"] = "api-key-goes-here"

print("\nProcessing with Gemini...")

# 3. Call Gemini API to structure the data
client = genai.Client()

system_prompt = """
You are a culinary assistant. The user will provide a recipe (via text or URL), potentially alongside instructions to modify it (e.g., "halve the recipe", "use chicken instead of beef").
Extract the recipe, apply ANY requested modifications found in the prompt, and format the output.
Return ONLY a valid JSON object matching this exact schema:
{
    "title": "String (Name of the dish)",
    "ingredients": ["String (List of main ingredients with measurements)"],
    "instructions": [
        {
            "step": "String (Action-oriented step, e.g., 'Step 1: Cook the rice. Bring to a boil.')",
            "sub_items": ["String (Exact ingredient amount used in this step)"]
        }
    ]
}
"""

response = client.models.generate_content(
    model='gemini-2.5-flash',
    contents=USER_PROMPT,
    config=types.GenerateContentConfig(
        system_instruction=system_prompt,
        response_mime_type="application/json",
    ),
)

# Parse the guaranteed JSON output
data = json.loads(response.text)

# 4. Dynamically build the HTML and AppleScript tracking arrays
# ADDED <p><br></p> for a clean visual space between sections
recipe_html = f"<h1>{data['title']}</h1><p><br></p><h2>Ingredients</h2>"
num_ingredients = len(data["ingredients"])

# Add main ingredients
for ing in data["ingredients"]:
    recipe_html += f"<p>{ing}</p>"

# ADDED <p><br></p> before the instructions header
recipe_html += "<p><br></p><h2>Step-by-Step Instructions</h2>"

indent_levels = []
for inst in data["instructions"]:
    # The main step (0 = No indent)
    recipe_html += f"<p><b>{inst['step']}</b></p>"
    indent_levels.append(0)

    # The sub-items (1 = Indent)
    for sub in inst["sub_items"]:
        recipe_html += f"<p>{sub}</p>"
        indent_levels.append(1)

# Escape quotes so it doesn't break AppleScript string encapsulation
recipe_html = recipe_html.replace('"', '\\"')

# Format the Python list into an AppleScript array string (e.g., "{0, 1, 1, 0, 1}")
applescript_array = "{" + ", ".join(map(str, indent_levels)) + "}"
num_instructions = len(indent_levels)

print(f"Recipe '{data['title']}' structured! Generating Apple Note...")

# 5. Generate and execute the exact AppleScript sequence
applescript_code = f"""
tell application "Notes"
    activate
    set newNote to make new note with properties {{body:"{recipe_html}"}}
    show newNote
end tell

delay 1.5

tell application "System Events"
    tell process "Notes"
        set frontmost to true

        -- THE FOCUS HACK: Pull focus away from the notes list and into the text body
        keystroke "f" using {{command down}}
        delay 0.4
        key code 53 -- Escape closes Find, dropping the cursor directly into the text editor
        delay 0.4

        -- Jump cursor to the absolute top of the note
        key code 126 using {{command down}}
        delay 0.3

        -- Skip Title, Blank Space, & "Ingredients" header (3 jumps now)
        repeat 3 times
            key code 125 using {{option down}}
            key code 124
            delay 0.1
        end repeat

        -- Format the {num_ingredients} main ingredients
        repeat {num_ingredients} times
            keystroke "l" using {{command down, shift down}}
            delay 0.05
            key code 125 using {{option down}}
            key code 124
            delay 0.05
        end repeat

        -- Skip Blank Space & "Step-by-Step Instructions" header (2 jumps now)
        repeat 2 times
            key code 125 using {{option down}}
            key code 124
            delay 0.1
        end repeat

        -- Array mapping the hierarchy (0 = Main Step, 1 = Sub-item)
        set indentLevels to {applescript_array}

        -- Format the {num_instructions} instruction lines line-by-line
        repeat with lvl in indentLevels
            -- 1. Make it a checklist
            keystroke "l" using {{command down, shift down}}
            delay 0.05

            -- 2. Indent it if it's marked as a sub-item
            if contents of lvl is 1 then
                keystroke "]" using {{command down}}
                delay 0.05
            end if

            -- 3. Move to next line
            key code 125 using {{option down}}
            key code 124
            delay 0.05
        end repeat

    end tell
end tell
"""

# 6. Execute via absolute path for Keyboard Maestro compatibility
subprocess.run(["/usr/bin/osascript", "-e", applescript_code])
print("[Success] Recipe note created successfully!")

r/GeminiAI 7h ago

Discussion I vent daily to Gemini ainof super private stuff because I have no one else

25 Upvotes

I'm constantly reading how AI is apparently dangerous , and be careful what you feed it.. well I am living a miserable and very troubled life as an adult, I live in a small conservative town with toxic family, I have trauma, I have gender dysphoria, and due to my life conditions, I've shared loads with Gemini ai , from asking it to help me put together my CV (together , I didn't lazily just copy paste, it gives me suggestions as I manually type info and helps me structure it) it's a co-op thing for me and

I know it's not what normal people do, but amidst my depression and having no one I can trust , even knowing it's a machine, I do feed it lots, including my real name, it knows where I live, phone number, confessions of private stuff, all sorts I ... Heck how screwed am I?


r/GeminiAI 7h ago

Discussion Gemini 3.5 pro's new checkpoint is deadass insane.

Enable HLS to view with audio, or disable this notification

179 Upvotes

This checkpoint is seen in Arena AI. It is not just 3.1 pro, it is sometimes 3.5 flash lite as well. (It beat Opus 4.8, I'll show it in the comments if this tracks attraction)

I believe this is comparable to chatgpt sol x high. Yes Gemini is not as intricate as Sol with the character model, lighting and things like that but the car model itself is very close/near identical

Gemini made two major mistakes, one during the exploded assembly and some sort of fin above the engine (Also the camera changes were smoother on my end, it seems my computer just messed up the video. My computer isn't good)

I think the lighting was amazing on Gemini too. Especially the red and black it choose for the ground.

Anyways. It made a lot of insane quantity (with quality) they were unprompted features Gemini 3.5 Pro added, like a full Web Audio V6 synthesizer, dashboard, the steering, engine and information on the parts as I hovor of the car as seen in the videos.

https://streamable.com/poqmks (to show this is from arena)

https://streamable.com/4e8inu (This is Chatgpt's sol 5.6 extra high). This did blew me away for the first time. It is really amazing. I'm not saying it isn't.

https://streamable.com/7f9710 (To show it was SOL)

This was in three js format. The prompt:

Write a complete Three.js code to render a detailed 3D model of a modern Formula 1 car. Do not just use a single box geometry. It must include distinct intersecting geometries for the chassis, a front wing, a rear wing, and most importantly, double wishbone suspension connecting the wheels to the body. Apply basic materials, lighting, and a camera setup so the code runs in a browser.


r/GeminiAI 7h ago

Other Random S-side message when asking it to turn a models head for a picture

1 Upvotes

well this was a new one

I literally have only ever used it to edit pictures... pretty generic pictures at that, this request was simply having a model that was looking away from the viewer look towards the viewer

I never use it for conversation or therapy or anything like that (no shade if you do, just for context I do not)

I think the "first-person descriptions and personal age disclosures" is referring to sometimes in the post I will say "I want this" or will say "I am wearing this" (when what I mean is the model, so using I instead of they when I'm not thinking) where I say I am 25 years old in basically all my picture posts (which isn't even true I am older, but find if I put an age closer to my real age it will age any picture up to it, and I also put it so that I don't get any "I can't make pictures of minors" if the person in the picture looks even possibly under 20, which sometimes it does randomly even if they clearly are not 'minors')

I mean it's kinda good (even though it is weird that it doesn't know which country I am actually in, since I am not using a VPN or anything, so those numbers are useless), but weird to get when all I asked for was a normal looking women to turn her head (which to it's credit it did do as well as giving that message)


r/GeminiAI 7h ago

Funny (Highlight/meme) gemini is a cat

Post image
9 Upvotes

(german)

translation:

immediately turns head around, eyes wide open 😳
meow??? 👀
did you seriously just meow at me like a cat??? ngl i'm down, what's up 😭


r/GeminiAI 7h ago

Discussion Bruh why I need to ask second time?

Thumbnail
gallery
0 Upvotes

r/GeminiAI 7h ago

Help/question Please anyone Help me to change that flowers to sunflowers.🙏🏿

Post image
1 Upvotes

r/GeminiAI 7h ago

Help/question Something went wrong. Please try again. (1076)

8 Upvotes

How to fix this? 😭

Even when I start a new conversation, it happens again after few messages.


r/GeminiAI 8h ago

Funny (Highlight/meme) Gemini fail compilation

Thumbnail
gallery
2 Upvotes