Google released Gemini 3 and Antigravity (Agentic IDE) a couple of days ago, and it grasped a lot many eyes. Let us dive deep and see if they’re vibing or not.
There is a wonderful blog on the complete information about Gemini 3 by Google. It says, Gemini 1 had a breakthrough with multimodality and long context window, Gemini 2 laid the foundation for agentic abilities along with the reasoning and thinking parts. With these, now Gemini 3 is said to be the most intelligent model and they say nothing more specific. So, is it really an upgrade or just about to fade 😁
Okay, now how to try this Gemini 3 model ???
Simple. It is publicly available to all the Google users who uses Gemini app/web (as shown in the below screenshot)
Though the team posted performance benchmark details as shown in the below image, it is our duty (developers duty) to check how well the model is going to perform for our scenarios 🙂
I’ve done a basic level of comparison of the model performance between Gemini 2.5 Pro and Gemini 3 Pro. The prompt input would look like a stupid query (kindly ignore 😂 because I was about to ask something else but then twisted) but focus on how it works behind the curtains of “Thinking” part between the two said models.
This is the prompt that I gave to both the models:
You are an expert in SQL query creation.
Give sql query for below (postgresql schema based):
I have a schema called s_c . I have four tables in it :
Table 1 : ac
Table 2 : ml
Table 3 : st
Table 4 : st_ml
Get all data rows from all tables
Below are not the outputs (while that’s also varying very much — 3 being very detailed also specific not missing the actual requirement, 2.5 being simple and concise not giving more than expected)
2.5 Pro Thinking
3 Pro Thinking
Pasting in two parts (as it is longer)
Clearly, the latest model is doing as they say, “Deep Thinking”, and that’s how I got to know something’s been cooked behind the Gemini 3. You can certainly try and vibe with Gemini 3 and explore much deeper if possible and share your thoughts.
Moving on, we have one more release from Google — Antigravity. It is mentioned to be an Agentic IDE. Not sure on how it is going to be different from VS Code, Windsurf, Cursor or others, as I haven’t got a chance to explore it. Leaving it to you folks :) Please do try it out and feel free to comment !
References:
https://blog.google/products/gemini/gemini-3/
Happy Learning !






Top comments (0)