DjamgaMind: Audio Intelligence for the C-Suite (Daily AI News, Energy, Healthcare, Finance)
Full-Stack AI Intelligence. Zero Noise.The definitive audio briefing for the C-Suite and AI Architects. From Daily News and Strategic Deep Dives to high-density Industrial & Regulatory Intelligence—decoded at the speed of the AI era. . 👉 Start your specialized audio briefing today at Djamgamind.com
AI Jobs and Career
I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.
- Full Stack Engineer [$150K-$220K]
- Software Engineer, Tooling & AI Workflow, Contract [$90/hour]
- DevOps Engineer, India, Contract [$90/hour]
- More AI Jobs Opportunitieshere
| Job Title | Status | Pay |
|---|---|---|
| Full-Stack Engineer | Strong match, Full-time | $150K - $220K / year |
| Developer Experience and Productivity Engineer | Pre-qualified, Full-time | $160K - $300K / year |
| Software Engineer - Tooling & AI Workflows (Contract) | Contract | $90 / hour |
| DevOps Engineer (India) | Full-time | $20K - $50K / year |
| Senior Full-Stack Engineer | Full-time | $2.8K - $4K / week |
| Enterprise IT & Cloud Domain Expert - India | Contract | $20 - $30 / hour |
| Senior Software Engineer | Contract | $100 - $200 / hour |
| Senior Software Engineer | Pre-qualified, Full-time | $150K - $300K / year |
| Senior Full-Stack Engineer: Latin America | Full-time | $1.6K - $2.1K / week |
| Software Engineering Expert | Contract | $50 - $150 / hour |
| Generalist Video Annotators | Contract | $45 / hour |
| Generalist Writing Expert | Contract | $45 / hour |
| Editors, Fact Checkers, & Data Quality Reviewers | Contract | $50 - $60 / hour |
| Multilingual Expert | Contract | $54 / hour |
| Mathematics Expert (PhD) | Contract | $60 - $80 / hour |
| Software Engineer - India | Contract | $20 - $45 / hour |
| Physics Expert (PhD) | Contract | $60 - $80 / hour |
| Finance Expert | Contract | $150 / hour |
| Designers | Contract | $50 - $70 / hour |
| Chemistry Expert (PhD) | Contract | $60 - $80 / hour |
What is the tech stack behind Google Search Engine?
Google Search is one of the most popular search engines on the web, handling over 3.5 billion searches per day. But what is the tech stack that powers Google Search?
The PageRank algorithm is at the heart of Google Search. This algorithm was developed by Google co-founders Larry Page and Sergey Brin and patented in 1998. It ranks web pages based on their quality and importance, taking into account things like incoming links from other websites. The PageRank algorithm has been constantly evolving over the years, and it continues to be a key part of Google Search today.
However, the PageRank algorithm is just one part of the story. The Google Search Engine also relies on a sophisticated infrastructure of servers and data centers spread around the world. This infrastructure enables Google to crawl and index billions of web pages quickly and efficiently. Additionally, Google has developed a number of proprietary technologies to further improve the quality of its search results. These include technologies like Spell Check, SafeSearch, and Knowledge Graph.
The technology stack that powers the Google Search Engine is immensely complex, and includes a number of sophisticated algorithms, technologies, and infrastructure components. At the heart of the system is the PageRank algorithm, which ranks pages based on a number of factors, including the number and quality of links to the page. The algorithm is constantly being refined and updated, in order to deliver more relevant and accurate results. In addition to the PageRank algorithm, Google also uses a number of other algorithms, including the Latent Semantic Indexing algorithm, which helps to index and retrieve documents based on their meaning. The search engine also makes use of a massive infrastructure, which includes hundreds of thousands of servers around the world. While google is the dominant player in the search engine market, there are a number of other well-established competitors, such as Microsoft’s Bing search engine and Duck Duck Go.
The original Google algorithm was called PageRank, named after inventor Larry Page (though, fittingly, the algorithm does rank web pages).

