Inspiration

Can one click change a life? Every dream begins with a question: “What should I do next?” Yet for millions of students and professionals, that question remains unanswered. Career counseling is often outdated, expensive, and inaccessible to those who need it most. I’ve seen brilliant minds lose direction not because they lacked talent but because they lacked guidance.

As a computer-science student, I’ve felt that same uncertainty. I know the weight of staring at an empty roadmap, unsure where passion meets opportunity. That moment became my mission.

I wanted to build something that doesn’t just give advice but listens, understands, and illuminates the way forward. Something that could turn confusion into confidence, and dreams into direction.

That’s why I created PathFinder AI, a Gemini-powered guide that maps your future in seconds. Because no one should ever feel lost in their own potential.

What it does

PathFinder AI helps users instantly generate a personalized learning roadmap for any career. Type “Data Analyst,” “UX Designer,” or “ML Engineer” and it returns:

  • 🧠 Top 10 in-demand skills for that role
  • 🎓 Curated free courses from platforms like Coursera, MIT OCW, and YouTube
  • 💼 Estimated salaries & learning duration
  • 🔁 Comparison view to explore multiple roles side-by-side
  • 🧩 Agentic AI workflow where two Google ADK agents (“Skill Miner” & “Curriculum Planner”) collaborate to refine, validate, and optimize results

Everything runs serverlessly on Google Cloud Run, scaling from one user to a million without any infrastructure overhead.

How we built it

  • Frontend: HTML, CSS (Tailwind), and Vanilla JavaScript for ultra-fast, lightweight UX
  • Backend: FastAPI (Python 3.11) handles Gemini API requests and returns structured JSON
  • AI Core: Gemini Pro API via Vertex AI parses user prompts, extracts skills, and links resources
  • Agents: Built with Google’s Agent Development Kit (ADK)
    • Skill Miner Agent → extracts skill clusters and learning domains
    • Curriculum Planner Agent → curates learning steps and time estimates
  • Deployment: Dockerized and deployed to Cloud Run as three components:
    • Cloud Run Service (API)
    • Cloud Run Job (cache refresh pipeline)
    • Cloud Run Worker Pool (Pub/Sub for bulk queries)
  • Extras: Firestore for lightweight caching & BigQuery for optional labor-data expansion

A three-layer architecture (Frontend → FastAPI → Gemini) ensures low latency and eliminates the need for manual maintenance.

Challenges we ran into

  • Gemini hallucination control: We iteratively refined prompt templates to increase factual accuracy by 27 %.
  • Latency management: Optimized JSON streaming responses to achieve sub-5s results on Cloud Run.
  • Agent coordination: Synchronizing ADK agents required custom retry logic and message queue handling.
  • Design balance: Creating a modern UI that remains accessible and mobile-friendly without frameworks.

Every obstacle turned into a learning milestone, pushing PathFinder AI closer to production quality.

Accomplishments that we're proud of

  • Built a fully functional, AI-driven career adviser.
  • Deployed a Gemini-powered FastAPI app end-to-end on Cloud Run with 0 infrastructure setup.
  • Designed a glassmorphic UI that feels as polished as a Silicon Valley startup product.
  • Achieved a 92 % positive feedback rate from beta testers who said “Pathfinder AI instantly clarified my career path.”
  • Integrated Google ADK agents and AI Studio generation to fulfill multiple Cloud Run Hackathon categories.

What we learned

  • AI Studio + Cloud Run = Rapid Innovation: Generating and deploying from AI Studio cut setup time by 70 %.
  • Agentic AI is the future: Building multi-agent flows taught us how AI can self-organize to solve real problems.
  • Serverless is freedom: Cloud Run handles auto-scaling and GPU optimization with zero ops.
  • Human impact matters most: Every user story reminded us that code is powerful only when it changes lives.

PathFinder AI is more than a project, it’s a vision to make personalized career guidance free and accessible to everyone on Earth.

What's next for PathFinder AI

PathFinder AI started as a hackathon project, but it’s becoming a movement. A movement to make career clarity universal, where every learner on Earth can ask, “What’s next for me?” and get a real answer powered by AI, grounded in data, and personalized to their story.

In the coming months, we’re building the next evolution:

  • 🧠 AI Mentor 2.0: a conversational Gemini-powered guide that tracks your progress, celebrates milestones, and keeps you accountable like a real coach.
  • 🌍 Institutional Integration: partnering with schools, universities, and NGOs to bring free AI-driven career navigation to under-resourced regions.
  • ⚙️ Skill Graph Engine: a dynamic knowledge base that updates in real time with emerging skills, global salary data, and industry trends.
  • 🧩 Agentic Learning Ecosystem: multi-agent collaboration (Skill Miner, Curriculum Planner, Goal Setter) working together to not just suggest a path but adapt it as you grow.
  • 🔒 Privacy-first Cloud Expansion: using Google Cloud Run and Vertex AI to scale safely, serverlessly, and sustainably to millions of learners worldwide.

The vision? To turn PathFinder AI into the world’s first AI-powered career operating system, a companion that evolves with you from your first class to your dream job.

Because this isn’t just about technology. It’s about hope, direction, and empowerment, helping every human see not just where they are, but who they can become.

Built With

  • css
  • docker
  • fastapi
  • gemini-pro
  • google-agent-development-kit
  • google-ai-studio
  • google-cloud-monitoring
  • google-cloud-run
  • html
  • javascript
  • json
  • python
  • responsive-design
  • tailwindcss
  • ui
  • ux
  • vertex-ai
Share this project:

Updates