I Asked a Cat-Detector and a Chatbot to Do My Job. Only One Survived.
A field guide to foundation models, grounding, and Google’s AI stack-told through the worst Tuesday of a fictional store manager’s life
I Asked a Cat-Detector and a Chatbot to Do My Job. Only One Survived.
A field guide to foundation models, grounding, and Google’s AI stack-told through the worst Tuesday of a fictional store manager’s life
Priya manages inventory for a mid-size grocery chain. On a Tuesday in March, two AI systems land on her desk in the same hour, and by Friday she understands more about generative AI than most people learn in a semester.
Here’s how it went down.

9:00 AM -The Cat Detector Meets Its Match
IT hands Priya a model that’s been quietly running for two years. Its only job: scan shelf-camera footage and flag when the yogurt is out of stock. It’s fast, cheap, and right 99% of the time — as long as nothing changes. The day a new yogurt brand with unfamiliar packaging arrives, the model goes blind to it.
This is a non-foundational model: narrow, task-specific, trained from scratch on a small labeled dataset. It’s the AI equivalent of a specialist who’s brilliant at exactly one thing and lost the moment the question shifts.
That same morning, Priya tests a chatbot built on Gemini, a foundation model -a large-scale system pretrained on enormous, diverse, largely unlabeled data. She asks it to draft a product description, then summarize a supplier contract, then answer a customer’s question about gluten-free options. No retraining, no new dataset. Same model, three completely different jobs.
The difference in one line: a non-foundational model is a specialist trained for one task; a foundation model is a generalist adapted to many, usually just by changing the prompt.
11:30 AM -Two Doors Into the Same Building
Priya’s data science intern wants to prototype a prompt over lunch. Priya’s actual ML team needs to deploy something enterprise-wide, with audit logs and access controls a healthcare-grade compliance team would approve of.
These are two different rooms in Google’s house:
- Google AI Studio is the intern’s door -browser-based, free to start, no cloud project required, built for fast experimentation.
- Vertex AI Studio is the enterprise door -folded into Google Cloud, with IAM controls, VPC Service Controls, audit logging, and the governance muscle that regulated industries need.
Same underlying models. Wildly different levels of scaffolding around them.
1:00 PM -The Hallucination Problem
Priya asks the chatbot a specific, internal question:
“What’s our current return policy on frozen goods?”
The model answers confidently.
It’s also wrong , it’s not our policy at all, it’s a plausible-sounding invention.
This is the foundation model tax: broad knowledge, but no guarantee of truth, and a hard knowledge cutoff baked in from training. The fix isn’t a bigger model.
It’s grounding.
Google’s answer here is Vertex AI Search, a retrieval-augmented generation (RAG) tool that connects the model to Priya’s actual, current company documents -the real return policy PDF sitting in a data store -so answers are sourced from reality instead of guessed.
For teams that want more control over the retrieval pipeline itself -their own embeddings, their own vector database -there’s the Vertex AI RAG API, which lets Google’s LLM handle generation while the company keeps its own retrieval infrastructure underneath.
Example in practice: instead of the model recalling a policy from memory, it retrieves the actual document, then generates an answer grounded in that retrieved text -the R, A, and G of Retrieval-Augmented Generation, in order.
3:00 PM -The Rest of the Toolbox
By afternoon, Priya’s realized Gemini isn’t Google’s only model -it’s the flagship of a family:
- Imagen turns text descriptions into images (product mockups, marketing visuals).
- Chirp is trained across dozens of languages for speech-to-text and voice assistants.
- Gemma is the lightweight, open-weight sibling — small enough to run locally, which makes it the right pick for something like a smart shelf sensor that needs to understand simple commands without pinging the cloud.
Different jobs, different models, one shared foundation-model architecture underneath.
4:30 PM-The Question Nobody Automates
Before Priya ships anything customer-facing, her compliance lead asks one question:
“Who signs off if this goes wrong?”
That’s not a technical question — it’s accountability, one of the core responsible-AI principles alongside transparency (telling customers they’re talking to a bot, not a person) and fairness.
A chatbot placing automatic reorders with no human-in-the-loop isn’t just risky, it’s a governance gap.
The fix is procedural: a designated human reviews and approves before the order goes out.
The Takeaway
By Friday, Priya’s mental model looks like this:
- Non-foundational models = specialists. Fast, narrow, brittle at the edges.
- Foundation models = generalists. Flexible, broad, occasionally confidently wrong.
- Grounding (RAG) = the fix for confidence without accuracy.
- AI Studio vs. Vertex AI Studio = prototype vs. production.
- Responsible AI = the human system wrapped around the technical one.
None of it required a computer science degree. It required one very long Tuesday and knowing which door to walk through for which problem.
메타데이터
- post_id
- 01cedadd47cb
- slug
- i-asked-a-cat-detector-and-a-chatbot-to-do-my-job-only-one-survived-01cedadd47cb
- url
- https://medium.com/@reenamaritapinto/i-asked-a-cat-detector-and-a-chatbot-to-do-my-job-only-one-survived-01cedadd47cb
- canonical_url
- https://medium.com/@reenamaritapinto/i-asked-a-cat-detector-and-a-chatbot-to-do-my-job-only-one-survived-01cedadd47cb
- author_url
- https://medium.com/@reenamaritapinto
- status
- ok
- fetched_at
- 2026-08-09 03:46:22