Skip to content
View Ranjit2111's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Coimbatore
  • 21:03 (UTC +05:30)

Highlights

  • Pro

Block or report Ranjit2111

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Ranjit2111/README.md

๐Ÿ‘‹ Hey, I'm Ranjit

Founding AI Engineer @Superagent, building production AI systems that actually work.

I started with data science, practiced ML and deep learning, then fell in love with AI agents and backend systems. There's something deeply satisfying about building things that actually work in production: seeing your code handle real traffic, solve real problems, and survive real failures as opposed to just seeing the loss function go down. (Sorry ML nerds)

I went from intern to Founding AI Engineer in 6 months. I own systems end-to-end: translating "we need this vague-feature-description" into actual technical specs, designing the system, building it, deploying it, and then maintaining it. The full lifecycle experienceโ„ข.

I also have 10+ certificates from DeepLearning.AI, Imperial College, Khan Academy for Machine Learning, Deep Learning and Math. They're worth approximately as much as the paper they're not printed on. ๐Ÿ“œ

๐Ÿง  What I Actually Do

multi-agent systems: building and keeping up with the ever-evolving world of LLM agents, architectures, and agent skills. LangChain, LangGraph, LlamaIndex, Google ADK, GenAI SDK, vector search with ChromaDB. I've touched enough agent frameworks to have opinions about all of them.

backend done properly: FastAPI services with proper error handling, Celery workers and Redis for task queues, rate limiting that actually limits, PostgreSQL/Supabase schemas that make sense. Integrating with APIs that have questionable documentation (WhatsApp, LINE, Messenger, you know the ones). Making sure webhooks actually webhook.

production ops: deployments on AWS/GCP/Azure, NGINX configs, SSL certs that don't expire at the worst possible moment, database migrations that don't nuke your data, monitoring that pages you before users complain. The unsexy stuff that keeps everything running.

debugging grind: tracing issues through logs, databases, and third-party APIs until 2am because something broke and it's definitely not my code (it was my code).

๐Ÿ› ๏ธ Tech Stack

Languages

Python SQL

AI/ML & LLMs

LangChain LangGraph LlamaIndex Gemini PyTorch HuggingFace scikit-learn

Data Science

NumPy pandas matplotlib

Backend & Databases

FastAPI PostgreSQL Supabase MongoDB Neo4j Redis SQLite ChromaDB

Infrastructure & DevOps

AWS Google Cloud Azure Docker Nginx Linux Git

๐Ÿ”จ Some Old Projects

These are from over a year ago. Could probably redo any of them in a day or two now, but they were good learning experiences:

AI Interview Agent: Real-time voice-based interview system with WebSockets, STT/TTS integration, and multiple collaborating agents (Interviewer, Coach, Skill Assessor). FastAPI backend, RAG and web-search. The frontend? Let's just say it works and we don't talk about how (vibecode go brrrr). ๐Ÿš€

Transformer from Scratch: Implemented the full "Attention Is All You Need" architecture in PyTorch for English-Vietnamese neural machine translation. Multi-head attention, positional encoding, the whole paper. I took a seminar about this paper in class, so I was like "might as well implement it while I'm at it" ๐Ÿคท

MLOps Pipeline: Crypto volatility prediction with XGBoost, deployed on AWS EC2 with cron-automated training, FastAPI serving, and proper logging. Because models that only work in notebooks don't count ๐Ÿ˜‰

Sudoku Game: Full-featured game with user auth, leaderboards, hint system, and game saving. Flask backend, Tkinter frontend, SQLite. Yes, I built a GUI app. No, I don't want to talk about Tkinter ๐Ÿ™…

...and a few more things like a document denoising autoencoder, blog platform with AI moderation, etc.

๐ŸŒฑ Where I'm At

"Founding AI Engineer" sounds fancy, but honestly it reflects breadth more than depth. I've touched a lot of things, been part of a lot of decisions, and gotten my hands dirty across the stack. Grateful for the exposure and the chance to build and own production systems end-to-end this early.

Still very much learning. It's a journey.

Also actively working on the fundamentals: SOLID, DRY, YAGNI... I follow them but don't chain myself to them. Trying to write more modular, maintainable code. Looking to go deeper on system design and building things that are actually a joy to maintain six months later.

๐ŸŒŸ Interests & Side Quests

If any of this resonates, hit me up:

  • ๐Ÿ† Hackathons. Always down for a good one.
  • ๐ŸŒ Open source. Looking to start contributing more.
  • ๐ŸŽฎ Researching how LLM agents can learn transferable strategic skills across game-theoretic environments using judge-guided feedback (WIP)
  • ๐Ÿฆž OpenClaw. Currently obsessed with tweaking its personality and watching it do ridiculous things autonomously. The space lobster is real.
  • ๐Ÿ’ฌ Or just about anything. Don't be shy.

๐Ÿ“ซ Let's Connect

Pinned Loading

  1. AI-Interview-Agent AI-Interview-Agent Public

    Multi-agent AI system for interview practice. Features adaptive questioning, real-time coaching, personalized feedback, and learning recommendations via web search. Built with FastAPI, React, LangCโ€ฆ

    Python 4 2

  2. Crypto-Volatility-ML-Engineering Crypto-Volatility-ML-Engineering Public

    An end-to-end ML pipeline for predicting daily cryptocurrency volatility using XGBoost with feature engineering, hyperparameter tuning with time-series cross-validation, automated data processing aโ€ฆ

    Python

  3. Transformer-NMT Transformer-NMT Public

    A PyTorch implementation of the Transformer architecture from "Attention Is All You Need" (Vaswani et al., 2017) for English-to-Vietnamese neural machine translation. Features complete encoder-decoโ€ฆ

    Python

  4. Denoising-Dirty-Image-Documents Denoising-Dirty-Image-Documents Public

    A deep learning project using TensorFlow/Keras to clean and denoise dirty document images. Built as a university course project based on the Kaggle "Denoising Dirty Documents" competition dataset. โ€ฆ

    Jupyter Notebook 1

  5. Blog-Content-Moderation-Platform Blog-Content-Moderation-Platform Public

    A full-stack blog content moderation platform with AI-powered review using Google Gemini. Features FastAPI backend, React frontend, and automated moderation for content length, banned words, and agโ€ฆ

    Python

  6. Sudoku-Game-GUI-App Sudoku-Game-GUI-App Public

    A feature-rich Sudoku game built with Python, featuring a modern Tkinter GUI, user authentication, multiple difficulty levels, and a competitive leaderboard system. Includes game state persistence โ€ฆ

    Python 2