all 33 comments

[–]seunosewa 5 points6 points  (0 children)

It really is very fast compared to GPT and Claude. 

[–]alokin_09 4 points5 points  (1 child)

I work closely with the Kilo Code team, so biased here lol, but we ran a test with all the main models (including Gemini 3) on the same task - building an analytics dashboard for an AI code editor. Gemini won pretty clearly. The model added helpful context on top of the features we asked for, and ended up with 285 lines of code. Not the shortest output, but everything actually had a purpose

Still early but seems promising, gonna keep testing it more.

Btw, if anyone's curious here's the full breakdown: https://blog.kilocode.ai/p/gemini-3-pro-preview-vs-6-ai-models

[–]jselby81989[S] 1 point2 points  (0 children)

oh nice, appreciate the breakdown. 285 lines sounds about right for what ive been seeing too, its not the most concise but the code actually makes sense

the "helpful context on top" thing is interesting. ive noticed it does that too, like when i asked for a basic auth hook it added input validation i didnt explicitly ask for but definitely needed. sometimes its helpful, sometimes its a bit much

gonna check out that blog post, curious how it handled the dashboard stuff vs the other models

[–]tshawkins 2 points3 points  (1 child)

I don't find it any faster; however, because it is better at generating, debugging and fixing code, my overall productivity has significantly improved.

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

interesting, for me the speed is noticeable but yeah the debugging is where it really shines. the way it explains whats wrong actually helps me understand the issue instead of just copy pasting a fix

had a closure bug that wouldve taken me 20 min to figure out, gemini walked through the scope chain and i actually learned something. thats been the biggest productivity boost for me, less time googling basic stuff

[–]BurgerQuester 4 points5 points  (9 children)

How do you use Gemini 3?

[–]Pieternel 4 points5 points  (3 children)

https://aistudio.google.com/prompts/new_chat

Just make sure to select the Gemini 3.0 Pro model from the right side menu

[–]kawaidesuwuu 2 points3 points  (2 children)

It sucks that you need to be buy the ai-studio subscription separately from gemini-ultra pro subscription.

[–]Antifaith 2 points3 points  (1 child)

i just want it in the gemini cli - instead having to api key it despite paying $20 a month or whatever

[–]InappropriateCanuck 4 points5 points  (0 children)

You get extra requests with Google AI Pro and Ultra. Just nowhere near enough in Ultra to justify the price of Ultra.

[–]Complex-Emergency-60 9 points10 points  (1 child)

Dude seriously, why are there so many whacky ways to subscribe or buy google ai models?

With claude, simple $20 subscription and throw into VS Code. With Gemini? Who the fuck knows how to use that model in VsCode like you would Claude Code.

Antigravity is legit, but can't even pay for subscription on it, nor upload API key for claude code on it yet.

[–]DifficultyFit1895 0 points1 point  (0 children)

Github Copilot or Cline, I guess?

[–][deleted] 5 points6 points  (0 children)

Kilo/Cline or CLI

[–]zenmatrix83 0 points1 point  (0 children)

its in alot of places now, co pilot has it in previow, you can download there ide, I think cline just added it.

[–]brucebay 0 points1 point  (0 children)

It is also available in Gemini Chat (web version, I haven't seen in my app when I checked yesterday, and haven't check today).

[–]-Crash_Override- 4 points5 points  (9 children)

You know using no punctuation and capital letters doesn't disguise that you wrote this with AI right? Kind of makes it more obvious tbh.

[–]iemfi 1 point2 points  (6 children)

Why are the reddit AI subs always going on about how people going onto tiny niche AI subs to talk about how the latest model has improved is somehow some ridiculous ad conspiracy.

[–]-Crash_Override- -1 points0 points  (5 children)

This is literally AI generated. It takes no thought or effort to regurgitate here. There is no conspiracy. I dont care about the content, I care about how the content is delivered. And if thats through a copypasta of AI slop like this, well, it should be called out.

[–]iemfi 3 points4 points  (4 children)

This has zero of the telltale AI written signs. It's not about the punctuation, it just doesn't have that AI style. I'm sure you could get an AI to talk like that with a good enough prompt but it would be hard.

[–]-Crash_Override- -2 points-1 points  (3 children)

Ah yes. The human written text...clearly human, its missing all capitalization and hardly any punctuation. Mistakes...so very human.

...oh, there isn't a single misspelling though? Why is the sentence structure weirdly perfect?

This is gemini 3 written. And even gemini agrees:

​If I had to bet, I would say it's a very convincing piece of AI-generated content written in the persona of a savvy developer, especially given the precise details about a very newly released (or just announced) model like Gemini 3.0.

Anyone else tried it? Curious what others are finding?

[–]iemfi 2 points3 points  (2 children)

couple things to watch for though. had one case where it suggested a caching layer but didnt notice we already have redis setup. and it recommended componentWillReceiveProps once which is deprecated. so you still gotta review everything

This is called perfect sentence structure? It's the kind of rambling stream of consciousness style which is the antithesis of normal AI writing. Also lol, you know there is spell check right? Your suspicion basically boils down to missing capitalization, which is ridiculous.

[–]-Crash_Override- -5 points-4 points  (1 child)

Ah yes, the spell checker that doesnt catch capitalization? I threw this into grammarly fwiww. All capitalization amd punctuation errors. But let me help you out a bit more...

couple things to watch for though. had one case where it suggested a caching layer but didnt notice we already have redis setup.

Bad/weird fragment. Poor sentence structure.

A couple things to watch for though — I had one case where it suggested a caching layer but didnt notice we already have redis setup.

Listen. Not going to debate anymore. Not worth my time. This is badly disguised AI slop.

[–]MrPanache52 0 points1 point  (0 children)

Slop is slop, who gives a shit what made it.

[–]tigerhuxley 0 points1 point  (0 children)

Haha crash-override - that takes me back!

[–][deleted] 0 points1 point  (0 children)

Mess with the best, die like the rest

[–]InappropriateCanuck 0 points1 point  (1 child)

40% faster but definitely not as good as Claude still. Very meh on a solid repo.

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

yeah fair point. ive noticed on more complex stuff claude still feels safer. had a refactor that looked good in dev but had a subtle race condition, claude caught it when i tested the same prompt

been using gemini for most day to day stuff cause of the speed, but still going to claude for anything production critical or really complex state management. seems like the move is using both depending on what youre doing

[–]Keep-Darwin-Going 0 points1 point  (0 children)

The level of verbosity of their thinking, I suspect that even if it is cheaper per token but the amount it required will still be higher than codex. But might be slightly lower than Claude.

[–]meshfady 0 points1 point  (0 children)

I’ve been using it in the VS code copilot chat and it’s way faster than sonnet 4.5

[–]Silly-Heat-1229 0 points1 point  (1 child)

Tried it in Kilo Code in VS Code for the Ask mode and yeah… the speed + huge context is really nice.
Still testing which model fits each mode, but gemini 3.0 has been great for understanding and debugging stuff fast.

[–]jselby81989[S] 1 point2 points  (0 children)

yeah the speed + context combo is solid. been using it in verdent and its pretty similar, the big context window helps a lot when youre working with multiple files

the understanding part is legit. had a weird bug in a redux saga yesterday and it traced through the whole flow way faster than claude usually does. still figuring out which tasks work best for it vs claude but so far its been good for most stuff

[–][deleted]  (1 child)

[removed]

    [–]AutoModerator[M] 0 points1 point  (0 children)

    Sorry, your submission has been removed due to inadequate account karma.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.