DEV Community

Shashi Kiran
Shashi Kiran

Posted on

I Built an AI Tool That Shows How to Reach Your Dream Career

๐Ÿ’ก The Problem

We often ask students:

โ€œWhat do you want to become?โ€

But we rarely answer:

โ€œHow do you actually get there step by step?โ€

Most students donโ€™t lack ambition โ€” they lack clarity.


๐Ÿง  The Idea

So I built a small experiment:

๐Ÿ‘‰ Career Path Explorer (AI)

You enter:

  • Your current stage (e.g., 10th student)
  • Your goal (e.g., ISRO scientist)

And the system generates:

  • โœ… A structured career roadmap (7 stages)
  • โœ… Skills required at each stage
  • โœ… Multiple paths (Campus vs Direct hiring)
  • โœ… Clear, actionable guidance

๐Ÿ–ฅ๏ธ How It Works

The system uses a stage-aware AI pipeline:

  1. Defines a fixed career structure (Class 10 โ†’ Final Role)
  2. Injects strict context into the AI prompt
  3. Forces structured JSON output
  4. Maps AI output to UI stages

This ensures:

  • No random advice
  • No stage confusion
  • Consistent outputs

โš™๏ธ Tech Stack

  • Next.js (App Router)
  • Groq (LLM for fast responses)
  • Custom prompt engineering
  • Minimal UI (focused on clarity)

๐Ÿ” Key Challenges

1. AI giving generic advice

Solved by:

  • Strict prompt constraints
  • Stage-level context injection

2. Wrong stage mapping

Solved by:

  • Fixed stage definitions
  • Merging static + AI data

3. Invalid JSON responses

Solved by:

  • Cleaning + retry logic
  • Fallback responses

๐Ÿง  What I Learned

  • AI is easy to integrate, but hard to control
  • Prompt design matters more than UI
  • Structure > creativity in AI systems
  • Users need guidance, not just information

๐Ÿ”ฎ Whatโ€™s Next

Right now it's a roadmap generator.

Next steps:

  • ๐Ÿ“… Weekly execution plans
  • ๐Ÿ“Š Progress tracking
  • ๐Ÿค– Personalized mentor system

๐Ÿ’ฌ Feedback Welcome

This started as a fun projectโ€ฆ

But it made me think:

What if every student had a personal AI career mentor?

Would love your thoughts ๐Ÿ™Œ


๐Ÿ”— Live Demo

๐Ÿ‘‰ https://career-path-explorer-lime.vercel.app/

Top comments (0)