<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ishta P Jain</title>
    <description>The latest articles on DEV Community by Ishta P Jain (@ishta_p_jain06).</description>
    <link>https://dev.to/ishta_p_jain06</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3239096%2F834576a4-bb49-4731-b378-c8e527c9b9a2.jpg</url>
      <title>DEV Community: Ishta P Jain</title>
      <link>https://dev.to/ishta_p_jain06</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ishta_p_jain06"/>
    <language>en</language>
    <item>
      <title>Google and Gemini: If They Are Both Google, How Do They Actually Work Together?</title>
      <dc:creator>Ishta P Jain</dc:creator>
      <pubDate>Sun, 30 Aug 2026 10:47:16 +0000</pubDate>
      <link>https://dev.to/ishta_p_jain06/google-and-gemini-if-they-are-both-google-how-do-they-actually-work-together-1kl6</link>
      <guid>https://dev.to/ishta_p_jain06/google-and-gemini-if-they-are-both-google-how-do-they-actually-work-together-1kl6</guid>
      <description>&lt;p&gt;Today, I did something completely random.&lt;/p&gt;

&lt;p&gt;I searched my full name on Google&lt;/p&gt;

&lt;p&gt;I wasn't expecting much. There are plenty of people with similar names.&lt;br&gt;
But at the top of the results, Gemini gave me a surprisingly detailed summary about me.&lt;br&gt;
It included my &lt;strong&gt;LinkedIn About section&lt;/strong&gt;, my &lt;strong&gt;GitHub profile&lt;/strong&gt;, my &lt;strong&gt;GitHub projects&lt;/strong&gt;, and even my GitHub username.&lt;/p&gt;

&lt;p&gt;The weirdest part?&lt;br&gt;
&lt;strong&gt;I had never posted those GitHub projects on LinkedIn.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So I immediately wondered:&lt;br&gt;
&lt;strong&gt;How did Google connect all of this?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And more importantly, if Gemini and Google Search are both Google, &lt;strong&gt;how do they actually work together?&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Google Search ≠ Gemini
&lt;/h2&gt;

&lt;p&gt;Although both belong to Google, they have different jobs.&lt;/p&gt;

&lt;p&gt;Think of it this way:&lt;br&gt;
🔎 &lt;strong&gt;Google Search → finds information&lt;/strong&gt;&lt;br&gt;
🧠 &lt;strong&gt;Gemini → understands and explains information&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When you search something normally, Google Search looks through its huge index of webpages and finds information relevant to your query.&lt;/p&gt;

&lt;p&gt;Gemini is a generative AI model that can understand questions, reason about information, summarize it, and generate an answer.&lt;/p&gt;

&lt;p&gt;But Google has increasingly connected these capabilities.&lt;/p&gt;

&lt;p&gt;When Gemini needs current or specific information from the web, it can use &lt;strong&gt;Google Search to find it&lt;/strong&gt;. Google calls this process &lt;strong&gt;grounding with Google Search&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;So, in a simplified form:&lt;br&gt;
&lt;strong&gt;You ask a question&lt;/strong&gt;&lt;br&gt;
↓&lt;br&gt;
&lt;strong&gt;Google Search finds relevant information&lt;/strong&gt;&lt;br&gt;
↓&lt;br&gt;
&lt;strong&gt;Gemini processes that information&lt;/strong&gt;&lt;br&gt;
↓&lt;br&gt;
&lt;strong&gt;Gemini generates an answer&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  But How Did It Find My GitHub?
&lt;/h2&gt;

&lt;p&gt;This is the part I found most fascinating.&lt;br&gt;
My LinkedIn and GitHub don't need to be directly connected.Both can be publicly searchable.&lt;/p&gt;

&lt;p&gt;For example:&lt;br&gt;
&lt;strong&gt;LinkedIn&lt;/strong&gt;&lt;br&gt;
→ My name&lt;br&gt;
→ My education&lt;br&gt;
→ My skills&lt;br&gt;
→ My About section&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub&lt;/strong&gt;&lt;br&gt;
→ My name/username&lt;br&gt;
→ My repositories&lt;br&gt;
→ My projects&lt;/p&gt;

&lt;p&gt;Google can discover these pages separately.&lt;/p&gt;

&lt;p&gt;AI can then look at clues such as names, usernames, projects, links, skills, and other information to determine whether different results are likely related.&lt;/p&gt;

&lt;p&gt;So it isn't necessarily:&lt;br&gt;
&lt;strong&gt;LinkedIn → GitHub → Gemini&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It can be:&lt;br&gt;
&lt;strong&gt;Public Internet → Google Search → Gemini → AI-generated answer&lt;/strong&gt;&lt;br&gt;
That's why it can feel like Gemini somehow "knows" you.&lt;/p&gt;




&lt;h2&gt;
  
  
  Does Gemini Have a Secret File About Me?
&lt;/h2&gt;

&lt;p&gt;Not necessarily.&lt;br&gt;
If the information it showed me came from public webpages, the simpler explanation is that those details were already available on the internet.&lt;/p&gt;

&lt;p&gt;Google Search found them.&lt;/p&gt;

&lt;p&gt;Gemini helped summarize and connect the information.&lt;/p&gt;

&lt;p&gt;Google also uses systems such as its &lt;strong&gt;Knowledge Graph&lt;/strong&gt;, which helps Search understand relationships between people, places, things, and information.&lt;/p&gt;

&lt;p&gt;So what feels like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“How does Google know all this about me?”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;can sometimes simply be:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;“I left different pieces of information publicly available, and Google's systems were able to find and connect them.”&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  The Interesting Part About AI Search
&lt;/h2&gt;

&lt;p&gt;Traditional Google Search was mostly:&lt;br&gt;
&lt;strong&gt;Ask → Get links → Read the links yourself.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;AI-powered Search is moving toward:&lt;br&gt;
&lt;strong&gt;Ask → Search → Understand → Summarize → Explore.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Google's newer AI Search features can also break complicated questions into multiple searches, gather information from different sources, and bring the results together.&lt;/p&gt;

&lt;p&gt;In other words, Search is slowly moving from:&lt;br&gt;
&lt;strong&gt;“Here are some websites.”&lt;/strong&gt;&lt;br&gt;
to:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“Here's what I found and what it means.”&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What I Learned From Googling Myself
&lt;/h2&gt;

&lt;p&gt;This little experiment made me realize something:&lt;br&gt;
&lt;strong&gt;Our online presence is more connected than we think.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;LinkedIn is one piece.&lt;br&gt;
GitHub is another.&lt;/p&gt;

&lt;p&gt;A portfolio, project, article, or public profile can be another.&lt;br&gt;
We may think of these as separate accounts. But from the perspective of Search and AI, they can become pieces of one larger &lt;strong&gt;digital footprint&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;And honestly?&lt;br&gt;
Seeing an AI put those pieces together about &lt;strong&gt;me&lt;/strong&gt; was a little creepy. 😂&lt;/p&gt;

&lt;p&gt;But mostly, it was fascinating.&lt;br&gt;
&lt;strong&gt;I searched my name.&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Google found the pieces.&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Gemini helped connect and explain them.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And suddenly, I got to see my own digital footprint from the outside.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>gemini</category>
      <category>google</category>
      <category>search</category>
    </item>
  </channel>
</rss>
