\documentclass[11pt,a4paper,roman]{moderncv} \usepackage[english]{babel} \usepackage{csquotes} % moderncv themes \moderncvstyle{classic} \moderncvcolor{green} %\renewcommand{\familydefault}{\sfdefault} % character encoding \usepackage[utf8]{inputenc} % adjust the page margins \usepackage[scale=0.75]{geometry} %\setlength{\hintscolumnwidth}{3cm} % ---------- Personal data ---------- \name{Aayush}{Bajaj} \title{Computer Scientist \textbar{} Mathematician \textbar{} ML Engineer} \address{80 Anzac Avenue, West Ryde}{NSW} \phone[mobile]{(+61) 481 910 408} \email{j@abaj.ai} \homepage{abaj.ai} \social[github]{abaj8494} \social[linkedin]{aayush-bajaj-b655231a6} % ---------- Per-application variables ---------- \newcommand{\Company}{Sonder} \newcommand{\Department}{Full Stack AI Software Engineer} \newcommand{\CompanyAddress}{Onsite} \newcommand{\HiringManager}{Hiring Manager} \newcommand{\Role}{AI Engineer} \newcommand{\AltRole}{} \newcommand{\ReqID}{} \newcommand{\PositionSource}{Seek} % ---------------------------------------------------------------------------------- % Letter % ---------------------------------------------------------------------------------- \begin{document} % recipient data \recipient{\Company}{\CompanyAddress} \date{\today} \opening{Dear \HiringManager,} \closing{Sincerely,} %\enclosure[Enclosure]{Résumé} \makelettertitle I am writing to apply for the role of \textbf{\Role{}} at \textbf{\Company{}}. I fulfil many but not all of your criterion. \begin{itemize} \item B. CompSci (AI) Math Minor from UNSW \item \url{https://abaj.ai/projects/machine-learning} 2 years of deep technical knowledge on AI, ML, CV; caveat is no corporate level production-grade solutions. Only school assignments. \item Strong programming in skills in Python, Java, Golang, JS, Typescript \item LLM proficiency including prompt engineering and API interactions \item Theoretical understanding of RAGs and a little experience with embedding models, similarity search, BoW, LSTM's, tokenisation, etc. \item \textbf{No} experience with agentic frameworks \item I have an informal Math Major. I possess excellent problem solving skills \item I play Ultimate Frisbee competitively. I posses great communication skills. \item Experience with Azure \item Software Engineering Principle shaman; CI/CD, Git, Testing, docker, etc. \item Own and maintain 9 subdomains of \url{abaj.ai} all with front-end interfaces \end{itemize} All in all, whilst I lack the internship experience that your other traditional candidates possess, I have an expert level knowledge about Machine Learning. I have read \~50 papers on the subject and your most useful reference in judging my competency will likely be \url{https://github.com/abaj8494/10khrs-ai-ml-dl}. I hope my skills align with the requirements sufficiently to earn me an interview. \makeletterclosing \end{document} %% end of file `template.tex'.