After 17 years of work by many software engineers, researchers, and statisticians, Google search uses algorithms upon algorithms upon algorithms.
AI-Powered Professional Certification Quiz Platform
Web|iOs|Android|Windows
Are you passionate about AI and looking for your next career challenge? In the fast-evolving world of artificial intelligence, connecting with the right opportunities can make all the difference. We're excited to recommend Mercor, a premier platform dedicated to bridging the gap between exceptional AI professionals and innovative companies.
Whether you're seeking roles in machine learning, data science, or other cutting-edge AI fields, Mercor offers a streamlined path to your ideal position. Explore the possibilities and accelerate your AI career by visiting Mercor through our exclusive referral link:
Find Your AI Dream Job on Mercor
Your next big opportunity in AI could be just a click away!
- The various components used by Google Search are all proprietary, but most of the code is written in C++.
- Google Search has a number of technical explications on how search works and this is also the limit as to what can be shared publicly.
- https://abseil.io and GogleTest https://google.github.io/googletest/ are the main open source Google C++ libraries, those are extensively used for Search.
- https://bazel.build is an other open source framework which is heavily used all across Google including for Search.
- Google has general information on you, the kinds of things you might like, the sites you frequent, etc. When it fetches search results, they get ranked, and this personal info is used to adjust the rankings, resulting in different search results for each user.
How does Google’s indexing algorithm (so it can do things like fuzzy string matching) technically structure its index?
- There is no single technique that works.
- At a basic level, all search engines have something like an inverted index, so you can look up words and associated documents. There may also be a forward index.
- One way of constructing such an index is by stemming words. Stemming is done with an algorithm than boils down words to their basic root. The most famous stemming algorithm is the Porter stemmer.
- However, there are other approaches. One is to build n-grams, sequences of n letters, so that you can do partial matching. You often would choose multiple n’s, and thus have multiple indexes, since some n-letter combinations are common (e.g., “th”) for small n’s, but larger values of n undermine the intent.
- don’t know that we can say “nothing absolute is known”. Look at misspellings. Google can resolve a lot of them. This isn’t surprising; we’ve had spellcheckers for at least 40 years. However, the less common a misspelling, the harder it is for Google to catch.
- One cool thing about Google is that they have been studying and collecting data on searches for more than 20 years. I don’t mean that they have been studying searching or search engines (although they have been), but that they have been studying how people search. They process several billion search queries each day. They have developed models of what people really want, which often isn’t what they say they want. That’s why they track every click you make on search results… well, that and the fact that they want to build effective models for ad placement.
Each year, Google changes its search algorithm around 500–600 times. While most of these changes are minor, Google occasionally rolls out a “major” algorithmic update (such as Google Panda and Google Penguin) that affects search results in significant ways.
For search marketers, knowing the dates of these Google updates can help explain changes in rankings and organic website traffic and ultimately improve search engine optimization. Below, we’ve listed the major algorithmic changes that have had the biggest impact on search.
Originally, Google’s indexing algorithm was fairly simple.
It took a starting page and added all the unique (if the word occurred more than once on the page, it was only counted once) words on the page to the index or incremented the index count if it was already in the index.
The page was indexed by the number of references the algorithm found to the specific page. So each time the system found a link to the page on a newly discovered page, the page count was incremented.
When you did a search, the system would identify all the pages with those words on it and show you the ones that had the most links to them.
As people searched and visited pages from the search results, Google would also track the pages that people would click to from the search page. Those that people clicked would also be identified as a better quality match for that set of search terms. If the person quickly came back to the search page and clicked another link, the match quality would be reduced.
Now, Google is using natural language processing, a method of trying to guess what the user really wants. From that it it finds similar words that might give a better set of results based on searches done by millions of other people like you. It might assume that you really meant this other word instead of the word you used in your search terms. It might just give you matches in the list with those other words as well as the words you provided.
It really all boils down to the fact that Google has been monitoring a lot of people doing searches for a very long time. It has a huge list of websites and search terms that have done the job for a lot of people.
There are a lot of proprietary algorithms, but the real magic is that they’ve been watching you and everyone else for a very long time.
What programming language powers Google’s search engine core?
C++, mostly. There are little bits in other languages, but the core of both the indexing system and the serving system is C++.
How does Google handle the technical aspect of fuzzy matching? How is the index implemented for that?
- With n-grams and word stemming. And correcting bad written words. N-grams for partial matching anything.
Use a ping service. Ping services can speed up your indexing process.
AI- Powered Jobs Interview Warmup For Job Seekers

