664

Nano Banana Pro

Google has been stomping around like Godzilla this week, and this is the first time I decided to link my card to their AI studio.

I had seen people saying that they gave up and went to another platform because it was "impossible to pay". I thought this was strange, but after trying to get a working API key for the past half hour, I see what they mean.

Everything is set up, I see a message that says "You're using Paid API key [NanoBanano] as part of [NanoBanano]. All requests sent in this session will be charged." Go to prompt, and I get a "permission denied" error.

There is no point in having impressive models if you make it a chore for me to -give you my money-

4 hours agoceroxylon

First off, apologies for the bad first impression, the team is pushing super hard to make sure it is easy to access these models.

- On permission issue, not sure I follow the flow that got you there, pls email me more details if you are able too and happy to debug: Lkilpatrick@google.com

- On overall friction for billing: we are working on a new billing experience built right into AI Studio that will make it super easy to add a CC and go build. This will also come along with things like hard billing caps and such. The expected ETA for global rollout is January!

43 minutes agologankilpatrick

Just a note that your HN bio says "Developer Relations @OpenAI"

33 minutes agobrandon272

Maybe the team should push hard before releasing the product instead of after to make it work.

4 minutes agoeverdev

Please make sure that the new billing experience has support for billing limits and prepaid balance (to avoid unexpected charges)!

34 minutes agoxmprt

If it's just the API you're interested in, Fal.ai has put Nano-Banana-Pro up for both generative and editing. A great deal less annoying to sign up for them since they're a pretty generalized provider of lots of AI related models.

https://fal.ai/models/fal-ai/nano-banana-pro

3 hours agovunderba

In general a better option, in the early days of AI video I tried to generate a video of a golden retriever using Google's AI Studio. It generated 4 in the highest quality and charged me 36 bucks. Not a crazy amount but definitely an unwelcome suprise.

Fal.ai is pay as you go and has the cost right upfront.

3 hours agoLaurensBER

Vertex AI Studio setting a default of 4 videos where each video is several dollars to generate is a very funny footgun.

36 minutes agominimaxir

100% agreed. Same reason that I use the OpenRouter API for most LLM usage.

3 hours agovunderba

There's the solution right there. Google is still growing its AI "sea legs". They've turned the ship around on a dime and things are still a little janky. Truly a "startup mode" pivot.

While we're on this subject of "Google has been stomping around like Godzilla", this is a nice place to state that I think the tide of AI is turning and the new battle lines are starting to appear. Google looks like it's going to lay waste to OpenAI and Anthropic and claim most of the market for itself. These companies do not have the cash flow and will have to train and build their asses off to keep up with where Google already is.

gpt-image-1 is 1/1000th of Nano Banana Pro and takes 80 seconds to generate outputs.

Two years ago Google looked weak. Now I really want to move a lot of my investments over to Google stock.

How are we feeling about Google putting everyone out of work and owning the future? It's starting to feel that way to me.

