Hi, I'm Manas

Specialized in RAG Models & LLM-Powered Applications

Building intelligent systems at the intersection of AI and modern web development

3.84
GPA (MS CS)
10+
Projects Built
50–70%
Efficiency Gains
🏆
Hackathon Award
Manas Mankar

Manas Mankar

AI Engineer & Developer

Available for hire

Who I Am

Building the Future with AI

I'm a Computer Science graduate student at Pace University with a deep passion for AI engineering and full-stack development. I build intelligent, scalable applications that bridge the gap between cutting-edge AI research and real-world product solutions — from RAG pipelines and LLM orchestration to production-ready MERN applications.

I transitioned from Mechanical Engineering to Computer Science, bringing a systems-thinking mindset to software. I've shipped production applications, won a hackathon, and I'm actively building expertise in RAG architectures and LangChain pipelines.

AI Engineering
RAG pipelines, LangChain, LLM orchestration with OpenAI, Anthropic & Google AI
Full-Stack Dev
End-to-end MERN stack applications with scalable REST APIs and responsive UIs
RAG Specialist
Specialized in Retrieval-Augmented Generation models and intelligent search systems
MS Computer Science
Pace University, GPA 3.84/4.0 — graduating May 2026

Tech Proficiency

Tools and technologies I master at 80%+ proficiency

🧠 Specialized in RAG Models, LangChain, and LLM Orchestration

Languages

Python95%
Java84%
C80%
C++80%

Frontend

JavaScript92%
TypeScript90%
React93%
Next.js91%
HTML593%
CSS392%
Tailwind CSS94%
Bootstrap85%

Backend

Node.js94%
Express.js92%
FastAPI88%
Flask86%
REST API91%
Jinja82%

Databases

MongoDB93%
MySQL87%
Oracle 21c81%
SQL89%
MongoDB Atlas85%

AI & ML

LangChain96%
OpenAI API92%
RAG Models91%
Anthropic API89%
Google AI85%
LLM Integration90%
MemMachine83%

DevOps & Tools

Docker86%
Git94%
GitHub93%
Postman88%
Jira84%

Cloud

Vercel90%
AWS (Pursuing)60%

Design

Figma82%
Framer81%

Currently deepening expertise in LangChain pipelines, RAG architectures, and AI agent systems

Work Experience

Web Developer

Super Auto Equipment Services

Full-time
September 2023 – July 2024
India
  • Built a custom business management system using MongoDB, Express.js, Node.js, and React.js, increasing operational efficiency by ~50% and reducing manual work by ~70%.
  • Collaborated with cross-functional teams to design and deploy a responsive, role-based React.js interface and scalable backend services using Node.js and Express.js.
  • Streamlined operations and improved team productivity by managing multiple business workflows simultaneously, enabling faster task completion and measurable improvements in client satisfaction.
React.jsNode.jsExpress.jsMongoDB

Quality Supervisor

Raychem RPG Pvt Ltd

Full-time
July 2022 – September 2023
India
  • Led and mentored a team of 7 quality inspectors across 2 production lines, maintaining 90%+ quality compliance and cutting product defect rates by 20% within the first quarter.
  • Designed and executed 50+ cross-departmental audits per year, identifying root causes and implementing corrective actions that reduced rework costs by ~35% and improved on-time delivery to 95%.
  • Streamlined inspection workflows by introducing standardized checklists and digital reporting, cutting inspection cycle time by 30% and eliminating documentation errors across 3 departments.
  • Collaborated directly with production, procurement, and client-facing teams to resolve 100+ quality escalations, driving measurable improvements in client satisfaction scores.
Quality ManagementTeam LeadershipProcess ImprovementRoot Cause AnalysisAuditing

What I've Built

Production-grade applications — from hackathon wins to full pharmacy management systems

1st Runner-Up — Pace University × MemVerge Hackathon

AdaptusAdaptive Learning Assistant

🏆 1st Runner-Up | Pace University × MemVerge Hackathon

November 2025

