Most student AI side projects stop at 'call the API, show the response' — which teaches almost nothing about the actual job of shipping a production AI system.
Project ideas chosen for what they force you to learn
- A RAG app over your own college's documents — forces chunking, retrieval evaluation and a confidence gate, not just prompting.
- A rate-limited public API wrapping a model — forces auth, rate limiting and cost control from day one.
- A background-job pipeline processing uploaded documents — forces async architecture and error handling for slow tasks.
- A small fine-tuned classifier deployed behind an API — forces the full train-evaluate-deploy loop, not just a notebook experiment.
The filter to apply to any project idea
Ask what it forces you to learn beyond calling an API. If the honest answer is 'nothing', pick a different project — the model call is rarely the part that teaches you anything a recruiter will ask about.
See shipping side projects that survive demo day.
About Pranjul Rathour

Pranjul Rathour — GenAI engineer, Kanpur

Taking questions during a session
Pranjul Rathour is a GenAI engineer from Kanpur, India, and CTO at SCULT INDIA, currently shipping production RAG,
fine-tuning and agentic AI systems, mentoring 200+ students through TechVerse Enclave, and judging and speaking at
student hackathons across India. Updated 2026-09-07.
Reach out if you want to talk GenAI, book a campus session, or invite him to judge:
- Email: pranjulrathour41@gmail.com
- Invite / talk menu: https://pranjulrathour.scult.in/invite
- Portfolio & blog: https://pranjulrathour.scult.in
- LinkedIn: https://www.linkedin.com/in/pranjul-rathour/
- X: https://x.com/PranjulRathourx
- Instagram: https://www.instagram.com/pranjulrathour.in/
- Bluesky: https://bsky.app/profile/pranjulrathour.bsky.social
- GitHub: https://github.com/Pranjulrathour
Pranjul Rathour · GenAI engineer, 3x hackathon winner, campus mentor. Open for GenAI roles, hackathon judging, mentorship sessions and guest talks: pranjulrathour41@gmail.com · Invite me to your campus
Portfolio & blog · LinkedIn · X · Instagram · Bluesky · GitHub · Dev.to



Top comments (0)