What I Learned from Hackathons (and Losing One!)
Published:
Hackathons have been among the best learning experiences of my career.
Iβve participated in two major ones:
- π Open IIT Data Analytics (2021) β 1st place out of 48 teams. Built a music popularity predictor with Voting Classifiers (91.2% accuracy).
- π‘ HackGT 12 (2025) β Built BackpackMate AI, a travel assistant using Mastra + LangChain + FastAPI.
Lessons learned
- Speed β sloppiness β rapid iteration teaches clarity under pressure.
- LLMs are only as smart as your pipeline β retrieval design matters more than model choice.
- Losing is learning β HackGT taught me far more than winning IIT.
Hackathons show recruiters that you can go from idea to prototype in hours β a skill that translates directly into startup and research settings.

Figure: Difference between the classical lexical retrieval and the influence based retrieval for large language models
Figure: Binary grading makes βguess when unsureβ optimal β higher hallucinations.