All posts
Hacks & Workarounds

Why Google Gemini Can't Do What Google Now Did in 2014

Huma Shazia11 June 2026 at 2:47 am5 min read
Why Google Gemini Can't Do What Google Now Did in 2014

Key Takeaways

Why Google Gemini Can't Do What Google Now Did in 2014
Source: How-To Geek
  • Google Now's automatic parking detection launched in April 2014 and worked without user prompts
  • Gemini is optimized for generative AI tasks but lacks the proactive utility features users relied on
  • The shift from deterministic assistant logic to LLM-based responses has created a feature regression

A Feature That Worked 12 Years Ago Is Broken Now

Google has been telling us that Gemini is an upgrade over Google Assistant. In many ways, that's true. Gemini can summarize documents, generate code, and write surprisingly decent emails. But here's the problem: it can't remember where you parked your car.

This isn't some niche feature request. Google itself advertised this capability. In the July 2025 announcement of Gemini on Wear OS, the company explicitly listed parking memory as a use case. The claim was straightforward: you could ask Gemini to help remember where you parked or which locker you used at the gym.

The reality is embarrassing. The feature doesn't work reliably, and for many users, it doesn't work at all. Meanwhile, Google's own predecessor products handled this task more than a decade ago.

Google Now Did This Automatically in 2014

In April 2014, Google updated its Google app with automatic parking detection. When your phone detected that you'd been driving and parked somewhere, a "Parking location" card would appear in the Google Now feed. You didn't have to say anything. You didn't have to tap anything. It just worked.

Google Now's parking detection card from 2014
Google Now's parking detection card from 2014

This was proactive computing at its simplest. Your phone knew you were driving. Your phone knew you stopped. Your phone assumed you might want to find your car later. The logic was obvious, and the execution was elegant.

Fast forward to 2019, and Google Assistant inherited a similar feature. The automatic parking detection returned, though this time you had to ask for the information since there wasn't a visual feed of cards. You could also trigger it manually by saying "I parked here" or "remember where I parked."

The problem is that Gemini is an AI, not a personal assistant. It's great at writing, coding, and summarizing, but it's terrible at being a 'smart' layer on top of your phone.

— Joe Fedewa, How-To Geek

LLMs Don't Think Like Assistants

The fundamental issue is architectural. Google Now and Google Assistant were built as deterministic systems. They followed rules. When X happens, do Y. When user is driving and stops, save location. When user asks for parking spot, retrieve saved location.

Gemini is a large language model. It's designed to generate plausible responses to prompts. It excels at tasks where creativity and language understanding matter. It struggles with tasks that require reliable, repeatable execution of simple logic.

This distinction matters. When you ask Gemini to remember your parking location, you're asking a text prediction engine to perform a database operation. The model wasn't built for this. Google grafted the capability on, and the seams show.

Users Are Noticing the Gap

The frustration is widespread. On Reddit's r/Android community, users report similar issues. One thread notes that "Gemini can't even set a simple timer correctly half the time." These aren't complex requests. They're the bread and butter of what a phone assistant should do.

On Hacker News, the discussion is more technical. Developers argue that Google should have kept the old Assistant logic as a fallback for simple commands. Instead of routing everything through the LLM, the system could recognize deterministic requests and handle them directly.

The trade-off between LLM capability and deterministic utility isn't inherent. It's a design choice. Google chose to rebuild its assistant around generative AI, and in doing so, it broke things that worked fine before.

What Google Got Wrong

The Gemini rollout prioritized impressive demos over reliable utility. Yes, it's cool that Gemini can write a heartfelt apology for being late. But most users don't need that daily. They need to find their car. They need timers that work. They need reminders that actually remind.

For over 10 years, Android users relied on Google's assistant products to handle simple, context-aware tasks. The expectation was set. The capability existed. Then Google replaced the underlying system and lost features in the process.

This is a common pattern in tech transitions. New technology gets pushed before it reaches feature parity with what it replaces. Users are told it's an upgrade while experiencing a downgrade in daily use.

ℹ️

Logicity's Take

The Fix Is Obvious

Google doesn't need to choose between Gemini's generative capabilities and reliable utility functions. Both can exist in the same system. Simple, deterministic tasks like parking location, timers, and reminders should route to proven logic. Open-ended requests can go to the LLM.

This hybrid approach isn't theoretical. It's how production systems should be built. You use the right tool for each job. You don't ask a text prediction model to run your database queries.

Until Google makes this fix, users are stuck with an assistant that can write poetry but can't remember where the car is. That's not an upgrade. That's a regression wrapped in marketing.

April 2014
Google Now introduces automatic parking detection with proactive cards
2019
Google Assistant adds parking detection with voice queries
July 2025
Google announces Gemini on Wear OS with parking memory as advertised feature
June 2026
Users report the feature doesn't work reliably

Frequently Asked Questions

Can Google Gemini remember where I parked?

Google advertises this feature, but users report it doesn't work reliably. The same capability worked automatically in Google Now back in 2014.

Why did Google replace Google Assistant with Gemini?

Google is consolidating its AI products under the Gemini brand to compete in the generative AI space. The trade-off is that some utility features from Assistant don't work as well.

Is there a way to use Google Assistant instead of Gemini?

On some devices, you can switch back to Google Assistant in settings. The option depends on your device and Android version.

What happened to Google Now?

Google Now was retired and its features were absorbed into Google Assistant, then later into Gemini. Some proactive features, like parking detection cards, were lost in the transitions.

ℹ️

Need Help Implementing This?

Source: How-To Geek

H

Huma Shazia

Senior AI & Tech Writer

Related Articles