An award-winning AI-powered adaptive study platform that intelligently selects the most suitable LLM from three providers — OpenAI, Anthropic, and Google AI — based on the learner's history, performance, and topic complexity. Built in 24 hours at the Pace University × MemVerge Hackathon.

  • Engineered a dynamic LLM routing engine using Python FastAPI and a modular provider architecture that benchmarks OpenAI GPT-4, Anthropic Claude, and Google Gemini in real-time, selecting the best model per query.
  • Built a persistent learner memory system using MemMachine (MemVerge's memory-as-a-service platform) that stores user performance, topic mastery, and lesson preferences across sessions — enabling truly personalized learning.
  • Designed RESTful APIs with full CORS configuration and an interactive HTML/CSS/JavaScript frontend that delivers adaptive lessons, real-time feedback, and dynamic difficulty scaling.
  • Increased lesson relevance across repeat sessions by ~40% through persistent context injection, and reduced LLM provider experimentation overhead by 60% with a modular swap architecture.
  • Demonstrated live to 100+ attendees and judges from MemVerge, securing 1st Runner-Up for innovation in AI memory integration.
PythonFastAPIOpenAI APIAnthropic APIGoogle AIMemMachineREST APIJavaScript
3LLM Providers
+40%Lesson Relevance
100+Live Attendees
24hBuilt In
Project 02

PharmaXpert

Full-Stack Pharmacy Management System

May 2024 – June 2024

A comprehensive full-stack MERN pharmacy management system built to automate the end-to-end operations of a modern pharmacy — from real-time inventory tracking to prescription management, sales reporting, and secure staff authentication. Eliminated the pharmacy's manual paper-based workflows entirely.

  • Built a real-time inventory management module with low-stock alerts, batch tracking, expiry date monitoring, and automated reorder suggestions — reducing stockout incidents and improving medication availability.
  • Developed a prescription management system that digitizes patient records, links prescriptions to inventory, tracks dispensing history, and generates audit trails — streamlining pharmacist workflows and reducing errors.
  • Implemented a sales and revenue tracking dashboard with daily/weekly/monthly reporting, supporting 5,000+ transactions with data export capability for financial reconciliation.
  • Built secure JWT-based role authentication with separate access levels for pharmacists and administrators, protecting sensitive patient and prescription data.
  • Automated core pharmacy workflows end-to-end, reducing manual operational effort by ~60% and enabling the pharmacy to scale without proportional staff increases.
React.jsNode.jsExpress.jsMongoDBJavaScriptHTML/CSSJWT
5K+Transactions
-60%Manual Effort
2Auth Roles
MERNFull-Stack
Project 03

Momentify

Full-Stack Memory Archive Application

December 2025

A feature-rich full-stack MERN application designed to preserve personal memories in a beautifully structured digital archive. Users can create memory entries with rich text descriptions, tag friends, attach up to 10 high-resolution images per memory, and browse their timeline.

  • Architected and built 8+ RESTful APIs using Node.js and Express.js for full CRUD operations on memory entries — including create, retrieve by date/tag/friend, update captions, and soft-delete with restore.
  • Integrated Cloudinary's media management API for scalable, optimized image storage, achieving 100% separation of binary assets from MongoDB — eliminating base64 bloat and reducing DB query times by ~35%.
  • Designed a responsive React.js frontend with infinite scroll, tag-based filtering, and an immersive full-screen image gallery viewer — delivering a polished user experience across mobile and desktop.
  • Implemented JWT-based secure authentication with bcrypt password hashing, protecting all user data and enabling multi-user support with private memory collections.
  • Deployed on Vercel with environment-based config, supporting concurrent users with zero downtime.
React.jsNode.jsExpress.jsMongoDBCloudinaryJWTVercel
8+REST APIs
-35%DB Query Time
10Images/Memory
CDNImage Delivery

Education & Experience

Academic Background

🎓

Pace University

Current

Master of Science in Computer Science

New York, USA
Aug 2024 – May 2026
GPA: 3.84 / 4.0
🏛️

Theem College of Engineering

Bachelor of Engineering in Mechanical Engineering

Maharashtra, India
Aug 2018 – May 2022
GPA: 8.62 / 10.0

Certifications

☁️

AWS Cloud Practitioner

Amazon Web Services

Pursuing
🏗️

AWS Solutions Architect

Amazon Web Services

Pursuing
📊

Big Data 101

IBM Developer Skills Network

Completed
💻

C and C++

Advantech Computer Education Pvt Ltd

Completed

Leadership Experience

🎓

Training & Placement Member Secretary

Engineering Club | Theem College of Engineering

May 2021 – March 2022
  • Planned and coordinated 15+ training sessions, placement drives, mock interviews, and skill-building workshops, boosting student employability and achieving a 30% increase in successful recruitment outcomes.
  • Served as the primary liaison between students and 10+ recruiting companies, managing end-to-end communication, scheduling, and documentation for campus placement drives.
  • Organized 5+ industry expert guest lectures and career guidance sessions, connecting students with professionals from top engineering and manufacturing firms.
  • Assisted professors in academic tasks, providing students with valuable exposure to advanced topics and projects.

🤝 Volunteer Experience

🌐

Google DevFest NYC

Volunteer | New York

November 2025

  • Managed logistics and coordination for a full-day AI-focused conference with keynote speakers from NVIDIA, Google, and Touchlab, ensuring smooth session flow and engaging experience for attendees.
  • Supported planning and execution of technical sessions on AI agents, LLMs, and Generative AI, collaborating with the GDG team to handle scheduling, speaker communications, and on-site operations for 500+ developers and professionals.
🤝

National Service Scheme (NSS)

Volunteer | Theem College of Engineering

May 2018 – March 2019

  • Co-ordinated and led community service initiatives, including 5+ awareness drives, cleanliness campaigns, youth empowerment events, and leadership development workshops, fostering social responsibility and impacting over 500 participants.

Get In Touch

I'm actively seeking AI Engineering & Full-Stack roles. Let's build something great.