๐ก 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:
- Defines a fixed career structure (Class 10 โ Final Role)
- Injects strict context into the AI prompt
- Forces structured JSON output
- 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 ๐
Top comments (0)