(FWIW, I really don't like how much power this one company has and how much of a monopoly it already was and is becoming.)

an hour agoechelon

100% this. I am using the pro/max plans on both claude and openai. Would love to experiment with gemini but paying is next to impossible. Why do i need the risk of a full blown gcp project just to test gemini. No thx.

4 hours agowheelerwj
[deleted]
2 hours ago
[deleted]
4 hours ago

Oh my, you should have tried to integrate with Google Prism. That was a madness! Nano Banana was just a little tricky to set up in comparison!

3 hours agokavenkanum

I had to write a post request to try it when it launched

2 hours agoProfessorZoom

Yeah I was confused. I guess I’ll stick with nano plum for now.

3 hours agoeboynyc32

It's amazing that the "hard problems" are turning out to be "not creating a completely broken user experience".

Is that going to need AGI? Or maybe it will always be out of reach of our silicon overlords and require human input.

2 hours agoandybak

You can use it also in Gemini.

3 hours agobonoboTP

It wasn't there when I first went to Gemini after the announcement, but upon revisiting it gave me the prompt to try Nano Banana Pro. It failed at my niche (rare palm trees).

Incredible technology, don't get me wrong, but still shocked at the cumbersome payment interface and annoyed that enabling Drive is the only way to save.

3 hours agoceroxylon

I hate that they kinda try to hide the model version. Like if you click the dropdown in the chat box, you can see that "Thinking" means 3 Pro. When you select the "Create images" tool, it doesn't tell you it's using Nano Banana Pro until it actually starts generating the image.

Tell me the model it's using. It's as if Google is trying to unburden me with the knowledge of what model does what but it's just making things more confusing.

Oh, and setting up AI Studio is a mess. First I have to create a project. Then an API key. Then I have to link the API key to the project. Then I have to link the project to the chat session... Come on, Google.

2 hours agokashnote

[dead]

3 hours agoTacticalCoder

Alright results are in! I've re-run all my editing based adherence related prompts through Nano Banana Pro. NB Pro managed to successfully pass SHRDLU, the M&M Van Halen test (as verified independently by Simon), and the Scorpio street test - all of which the original NB failed.

  Model results
  1. Nano Banana Pro: 10 / 12
  2. Seedream4: 9 / 12
  3. Nano Banana: 7 / 12
  4. Qwen Image Edit: 6 / 12

https://genai-showdown.specr.net/image-editing

If you just want to see how NB and NB Pro compare against each other:

https://genai-showdown.specr.net/image-editing?models=nb,nbp

2 hours agovunderba

I think Nano Banana Pro should have passed your giraffe test. It's not a great result but it is exactly what you asked for. It's no worse than Seedream's result imo.

3 minutes agososodev

The pisa tower test is really interesting. Many of this prompt have stricter criteria with implicit knowledge and some models impressively pass it. Yet for something as obvious as straightening a slanted object is hard even for latest models.

8 minutes agohumamf

thanks, I love your website. Are you planning to do NB Pro for the text-to-image benchmark too?

2 hours agoWyverald

Definitely! Even though NB's predominant use case seems to be editing, it's still producing surprisingly decent text-to-image results. Imagen4 currently still comes out ahead in terms of image fidelity, but I think NB Pro will close the gap even further.

I'll try to have the generative comparisons for NB Pro up later this afternoon once I catch my breath.

an hour agovunderba

I...worked on the detailed Nano Banana prompt engineering analysis for months (https://news.ycombinator.com/item?id=45917875)...and...Google just...Google released a new version.

Nano Banana Pro should work with my gemimg package (https://github.com/minimaxir/gemimg) without pushing a new version by passing:

    g = GemImg(model="gemini-3-pro-image-preview")
I'll add the new output resolutions and other features ASAP. However, looking at the pricing (https://ai.google.dev/gemini-api/docs/pricing#standard_1), I'm definitely not changing the default model to Pro as $0.13 per 1k/2k output will make it a tougher sell.

EDIT: Something interesting in the docs: https://ai.google.dev/gemini-api/docs/image-generation#think...

> The model generates up to two interim images to test composition and logic. The last image within Thinking is also the final rendered image.

Maybe that's partially why the cost is higher: it's hard to tell if intermediate images are billed in addition to the output. However, this could cause an issue with the base gemimg and have it return an intermediate image instead of the final image depending on how the output is constructed, so will need to double-check.

6 hours agominimaxir

>> - Put a strawberry in the left eye socket. >>- Put a blackberry in the right eye socket.

>> All five of the edits are implemented correctly

This is a GREAT example of the (not so) subtle mistakes AI will make in image generation, or code creation, or your future knee surgery. The model placed the specified items in the eye sockets based on the viewers left/right; when we talk relative in this scenario we usually (always?) mean from the perspective of the target or "owner". Doctors make this mistake too (they typically mark the correct side with a sharpie while the patient is still alert) but I'd be more concerned if we're "outsourcing" decision making without adequate oversight.

https://minimaxir.com/2025/11/nano-banana-prompts/#hello-nan...

4 hours agoskeeter2020

There's a classic well-illustrated book, _How to Keep Your Volkswagen Alive_, which spends a whole illustrated page at the beginning building up a reference frame for working on the vehicle. Up is sky, down is ground, front is always vehicle's front, left is always vehicle's left.

Sounds a bit silly to write it out, but the diagram did a great job removing ambiguity when you expect someone to be laying on the ground in a tight place looking backwards, upside down.

Also feels important to note that in the theatre, there is stage-right and stage-left, jargon to disambiguate even though the jargon expects you to know the meaning to understand it.

2 hours agooasisbob

>This is a GREAT example of the (not so) subtle mistakes AI will make in image generation, or code creation, or your future knee surgery.

The mistake is in the prompting (not enough information). The AI did the best it could

"What's the biggest known planet" "Jupiter" "NO I MEANT IN THE UNIVERSE!"

4 hours agoCGMthrowaway

It doesn't affect your point but technically since the IAU are insane, exoplanets aren't technically planets and Jupiter is the largest planet in the universe.

3 hours agosebzim4500

I suppose it was too much to hope that chatbots could be trained to avoid pointless pedantry.

3 hours agoMangoToupe

They've been trained on every web forum on the Internet. How could it be possible for them to avoid that?

2 hours agofragmede

asking "x-most known y" and not expecting a global answer is odd

2 hours agothroawayonthe

No, this is squarely on the AI. A human would know what you mean without specific instructions.

4 hours agobigstrat2003

Seems like you're making a judgment based on your own experience, but as another commenter pointed out, it was wrong. There are plenty of us out there who would confirm, because people are too flawed to trust. Humans double/triple check, especially under higher stakes conditions (surgery).

Heck, humans are so flawed, they'll put the things in the wrong eye socket even knowing full well exactly where they should go - something a computer literally couldn't do.

4 hours agosiffin

Intelligence in my book includes error correction. Questioning possible mistakes is part of wisdom.

So the understanding that AI and HI are different entities altogether with only a subset of communication protocols between them will become more and more obvious, like some comments here are already implicitly telling.

2 hours agorodrigodlu

Why on earth would the fallback when a prompt is under specified be to do something no human expects?

3 hours agorullelito

If the instructions were actually specific, e.g. Put a blackberry in its right eye socket, then yes, most humans would know what that meant. But the instructions were not that specific: in the right eye socket

4 hours agodanso

Or be even more explicit: Put a strawberry in the person’s right eye socket.

3 hours agoTylerE

If you asked me right now what the biggest known planet was, I'd think Jupiter. I'd assume you were talking about our solar system ("known" here implying there might be more planets out in the distant reaches).

4 hours agoadastra22

I would not, I would clarify, and I think I'm a human.

4 hours agojaggederest

Yeah, just like humans always know what you mean.

2 hours agonkmnz

But different humans would know what you meant differently. Some would have known it the same way the AI did.

3 hours agorecursive

I would be amused to see you test this theory with 100 men on the street

3 hours agoCGMthrowaway

Right, that's why one should use "put a strawberry in the portside eye socket" and "put a strawberry in the starboard side socket"

4 hours ago0x457

When it doubt, always use nautical terminology

4 hours agoiammattmurphy

I don't know if that's so much a mistake as it is ambiguity though? To me, using the viewer's perspective in this case seems totally reasonable.

Does it still use the viewer's perspective if the prompt specifies "Put a strawberry in the _patient's left eye_"? If it does, then you're onto something. Otherwise I completely disagree with this.

4 hours agoJabrov

“The right socket” can only be implied one way when talking about a body just like you only have one right hand despite the fact that it is on my left when looking at you.

4 hours agowithinboredom

I think the fact that anyone in this thread thinks it's ambiguous is proof by definition that it's ambiguous.

25 minutes agomarcellus23

"Plug into right power socket"

Same language, opposite meaning because of a particular noun + context.

I think the only thing obvious here is that there is no obvious solution other than adding lots of clarification to your prompt.

4 hours agopphysch

I think you missed the entire point?

4 hours agowithinboredom

No, they just disagree with you.

4 hours agoswores

How do you disagree with having a right and a left hand?

4 hours agowithinboredom

GP is using right as in “correct”, not directionality.

3 hours agoTylerE

No, I don't think they are.

If you are facing a wall-plate with two power sockets on it side by side and you are telling someone to plug something in, which one would be "the right socket", and which would be "the left socket"?

If above the wall-plate is a photo of a person and you are someone to draw a tattoo on the photo, which is "the right arm" and which is "the left arm"?

Same wording, different expectation.

2 hours agodegamad

“Eye on the left” is different from “the left eye”. First can be ambiguous, second really isn’t.

4 hours agoComputerGuru

I think "the left eye" in this particular case (a photo of a skull made of pancake batter) is still very slightly ambiguous. "The skull's left eye" would not be.

3 hours agosimonw

I guess there's some ambiguity regarding whether or not this can be ambiguous. Because it seems like it can to me.

3 hours agorecursive

I meant to add a clarification to that point (because the ambiguity is a valid counterpoint), thanks for the reminder.

4 hours agominimaxir

In case anyone missed Max's Nano Banana prompting guide, it's absolutely the definitive manual for prompting the original Nano Banana... and I tried some of the prompts in there against Nano Banana Pro and found it to be very applicable to the new model as well.

https://minimaxir.com/2025/11/nano-banana-prompts/#hello-nan...

My recreations of those pancake batter skulls using Nano Banana Pro: https://simonwillison.net/2025/Nov/20/nano-banana-pro/#tryin...

5 hours agosimonw

In my experience multimodal models like gpt-image-1/nano/etc. don't really require a lot of prompt trickery [1] like the good ol' days of SD 1.5.

To be clear, that's a good thing though. It's also one of the reasons why "prompt engineering" will become less relevant as model understanding goes up.

[1] - Unless you're trying to circumvent guardrails

4 hours agovunderba

Does the refrigerator magnet system prompt leak [1] still work?

[1] https://minimaxir.com/2025/11/nano-banana-prompts/#hello-nan....

4 hours agomNovak

No, interestingly. (got a similar result as Simon did)

There may be more clever tricks to try and surface it though.

3 hours agominimaxir

> it's absolutely the definitive manual

How do you know Simon? It's certainly a blog post, with content about prompting in it. If your goal is to make generative art that uses specific IP, I wouldn't use it.

5 hours agodoctorpangloss

Do you know of a better document specifically about prompting Nano Banana?

4 hours agosimonw

Why don't you just ask Gemini? It will tell you! There's no mystery.

4 hours agodoctorpangloss

You implied that Max's Nano Banana prompting guide wasn't the best available, so I think it's on you to provide a link to a better one.

4 hours agosimonw

Why would Gemini have any more insight than anyone else, let alone someone who's done hands on testing?

4 hours agojdiff

Minor clarification, the cost for every input image is $0.0011, not $0.06.

5 hours agoashraymalhotra

I was going off the footnote of "Image input is set at 560 tokens or $0.067 per image" but 560 * 2 / 1_000_000 is indeed $0.0011 so I have no idea where the $0.067 came from. Fixed, and this is why I typically don't read docs without coffee.

5 hours agominimaxir

I would consider that a major clarification

5 hours agoTaek
[deleted]
5 hours ago

I just pushed gemimg 0.3.2 which adds image_size support for Nano Banana Pro, and I ran a few tests on some of the images in the blog. In my testing, Nano Banana Pro correctly handled most of the image generation errors noted in my blog post: https://x.com/minimaxir/status/1991580127587921971

- Fibonacci magnets: code is correctly indented and the syntax highlighting atleast tries giving variables, numbers, and keywords different colors.

- Make me a Studio Ghibli: actually does style transfer correctly, and does it better than ChatGPT ever did.

- Rendering a webpage from HTML: near-perfect recreation of the HTML, including text layout and element sizing.

That said, there may be regressions where even with prompt engineering, the generated images which are more photorealistic look too good and land back into the uncanny valley. I haven't decided if I'm going to write a follow up blog post yet.

The system prompt hacking trick doesn't work with Nano Banana Pro unfortunately.

3 hours agominimaxir

Your wrapper is awesome and still relevant.

> "I...worked on the detailed Nano Banana prompt engineering analysis for months"

Early in four decades of tech innovation I wasted time layering on fixes for clear deficiencies in a snowballing trend's tech offerings. If it's a big enough trend to have well funded competitors, just wait. The concern is likely not unique, and will likely be solved tomorrow.

I realized it's better to learn adaptive/defensive techniques, giving your product resilience to change. Your goal is that when surfing the change waves you can pick a point you like between rock solid and cutting edge and surf there safely.

Invest that "remediate their thing" time in "change resilience" instead – pays dividends from then on. It can be argued your tool is in this camp!

// Getting better at this also helps you with zero days.

4 hours agoTerretta

btw you should get on their Trusted Testers program, they do give early heads up

GDM folks, get Max on!

5 hours agoswyx

> The model generates up to two interim images to test composition and logic. The last image within Thinking is also the final rendered image.

I've been using a bespoke Generative Model -> VLM Validator -> LLM Prompt Modifier REPL as part of my benchmarks for a while now so I'd be curious to see how this stacks up. From some preliminary testing (9 pointed star, 5 leaf clover, etc) - NB Pro seems slightly better than NB though it still seems to get them wrong. It's hard to tell what's happening under the covers.

5 hours agovunderba

yes they are pricey but the price will go down over time and then you can switch. vlm.run got access as early customers and are releasing it for free with unlimited generations(till they are bottlenecked by google). some results here combining image gen(Nano Banana pro) with video gen(Veo 3.1) in a single chat https://chat.vlm.run/c/1c726fab-04ef-47cc-923d-cb3b005d6262. This combined the synth generation of a person and made the puppet dance. Quite impressive

5 hours agovisioninmyblood

This reminds me of the journalist working for months on uncovering Trump's dirty business just for Trump himself to admit the entire thing in a tweet.

5 hours agospyspy

It's written to mimic that style but without meaning that the work has been done for them, just that there is new work to be done, making it an odd perhaps unconscious reference

5 hours agowahnfrieden

this is pretty cool! have you found success with image editing in nano banana - i mean photoshop-like stuff. from your article i seem to wonder if nano banana is good for editing versus generating new images.

6 hours agosandGorgon

That IS the use-case for Nano Banana (as opposed to pure generative like Imagen4).

In my benchmarks, Nano-Banana scores a 7 out of 12. Seedream4 managed to outpace it, but Seedream can also introduce slight tone mapping variations. NB is the gold standard for highly localized edits.

Comparisons of Seedream4, NanoBanana, gpt-image-1, etc.

https://genai-showdown.specr.net/image-editing

6 hours agovunderba

I tried your "Remove all the brown pieces of candy from the glass bowl." prompt against Nano Banana Pro and it converted them to green, which I think is a pass by your criteria. Original Nano Banana had failed that test because it changed the composition of the M&Ms.

https://static.simonwillison.net/static/2025/brown-mms-remov...

3 hours agosimonw

Thanks Simon - I'm in the middle of re-running all my prompts through NB Pro at the moment. Nice to know it's already edged out the original. It also passed the SHRDLU test (swapping colored blocks) without cheating and just changing the colors. I'll have an update to the site shortly!

EDIT: Finished the comparisons. NB Pro scored a few more points than NB which was already super impressive.

https://genai-showdown.specr.net/image-editing?models=nb,nbp

3 hours agovunderba

It looks nice, what are people using the package for?

6 hours agooblio

This thing's ability to produce entire infographics from a short prompt is really impressive, especially since it can run extra Google searches first.

I tried this prompt:

  Infographic explaining how the Datasette open source project works
Here's the result: https://simonwillison.net/2025/Nov/20/nano-banana-pro/#creat...
5 hours agosimonw

It didn’t do so well at finding middle C on a piano keyboard:

https://gemini.google.com/share/c9af8de05628

I did manage to get one image of a piano keyboard where the black keys were correct, but not consistently.

4 hours agoskybrian

I've tried similar stuff such as: "Show a piano with an outstretched hand playing a Emaj triad on the E, G#, and B keys".

https://imgur.com/ogPnHcO

Even generating a standard piano with 7 full octaves that are consistent is pretty hard. If you ask it to invert the colors of the naturals and sharps/flats you'll completely break them.

4 hours agovunderba

Fooled me because it was locally correct!

2 hours agogowld

It even worked really well at creating an infographic for one of my quirkier projects which doesn't have that much information online (other than its repo).

"An infographic explaining how player.html works (from the player.html project on Github). https://github.com/pseudosavant/player.html"

And then it made one formatted for social: "Change it to be an infographic formatted to fit on Instagram as a 1:1 square image."

3 hours agopseudosavant

Game changer for architecture diagrams.

21 minutes agonrhrjrjrjtntbt
[deleted]
4 hours ago

Is the infographic accurate in terms of the way datasette wprks?

5 hours agobn-l

Almost entirely. I called out the one discrepancy in my post:

> “Data Ingestion (Read-Only)” is a bit off.

5 hours agosimonw

[flagged]

4 hours agohugkdlief

It’s subtly incorrect. R/w permissions for example are described incorrectly on some nodes.

5 hours agoOtherShrezzing

Then the question becomes, can it incorporate targeted feedback, or is it a oneshot-or-bust affair?

My experience is that ChatGPT is very good at iterating on text (prose, code) but fairly bad at iterating on images. It struggles to integrate small changes, choosing instead to start over from scratch, with wildly different results. Thinking especially here of architectural stuff, where it does a great job laying out furniture in a room, but when I ask it to keep everything the same but change the colour of one piece, it goes completely off the rails.

4 hours agomikepurvis

I would assume it depends on how it generates the images.

I've used Claude to generate fairly simple icons and launch images for an iOS game and I make sure to have it start with SVG files since those can be defined as code first. This way it's easier to iterate on specific elements of the image (certain shapes need to be moved to a different position, color needs to be changed, text needs an update, etc.).

FWIW not sure how Nano Banana Pro works though.

4 hours agospike021

You can use targeted feedback - but it's on the user to verify whether the edits were completely localized. In my experience NB mostly tends to make relatively surgical edits but if you're not careful it'll introduce other minute changes.

And that point you can either start over or just feather/mask with the original in any Photoshop type application.

4 hours agovunderba

None of it was accurate.

But boy was it beautiful.

5 hours agogpmcadam

Funny thing to say considering the author of Datasette himself says it's accurate.

an hour agoKiro

I’ve been really excited for you infographic generation. Previous models from Google and openAI had very low detail/resolution for these things.

I’ve found in general that the first generation may not be accurate but a few rolls of the dice and you should have enough to pick a style and format that works, which you can iterate on.

5 hours agofudged71

Did you check if the SynthID works when you edit the photos with filters like GrayScale?

3 hours agondkap

[dead]

5 hours agoturbonegrofa

Something I find weird about AI image generation models is that even though they no longer produce weird "artifacts" that give away that the fact that it was AI generated, you can still recognize that it's AI due to stylistic choices.

Not all examples they gave were like this. The example they gave of the word "Typography" would have fooled me as human-made. The infographics stood out though. I would have immediately noticed that the String of Turtles infographic was AI generated because of the stylistic choices. Same for the guide on how to make chai. I would be "suspicious" of the example they gave of the weather forecast but wouldn't immediately flag at as AI generated.

Similar note, earlier I was able to tell if something was AI generated right off the bat by noticing that it had a "Deviant Art" quality to it. My immediate guess is that certain sources of training data are over-represented.

4 hours agoBjorkbat

We are just very sharp when it comes to seeing small differences in images.

I'm reminded of when the air force decided to create a pilot seat that worked for everyone. They took the average body dimensions of all their recruits and designed a seat to fit the average. It turned out, the seat fit none of their recruits. [1]

I think AI image generation is a lot like this. When you train on all images, you get to this weird sort of average space. AI images look like that, and we recognize it immediately. You can prompt or fine tune image models to get away from this, though -- the features are there it's a matter of getting them out. Lots of people trying stuff like this: https://www.reddit.com/r/StableDiffusion/comments/1euqwhr/re..., the results are nearly impossible to distinguish from real images.

[1] https://www.thestar.com/news/insight/when-u-s-air-force-disc...

4 hours agomlsu

What determines which “average” AI models latch onto? At a pixel level, the average of every image is a grayish rectangle; that's obviously not what we mean and AI does not produce that. At a slightly higher level, the average of every image is the average of every subject every photographed or drawn (human, tree, house, plate of food, ...) in concept space; but AI still doesn't generate a human with branches or a house with spaghetti on it. At a still higher level there are things we recognize as sensible scenes, e.g., barista pouring a cup of coffee, anime scene of a guy fighting a robot, watercolor of a boat on a lake, which AI still does not (by default) average into, say, an equal parts watercolor/anime/photorealistic image of a barista fighting a robot on a boat while pouring a cup of coffee.

But it is undeniable that AI images do have an “average” feel to them. What causes this? What is the space over which AI is taking an average to produce its output? One possible answer is that a finite model size means that the model can only explore image space with a limited resolution, and as models get bigger/better they can average over a smaller and smaller portion of this space, but it is always limited.

But that raises the question of why models don't just naturally land on a point in image space. Is this just a limitation of training, which punishes big failures more strongly than it rewards perfection? Or is there something else at play here that's preventing models from landing directly on a “real” image?

2 hours agobobbylarrybobby

> At a pixel level, the average of every image is a grayish rectangle; that's obviously not what we mean and AI does not produce that.

That isn't correct since images in the real world aren't uniformly distributed from [0, 255] color-wise. Take, for example, the famous ImageNet normalization magic numbers:

    normalize = transforms.Normalize(mean=[0.485, 0.456, 0.406],
                                     std=[0.229, 0.224, 0.225])
If it were actually uniformly distributed, the mean for each channel would be 0.5 and the standard deviation would be 0.289. Also due to z-normalization, the "image" most image models see is not how humans typically see images.
44 minutes agominimaxir

Isn't the space you're talking about the input images that are close to the textual prompt?

These models are trained on image+text pairs. So if you prompt something like "an apple" you get a conceptual average of all images containing apples. Depending on your dataset, it's likely going to be a photograph of an apple in the center.

34 minutes agoazeirah

Tragedy of the aggregate.

20 minutes agocyanf

[dead]

3 hours agodingnuts

I think it's because they're all trained on the same data (everything they could possibly scrape from the open web). The models tend to learn some kind of distribution of what is most likely for a given prompt. It tends to produce things that are very average looking, very "likely", but as a result also predictable and unoriginal.

If you want something that looks original, you have to come up with a more original prompt. Or we have to find a way to train these models to sample things that are less likely from their distribution? Find a way to mathematically describe what it means to be original.

4 hours agosnek_case

Do you know of some tools with a parameter that asks it to be "weird" and increase diversity of outputs?

3 hours agodkural

If you ever had a pinterest account and a deviant art account, all becomes clear.

4 hours agoTerretta

It still has some artifacts more often than not, they are a lot subtler in nature but they still come out, whether it's texture, proportion, lighting, or perspective. Now some things are easier to fix on second pass edits, some are not. I guess it's why they consider image editing to be the next challenge.

4 hours agohorhay

It's a bit odd to say, but another big clue identifying something as AI-generated is that it simply looks "too good" for what it is being used for. If I see a little info graphic demonstrating something relatively mundane, and it has nice 3D rendered characters or graphical elements, at this point it's basically guaranteed to be AI, because you just sort of intuitively know when something would've justified the human labor necessary to produce that.

4 hours agoralusek

Funny enough that had crossed my mind with the woodchuck example, because at a glance I can't see any weird artifacts, but I felt confident I could tell it was AI generated immediately if I saw it in the wild, and I couldn't really explain why. My immediate guess was "well, who the hell would actually bother to make something like this?"

3 hours agoBjorkbat

It's not odd to say. It was one of the first telling signs to identify AI artists[0] on Twitter: overly detailed backgrounds.

Of course now a lot of them have learned the lesson and it's much harder to tell.

[0]: I know, I know...

3 hours agoraincole

The interesting tidbit here is SynthID. While a good first step, it doesn't solve the problem of AI generated content NOT having any kind of watermark. So we can prove that something WITH the ID is AI generated but we can't prove that something without one ISN'T AI generated.

Like it would be nice if all photo and video generated by the big players would have some kind of standardized identifier on them - but now you're left with the bajillion other "grey market" models that won't give a damn about that.

6 hours agotheoldgreybeard

Some days it feels like I'm the only hacker left who doesn't want government mandated watermarking in creative tools. Were politicians 20 years ago as overreative they'd have demanded Photoshop leave a trace on anything it edited. The amount of moral panic is off the charts. It's still a computer, and we still shouldn't trust everything we see. The fundamentals haven't changed.

6 hours agoakersten

> It's still a computer, and we still shouldn't trust everything we see. The fundamentals haven't changed.

I think that by now it should be crystal clear to everyone that it matters a lot the sheer scale a new technology permits for $nefarious_intent.

Knives (under a certain size) are not regulated. Guns are regulated in most countries. Atomic bombs are definitely regulated. They can all kill people if used badly, though.

When a photo was faked/composed with old tech, it was relatively easy to spot. With photoshop, it became more complicated to spot it but at the same time it wasn't easy to mass-produce altered images. Large models are changing the rules here as well.

6 hours agodarkwater

I think we're overreacting. Digital fakes will proliferate, and we'll freak out bc it's new. But after a certain amount of time, we'll just get used to it and realize that the world goes on, and whatever major adverse effects actually aren't that difficult to deal with. Which is not the case with nuclear proliferation or things like that.

The story of human history is newer generations freaking about progress and novel changes that have never been seen before. And later generations being perfectly okay with it and adapting to a new style of life.

5 hours agocsallen

In general I concur but the adaptation doesn't come out of the blue or just only because people get used to it but also because countermeasures are taken, regulations are written and adjustments are made to reduce the negative impact. Also the hyperconnected society is still relatively new and I'm not sure we have adapted for it yet.

5 hours agodarkwater

I think the long term effect will be that photos and videos no longer have any evidentiary value legally or socially, absent a trusted chain of custody.

3 hours agosebzim4500

It shouldn’t be that we panic about it and regulate the hell out.

We could use the opportunity to deploy robust systems of verification and validation to all digital works. One that allows for proving authenticity while respecting privacy if desired. For example… it’s insane in the US we revolve around a paper social security number that we know damn well isn’t unique. Or that it’s a massive pain in the ass for most people to even check the hash of a download.

Guess which we’ll do!

5 hours agoSV_BubbleTime

> a new technology permits for $nefarious_intent

But people with actual nefarious intent will easily be able to remove these watermarks, however they're implemented. This is copy protection and key escrow all over again - it hurts honest people and doesn't even slow down bad people.

3 hours agocommandlinefan

> Knives (under a certain size) are not regulated. Guns are regulated in most countries. Atomic bombs are definitely regulated

I don’t think this is a good comparison: knives are easy to produce, guns a bit harder, atomic bombs definitely harder. You should find something that is as easy to produce as a knife, but regulated.

6 hours agohk__2

The "product" to be regulated here is the LLM/model itself, not its output.

Or, if you see the altered photo as the "product", then the "product" of the knife/gun/bomb is the damage it creates to a human body.

5 hours agodarkwater

>You should find something that is as easy to produce as a knife, but regulated.

The DEA and ATF have entered the chat

4 hours agowing-_-nuts

They can leave, plain water fits this bill.

4 hours agowithinboredom

Politicians absolutely were doing this 20-30 years ago. Plenty of folks here are old enough to remember debates on Slashdot around the Communications Decency Act, Child Online Protection Act, Children's Online Privacy Protection Act, Children's Internet Protection Act, et al.

https://en.wikipedia.org/wiki/Communications_Decency_Act

6 hours agomh-

It’s annoying how effective “for the children” is. That peiole really just turn off their brains for that.

5 hours agoSV_BubbleTime

Easy to say until it impacts you in a bad way:

https://www.nbcnews.com/tech/tech-news/ai-generated-evidence...

> “My wife and I have been together for over 30 years, and she has my voice everywhere,” Schlegel said. “She could easily clone my voice on free or inexpensive software to create a threatening message that sounds like it’s from me and walk into any courthouse around the country with that recording.”

> “The judge will sign that restraining order. They will sign every single time,” said Schlegel, referring to the hypothetical recording. “So you lose your cat, dog, guns, house, you lose everything.”

At the moment, the only alternative is courts simply never accept photo/video/audio as evidence. I know if I were a juror I wouldn't.

At the same time, yeah, watermarks won't work. Sure, Google can add a watermark/fingerprint that is impossible to remove, but there will be tools that won't put such watermarks/fingerprints.

5 hours agoBeetleB

Testimony is evidence. I don't think most cases have any physical evidence.

3 hours agomkehrt

A lot of cases rely heavily on security camera footage.

3 hours agoBeetleB

I suspect watermarking ends up being a net negative, as people learn to trust that lack of a watermark indicates authenticity. Propaganda won’t have the watermark.

6 hours agodpark

Unless they've recently changed it, Photoshop will actually refuse to open or edit images of at least US banknotes.

5 hours agollbbdd

You do know that every color copier comes with the ability to identify US currency and would refuse to copy it? And that every color printer leaves a pattern of faint yellow dots on every printout that uniquely identifies the printer?

6 hours agomlmonkey

Is this something strictly with the US currency notes or is the same true for other countries currency as well?

6 hours agosabatonfan

And that's not a good thing.

6 hours agopotsandpans

Nope, having a stable, trusted currency trumps whatever productive use one could have for a anonymous, currency reproducing color printer

4 hours agowing-_-nuts

I'm just responding to this by OP:

> Were politicians 20 years ago as overreative they'd have demanded Photoshop leave a trace on anything it edited.

6 hours agomlmonkey

Why not? Like, genuinely.

6 hours agofwip

I generally don't think that's it's good or just for a government to collude with manufacturers to track/trace it's citizens without consent or notice. And even if notice was given, I'd still be against it

The arguments put forward by people generally I don't find compelling -- for example, in this thread around protecting against counterfeit.

The "force" applied to address these concerns is totally out of proportion. Whenever these discussions happen, I feel like they descend into a general viewpoint, "if we could technically solve any possible crime, we should do everything in our power to solve it."

I'm against this viewpoint, and acknowledge that that means _some crime_ occurs. That's acceptable to me. I don't feel that society is correctly structured to "treat" crime appropriately, and technology has outpaced our ability to holistically address it.

Generally, I don't see (speaking for the US) the highest incarceration rate in the world to be a good thing, or being generally effective, and I don't believe that increasing that number will change outcomes.

4 hours agopotsandpans

Gotcha, thanks for the explanation. I think that personally, I agree with your stance that it's a bad kind of thing for government to do, but in practice I find that I'm in favor of the effects of this specific law. (Perhaps I need to do some thinking.)

20 minutes agofwip

It depends on how you're looking at it. For the people not getting handed counterfeit currency, it's probably a good thing.

5 hours agooblio

Also probably good for the people trying to counterfeit money with a printer, better not to end up in jail for that.

5 hours agofwip

Try photocopying some US dollar bills.

5 hours agorcruzeiro

HN is full of authoritarian bootlickers who can't imagine that people can exist without a paternalistic force to keep them from doing bad things.

2 hours agoDer_Einzige

I'm sure Apple will roll something out in the coming years. Now that just anyone can easily AI themselves into a picture in front of the Eiffel tower, they'll want a feature that will let their users prove that they _really_ took that photo in front of the Eiffel tower (since to a lot of people sharing that you're on a Paris vacation is the point, more than the particular photo).

I bet it will be called "Real Photos" or something like that, and the pictures will be signed by the camera hardware. Then iMessage will put a special border around it or something, so that when people share the photos with other Apple users they can prove that it was a real photo taken with their phone's camera.

5 hours agolosvedir

Does anyone other than you actually care about your vacation photos?

There used to be a joke about people who did slideshows (on an actual slide projector) of their vacation photos at parties.

5 hours agopigpop

> a real photo taken with their phone's camera

How "real" are iPhone photos? They're also computationally generated, not just the light that came through the lens.

Even without any other post-processing, iPhones generate gibberish text when attempting to sharpen blurry images, they delete actual textures and replace them with smooth, smeared surfaces that look like a watercolor or oil paintings, and combine data from multiple frames to give dogs five legs.

5 hours agopanarky

Don’t be a pedant. You know very well there is a big different between a photo taken on an iPhone and a photo edited with Nano Banana.

4 hours agowyre

If there was a standardized identifier, there would be software dedicated to just removing it.

I don't see how it would defeat the cat and mouse game.

6 hours agoslashdev

It doesn't have to be perfect to be helpful.

For example, it's trivial to post an advertisement without disclosure. Yet it's illegal, so large players mostly comply and harm is less likely on the whole.

6 hours agopaulryanrogers

You'd need a similar law around posting AI photos/videos without disclosure. Which maybe is where we're heading.

It still won't prevent it, but it would prevent large players from doing it.

6 hours agoslashdev

I don't think it will be easy to just remove it. It's built into the image and thus won't be the same every time.

Plus, any service good at reverse-image search (like Google) can basically apply that to determine whether they generated it.

There will always be a way to defeat anything, but I don't see why this won't work for like 90% of cases.

6 hours agoaqme28

> I don't think it will be easy to just remove it.

No, but model training technology is out in the open, so it will continue to be possible to train models and build model toolchains that just don't incorporate watermarking at all, which is what any motivated actor seeking to mislead will do; the only thing watermarking will do is train people to accept its absence as a sign of reliability, increasing the effectiveness of fakes by motivated bad actors.

5 hours agodragonwriter

It's an image. There's simply no way to add a watermark to an image that's both imperceptible to the user and non-trivial to remove. You'd have to pick one of those options.

6 hours agofamouswaffles

That is patently false.

4 hours agoaqme28

So, uh... do you know of an implementation that has both those properties? I'd be quite interested in that.

4 hours agoflir

I'm not sure that's correct. I'm not an expert, but there's a lot of literature on digital watermarks that are robust to manipulation.

It may be easier if you have an oracle on your end to say "yes, this image has/does not have the watermark," which could be the case for some proposed implementations of an AI watermark. (Often the use-case for digital watermarks assumes that the watermarker keeps the evaluation tool secret - this lets them find, e.g, people who leak early screenings of movies.)

5 hours agofwip

> I don't think it will be easy to just remove it.

Always has been so far. You add noise until the signal gets swamped. In order to remain imperceptible it's a tiny signal, so it's easy to swamp.

6 hours agoflir

You could probably just stick your image in another model or tool that didn't watermark and have it regenerate the image as accurately as possible.

6 hours agorcarr

Exactly, a diffusion model can denoise the watermark out of the image. If you wanted to be doubly sure you could add noise first and then denoise which should completely overwrite any encoded data. Those are trivial operations so it would be easy to create a tool or service explicitly for that purpose.

5 hours agopigpop
[deleted]
5 hours ago

It would be like standardizing a captcha, you make a single target to defeat. Whether it is easy or hard is irrelevant.

6 hours agoslashdev

There will be a model trained to remove synthids from graphics generated by other models

6 hours agoVWWHFSfQ

The incentive for commercial providers to apply watermarks is so that they can safely route and classify generated content when it gets piped back in as training or reference data from the wild. That it's something that some users want is mostly secondary, although it is something they can earn some social credit for by advertising.

You're right that there will existed generated content without these watermarks, but you can bet that all the commercial providers burning $$$$ on state of the art models will gradually coalesce around some means of widespread by-default/non-optional watermarking for content they let the public generate so that they can all avoid drowning in their own filth.

6 hours agoswatcoder

I don't understand why there isn't an obvious, visible watermark at all. Yes, one could remove it but let's assume 95% of people don't bother removing the visible watermark. It would really help with seeing instantly when an image was AI generated.

3 hours agodomoritz

SynthID has been in use for over 2 years.

6 hours agoxnx

Regardless of how you feel about this kind of steganography, it seems clear that outside of a courtroom, deepfakes still have the potential to do massive damage.

Unless the watermark randomly replaces objects in the scene with bananas, these images/videos will still spread like wildfire on platforms like TikTok, where the average netizen's idea of due diligence is checking for a six‑fingered hand... at best.

5 hours agovunderba

It solves some problems! For example, if you want to run a camgirl website based on AI models and want to also prove that you're not exploiting real people

6 hours agobaby

> It solves some problems! For example, if you want to run a camgirl website based on AI models and want to also prove that you're not exploiting real people

So, you exploit real people, but run your images through a realtime AI video transformation model doing either a close-to-noop transformation or something like changing the background so that it can't be used to identify the actual location if people do figure out you are exploiting real people, and then you have your real exploitation watermarked as AI fakery.

I don't think this is solving a problem, unless you mean a problem for the would-be exploiter.

5 hours agodragonwriter

Your use case doesn't even make sense. What customers are clamoring for that feature? I doubt any paying customer in the market for (that product) cares. If the law cares, the law has tools to inquire.

All of this is trivially easy to circumvent ceremony.

Google is doing this to deflect litigation and to preserve their brand in the face of negative press.

They'll do this (1) as long as they're the market leader, (2) as long as there aren't dozens of other similar products - especially ones available as open source, (3) as long as the public is still freaked out / new to the idea anyone can make images and video of whatever, and (4) as long as the signing compute doesn't eat into the bottom line once everyone in the world has uniform access to the tech.

The idea here is that {law enforcement, lawyers, journalists} find a deep fake {illegal, porn, libelous, controversial} image and goes to Google to ask who made it. That only works for so long, if at all. Once everyone can do this and the lookup hit rates (or even inquiries) are < 0.01%, it'll go away.

It's really so you can tell journalists "we did our very best" so that they shut up and stop writing bad articles about "Google causing harm" and "Google enabling the bad guys".

We're just in the awkward phase where everyone is freaking out that you can make images of Trump wearing a bikini, Tim Cook saying he hates Apple and loves Samsung, or the South Park kids deep faking each other into silly circumstances. In ten years, this will be normal for everyone.

Writing the sentence "Dr. Phil eats a bagel" is no different than writing the prompt "Dr. Phil eats a bagel". The former has been easy to do for centuries and required the brain to do some work to visualize. Now we have tools that previsualize and get those ideas as pixels into the brain a little faster than ASCII/UTF-8 graphemes. At the end of the day, it's the same thing.

And you'll recall that various forms of written text - and indeed, speech itself - have been illegal in various times, places, and jurisdictions throughout history. You didn't insult Caesar, you didn't blaspheme the medieval church, and you don't libel in America today.

6 hours agoechelon

> What customers are clamoring for that feature? If the law cares, the law has tools to inquire.

How can they distinguish from real people exploited to AI models autogenerating everything?

I mean right now this is possible, largely because a lot of the AI videos have shortcomings. But imagine in 5 years from now on ...

6 hours agoshevy-java

> How can they distinguish from real people exploited to AI models autogenerating everything?

Watermarking by compliant models doesn't help this much because (1) models without watermarking exist and can continue to be developed (especially if absence of a watermark is treated as a sign of authenticity), so you cannot rely on AI fakery being watermarked, and (2) AI models can be used for video-to-video generation without changing much of the source, so you can't rely on something accurately watermarked as "AI-generated" not being based in actual exploitation.

Now, if the watermarking includes provenance information, and you require certain types of content to be watermarked not just as AI using a known watermarking system, but by a registered AI provider with regulated input data safety guardrails and/or retention requirements, and be traceable to a registered user, and...

Well, then it does something when it is present, largely by creating a new content gatekeepiing cartel.

2 hours agodragonwriter

> How can they distinguish from real people exploited to AI models autogenerating everything?

The people who care don't consume content which even just plausibly looks like real people exploited. They wouldn't consume the content even if you pinky promised that the exploited looking people are not real people. Even if you digitally signed that promise.

The people who don't care don't care.

5 hours agokrisoft

It would be more productive for camera manufacturers to embed a per-device digital signature. Those care to prove their image is genuine could publish both pre and post processed images for transparency.

5 hours agoDenisM

This watermarking ceremony is useless.

We will always have local models. Eventually the Chinese will release a Nano Banana equivalent as open source.

6 hours agoechelon

> We will always have local models.

If watermarking becomes a legal mandate, it will inevitably include a prohibition on distributing (and using and maybe even possessing, but the distribution ban is the thing that will have the most impact, since it is the part that is most policable, and most people aren't going to be training their own models, except, of course, the most motivated bad actors) open models that do not include watermarking as a baked-in model feature. So, for most users, it'll be much less accessible (and, at the same time, it won't solve the problem.)

5 hours agodragonwriter

  have some kind of standardized identifier on them
Take this a step further and it'll be a personal identifying watermark (only the company can decode). Home printers already do this to some degree.
6 hours agostaplers

yeah, personally identifying undetectable watermarks are kindof a terrifying prospect

6 hours agotheoldgreybeard

It is terrifying, but inevitable. Perhaps AI companies flooding the commons with excrement wasn't the best idea, now we all have to suffer the consequences.

6 hours agooverfeed

Reminder that even in the hypothetical world where every AI image is digitally watermarked, and all cameras have a TPM that writes a hash of every photo to the blockchain, there’s nothing to stop you from pointing that perfectly-verified camera at a screen showing your perfectly-watermarked AI image and taking a picture.

Image verification has never been easy. People have been airbrushed out of and pasted into photos for over a century; AI just makes it easier and more accessible. Expecting a “click to verify” workflow is unreasonable as it has ever been; only media literacy and a bit of legwork can accomplish this task.

6 hours agomortenjorck

Competent digital watermarks usually survive the 'analog hole'. Screen-cam resistant watermarks have been in use since at least 2020, and if memory serves, back to 2010 when I first starting reading about them, but I don't recall what it was called back then.

5 hours agofwip

I just tried asking Gemini about a photo I took of my screen showing an image I edited with Nano Banana Pro... and it said "All or part of the content was generated with Google AI. SynthID detected in less than 25% of the image".

Photo-of-a-screen: https://gemini.google.com/share/ab587bdcd03e

It reported 25-50% for the image without having been through that analog hole: https://gemini.google.com/share/022e486fd6bf

3 hours agosimonw

Thanks for testing it!

21 minutes agofwip

We need to be super careful with how legislation around this is passed and implemented. As it currently stands, I can totally see this as a backdoor to surveillance and government overreach.

If social media platforms are required by law to categorize content as AI generated, this means they need to check with the public "AI generation" providers. And since there is no agreed upon (public) standard for imperceptible watermarks hashing that means the content (image, video, audio) in its entirety needs to be uploaded to the various providers to check if it's AI generated.

Yes, it sounds crazy, but that's the plan; imagine every image you post on Facebook/X/Reddit/Whatsapp/whatever gets uploaded to Google / Microsoft / OpenAI / UnnamedGovernmentEntity / etc. to "check if it's AI". That's what the current law in Korea and the upcoming laws in California and EU (for August 2026) require :(

5 hours agogigel82

I don't believe that you can do this for photography. For AI-images, if the embedded data has enough information (model identification and random seed), one can prove that it was AI by recreating it on the fly and comparing. How do you prove that a photographic image was created by a CCD? If your AI-generated image were good enough to pass, then hacking hardware (or stealing some crypto key to sign it) would "prove" that it was a real photograph.

Hell, it might even be possible for some arbitrary photographs to come up with an AI prompt that produces them or something similar enough to be indistinguishable to the human eye, opening up the possibility of "proving" something is fake even when it was actually real.

What you want just can't work, not even from a theoretical or practical standpoint, let alone the other concerns mentioned in this thread.

5 hours agoNoMoreNicksLeft

It solves a real problem - if you have something sketchy, the big players can repudiate it, the authorities can more formally define the black market, and we can have a ‘war on deepfakes’ to further enable the authorities in their attempts to control the narratives.

5 hours agolazide

Labelling open source models as "grey market" is a heck of a presumption

6 hours agomorkalork

Every model is "grey market". They're all trained on data without complying with any licensing terms that may exist, be they proprietary or copyleft. Every major AI model is an instance of IP theft.

6 hours agobigfishrunning

It's why I used "scare quotes".

6 hours agotheoldgreybeard

This is the first image model I’ve used that passed my piano test. It actually generated an image of a keyboard with the proper pattern of black keys repeated per octave – every other model I’ve tried this with since the first Dall-E has struggled to render more than a single octave, usually clumping groups of two black keys or grouping them four at a time. Very impressive grasp of recursive patterns.

5 hours agomortenjorck

If you ask it for anything outside of the standard 88 key set it falls short. For instance

"Generate a piano, but have the left most key start at middle C, and the notes continue in the standard order up (D, E, F, G, ...) to the right most key"

The above prompt will be wrong, seemingly every time. The model has no understanding of the keys or where they belong, and it is not able to intuit creating something within the actual confines of how piano notes are patterned.

"Generate a piano but color every other D key red"

This also wrong, every time, with seemingly random keys being colored.

I would imagine that a keyboard is difficult to render (to some extent) but I also don't think its particularly interesting since it is a fully standardized object with millions of pictures from all angles in existence to learn from right?

4 hours agocrat3r

Yep - one of my goto bench marks is a "historical piano" - meaning the naturals are black and the sharps/flats are white.

https://imgur.com/a/SZbzsYv

4 hours agovunderba

Periodic motion (groups of repeating patterns) always tend to degrade at some point. Maintaining coherence over 88 keys is impressive.

5 hours agovunderba

You can try it out for free on LMArena [0]: New Chat -> Battle dropdown -> Direct Chat -> Click on Generate Image in the chat box -> Click dropdown from hunyuan-image-3.0 -> gemini-3-pro-image-preview (nano-banana-pro).

I've only managed to get a few prompts to go through, if it takes longer than 30 seconds it seems to just time out. Image quality seems to vary wildly; the first image I tried looked really good but then I tried to refresh a few times and it kept getting worse.

[0] lmarena.ai/

5 hours agoTheAceOfHearts

Thanks - this worked for me (some errors, some success).

Last week I was making a birthday card for my son with the old model. The new model is dramatically better - I'm asking for an image in comic book style, prompted with some images of him.

With the previous model, the boy was descriptively similar (e.g. hair colour and style) but looked nothing like him. With this model it's recognisably him.

4 hours agoRobinL

When I do that, I get two (very similar but not identical) responses side-by-side in one image (I guess as if the model is battling itself?). Is that normal for lmarena?

https://imgur.com/a/h0ncCFN

5 hours agoscottlamb

I've had nano banana pro for a few weeks now, and it's the most impressive AI model I've ever seen

The inline verification of images following the prompt is awesome, and you can do some _amazing_ stuff with it.

It's probably not as fun anymore though (in the early access program, it doesn't have censoring!)

6 hours agodangoodmanUT

Genuinely believe that images are 99.5% solved now and unless you’re extremely keen eyed, you won’t be able to tell AI images from real images now

3 hours agospaceman_2020

I'd be curious about how well the inline verification works - an easy example is to have it generate a 9-pointed star, a classic example that many SOTA models have difficulties with.

In the past, I've deliberately stuck a Vision-language model in a REPL with a loop running against generative models to try to have it verify/try again because of this exact issue.

EDIT: Just tested it in Gemini - it either didn't use a VLM to actually look at the finished image or the VLM itself failed.

Output:

  I have finished cross-referencing the image against the user's specific requests. The primary focus was on confirming that the number of points on the star precisely matched the requested nine. I observed a clear visual representation of a gold-colored star with the exact point count that the user specified, confirming a complete and precise match.

Result:

  Bog standard star with *TEN POINTS*.
6 hours agovunderba

How did you get early access?!

5 hours agobn-l

"Inline verification of images following the prompt is awesome, and you can do some _amazing_ stuff with it." - could you elaborate on this? sounds fascinating but I couldn't grok it via the blog post (like, it this synthid?)

6 hours agorefulgentis

It uses Gemini 3 inline with the reasoning to make sure it followed the instructions before giving you the output image

6 hours agodangoodmanUT

LLMs might be a dead end, but we're going to have amazing images, video, and 3D.

To me the AI revolution is making visual media (and music) catch up with the text-based revolution we've had since the dawn of computing.

Computers accelerated typing and text almost immediately, but we've had really crude tools for images, video, and 3D despite graphics and image processing algorithms.

AI really pushes the envelope here.

I think images/media alone could save AI from "the bubble" as these tools enable everyone to make incredible content if you put the work into it.

Everyone now has the ingredients of Pixar and a music production studio in their hands. You just need to learn the tools and put the hours in and you can make chart-topping songs and Hollywood grade VFX. The models won't get you there by themselves, but using them in conjunction with other tools and understanding as to what makes good art - that can and will do it.

Screw ChatGPT, Claude, Gemini, and the rest. This is the exciting part of AI.

6 hours agoechelon

How can LLMs be a dead end? The last improvement in LLMs came out this week.

4 hours agoSevii

I wouldn’t call LLMs a dead end, they’re so useful as-is

6 hours agodangoodmanUT

LLMs are useful, but they've hit a wall on the path to automating our jobs. Benchmark scores are just getting better at test taking. I don't see them replacing software engineers without overcoming obstacles.

AI for images, video, music - these tools can already make movies, games, and music today with just a little bit of effort by domain experts. They're 10,000x time and cost savers. The models and tools are continuing to get better on an obvious trend line.

6 hours agoechelon

I'm literally a software engineer, and a business owner. I don't think about this in binary terms (replacement or not), but just like CMS's replaced the jobs of people that write HTML by hand to build websites, I think whole classes of software development will get democratized.

For example, I'm currently vibe coding an app that will be specific to our company, that helps me run all the aspects of our business and integrates with our systems (so it'll integrate with quickbooks for invoicing, etc), and help us track whether we have the right insurance across multiple contracts, will remind me about contract deadlines coming up, etc.

It's going to combine the information that's currently in about 10 different slightly out of sync spreadsheets, about 2 dozen google docs/drive files, and multiple external systems (Gusto, Quickbooks, email, etc).

Even though I could build all this manually (as a software developer), I'd never take the time to do it, because it takes away from client work. But now I can actually do it because the pace is 100x faster, and in the background while I'm doing client work.

4 hours agoatonse

Doesn’t seem like a dead end at all. Once we can apply LLMs to the physical world and its outputs control robot movements it’s essentially game over for 90% of the things humans do, AGI or not.

3 hours agodyauspitr

It's crazy how good these models are at text now. Remember when text was literally impossible? Now the models can diagetically render any text. It's so good now that it seems like a weird blip that it _wasn't_ possible before.

Not to mention all the other stuff.

5 hours agosd9

I agree, it's improving by leaps. I'm still patiently awaiting for my niche use of creating new icons though, one that can match the existing curvature, weight, spacing, and balance. It seems AI is struggling in the overlap of visuals <-> code, or perhaps there's less business incentive to train on that front. I know the pelican on bicycle svg is getting better, but still really rough looking and hard to modify with prompt versus just spending some time upfront to do it yourself in an editor.

5 hours agopsygn89

SynthID seems interesting but in classic Google fashion, I haven't a clue on how to use it and the only button that exists is join a waitlist. Apparently it's been out since 2023? Also, does SynthID work only within gemini ecosystem? If so, is this the beginning of a slew of these products with no one standard way? i.e "Have you run that image through tool1, tool2, tool3, and tool4 before deciding this image is legit?"

edit: apparently people have been able to remove these watermarks with a high success rate so already this feels like a DOA product

7 hours agovolkk

> SynthID seems interesting but in classic Google fashion, I haven't a clue on how to use it and the only button that exists is join a waitlist. Apparently it's been out since 2023? Also, does SynthID work only within gemini ecosystem? If so, is this the beginning of a slew of these products with no one standard way

No, its not the beginning, multiple different watermarking standards, watermark checking systems, and, of course, published countermeasures of various effectiveness for most of them, have been around for a while.

5 hours agodragonwriter

I guess the true endgame of AI products is naming them. We still have quite a way to go.

7 hours agofouronnes3

We just need a new AI for that.

7 hours agotimenotwasted

Need a name for something? Try our new Mini Skibidi model!

6 hours agoriskable

Also introducing the amazing 6-7 pro model

5 hours agogorbot

This has always been the hardest problem in computer science besides “Assume a lightweight J2EE distribution…”

7 hours agob33j0r

I was at a tech conference yesterday, and I asked someone if they had tried nano banana. They looked at me like I was crazy. These names aren't helping! (But honestly I love it, easier to remember than Gemini-2.whatever.

6 hours agojedberg

Honestly I give Google credit for realizing that they had something that people were talking about and running with it instead of just calling it gemini-image-large-with-text-pro

7 hours agoawillen

They tried calling it gemini-2.5-whatever, but social media obsessed over the name "Nano Banana", which was just its codename that got teased on Twitter for a few weeks prior to launch.

After launch, Google's public branding for the product was "Gemini" until Google just decided to lean in and fully adopt the vastly more popular "Nano Banana" label.

The public named this product, not Google. Google's internal codename went virally popular and outstaged the official name.

Branding matters for distribution. When you install yourself into the public consciousness with a name, you'd better use the name. It's free distribution. You own human wetware market share for free. You're alive in the minds of the public.

Renaming things every human has brand recognition of, eg. HBO -> Max, is stupid. It doesn't matter if the name sucks. ChatGPT as a name sucks. But everyone in the world knows it.

This will forever be Nano Banana unless they deprecate the product.

6 hours agoechelon

There are only 2 hard problems in computer science: cache coherency, naming things and off by 1 errors...

6 hours agomlmonkey

I feel like I am going crazy or missed something simple but when I use the Gemini app and I ask it to edit a photo that I upload, 2.5 flash works really well but 2.5 pro or 3.0 pro do a very poor job. I uploaded an image of me and asked it to make me bald and flash did a great job of just changing me in the photo but 3.0 pro took me out of the photo completely and just created a headshot of a bald man that only sort of resembled me. Am I missing something or does paying for the pro version not give you anything over the 2.5 flash model?

an hour agoNemi

The code name “nano banana” model is based on the Flash 2.5 foundation. Until today it was the “latest and greatest”.

an hour agojiggawatts

Does anyone know if this is predicting the entire image at once, or if it's breaking it into constituent steps i.e. "draw text in this font at this location" and then composing it from those "tools"? It would be really interesting if they've solved the garbled text problem within the constraint of predicting the entire image at once.

5 hours agoashleyn

I strongly suspect it's the latter, though someone please chime in if I'm wrong.

Even so, this is a real advancement. It's impressive to see existing techniques combined to meaningfully improve on SOTA image generation.

4 hours agojohnecheck

The previous nano banana was using composing tools. It was really obvious by some of the janky outputs it made. Not sure about this one, but presumably they built off it.

4 hours agoscoopertrooper

There still is some garbled text sometimes so it can't be the latter (try to get it to generate a map of 48 us states labeled - the ones that are too small to write on and need arrows were garbled (1 attempt))

2 hours agoFergusArgyll

I’m pretty sure, but no expert on the matter, that correct text rendering was solved by feeding in bitmaps of rasterized fonts as supplemental context to the image generation models.

3 hours agoteaearlgraycold

I don't understand the excitement around generating and/or watching AI-produced videos. To me it's probably the single most uninteresting and boring thing related to AI that I can think of. What is the appeal?

2 hours agoindigodaddy

Pretty sure Nano Banana only produces images.

Nonetheless, ask it to “create an infographic on how Google works”. Do you not see any excitement in the result? I think it’s pretty impressive and has a lot of utility.

2 hours agojsphweid

As a general content I agree it's a bit off putting, but I find it a lot of fun when generating content among friends like internal jokes and educational content. I got my kid to drink some meds by generating an image of a hero telling him it's important to take.

2 hours agotyurok

Do you feel the same way about VFX (marvel etc) or animated movies (pixar etc)

2 hours agobitpush

Sometimes, an animation is the best way to convey information.

2 hours agolern_too_spel

Google needs to pace themselves. AI studio, Antigravity, Banana, Banana Pro, Grape Ultra, Gemini 3, etc. This information overload don't do them any good whatsoever.

6 hours agothrowacct

Why? They're mostly different markets. Most people using Nano Banana Pro aren't using Antigravity.

A cluster of launches reinforces the idea that Google is growing and leading in a bunch of areas.

In other words, if it's having so many successes it feels like overload, that's an excellent narrative. It's not like it's going to prevent people from using the tools.

6 hours agocrazygringo

Google will never beat the "sunset after 2 years" allegations on all products that don't have "Google __" in the name

6 hours agonwsm
[deleted]
2 minutes ago

It reminds me of AWS services: I can't tell what they are because they've been named by a monkey with a typewriter.

6 hours agoreddalo

Powell Doctrine, but for AI. No one should dispute that Google is the leader in every(?) category of AI: LLM, image gen, video editing, world models, etc.

6 hours agoxnx

This cluster of launches might not be intentional. It could just be a bunch of independent teams all trying to get their launches out before the EOY deadline.

2 hours agotmoertel

Stock market seems to agree with their strategy....

6 hours agosib

... and has a tendency to disagree past the Peak of Inflated Expectations.

5 hours agoimiric

I feel it's strategic, like a massive DDoS/"shock and awe" style attack on competitors. Gotta love it as PROsumers though!

6 hours agoabixb
[deleted]
6 hours ago

Agree. I can't keep up with it, it's hard to grasp my head around them, where to go to actually use them, etc

6 hours agoarecsu

Grape Ultra?

6 hours agojasonjmcghee

That part was a joke to illustrate the point.

5 hours agothrowacct

Jules, Vertex...

6 hours agotnolet

They are riding the current buzzword wave. It'll eventually subside. And 80% of it will end up on Google's impressive software graveyard:

https://killedbygoogle.com/

6 hours agoshevy-java

I've tried to repaint the exterior of my house. More than 20 times with very detailed prompts. I even tried to optimize it with Claude. No matter what, every time it added one, two or three extra windows to the same wall.

6 hours agoevrenesat

I tried this in AI studio just now with nano banana.

Results: https://imgur.com/a/9II0Aip

The white house was the original (random photo from Google). The prompt was "What paint color would look nice? Paint the house."

6 hours agocj

> (random photo from Google)

Careful with that kind of thing.

Here, it mostly poisons your test, because that exact photo probably exists in the underlying training data and the trained network will be more or less optimized on working with it. It's really the same consideration you'd want to make when testing classifiers or other ML techs 10 years ago.

Most people taking to a task like this will be using an original photo -- missing entirely from any training date, poorly framed, unevenly lit, etc -- and you need to be careful to capture as much of that as possible when trying to evaluate how a model will work in that kind of use case.

The failure and stress points for AI tools are generally kind of alien and unfamiliar because the way they operate is totally different than the way a human operates, and if you're not especially attentive to their weird failure shapes and biases when you want to test them, or you'll easily get false positives (and false negatives) that lead you to misleading conclusions.

6 hours agoswatcoder

Yea, the base image was the first google image result for the search term "house". So definitely in the training set.

6 hours agocj

> The prompt was "What paint color would look nice? Paint the house."

At some point, this is probably gonna result in you coming home to a painted house and a big bill, lol.

5 hours agoceejayoz

Guess they ran out of paint - notice the upper window.

6 hours agovunderba

Oops. Original link wasn't using the Pro version. Edited the comment with an updated link.

6 hours agocj

I also tried that in the past with poor results. I just tried it this morning with nano banana pro and it nailed it with a very short prompt: "Repaint the house white with black trim. Do not paint over brick."

6 hours agofumeux_fume

I have this problem selecting Pro, but if I use 2.5 Flash it does a great job at these things. I am not sure why Pro does not work as well.

an hour agoNemi

I don't know what it is with Gemini (and even other models) but I swear they must be doing some kind of active load-dependant quanitization or a/b/c/d testing behind the scenes, because sometimes the model is stellar and hitting everything, and other times it's tripping all over itself.

The most effective fix I have found is that when the model is acting dumb, just turn it off and come back in the few hours to a new chat and try again.

6 hours agoWorkaccount2

Yeah I think they all shed under heavy load as part of some scaling strategy.

5 hours agojamil7

Huh, can you share a link? I tried here: https://gemini.google.com/share/e753745dfc5d

6 hours agograntpitt

https://gemini.google.com/share/79fe1a38e440

6 hours agoevrenesat

Maybe somewhere in the original comment it would have been fair to mention you can barely see the house in the original photo. This is actually a hilarious complaint

5 hours agogandreani

Maybe. But this is not an edge case. I consider this genuine use of the marketed tool.

5 hours agoJaxan

That cannot be a valid excuse. Other than adding extra windows to the clearly visible wall, it's obvious that model perfectly capable to "see" the house. It just cannot "believe" that there can be a big empty wall on a garden house.

5 hours agoevrenesat
[deleted]
4 hours ago

Nano Banana Pro is a chatGPT 3.5 to 4 tier leap.

2 hours agodyauspitr

The rollout doesn't seem to have reached my userid yet. How successful are people at getting these things to actually produce useful images? I was trying recently with the (non-Pro) Nano Banana to see what the fuss was about. As a test case, I tried to get it to make a diagram of a zipper merge (in driving), using numbered arrows to indicate what the first, second, third, etc. cars should do.

I had trouble reliably getting it to...

* produce just two lanes of traffic

* have all the cars facing the same way—sometimes even within one lane they'd be facing in opposite directions.

* contain the construction within the blocked-off area. I think similarly it wouldn't understand which side was supposed to be blocked off. It'd also put the lane closure sign in lanes that were supposed to be open.

* have the cars be in proportion to the lane and road instead of two side-by-side within a lane.

* have the arrows go in the correct direction instead of veering into the shoulder or U-turning back into oncoming traffic

* use each number once, much less on the correct car

This is consistent with my understanding of how LLMs work, but I don't understand how you can "visualize real-time information like weather or sports" accurately with these failings.

Below is one of the prompts I tried to go from scratch to an image:

> You are an illustrator for a drivers' education handbook. You are an expert on US road signage and traffic laws. We need to prepare a diagram of a "zipper merge". It should clearly show what drivers are expected to do, without distracting elements.

> First, draw two lanes representing a single direction of travel from the bottom to the top of the image (not an entire two-way road), with a dotted white line dividing them. Make sure there's enough space for the several car-lengths approaching a construction site. Include only the illustration; no title or legend.

> Add the construction in the right lane only near the top (far side). It should have the correct signage for lane closure and merging to the left as drivers approach a demolished section. The left lane should be clear. The sign should be in the closed lane or right shoulder.

> Add cars in the unclosed sections of the road. Each car should be almost as wide as its lane.

> Add numbered arrows #1–#5 indicating the next cars to pass to the left of the "lane closed" sign. They should be in the direction the cars will move: from the bottom of the illustration to the top. One car should proceed straight in the left lane, then one should merge from the right to the left (indicate this with a curved arrow), another should proceed straight in the left, another should merge, and so on.

I did have a bit better luck starting from a simple image and adding an element to it with each prompt. But on the other hand, when I did that it wouldn't do as well at keeping space for things. And sometimes it just didn't make any changes to the image at all. A lot of dead ends.

I also tried sketching myself and having it change the illustration style. But it didn't do it completely. It turned some of my boxes into cars but not necessarily all of them. It drew a "proper" lane divider over my thin dotted line but still kept the original line. etc.

6 hours agoscottlamb

Nano Banana is focused on editing. But the Pro version handles your prompt much better. First image is Pro, second is 2.5

https://imgur.com/a/3PDUIQP

6 hours agowoobar

Wow, that top image is actually quite good! Interestingly, I just got into Pro and got a worse result than yours. https://imgur.com/a/ENNk68B ... and it really seems to just vary by attempt even with the exact same prompt.

5 hours agoscottlamb

Ooh, I just got offered the new version on https://gemini.google.com/. Plugged in that exact prompt, got this:

https://imgur.com/a/ENNk68B

Much better than previous attempts. Still has an extra lane with the cars on the right cutting off the cars in the middle. Still has the numbers in the wrong order.

6 hours agoscottlamb

I'd try a some more if I were you. I saw an example of generated infographic that was greatly improved over anything I've seen an image generator do before. What you desire seems in the realm of possibility.

5 hours agoKalMann

I think you tried using the wrong tool. Nano Banana is for editing, not generating (there's Imagen for that).

6 hours agoflyinglizard

Imagen4 did no better. edit: example https://imgur.com/Dl8PWgm with a so-so result: four lanes, cars at least facing the same way, lane block looks good, weird extra division in the center, some numbers repeated, one arrow going straight into construction, one arrow going backwards

edit: or Imagen4 Ultra. https://imgur.com/a/xr2ElXj cars facing opposite directions within a lane, 2-way (4 lanes total), double-ended arrows, confused disaster. pretty though.

5 hours agoscottlamb

Everyone who worked on this is a traitor to the human race. Why do we need to make it impossible to make a living as an artist? Who thinks an endless tsunami of garbage “content” churned out by machines dropping the bottom out of all artistic disciplines is a good idea?

4 hours agoegypturnash

On the flip side, it can be good for the environment. Instead of spending tons of resources burning a car or doing a bunch of setup to get a shot, we can prompt it using relatively fewer energy resources.

21 minutes agoapt-apt-apt-apt

Capitalism, at work. Wherever there is a cost, there will be attempts made at cost efficiency. Google understands that hiring designers or artists is expensive, and they want to offer a cheaper, more effective alternative so that they can capture the market.

In a coffee shop this morning I saw a lady drawing tulips with a paper and pencil. It was beautiful, and I let her know... But as I walked away I felt sad that I don't feel that when browsing online anymore- because I remember how impressive it used to feel to see an epic render, or an oil painting, etc... I've been turned cynical.

4 hours agodeviation

There's some really impressive things about this (the speed, the lack of typical AI image gen artifacts) but it also seems less creative than other models I've tried?

"mountain dew themed pokemon" is the first search prompt I always try with new image models and Nano Banna Pro just gave me a green pikachu.

Other models do a much better job of creating something new.

4 hours agoCSMastermind

IMHO I'd rather them focus on strong literal prompt adherence so that more detailed prompts produce more accurate results.

That way you can stick your choice of any number of LLM preprocessors in front of a generic prompt like "mountain dew themed pokemon" and push the responsibility of creating a more detailed prompt upstream.

https://imgur.com/a/s5zfxS5

Note: I'm not particularly impressed with either of the results - this is more a demonstration.

3 hours agovunderba

In my limited testing, at least in terms of maintaining consistency between input and output for Asian faces, it has even regressed.

Actually, Gemini 3 is about the same, and doesn't feel as good as Claude 4.5. I have a feeling it's been fine-tuned for a cool front-end marketing effect.

Furthermore, I really don't understand why AI Studio, now requiring me to use its own API for payment, still adds a watermark.

2 hours agochaosprint

Just last night I was using Gemini "Fast" to test its output for a unique image we would have used in some consumer research if there had been a good stock image back in the day. I have been testing this prompt since the early days of AI images. The improvement in quality has been pretty remarkable for the same prompt. Composition across this time has been consistent. What I initially thought was "good enough" now is... fantastic. Just so many little details got more life-like w/ each new generation. Funnily enough, our images must be 3:2 aspect ratio. I kept asking GFast to change its square Fast output to 3:2. It kept saying it would, but each image was square or nearly square. GFast in the end was very apologetic, and said it would alert about this issue. Today I read that GPro does aspect ratios. Tried the same prompt again burning up some "Thinking" credits, and got another fantastically life-like image in 3:2. We have a new project coming up. We have relied entirely on stock or in some cases custom shot images to date. Now, apart from the time needed to get the prompts right whilst meeting with the client, I cannot see how stock or custom images can compete. I mean the GPro images -- again which is very specific to an unusual prompt -- is just "Wow". Want to emphasize again -- we are looking for specific details that many would not. So the thoughts above are specific to this. Still, while many faults can be found with AI, Nano Banana is certainly proven itself to me.

edit: I was thinking about this, and am not sure I even saw Pro3 as my image option last night. Today it was clearly there.

6 hours agoruralfam

It’s interesting, I’m trying to use it to create a themed collage by providing a few images and it does that wonderfully, but in the process it is also hallucinating the images I use so I end up with weird distorted faces. Other tools can do this without issue, but something about faces in images this model just has to modify them every time. Ask it to remove background objects and the faces get distorted as well.

Using it for non-people involved images and it’s pretty good although I haven’t done much and it isn’t doing anything 2.5-flash wasn’t already doing in the same amount of requests.

4 hours agobespokedevelopr

I tried the studio ghibli prompt on a photo my me and my wife in Japan and it was... not good. It looked more like a hand drawn sketch made with colored pencils, but none of the colors were correct. Everything was a weird shade of yellow/brown.

This has been an oddly difficult benchmark for Gemini's NB models. Googles images models have always been pretty bad at the studio ghibli prompt, but I'm shocked at how poorly it performs at this task still.

6 hours agoZeroCool2u

Could be they are specifically training against it. There was some controversy about "studio ghibli style". Similarly how in the early days of Stable Diffusion "Greg Rutkowski style" was a very popular prompt to get a specific look. These days modern Stable Diffusion based models like SD 3 or FLUX mostly removed references to specific artists from their datasets.

6 hours agoskocznymroczny

You might try it again with style transfer: 1 image of style to apply to 1 target image

6 hours agoxnx

This is a good idea, will give it a try!

6 hours agoZeroCool2u

I wonder ... do you think they might not be chasing that particular metric?

6 hours agojeffbee

Sure! But it's weird how far off it is in terms of capability.

6 hours agoZeroCool2u

Is there an "in joke" to this name that I am too old to get? Or it's just a whimsically random name?

6 hours agoanentropic

I believe it’s an internal code name that stuck.

6 hours agodullcrisp

To expand, it comes from the stealth name it was given on LMArena I believe. The model made news while still in "stealth mode" and so Google capitalised on the PR they'd already built around that and just launched it officially with the same name.

6 hours agoJowsey

I see, naturally this is the first I've heard of it ;)

5 hours agoanentropic

nano banano pronano.

6 hours agokraig911

Nani Banani, Nanu Bananu, Nano Banano...

4 hours agowerdnapk

be fi fo famo nano

6 hours agokraig911

First model I've seen that was consistently compositional, easily handling requests like

“Generate an image of an african elephant painted in the New England flag, doing a backflip in front of the russian federal assembly.”

OpenAI made the biggest step change towards compositionality in image generation when they started directly generating image tokens for decoders from foundation llms, and it worked very well (openais images were better in this regard than nano banana 1, but struggled with some OOD images like elephants doing backflips), but banana 2 nails this stuff in a way I haven't seen anywhere else

if video follows the same trends as images in terms of prompt adherence, that will be very valuable... and interesting

5 hours agostefl14

Slightly off topic, but how are people creating long videos like 30 second videos that I often see on Instagram? It I try to use Veo to make split videos, it simply cannot maintain the style or weird quirks get into the subsequent videos. Is there anything else that's the best video generation model currently other than Veo?

3 hours agosarbajitsaha

Longer videos without cuts are usually made from the first/last frame feature available in Veo 3.1 and other video models like Kling 2.5

3 hours agospaceman_2020

I really hope Google reads these HN posts. They've had some big "product" wins but the pricing, packaging, and user system is a severe blocker to growth. If developers can't or won't figure it out -- how the heck are consumers?

3 hours agocyrusradfar

And both their consumer apps are slow. You can replicate this yourself. Go to AI Studio, paste in 80K tokens of text, then type something on your keyboard, and see what happens. The Gemini web app is even worse somehow. A horrifically slow and buggy app. Not new problems either, barely any improvement on this over more than 1 year.

2 hours agoenergy123

This is really impressive. As a former designer, I'm equally excited that people will be able to generate images like this with a prompt, and sad that there will be much less incentive for people to explore design / "photoshopping" as a craft or a career.

At the end of the day, a tool is a tool, and the computer had the same effect on the creative industry when people started using them in place of illustrating by hand, typesetting by hand, etc. I don't want my personal bias to get in the way too much, but every nail that AI hammers into the creative industry's coffin is hard to witness.

6 hours agoH1Supreme

I feel you. Infact, IMO, SWE1 level coding industry seems to be a couple years lagging on this aspect.

The trouble is that learning fundamentals now is a large trough to go past, just the way grade 3-10 children learn their math fundamentals despite there being calculators. It's no longer "easy mode" in creative careers.

5 hours agoanilgulecha

If Nano-Banana-pro with Veo 3.1 existed during my PhD, I would’ve finished a 6-year dissertation in a single year — it’s generating ideas today that used to take me 18 months just to convince people were possible.

4 hours agovisioninmyblood

The person in the background's face is odd haha

3 hours agozachwass4856

I tried the same prompt as one of the examples (https://i.imgur.com/iQTPJzz.png), in the two ways they say you can run it, via Google Gemini and Google AI Studio (I suppose they're different somehow?). The prompt was "Create an infographic that shows hot to make elaichi chai" and Google Gemini created a infographic (https://i.imgur.com/aXlRzTR.png), but it was all different from what the example showed. Google AI Studio instead created a interactive website, again with different directions: https://i.imgur.com/OjBKTkJ.png

There is not a single mention about accuracy, risks or anything else in the blogpost, just how awesome the thing is. It's clearly not meant to be reliable just yet, but not making this clear up front. Isn't this almost intentionally misleading people, something that should be illegal?

5 hours agoembedding-shape

Whoever said there was a universal recipe for Elaichi Chai? It makes sense that there would be different recipes. If you are more stringent with the prompt and give it the proper context of what you want the steps to be, you'll arrive at that consistency.

5 hours agonerveband

If it were illegal to intentionally mislead people, many magicians would be out of a job :)

5 hours agojessegeens

I was just playing with the non-pro version of this and it seems to add both a Gemini and Disney watermark. Presumably this was because I referenced beauty and the beast.

Anyone know if this is an hallucination or if they have some kind of deal with content owners to add branding?

5 hours agojayd16

Wow! I was able to combine Nano Banana Pro and Veo 3.1 video generation in a single chat and it produced great results. https://chat.vlm.run/c/38b99710-560c-4967-839b-4578a4146956. Really cool model

5 hours agovisioninmyblood

Neat use-case, though the sword literally telescopically inverts itself at the beginning of the scene like a light saber where you would have expected it to be drawn from its scabbard.

I'd be interested to see how Wan 2.2 First/Last frame handles those images though...

5 hours agovunderba

That is an interesting error actually. It happened because both orientations of the sword are visually plausible, but not abrupt transitions from one to the other; there needs to be physical continuity.

Here is a reproduction of the Matrix bullet time shot with and without pose guidance to illustrate the problem: https://youtu.be/iq5JaG53dho?t=1125

5 hours agoesafak
[deleted]
3 hours ago

yeah sadly veo 3.1 has not caught up to the image generation capabilities. May be we need to work on how to make video generation more physically consistent. but the image generation results from banana pro are great.

5 hours agovisioninmyblood

another interesting use case with synth https://chat.vlm.run/c/1c726fab-04ef-47cc-923d-cb3b005d6262. made a puppet from a image of a model and made the puppet dance.

5 hours agovisioninmyblood

The feet are doing unusual movements. Reminds me of leaf node cumulative error in overcompressed hierarchical animation.

3 hours agodjmips

I see many recent accounts posting vlm.run links and if this is what I suspect it is, that's normally not allowed here.

3 hours agopatates

If you have concerns about spam, the right thing to do is to email the mods at hn@ycombinator.com with examples.

2 hours agojsnell
[deleted]
2 hours ago

The SynthID check for fishy photos is a step in the right direction, but without tighter integration into everyday tooling its not going to move the needle much. Like when I hold the power button on my Pixel 9, It would be great if it could identify synthetic images on the screen before I think to ask about it. For what its worth it would be great if the power button shortcut on Pixel did a lot more things.

6 hours agoShalomboy

You sort of can on Android, but it's a few steps:

1. Trigger Circle to Search with long holding the home button/bar

2. Select the image

3. Navigate to About this image on the Google search top bar all the way to the right - check if it says "Made by Google AI" - which means it detected the SynthID watermark.

5 hours agoDeathmax

Really interesting. Curious what the main design motivation behind this project was and what gaps it fills compared to existing tools?

3 hours agoAman_Kalwar

I'll be running it through my GenAI Comparison benchmark shortly - but so far it seems to be failing on the same tests that the original Nano Banana struggled with (such as SHRDLU).

https://genai-showdown.specr.net/image-editing

6 hours agovunderba

My experience with Nano Banana is to constantly get consistent image when dealing with muliple objects in a image, I mean creating consistent sequence etc.

We spent a lot of money trying but eventully gave up. If it is easier in Pro, then probably it stands a chance.

6 hours agosrameshc

What can nano-banana do that chatGPT made images can't? Or is it only better for image editing from what I can gather from these comments so far. I haven't used it so genuinely curious.

5 hours agoFiveplus

I made some direct comparisons my Nano Banana post (https://news.ycombinator.com/item?id=45917875) but Nano Banana can handle photorealistic photos with nuanced prompts much better. And there is no yellow filter.

5 hours agominimaxir

> Nano Banana Pro is the best model for creating images with correctly rendered and legible text directly in the image

5 hours agoseanw444

> Generate better visuals with more accurate, legible text directly in the image in multiple languages

Assuming that this new model works as advertised, it's interesting to me that it took this long to get an image generation model that can reliably generate text. Why is text generation in images so hard?

7 hours agoeminence32
[deleted]
6 hours ago

It’s not necessarily harder than other aspects. However:

- It requires an AI that actually understands English, I.e. an LLM. Older, diffusion-only models were naturally terrible at that, because they weren’t trained on it.

- It requires the AI to make no mistakes on image rendering, and that’s a high bar. Mistakes in image generation are so common we have memes about it, and for all that hands generally work fine now, the rest of the picture is full of mistakes you can’t tell are mistakes. Entirely impossible with text.

Nano Banana Pro seems to somewhat reliably produce entire pictures without any mistakes at all.

7 hours agoFilligree

As a complete layman, it seems obvious that it should be hard? Like, text is a type of graphic that needs to be coherent both in its detail and its large structure, and there’s a very small amount of variation that we don’t immediately notice as strange or flat out incorrect. That’s not true of most types of imagery.

7 hours agotobr

One of the things I've always been curious about is how effective diffusion models can be for web and app design. They're generally trained on more organic photos, but post-training on SDXL and Flux have given me good results here in the past (with the exception of text).

It's been interesting seeing the results of Nano Banana Pro in this domain. Here are a few examples:

Prompt: "A travel planner for an elegant Swiss website for luxury hiking tours. An interactive map with trail difficulty and booking management. Should have a theme that is alpine green, granite grey, glacier white"

Flux output: https://fal.media/files/rabbit/uPiqDsARrFhUJV01XADLw_11cb4d2...

NBP output: https://v3b.fal.media/files/b/panda/h9auGbrvUkW4Zpav1CnBy.pn...

---

Prompt: "a landing page for a saas crypto website, purple gradient dark theme. Include multiple sections, including one for coin prices, and some graphs of value over time for coins, plus a footer"

Flux output: https://fal.media/files/elephant/zSirai8mvJxTM7uNfU8CJ_109b0...

NBP output: https://v3b.fal.media/files/b/rabbit/1f3jHbxo4BwU6nL1-w6RI.p...

---

Prompt: "product launch website for a development tool, dark background with aqua blue and neon gold highlights, gradients"

Flux output: https://fal.media/files/zebra/aXg29QaVRbXe391pPBmLQ_4bfa61cc...

NBP output: https://v3b.fal.media/files/b/lion/Rj48BxO2Hg2IoxRrnSs0r.png

---

Note that this is with a lora I built for flux specifically for website generation. Overall, nbp seems to have less creative / inspired outputs, but the text is FAR better than the fever dream Flux is producing. I'm really excited to see how this changes design. At the very least it proved it can get close to a production quality for output, now it's just about tuning it.

an hour agojjcm

Can anyone please explain me the invisible watermarking mentioned in the said promo?

7 hours agovarbhat

It's called Synth ID. It's a watermark that proves an image was generated by AI.

https://deepmind.google/models/synthid/

7 hours agonickdonnelly

Super important for Google as a search engine so they can filter out and downrank AI generated results. However I expect there are many models out there which don’t do this, that everyone could use instead. So in the end a “feature” like this makes me less likely to use their model because I don’t know how Google will end up treating my blog post if I decide to include an AI generated or AI edited image.

7 hours agoVladVladikoff

It’s required by EU regulations. Any public generator that doesn’t do it, is in violation of that unless it’s entirely inaccessible from the EU…

But of course there’s no way to enforce it on local generation.

7 hours agoFilligree

The EU didn't define any specific method of watermarking nor does it need to be tamper resistant. Even if they had specified it though, it's easy to remove watermarks like SynthID.

3 hours agoAloisius
[deleted]
7 hours ago

So whoever creates AI content needs to voluntarily adopt this so that Google can sell "technology" for identifying said content?

Not sure how that makes any sense

7 hours agoairstrike

In theory, at least. In practice maybe not.

https://i.imgur.com/WKckRmi.png

7 hours agojsheard

?

Google doesn't claim that Gemini would call SynthID detector at this point.

Edit: well they actually do. I guess it is not rolled out yet.

6 hours agoraincole

From the OP:

> Today, we are putting a powerful verification tool directly in consumers’ hands: you can now upload an image into the Gemini app and simply ask if it was generated by Google AI, thanks to SynthID technology. We are starting with images, but will expand to audio and video soon.

Re-rolling a few times got it to mention trying SynthID, but as a false negative, assuming it actually did the check and isn't just bullshitting.

> No Digital Watermark Detected: I was unable to detect any digital watermarks (such as Google's SynthID) that would definitively label it as being generated by a specific AI tool.

This would be a lot simpler if they just exposed the detector directly, but apparently the future is coaxing an LLM into doing a tool call and then second guessing whether it actually ran the tool.

6 hours agojsheard

*by Google's AI.

7 hours agoraincole

By anybody's AI using SynthID watermarking, not just Google's AI using SynthID watermarking (it looks like partnership is not open to just anyone though, you have to apply).

6 hours agozamadatix
[deleted]
7 hours ago

Has anyone found out how to use Synth ID? If I want to if some images are AI, how can I do?

6 hours agoKolmogorovComp

It's a funny juxtaposition to slap the "Pro" label on it which makes it sound more enterprisey but leave the name as Nano Banana.

5 hours agojdoliner

Interesting they didn’t post any benchmark results - lmarena/artificial analysis etc. I would’ve thought they’d be testing it behind the scenes the same way they did with Gemini 3.

7 hours agosaretup

Maybe I'm an obscure case, but I'm just not sure what I'd use an image generation model for.

For people that use them (regularly or not), what do you use them for?

6 hours agojasonjmcghee

My most regular use-case is generating silly memes in group chats. If someone posts something meme-worthy or I come up with a creative response, image generation is good for one-off throwaway memes. A recent example was an "official license to opine on sociology", following someone arguing about credentialism.

Recently I also started using image generation models to explore ideas for what changes to make in my paintings. Although generally I don't like the suggestions it makes, sometimes it provides me with creative ideas of techniques that are worth experimenting with.

One way to approach thinking about it is that it's good for exploring permutations in an idea-space.

3 hours agoTheAceOfHearts

Random examples:

1) I have a tricep tendon injury and ChatGPT wants me to check my tricep reflex. I have no idea where on the elbow you're supposed to tap to trigger the reflex.

2) I'm measuring my body fat using skin fold calipers. Show me were the measurement sites are.

3) I'm going hiking. Remind me how to identify poison ivy and dangerous snakes.

4) What would I look like with a buzz cut?

6 hours agocj

You should never rely on AI to do 1, 2 or 3, especially a sloppy model like this.

6 hours agopaulglx

First three are interesting - all question / knowledge based where the answer is a picture. Hadn't really considered this.

6 hours agojasonjmcghee

The answer is a picture that almost certainly already exists.

Why would you want a program that just makes one up instead?

5 hours agomrguyorama

Mostly highly specific images in blog posts but I also use it for occasional comics.

https://mordenstar.com/portfolio/gorgonzo

https://mordenstar.com/portfolio/brawny-tortillas

https://mordenstar.com/portfolio/ms-frizzle-lava

6 hours agovunderba

I'm kind of reading between the lines, but sounds like "for fun" which makes sense / what I generally expected for why people use it

6 hours agojasonjmcghee

I think that's a fair assessment. I write a lot of bizarre fiction in my spare time, so Text2Image tools are a fun way to see my visions visualized.

Like this one:

A piano where the keyboard is wrapped in a circular interface surrounding a drummer's stool connected to a motor that spins the seat, with a foot-operated pedal to control rotation speed for endless glissandos.

6 hours agovunderba

Nano Banana is more of an image editing model, which probably has more broad use cases for non-generative applications: interior decorating, architecture, picking wardrobes, etc.

6 hours agoxnx

Definitely, but don't sleep on its generative capacities either. You can give it a image and instruct it "Use the attached image purely as a stylistic reference" and then proceed to use it as a regular generative model.

6 hours agovunderba

Indeed. Is Nano Banana now Google flagship image gen model (over Imagen 4)?

5 hours agoxnx

In my tests it does outscore Imagen3 and Imagen4 even in the generative capacity, but my benchmark is more focused around prompt adherence. I'd wager that for certain photorealistic tests Imagen4 is probably better.

https://genai-showdown.specr.net/?models=i3,i4,nb

5 hours agovunderba

Yeah... For some reason none of these are use cases in my day to day life. That said, I also don't open Photoshop very often. And maybe that's what this is meant to replace.

6 hours agojasonjmcghee

Not for everyone everyday, but a good tool to have in the toolbox. I recently was very easily able to mock up what a certain Christmas decoration would look like on the house. By next year, I'm sure that feature will be part of the product page.

5 hours agoxnx

I'm creating a team T-shirt from a bunch of kids drawings. The model has synthesize a bunch of disparate drawings into a cohesive concept, incorporate the team's name in the appropriate color and font, and make it simple enough for a T-shirt.

5 hours agoesafak

porn is probably the a biggest one?

but concept art, try-it-on for clothes or paint, stock art, etc

6 hours agohemloc_io

Nonconsenual pornography is the killer app.

3 hours agohooverd

Nano Banana has been the only model I’ve really loved. As a small businesses who makes products, it’s been a game changer on the marketing side. Now when I’ve got something new I need to advertise in a hurry, I take a crappy pic and fix it in that. Don’t have a perfect model ready yet? That’s ok, I can just alter to look exactly like it will.

What used to cost money and involve wait time is now free and instant.

5 hours agomattmaroon

I wouldn't trust any of the info in those images in the first carousel if I found them in the wild. It looks like AI image slop and I assume anyone who thinks those look good enough to share did not fact check any of the info and just prompted "make an image with a recipe for X"

7 hours agohbn

Yeah, the weird yellow tint, the kerning/fonts etc still immediately gives it away.

But I wouldn't mind being easily able to make infographics like these, I'd just like to supply the textual and factual content myself.

7 hours agomatsemann

I would do the same. But the reason for that is because I’m terrible at drawing and digital art, so I would need some help with the graphics in an infographics anyways. I don’t really need help with writing text or typesetting the text. I feel like if I were better at creating art I would not want AI involved at all.

7 hours agokccqzy

Oh what a day. What a lovely day.

https://www.youtube.com/watch?v=5mZ0_jor2_k

Honestly I think this is exactly how we're all feeling right now. Racing towards an unknown horizon in a nitrous powered dragster surrounded by fire tornadoes.

6 hours agommaunder

Not gonna lie - this is pretty cool.

But ... it comes from Google. My goal is to eventually degoogle completely. I am not going to add any more dependency - I am way too annoyed at having to use the search engine (getting constantly worse though), google chrome (long story ...) and youtube.

I'll eventually find solutions to these.

6 hours agoshevy-java

Time to expand my creation catalog. Lets see what we can get of out this pro version. It seems this week is for big AI announcements from Google

6 hours agojimlayman

really missed an opportunity to name it micro banana (or milli banana). Personally I can't wait for mega banana next year.

7 hours agojpadkins

I’ve been struggling with infographics. That’s my main use case but every tool seems to bungle the text.

5 hours agobilsbie

> Starting to roll out in the Gemini API and Google AI Studio

> Rolling out globally in the Gemini app

wanna be any more vague? is it out or not? where? when?

7 hours agowillsmith72

Currently, it’s rolling out in the Gemini app. When you use the “Create image” option, you’ll see a tooltip saying “Generating image with Nano Banana Pro.”

And in AI Studio, you need to connect a paid API key to use it:

https://aistudio.google.com/prompts/new_chat?model=gemini-3-...

> Nano Banana Pro is only available for paid-tier users. Link a paid API key to access higher rate limits, advanced features, and more.

6 hours agomeetpateltech

Phased rollouts are fairly common in the industry.

7 hours agoArchonical

Already available in the Gemini web app for me. I have the normal Pro subscription.

6 hours agoZeroCool2u

I don't see in the ai studio

7 hours agokoakuma-chan

I see it but when I use it says "Failed to count tokens, model not found: models/gemini-3-pro-image-preview. Please try again with a different model."

6 hours agoWawaFin
[deleted]
6 hours ago

does it handle transparency yet?

6 hours agownevets

This is a good question -- I've wanted transparency from image models for a while. One work around is to ask for a "green screen" and to key out the background but it doesn't always work very cleanly.

13 minutes agoniwrad

> One work around is to ask for a "green screen" and to key out the background but it doesn't always work very cleanly.

I recently tried that and the model (not nano pro) added the green background as a gradient.

5 minutes agownevets

Anyone else think "Nano Banana" is an awful name? For some reason it really annoys me. It looks incredibly fancy, though.

4 hours agostandardly

If only there was a straightforward way to pay google to use this, with a not entirely insane UX...

4 hours agoisoprophlex
[deleted]
7 hours ago

Adobe's stock is down 50% from last year's peak. It's humbling and scary that entire industries with millions of jobs evaporate in a matter of few years.

7 hours agomyth_drannon

There's 2 takes here: First take is the AI is replacing jobs by making existing workforce more efficient.

The 2nd take is AI is costing companies so much money, that they need to cut workforce to pay for their AI investments.

I'm inclined to think the latter is represents what's happening more than the former.

6 hours agocj

On the contrary, it's encouraging to know that maliciously greedy companies like Adobe are getting screwed for being so malicious and greedy :thumbsup:

I had second thoughts about this comment, but if I stopped typing in the middle of it, I would've had to pay a cancellation fee.

6 hours agoriskable

Adobe, for all their faults, can hardly be said to be more malicious or greedy than Google.

Adobe, at least, makes money by selling software. Google makes money by capturing eyeballs; only incidentally does anything they do benefit the user.

5 hours agocreata

Adobe makes money by renting software, not selling it. There are many creatives that would disagree with your ranking of who is more malicious or greedy.

4 hours agos1mon

What is up with these product names!? Antigravity? Nano Banana?

Not just are they making slop machines, they seem to be run by them.

I am too old for this shit.

6 hours agosimianparrot
[deleted]
6 hours ago

[dead]

7 hours agoAndrew-Tate

[flagged]

7 hours agoJoshua-Peter

Did... someone make a bot to try to post a summary to HN with an LLM that also completely fails at being accurate (which is incredibly fitting given what the topic here is)

7 hours agonerdjon

Cool, but it's still unusable for me. Somehow all my prompts are violating the rules, huh?

7 hours agoguzik

In 25 years we'll reminisce on the times when we could find a human artist who wouldn't impose Google's or OpenAI's rules on their output.

6 hours agogdulli

the open-source models will catch up, 100%

6 hours agoguzik

Open models don't seem to be catching up the LLM-based image gen at this point.

ChatGPT's imagegen has been released for half a year but there isn't anything remotely similar to it in the open weight realm.

6 hours agoraincole

Give it another 50 years. Or maybe 10. Or 5? But there's no way it won't catch up.

3 hours agorecursive

Are you asking it to recreate people?

6 hours agomudkipdev

No, and no nudity, no reference images. Example: 'athlete wearing a health tracker under a fitted training top'

6 hours agoguzik

Can you give us an example?

7 hours agoFilligree

'athlete wearing a health tracker under a fitted training top'

Failed to generate content: permission denied. Please try again.

6 hours agoguzik

It's not the censorship safeguard. Permission denied means you need a paid API key to use it. It's confusing, I know.

If you triggered the safeguard it'll give you the typical "sorry, I can't..." LLM response.

6 hours agoraincole

Have some examples?

6 hours agoASinclair

Can Google Gemini 3 check Google Flights for live ticket prices yet?

(The Gemini 3 post has a million comments too many to ask this now)

7 hours agoRazengan

https://gemini.google.com/share/19fed9993f06

6 hours agojeffbee

Ah thanks, might have to make a throwaway account just for that.

Gemini 2 still goes "While I cannot check Google Flights directly, I can provide you with information based on current search results…" blah blah

3 hours agoRazengan

Nano Banana Pro sounds like classic Google branding: quirky name, serious tech underneath. I’m curious whether the “Pro” here is about actual professional‑grade features or just marketing polish. Either way, it’s another reminder that naming can shape expectations as much as specs.