⚽️Comparative Analysis: Top Calgary Amateur Soccer Clubs – Outdoor 2025 Season (Kids' Programs by Age Group)
- Search Google for “pingmylinks”
- Click on the “add url” in the upper left corner.
- Submit your website and make sure to use all the submission tools and your site should be indexed within hours.
Our ranking algorithm simply doesn’t rank google.com highly for the query “search engine.” There is not a single, simple reason why this is the case. If I had to guess, I would say that people who type “search engine” into Google are usually looking for general information about search engines or about alternative search engines, and neither query is well-answered by listing google.com.
To be clear, we have never manually altered the search results for this (or any other) specific query.
AI Jobs and Career
And before we wrap up today's AI news, I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.
When I tried the query “search engine” on Bing, the results were similar; bing.com was #5 and google.com was #6.
What is the search algorithm used by the Google search engine? What is its complexity?
The basic idea is using an inverted index. This means for each word keeping a list of documents on the web that contain it.
Invest in your future today by enrolling in this Azure Fundamentals - Pass the Azure Fundamentals Exam with Ease: Master the AZ-900 Certification with the Comprehensive Exam Preparation Guide!
- AWS Certified AI Practitioner (AIF-C01): Conquer the AWS Certified AI Practitioner exam with our AI and Machine Learning For Dummies test prep. Master fundamental AI concepts, AWS AI services, and ethical considerations.
- Azure AI Fundamentals: Ace the Azure AI Fundamentals exam with our comprehensive test prep. Learn the basics of AI, Azure AI services, and their applications.
- Google Cloud Professional Machine Learning Engineer: Nail the Google Professional Machine Learning Engineer exam with our expert-designed test prep. Deepen your understanding of ML algorithms, models, and deployment strategies.
- AWS Certified Machine Learning Specialty: Dominate the AWS Certified Machine Learning Specialty exam with our targeted test prep. Master advanced ML techniques, AWS ML services, and practical applications.
- AWS Certified Data Engineer Associate (DEA-C01): Set yourself up for promotion, get a better job or Increase your salary by Acing the AWS DEA-C01 Certification.
Responding to a query corresponds to retrieval of the matching documents (This is basically done by intersecting the lists for the corresponding query words), processing the documents (extracting quality signals corresponding to the doc, query pair), ranking the documents (using document quality signals like Page Rank and query signals and query/doc signals) then returning the top 10 documents.
Here are some tricks for doing the retrieval part efficiently:
– distribute the whole thing over thousands and thousands of machines
– do it in memory
– caching
– looking first at the query word with the shortest document list
– keeping the documents in the list in reverse PageRank order so that we can stop early once we find enough good quality matches
– keep lists for pairs of words that occur frequently together
– shard by document id, this way the load is somewhat evenly distributed and the intersection is done in parallel
– compress messages that are sent across the network
etc
Jeff Dean in this great talk explains quite a few bits of the internal Google infrastructure. He mentions a few of the previous ideas in the talk.
He goes through the evolution of the Google Search Serving Design and through MapReduce while giving general advice about building large scale systems.
As for complexity, it’s pretty hard to analyze because of all the moving parts, but Jeff mentions that the the latency per query is about 0.2 s and that each query touches on average 1000 computers.
Is Google’s LaMDA conscious? A philosopher’s view (theconversation.com)
LaMDA is Google’s latest artificial intelligence (AI) chatbot. Blake Lemoine, a Google AI engineer, has claimed it is sentient. He’s been put on leave after publishing his conversations with LaMDA.
If Lemoine’s claims are true, it would be a milestone in the history of humankind and technological development.
Google strongly denies LaMDA has any sentient capacity.
Fun facts about Google Search Engine Competitors
![r/dataisbeautiful - [OC] Google dominates the search market with a 91.9% market share](https://preview.redd.it/0jaywfwqq0891.png?width=960&crop=smart&auto=webp&s=af8e360cc438987599e10b22251fcf8c5a75a1cd)
Data Source: statcounterGS
Tools Used: Excel & PowerPoint
Edit: Note that the data for Baidu/China is likely higher. How statcounterGS collects the data might understate # users from China.
Baidu is popular in China, Yandex is popular in Russia.
Yandex is great for reverse image searches, google just can’t compete with yandex in that category.
Normal Google reverse search is a joke (except for finding a bigger version of a pic, it’s good for that), but Google Lens can be as good or sometimes better at finding similar images or locations than Yandex depending on the image type. Always good to try both, and also Bing can be decent sometimes.
Bing has been profitable since 2015 even with less than 3% of the market share. So just imagine how much money Google is taking in.
Firstly: Yahoo, DuckDuckGo, Ecosia, etc. all use Bing to get their search results. Which means Bing’s usage is more than the 3% indicated.
Secondly: This graph shows overall market share (phones and PCs). But, search engines make most of their money on desktop searches due to more screen space for ads. And Bing’s market share on desktop is WAY bigger, its market share on phones is ~0%. It’s American desktop market share is 10-15%. That is where the money is.
What you are saying is in fact true though. We make trillions of web searches – which means even three percent market-share equals billions of hits and a ton of money.
I like duck duck go. And they have good privacy features. I just wish their maps were better because if I’m searching a local restaurant nothing is easier than google to transition from the search to the map to the webpage for the company. But for informative searches I think it gives a more objective, less curated return.
Use Ecosia and profits go to reforestation efforts!
Turns out people don’t care about their privacy, especially if it gets them results.
I recently switched to using brave browser and duck duck go and I basically can’t tell the difference in using Google and chrome.
The only times I’ve needed to use Google are for really specific searches where duck duck go doesn’t always seem to give the expected results. But for daily browsing it’s absolutely fine and far far better for privacy.
Does Google Search have the most complex functionality hiding behind a simple looking UI?
There is a lot that happens between the moment a user types something in the input field and when they get their results.
Google Search has a high-level overview, but the gist of it is that there are dozens of sub systems involved and they all work extremely fast. The general idea is that search is going to process the query, try to understand what the user wants to know/accomplish, rank these possibilities, prepare a results page that reflects this and render it on the user’s device.
I would not qualify the UI of simple. Yes, the initial state looks like a single input field on an otherwise empty page. But there is already a lot going on in that input field and how it’s presented to the user. And then, as soon as the user interacts with the field, for instance as they start typing, there’s a ton of other things that happen – Search is able to pre-populate suggested queries really fast. Plus there’s a whole “syntax” to search with operators and what not, there’s many different modes (image, news, etc…).
One recent iteration of Google search is Google Lens: Google Lens interface is even simpler than the single input field: just take a picture with your phone! But under the hood a lot is going on. Source.
Conclusion:
The Google search engine is a remarkable feat of engineering, and its capabilities are only made possible by the use of cutting-edge technology. At the heart of the Google search engine is the PageRank algorithm, which is used to rank web pages in order of importance. This algorithm takes into account a variety of factors, including the number and quality of links to a given page. In order to effectively crawl and index the billions of web pages on the internet, Google has developed a sophisticated infrastructure that includes tens of thousands of servers located around the world. This infrastructure enables Google to rapidly process search queries and deliver relevant results to users in a matter of seconds. While Google is the dominant player in the search engine market, there are a number of other search engines that compete for users, including Bing and Duck Duck Go. However, none of these competitors have been able to replicate the success of Google, due in large part to the company’s unrivaled technological capabilities.

- Google Maps isn’t working and stuck frozenby /u/Public_Visual_6137 (Google) on May 14, 2026 at 3:47 am
For me, I was stuck on the black background And wouldn’t load at all! submitted by /u/Public_Visual_6137 [link] [comments]
- How likely are you to buy the new GoogleBookby /u/Top-Yesterday3937 (Google) on May 14, 2026 at 2:19 am
So, I am having this debate with a huge Google Fan, with him arguing that the GoogleBook is a great idea and I completely disagree. I don't know one person who would buy this AI Slop machine? There are some really cool stuff within new Android and Gemini (Widget is really cool) but this one feels like Meh, from what I can see, unless Google incentivizes the product, it should be costlier than a regular Chrome Book. I don't see why one would buy it. I would love to hear more opinions on this. View Poll submitted by /u/Top-Yesterday3937 [link] [comments]
- Most of my Google searches recently have at the bottom an optional "Deeper Dive" but the last day or two that's not there in any of my search resultsby /u/EL_DJ (Google) on May 14, 2026 at 2:18 am
I've spent a couple hours today trying to figure out why Deeper Dive isn't there at the bottom of my AI that was generated by my question and nothing has brought it back. I suppose I can get along without it but I've found the results returned when I click Deeper Dive very helpful and miss it. submitted by /u/EL_DJ [link] [comments]
- How YouTube turned Apple TV into a Black‑Screen Ad Machineby /u/peeweeosok (Google) on May 14, 2026 at 1:28 am
TL;DR: On Apple TV 4K in a totally normal 4K HDR setup, the YouTube app turns every ad break into a series of multi‑second blackouts. This is not an Apple TV issue. It’s YouTube shipping a user‑hostile client and then telling people to “fix” it by dumbing down their device. On Apple TV 4K with 4K HDR and “Match Dynamic Range / Match Frame Rate” enabled, most streaming apps behave like you’d expect on a premium box: you press play, the TV might flicker once as it switches into the right mode, and then you forget the plumbing exists. YouTube is the exception. In this setup, YouTube manages to turn every multi‑ad break into a strobing sequence of 2–4 second blackouts, complete with repeated HDMI handshakes and “HDR on/off” banners. This configuration is absolutely normal in 2026: 4K HDR with matching enabled. This is not an Apple TV problem. This is YouTube’s problem. And it’s exactly the kind of negligence you only survive when you’re as dominant as Google. What watching YouTube actually feels like On Apple TV 4K in 4K HDR + Match mode, a single video with ads looks like this: You start the video. The TV blanks once as it switches modes. Annoying but tolerable. YouTube decides you need a 60–90 second ad pod. Instead of one quick transition into “ad mode,” you get a full black‑screen HDMI renegotiation at the start of every ad. Every 15–30 seconds the screen goes dark for a few seconds. Some TVs flash “HDR → SDR → HDR” banners repeatedly. When the ad pod ends and the actual video resumes, you get yet another blackout and handshake. Meanwhile, Netflix, Disney+, Prime Video, etc. on the exact same box with the exact same settings just…don’t do this. They may insert ads. They may mix SDR and HDR. But they don’t nuke the signal between each 15–30 second spot. If you only looked at user experience, you’d assume YouTube’s Apple TV app is deliberately trying to make you hate ad breaks. This isn’t “Apple’s HDR switching being bad” A lot of people hand‑wave this as “Apple’s HDR/SDR switching is buggy.” That’s not what’s happening. Apple TV’s behavior is pretty simple: If an app asks to change the output mode (SDR ↔ HDR, Dolby Vision ↔ HDR, major frame‑rate change), tvOS renegotiates HDMI. That handshake takes a couple of seconds on many TVs/AVRs, so you see a black screen. Not amazing UX, but it’s consistent: the OS only flips modes when the app tells it to. The key point: how often that happens is entirely under the app’s control. Most apps only force mode changes when it actually makes sense to a human: Starting playback Stopping playback Maybe once when jumping from an SDR UI into an HDR movie YouTube’s tvOS client behaves like every individual ad is its own “show” that deserves a fresh mode negotiation. What YouTube’s client is (probably) doing From how it behaves, it looks like the YouTube app on Apple TV is doing something like this: Each ad is loaded as an independent playback item with its own SDR/HDR flag and frame rate. Instead of normalizing all the ads in a pod into a single, consistent output format, the client just feeds them to tvOS as‑is. tvOS sees each new ad as “new content, maybe new mode,” and renegotiates the HDMI signal. So a 4‑ad break doesn’t feel like “one ad block.” It feels like four separate HDMI mode flips plus one more flip back to your video. Even when the ads are all SDR, people see repeated HDR/SDR banners and blackouts between them. That means the app is bouncing modes unnecessarily instead of holding a stable state for the entire break. This is not “HDR is hard.” This is “we didn’t design our pipeline for how Apple TV works, and we’re fine pushing that cost onto the viewer.” The “solution”: downgrade your entire Apple TV The most insulting part is how this gets “solved.” The common advice from support and forums is: Set Apple TV’s output to 4K SDR instead of HDR and leave Match on, or Turn off Match Dynamic Range / Match Frame Rate so the box stays in a fake‑HDR or fixed mode. Translation: Don’t expect the YouTube app to behave correctly in a totally reasonable 4K HDR configuration. Change your global Apple TV settings so other apps also look worse/less accurate, and that will hide how badly our client abuses mode switching. Apple TV is aimed at people who actually care about picture quality. YouTube is the default video platform for basically everyone. Instead of treating “4K HDR + Match on” as something to support properly, the implicit message is: “You’re holding it wrong. Bend your device around our app.” What a non‑negligent design would do If YouTube wanted to not be a black‑screen ad machine on Apple TV, the minimum bar would be: Negotiate output mode once per context that matters to a person. Decide the mode at the start of a session, a title, or an ad pod – not at the start of every 15‑second pre‑roll. Treat an ad pod as one segment. Pick an output envelope for the whole pod (say, SDR 60 fps) and render all ads into that. If the main content is HDR, handle the SDR/HDR boundary inside the app, not by flipping the HDMI mode five times in a minute. Handle per‑ad differences inside the player. Tone‑map SDR↔HDR, tweak frame rates, whatever. The OS should see “one continuous stream,” not a rapid‑fire sequence of separate sessions. None of this is exotic. Other tvOS apps already manage it. The only reason YouTube doesn’t is because there’s no pressure to. Why I’m posting this here I’m not expecting YouTube to instantly fix the Apple TV app because of one rant. I’m posting this here because: People keep being told “this is just Apple’s fault” or “this is how HDR works.” It’s not. This is a clear example of YouTube prioritizing ad plumbing and minimum‑effort compatibility over a basic level of UX. Engineers at big companies sometimes need to see their product described as a case study in how not to handle a platform. If you watch YouTube on Apple TV 4K and you’ve wondered why every ad break feels like your HDMI cable is dying: it’s not your TV. It’s not the box. It’s the app. And if anyone on the YouTube tvOS team ever sees this: please stop making users choose between “correct 4K HDR” and “not having the screen go black every 20 seconds.” Negotiate once per pod, normalize your ads, and respect the platform. submitted by /u/peeweeosok [link] [comments]
- Do you like adsby /u/Loud-Possibility4395 (Google) on May 13, 2026 at 9:06 pm
I was thinking - ads are driving me nuts! When I see advertised product even if I like it - it makes me so angry I would NOT buy it even weeks/months later because those ads are creating very bad feelings related with that product. Is this what advertisers want submitted by /u/Loud-Possibility4395 [link] [comments]
- Google should really fix there adds! First one shows an add from Nos.nl (Dutch news) with a YouTube video and something about the government using an AI tool for our savings. (enough red flags sure). Second shows the advertiser from Kazakhstan. With of course a google disclaimer...by /u/TSLstudio (Google) on May 13, 2026 at 8:40 pm
submitted by /u/TSLstudio [link] [comments]
- I'm a little scared of Pichai...by /u/No-Reading964 (Google) on May 13, 2026 at 8:36 pm
submitted by /u/No-Reading964 [link] [comments]
- Automations temporary stop working - DAILYby /u/gunnersboy (Google) on May 13, 2026 at 6:33 pm
submitted by /u/gunnersboy [link] [comments]
- Google Student Ambassadorby /u/Shrusti_D (Google) on May 13, 2026 at 4:26 pm
Hey 🙋🏻♀️ I' m a first year computer science engineering student in Banglore. Super excited to share that I’ve been selected as a Google Student Ambassador 2026 💙 As the part of this journey, I've to create content & reels and post them as one of my tasks. So just dropped my first reel on my new page 👀 Instagram: https://www.instagram.com/reel/DYP7ZiRSnY9/?igsh=MTc0YmJ2ZThpYnd6cA== LinkedIn: https://www.linkedin.com/posts/shrusti-d-a-5b3366386\_googlestudentambassador-gsa2026-teamgemini-ugcPost-7460348355617935361-Kbq2?utm\_source=social\_share\_send&utm\_medium=android\_app&rcm=ACoAAF8X1dcBNmcnAO4DDGO\_CsGHHKoK9AJEE3o&utm\_campaign=copy\_link Would genuinely mean a lot if you could support me by watching, liking, commenting, and sharing it & a follow 🙌 Every interaction really helps the reach and motivates me to create better content each month ❤️ Excited for what’s ahead✨ submitted by /u/Shrusti_D [link] [comments]
- Help me get through an Interview for NBDby /u/Creative_Voice_5335 (Google) on May 13, 2026 at 3:21 pm
I got shortlisted for New business development (India) role. Pls help me how to prepare- what questions and cases to be prepared for? I am currently in Amazon so I am assuming the process would be similar? Luck for 7 years if you help me :p submitted by /u/Creative_Voice_5335 [link] [comments]
- Google reportedly in talks with SpaceX to launch its orbital data centers — partnership could mark a historic turning point and boost upcoming IPOby /u/ControlCAD (Google) on May 13, 2026 at 2:39 pm
submitted by /u/ControlCAD [link] [comments]
- Can i display my tab groups on Chrome (Mac) visually like on Chrome Android mobileby /u/darragh79 (Google) on May 13, 2026 at 11:15 am
submitted by /u/darragh79 [link] [comments]
- Google search engineby /u/Dazzling-Degree-3258 (Google) on May 13, 2026 at 11:07 am
I feel like Google and Reddit are stuck in a loop now. You search something on Google, and half the AI answers are pulled from Reddit threads. Then people read those answers, go to Reddit to ask more questions, and Google scrapes those Reddit posts again for future AI results. At this point it feels like: People → Reddit → Google AI → Reddit → Google AI again. Honestly, it’s making me trust Google less. The “AI overview” just feels like recycled internet opinions instead of actual reliable sources. submitted by /u/Dazzling-Degree-3258 [link] [comments]
- Waymo recalls 3,800 robotaxis after glitch allowed some vehicles to "drive into standing water"by /u/ControlCAD (Google) on May 13, 2026 at 9:55 am
submitted by /u/ControlCAD [link] [comments]
- Google Maps: Street that is dividing new and old coverageby /u/Forward_Kiwi_8109 (Google) on May 13, 2026 at 9:11 am
Right is old ~2015 3D coverage, left is new shitty satellite photo. submitted by /u/Forward_Kiwi_8109 [link] [comments]
- Google Unveils Googlebook, a New AI Laptop Built Around Geminiby /u/Otherwise-Warning303 (Google) on May 13, 2026 at 5:01 am
submitted by /u/Otherwise-Warning303 [link] [comments]
- Tried on Fitbit Air todayby /u/golosky (Google) on May 13, 2026 at 12:38 am
Figured I’d try it out to see how it fits. Definitely smaller than the whoop and much lighter. Tried on all sorts of bands for it but I liked the black one in the photo the best. Staff were walking around with them on but they said they don’t actually work until they go on sale. Just thought I’d upload some photos for those who don’t have a physical Google store near them! submitted by /u/golosky [link] [comments]
- Google Previews Android 17 With 'Gemini Intelligence' a Month Before Apple's iOS 27 Revealby /u/Otherwise-Warning303 (Google) on May 12, 2026 at 10:11 pm
submitted by /u/Otherwise-Warning303 [link] [comments]
- On 12 May 2026 Google quietly showed the future of Android and most people missed itby /u/Worldly_Manner_5273 (Google) on May 12, 2026 at 6:49 pm
On May 12, Google hosted “The Android Show: I/O Edition” before the main Google I/O keynote and honestly this may end up being one of Google’s biggest ecosystem shifts in years Android 17 is no longer being treated like just a phone update Google is turning Android into an “agentic” operating system where Gemini can actually interact with apps and complete tasks across the system For example: Gemini can reportedly find a photo, crop it, and send it through another app automatically through multi step workflows Google also announced deeper on device screen awareness so Android can understand what is happening on screen and suggest actions without constantly sending data to the cloud Android 17 is also getting: • floating app bubbles for every app • native app lock with biometrics • theft detection lock if your phone gets snatched • session only location permissions • blur protection for recent apps • Hub Mode for tablets and docked Pixels Google also showed major ecosystem changes Quick Share is getting compatibility with Apple’s ecosystem later this year with QR based sharing for iPhone users Chrome on Android is getting “Auto Browse” where Gemini can complete repetitive web tasks for you after approval Android Auto now supports “Cast to Car” so passengers can cast videos directly to the car display Then came the app partnerships Instagram on Android is getting exclusive AI camera features for Pixel and Samsung devices including media upscaling and voice isolation tools Adobe Premiere is officially coming to Android with AI templates optimized for Tensor and Snapdragon chips Google also teased: • Android XR smart glasses with Samsung • Wear OS 5 with massive battery improvements • smarter Gemini integrations across the ecosystem The biggest thing I noticed? Google is slowly changing Android from an operating system into an intelligence layer across every screen you own Phone Laptop Browser Car Watch Glasses Everything now seems to revolve around Gemini sitting underneath the experience submitted by /u/Worldly_Manner_5273 [link] [comments]
- sundar pichai just showed how google is turning android into a full ai operating systemby /u/Worldly_Manner_5273 (Google) on May 12, 2026 at 6:14 pm
submitted by /u/Worldly_Manner_5273 [link] [comments]
- Google’s Android Show was really about putting Gemini across everythingby /u/Planhub-ca (Google) on May 12, 2026 at 5:56 pm
submitted by /u/Planhub-ca [link] [comments]
- Has anyone been getting these weird as hell ads? How are these even allowedby /u/Prize_Change_7155 (Google) on May 12, 2026 at 4:34 pm
submitted by /u/Prize_Change_7155 [link] [comments]
- Google unveils Googlebook: Android-powered laptops with Gemini, Magic Pointer and Glowbarby /u/Quantum-Coconut (Google) on May 12, 2026 at 2:09 pm
The original source from XDA Developers has been archived now. submitted by /u/Quantum-Coconut [link] [comments]
- Why I Came Back to Google After Going All-In on AIby Faisal Moarafur Rasul (Google Search on Medium) on May 12, 2026 at 10:51 am
Google Search Is Back and Better Than EverContinue reading on Medium »
- Is anyone else facing this problemby /u/Ok-Procedure-4315 (Google) on May 12, 2026 at 4:57 am
submitted by /u/Ok-Procedure-4315 [link] [comments]
- Google Search Is Starting to Feel Smaller — Here’s Whyby Rachel (Google Search on Medium) on May 12, 2026 at 2:31 am
AI answers are changing the internet in ways most websites aren’t prepared for.Continue reading on Medium »
- Google Removing FAQ Rich Results Is Not the End of FAQs — It’s the Beginning of AI-First SEOby Hariharan Gandhi (Google Search on Medium) on May 11, 2026 at 11:59 am
When Google officially confirmed that FAQ rich results would disappear from Search, many people in SEO reacted immediately.Continue reading on Medium »
- Reddit Is Dominating Google Search — What It Means for SEO in 2026by Ultimez Technology (Google Search on Medium) on May 11, 2026 at 5:01 am
Community-driven content is rising fast, and traditional SEO strategies are struggling to keep up.Continue reading on Medium »
- These Google Search Tricks Help You Find Exactly What You Needby Oxair (Google Search on Medium) on May 9, 2026 at 2:44 pm
Less scrolling. Less frustration. More accurate resultsContinue reading on Medium »
- Google Is Discontinuing FAQ Rich Results: What SEOs Need to Know!by Harshit Kushwaha (Google Search on Medium) on May 9, 2026 at 12:07 pm
As of May 7, 2026, FAQ rich results are no longer appearing in Google Search.Continue reading on Medium »
- Google Search vs Google Discover: Why Smart Publishers Are Optimizing for Both in 2026by Anmol Singh (Google Search on Medium) on May 8, 2026 at 6:37 am
Most websites still optimize content only for Google Search.Continue reading on Medium »
- “Step-by-Step Guide to Ranking a Blog Post on Google in 2026.”by Rida (Google Search on Medium) on May 7, 2026 at 5:15 pm
Continue reading on Medium »
- How Google’s AI Search Now Provides More Link Contextby Sumithra Arunachalam (Google Search on Medium) on May 7, 2026 at 5:58 am
Search is changing faster than ever, and one of the biggest shifts is happening inside Google’s AI-powered search experience.Continue reading on Medium »
- Perplexity Pages vs Google Search: I Tested Both for 7 Daysby Singletapindia (Google Search on Medium) on May 7, 2026 at 1:43 am
Over the past several years, search engines have transformed from just being about keyword matching to now being able to take into account…Continue reading on Medium »
- Support Megathread - November 2023by /u/AutoModerator (Google) on November 1, 2023 at 12:01 am
Have a question you need answered? A new Google product you want to talk about? Ask away here! Recently, we at /r/Google have noticed a large number of support questions being asked. For a long time, we’ve removed these posts and directed the users to other subreddits, like /r/techsupport. However, we feel that users should be able to ask their Google-related questions here. These monthly threads serve as a hub for all of the support you need, as well as discussion about any Google products. Please note! Top level comments must be related to the topics discussed above. Any comments made off-topic will be removed at the discretion of the Moderator team. Discord Server We have made a Discord Server for more in-depth discussions relating to Google and for quicker response to tech support questions. submitted by /u/AutoModerator [link] [comments]
What are the Greenest or Least Environmentally Friendly Programming Languages?
How do we know that the Top 3 Voice Recognition Devices like Siri Alexa and Ok Google are not spying on us?
Machine Learning Engineer Interview Questions and AnswersA Twitter List by enoumen













































96DRHDRA9J7GTN6