📄
Resume.pdf
📑
Paper.pdf

Hello

Welcome to my space on the internet — I'm Sahil.

About This Developer
Sahil PardasaniSP

Sahil Pardasani

AI / ML Engineer · Researcher


Hi, I'm Sahil 👋 — a Penn State grad from Jaipur, India. Outside of building things, I'm endlessly curious about how the universe works and how people tick. I love getting lost in a good story, a night sky, or a long rally on the tennis court.

Education

DegreeB.S. Computer Science, Minor in Mathematics (ELD)
UniversityThe Pennsylvania State University — University Park, PA
GraduatedDecember 2025 · GPA 3.40 / 4.00

Interests & Hobbies

🔭 Stargazing🤖 Reading & researching about AI✨ Astrology🎬 Watching movies

Sports I love

🎾 Tennis🏏 Cricket⚽ Soccer

Movies & Web Series

🚀 Sci-Fi💥 Action / Adventure🎭 Biographies

Tip: open Terminal from the Dock and type help.

Projects — Finder
Favorites
🗂 Projects
📑 Research
📄 Resume
Tags
🔵 AI / ML
🟣 NLP
🟢 Safety

NotchIslandSports

May 2026

Architected and deployed a native, high-performance macOS background utility application in Swift, SwiftUI, and AppKit that transforms the physical MacBook screen notch into a responsive, real-time "Dynamic Island" tracking interface. Built the project from the ground up utilizing structured asynchronous network frameworks and robust local data layers.

Key Architectural Engineering Milestones:

  • Live Data Ingestion Pipeline: Engineered a robust multi-threaded background polling framework utilizing Combine/async-await tasks to ingest, parse, and synchronize live public server streams across 8 distinct sports leagues (including full IPL, Cricket, and NFL coverage) on rapid 15/30-second cycles.
  • Dynamic Geometry Adaptability: Formulated a reactive layout-inspection engine that continuously audits device screen safe-area vectors (NSScreen.main?.safeAreaInsets). Dynamically scales the graphics pipeline from an ultra-compact 220pt notched capsule to an untruncated 340pt flat-bezel pill on Intel hardware to completely eliminate horizontal text truncation.
  • State Arbitration & Caching: Designed a custom rolling recency and fall-back algorithm (autoSelectActiveMatch()) coupled with a localized in-memory cache to maintain continuous UI stability during transient network dips, seamlessly pivoting the notch display between live events, completed match timelines, and upcoming fixtures.
↗ View on GitHub

arXiv Conference Paper Analyzer

Mar 2026

An intelligent system that autonomously discovers, filters, and analyzes AI/ML papers from top-tier conferences (NeurIPS, ICML, CVPR, ACL, etc.). Uses Groq API for real-time LLM-powered analysis, generating technical summaries and identifying research bottlenecks. Deployed on Render with daily auto-updates and a responsive dashboard. Built with Python, FastAPI, Docker, and HTML/CSS.

Skills: Python (Programming Language), FastAPI, +2 skills
↗ Open live app

Custom Memory Allocator

Oct 2025 – Nov 2025
🦁 Associated with Penn State University

Built a custom memory allocator (my_malloc / my_free) that manages a contiguous heap using Buddy Allocation and Slab Allocation, mimicking malloc/free behavior in C.

Implemented a buddy allocator with power-of-two block splitting, address-sorted free lists, and recursive buddy coalescing to reduce external fragmentation.

Designed a slab allocator that uses a Slab Descriptor Table and fixed-size object slabs, backed by the buddy allocator, including per-object and per-slab headers for efficient reuse and fast allocations.

Skills: C (Programming Language)

Multithreaded Thread Scheduler with Semaphore Support

Sep 2025 – Oct 2025
🦁 Associated with Penn State University

Implemented a custom CPU thread scheduler in C using the pthreads library, supporting three core scheduling policies — First Come First Serve (FCFS), Shortest Remaining Time First (SRTF), and Multi-Level Feedback Queue (MLFQ) — along with counting semaphore synchronization. Designed to simulate real CPU and I/O device interaction on a single-core system, the project produced precise Gantt chart visualizations of thread execution.

Key features:

  • Built synchronization with mutexes and condition variables to ensure thread-safe scheduling decisions.
  • Implemented preemptive and non-preemptive scheduling behavior per policy.
  • Added semaphore wait (P) and signal (V) logic to handle blocking and unblocking of threads.
  • Managed concurrent CPU and I/O operations with a deterministic, reproducible timeline.
Skills: C (Programming Language)

Bhagavad Gita WhatsApp Automation Bot (n8n + RapidAPI)

Jun 2025

Built a fully automated WhatsApp bot using n8n, RapidAPI, and CallMeBot that delivers a random Bhagavad Gita verse every day at 9 AM.

  • Integrated with Bhagavad Gita API (RapidAPI) to fetch verse translations.
  • Used JavaScript logic to randomly select a chapter + verse.
  • Encoded and sent messages through CallMeBot's WhatsApp API.
  • Scheduled daily automation using n8n's Schedule Trigger.
  • Demonstrated no-code/low-code automation and API integration.

LSTM Stock Price Predictor

Jun 2025

Developed a deep learning–based forecasting tool using LSTM to predict next-day stock prices for major tickers (AAPL, NVDA, AMZN, etc.) based on the past 90 days of trading data.

Implemented custom LSTM architecture using PyTorch to capture time series trends. Included real-time error correction by adjusting predictions using the last known forecast deviation. Integrated PostgreSQL to log actual vs predicted prices with auto-skipped duplicates. Streamlit dashboard with dynamic charts and a real-time earnings calendar via finance_calendars.

Skills: Python (Programming Language), PostgreSQL, +1 skill
↗ View on GitHub

ZypherKavach

May 2025

Built an interactive Streamlit frontend for chatting with the Zephyr LLM via Hugging Face inference.

  • Engineered multi-layer defenses against prompt injection.
  • Regex-based guardrails that block known "ignore instructions" attacks.
  • Optional Hugging Face Moderation API integration to flag & drop unsafe inputs.
  • Enforced a system-level instruction header so user prompts can't override core rules.
  • Persisted every user prompt, model response, and block flag in PostgreSQL for real-time auditing and analytics.
  • Showcased practical expertise in AI safety, secure LLM deployment, and threat mitigation.
Skills: PostgreSQL
↗ View on GitHub

Research Method Generation

Apr 2025

Fine-tuned T5-small and BART to generate research methodologies.

Tuned hyperparameters using the Optuna library to maximise ROUGE-L and BERT score performance. Conducted semantic evaluation and model comparison to measure faithfulness and coherence.

NASDAQ Time Series Forecasting with Deep Learning & LLMs

Oct 2024 – Apr 2025
🦁 Associated with Penn State College of Information Sciences and Technology

Collaborated with 9 undergraduate researchers through OSSIG to develop a multi-modal forecasting system for NASDAQ time series data using time-series RNNs and foundation models (e.g., LLaMA 3.0, DeepSeek R3).

  • Compared Echo State Networks vs. LSTMs, achieving a 37% reduction in compute time.
  • Processed 1,500+ textual and numerical financial reports using Scrapy & BeautifulSoup.
  • Integrated sentiment analysis with candlestick data, reducing RMSE by 18%.
Skills: Web Scraping, Deep Learning, +2 skills

Course Scheduler Application

Nov 2023 – Dec 2023
🦁 Associated with Penn State University

Developed a comprehensive, database-driven Course Scheduling Application for a college, featuring both Admin and Student functionalities with a user-friendly GUI. Implemented full CRUD operations and advanced scheduling logic with proper use of object-oriented design principles and PreparedStatements for database integrity and security.

Key Features — Admin Functions:

  • Add and manage semesters, courses, classes, and students.
  • Display student lists by class (scheduled and waitlisted).
  • Drop students or classes with automatic waitlist updates.

Student Functions:

  • Schedule classes with automatic waitlist management.
  • View and manage class schedules for the current semester.
  • Drop classes with dynamic rescheduling for waitlisted students.

Design Highlights:

  • Built a modular architecture with over four core Java classes representing database entities and access logic.
  • Developed a Derby relational database with strong correlation to object-oriented design.
  • Implemented robust GUI components using JComboBoxes and JTables for intuitive user interaction.
  • Ensured database updates used SQL PreparedStatements to prevent SQL injection and maintain code clarity.
Skills: Java, Object Oriented Design

Java 2D Drawing Application

Oct 2023 – Nov 2023
🦁 Associated with Penn State University

Built an interactive drawing application in Java that lets users create and customize geometric shapes (lines, rectangles, and ovals) with features like color gradients, stroke styles, and real-time mouse tracking.

Key Features:

  • Implemented a combo box–based shape selector and gradient color chooser using JColorChooser and GradientPaint.
  • Added Undo and Clear Canvas functionality using an ArrayList<MyShapes> to manage drawing history.
  • Integrated JCheckBoxes and JSpinners to toggle filled/unfilled shapes, dashed lines, and adjust stroke width or dash length dynamically.
  • Used event listeners to handle drag-and-draw operations and display mouse coordinates in a live status bar.
  • Followed an object-oriented design with a custom MyShapes hierarchy (MyLine, MyOval, MyRectangle) to encapsulate drawing logic.
Skills: Java, AWT, +1 skill
Sahil_Pardasani_Resume.pdf — Preview
📄 Sahil_Pardasani_Resume.pdf
100%
⤓ Download Open in tab
Bridging the Know–Act Gap via Task-Level Autoregressive Reasoning
Submitted · COLM 2026

Bridging the Know–Act Gap via Task-Level Autoregressive Reasoning

Co-authored · Penn State, UIUC, Columbia & Episcopal Academy

📄 Read full paper (PDF) View on arXiv ⤓ Download

TL;DR

LLMs can usually recognize when a question is flawed, yet still answer it anyway during normal generation — a "know–act gap." This paper measures that gap at scale and proposes a fix that makes models act on what they already know.

The Problem

Under discriminative prompting ("is this question problematic?"), frontier models flag flawed inputs ~90% of the time. But under natural generation they plunge a flawed question forward anyway — open-source models drop to ~10% and even GPT-4 to ~34.9%. The recognition exists; it just isn't used. The cause: token-level autoregression entangles the decision of what task to do (validate vs. answer) with content generation.

Benchmark — FaultyScience

A newly built, large-scale, cross-disciplinary benchmark of 15,000+ faulty scientific questions across 8 disciplines (physics, biology, earth science, math, CS, medicine, social science, and more), spanning open-ended and multiple-choice formats and error types like missing information, incorrect premises, and nonsensical content.

Method — DeIllusionLLM

A task-level autoregressive framework that explicitly models the validate-vs-answer decision. Through self-distillation, it unifies discriminative judgment and generative reasoning inside a single backbone — so the model decides whether to challenge the input before it starts answering.

Results

DeIllusionLLM substantially reduces "answer-despite-error" failures under natural prompting while maintaining general reasoning performance — showing self-distillation is an effective, scalable way to close the discriminative–generative gap.


Sahil Pardasani is a co-author. Full author list, tables, and experiments are in the PDF.

sahil@portfolio — zsh
sahil@portfolio:~$ welcome
Type help to see available commands.
sahil@portfolio:~$
Experience

Experience

Research Intern Full-time

May 2026 – Present · University Park, PA · On-site

Co-authored "Who Verifies the Benchmark? Decentralizing Trust in Large Language Model Evaluation," investigating identity-aware bias in LLM-as-a-Judge systems through large-scale benchmarking and statistical analysis across multiple frontier language models. Developed a blockchain-based commit–reveal verification framework using Autonomous Economic Agents (AEAs) and Ethereum-compatible ledgers to enable transparent, auditable, and tamper-evident LLM evaluation. Paper submitted to QASC 2026 (under review).

Working under the guidance of Dr. Madhusudan Singh.

BlockchainLarge Language Models (LLM)+2 skills

Logistics Executive Committee Member Part-time

Sep 2025 – Dec 2025 · University Park, PA · On-site

Serve on the logistics executive committee, coordinating event operations and cross-club collaborations. Helped organize the Society's first-ever participation in the Penn State Homecoming Parade, in collaboration with the Nittany Chemical Society (NCS).

Leadership & Organizational Initiatives

Perplexity Campus Partner Part-time

Perplexity
Aug 2025 – Dec 2025 · University Park, PA · On-site

AI Consultant Intern Internship

Jun 2025 – Aug 2025 · Jaipur, Rajasthan, India · Remote

Conducting competitive landscape analysis of AI-powered solutions across multiple industries to uncover market gaps, inform product strategy, and shape MVP direction for enterprise clients; also assisting in the development of AI-driven MVPs tailored to specific client requirements.

Contributed to an engineering pipeline to build an AI-powered bot for property risk evaluation, integrating structured and unstructured data to assess client-defined metrics.

Authored various articles breaking down complex research papers for general audiences and helped establish the company's presence on Medium.

Artificial Intelligence (AI)Large Language Models (LLM)+1 skill

At-Large Representative — HUB-Robeson Center Advisory Board Part-time

HUB-Robeson Center
Nov 2024 – Apr 2025 · University Park, PA · On-site

Selected as 1 of only 3 At-Large Representatives from a campus population exceeding 48,000 students, providing strategic guidance and policy recommendations to the Directors of the HUB-Robeson Centre and Paul Robeson Cultural Centre.

Key Responsibilities:

Representation & Advocacy: Serve as a student representative, voicing the needs and interests of students, faculty, staff, and community members who utilise the HUB-Robeson Centre.

Advisory Role: Consult with and advise the Directors on policies related to space rentals, building operations, new programs, and services.

Program Evaluation: Help evaluate the effectiveness of programs, services, and facilities and provide recommendations for improvements.

Strategic Planning: Contribute to long-term planning initiatives, including identifying new sources of revenue and strengthening relationships with key partners like HUB Dining and the Bookstore.

Hiring Committees: Participate in the search and interview process when hiring leadership for the HUB-Robeson Centre and the Paul Robeson Cultural Centre.

Committee Work: Serve on ad-hoc committees focused on office space allocation, program development, and facilities management. Played a key role in evaluating and allocating office and storage space for RSOs by assessing applications, organisational impact, and appeals from groups denied space due to issues like missed deadlines or shared space conflicts.

Leadership & Organizational Initiatives

Penn State College of Engineering 2 yrs

University Park, PA · On-site

Learning Assistant — CMPSC 221 (Object-Oriented Programming)

Aug 2024 – Dec 2025

Leading recitations where students can come and ask doubts in a friendly and learning environment. Also, holding weekly office hours to help students troubleshoot code errors and explain object-oriented programming concepts.

Working under the guidance of Professor Alan Verbanec.

Computer Science

Computer Science Grader

Jan 2024 – Jul 2024

Graded Java programming assignments for over 50+ students using a specified rubric for the course CMPSC 221 Object Oriented Programming.

Worked under the guidance of Professor Alan Verbanec.

Library Ambassador — University Libraries Student Advisory Board Part-time

Penn State University Libraries
Jan 2024 – Dec 2025 · University Park, PA · On-site

Held this role during three separate periods: Jan 2024 – Apr 2024, Aug 2024 – Apr 2025 and Aug 2025 – Dec 2025.

I get to work alongside library staff and fellow students to improve access to library resources and enhance student engagement with library services. Initially appointed by UPUA and now serving as an independent member, I contribute to various initiatives to improve Penn State Libraries' student experience.

Key Contributions:

Improved Leisure Reading Collection: Contributed to the expansion and diversification of the leisure reading section, ensuring a wider variety of books and resources for students' personal and academic enrichment.

Redesign of Sidewater Commons: Helped gather student feedback and worked on plans to redesign the Sidewater Commons, a space providing access to computers and study areas. The goal is to create a more effective and student-friendly environment for studying and collaboration.

Enhanced Engagement with Library Events: Collaborated on brainstorming strategies to increase student participation and engagement in library events, ensuring they reach broader audiences and offer more value to the Penn State community.

Leadership & Organizational Initiatives

Research Assistant Part-time

Sep 2023 – Aug 2025 · University Park, PA · Hybrid

Helping in setting up and building the Open Source Software Interest Group (OSSIG) under the guidance of Dr. Mathias Fonkam and Dr. Carl Cotner.

Learning about functional programming using the coconut library in Python, Phoenix framework in Elixir, working on local large language models, Plone 6, Echo State Networks (ESN) and web development using HTML & CSS. Trying to leverage techniques like gradient boosting (XGBoost, LightGBM), hyperparameter tuning using Optuna and Test Time Compute (TTC).

Penn State Eberly College of Science 9 mos

University Park, PA · On-site

Learning Assistant — PHYS 212

Jan 2024 – Apr 2024

As a Learning Assistant for PHYS 212, I play a key role in supporting students as they navigate the complex concepts of electricity and magnetism. My primary responsibilities include:

Addressing In-Class Questions: Helping students overcome challenges related to problem sets, theoretical concepts, and practical applications in the subject.

Strengthening Student Understanding: Ensuring that students develop a strong grasp of key topics by addressing misconceptions, answering questions, and providing real-world examples.

Active Engagement: Encouraging collaboration and critical thinking, helping students build confidence in applying theoretical principles to problem-solving tasks.

Collaborating with Faculty: Working closely with Professor Chad Hanna to align instructional support with course objectives and identify areas where students need additional help.

Collaborative Work with FacultyProblem Solving

Learning Assistant — MATH 140

Aug 2023 – Dec 2023

As a Learning Assistant for Math 140, I worked closely with the course instructor, Prof. Seghoon Bang, to support students in mastering the concepts of Calculus and Analytical Geometry. My responsibilities included:

Facilitating Learning Sessions: Conduct two 1-hour weekly evening review sessions to help students grasp key concepts and solve worksheet problems.

Supporting In-Class Activities: I assisted with the smooth conduct of lectures and in-class exercises, ensuring students' questions and difficulties were promptly addressed.

Collaborating with Instructor: Attending weekly meetings with Prof. Bang to review feedback, improve teaching strategies, and identify areas where students may need additional support.

Director of Academic Affairs Part-time

University Park Undergraduate Association (UPUA)
Jul 2023 – Mar 2024 · University Park, PA · On-site

As Director of Academic Affairs for the University Park Undergraduate Association (UPUA), I led and collaborated on several key initiatives aimed at supporting the academic success and well-being of students at Penn State. These initiatives included:

Know Your Academic Rights Campaign: Raised awareness about students' academic rights, ensuring they are better informed and empowered.

Know Your Resources Campaign: Highlighted the range of resources available to students, improving accessibility and utilization of on-campus services.

Test Prep Week: Organized and distributed free study materials to students preparing for graduate-level exams, helping them to succeed in their academic goals.

Student Council Roundtables: Organized and led two cross-campus Student Council Roundtables to foster communication between student councils and UPUA, helping councils address common challenges and collaborate on solutions.

Leadership & Reporting: Attended cabinet meetings, provided regular updates to executive leadership, and ensured the Academic Affairs Committee's initiatives were executed effectively and transparently.

Research Assistant Part-time

Stress Psychophysiology Lab — Penn State
Jan 2023 – Apr 2023 · University Park, PA · On-site

As a Research Assistant in the Stress Psychophysiology Lab, I collaborated with Dr. Derek Spangler to design and build the Nocturnal-Stress Study. Developed behavioural experiments to study stress and its impact on physiology using PsychoPy and BioSPPy libraries.

Contacts
Calculator
0
Notes
🗒 Notes
Scratchpad
Education

Education

The Pennsylvania State University

Bachelor of Science — Computer Science
Aug 2022 – Dec 2025 · University Park, PA
Grade: CGPA 3.37 · Dean's List Fall 2023
Activities & societies: Astronomy Club, Pulsar Search Collaboratory, ACM, International Student Council, University Park Undergraduate Association, Tennis Club, PSU Quantum Student Society
Relevant coursework: CMPSC 131 & 132 Programming and Computation I/II, GD 115N Visualising Info, CMPSC 221 OOP with Web, DS 220 Data Management for Data Science, CMPEN 270 Digital Design Theory and Practice, CMPSC 497 Deep Learning for Computer Vision (PyTorch), CMPSC 311 Systems Programming, CMPSC 465 Data Structures & Algorithms, CMPSC 461 Programming Language Concepts, CMPSC 464 Theory of Computation, CMPSC 483W Software Design Methods, CMPSC 497 Introduction to NLP, CMPSC 497 AI, Humans & Society, CMPSC 473 Operating Systems Design & Construction
Skills: PyTorch, Generative AI, +10 more
B.S. Computer Science degree
🎓
B.S. Computer Science — College of EngineeringDrop CS%20Degree.png into the folder to show the scan

The Pennsylvania State University

Minor — Mathematics
Aug 2022 – Dec 2025 · University Park, PA
Grade: CGPA 3.37
Relevant coursework: MATH 140 & 141 Calculus with Analytic Geometry I/II, MATH 220 Matrices, MATH 311W Discrete Math, STAT 318 Elementary Probability, STAT 319 Elementary Mathematical Statistics, MATH 400 Teaching in Mathematics, MATH 486 Mathematical Theory of Games, MATH 230 Calculus and Vector Analysis, MATH 436 Linear Algebra, MATH 470 Abstract Algebra
Mathematics minor certificate
🎓
Minor in MathematicsDrop Mathematics%20Minor.png into the folder to show the scan

The Pennsylvania State University

Minor — Engineering Leadership Development
Jan 2024 – Dec 2025 · University Park, PA
Grade: CGPA 3.37
Relevant coursework: ENGR 405 Project Management for Professionals, ENGR 407 Technology-Based Entrepreneurship, ENGR 408 Leadership Principles, ENGR 409 Leadership in Organizations, ECON 102 Introductory Microeconomic Analysis and Policy, PSYCH 100 Introductory Psychology
Engineering Leadership Development minor certificate
🎓
Minor in Engineering Leadership DevelopmentDrop ELD%20minor.png into the folder to show the scan

Neerja Modi School

High School Diploma
Jul 2006 – Jun 2022 · Jaipur, India
Grade: AISSE 85% · AISSCE 81%
Activities & societies: Lawn Tennis, Member of the Stock Market Club (NMS Jaipur), STEM Chat Games
Subjects: Chemistry, Physics, Informatics Practices, English, Maths
Certifications

Certifications & Licenses

Click any credential to verify it.
❄️
Building AI Agents with Snowflake
Snowflake · Feb 2026 · Agentic AI Development
❄️
Introduction to Modern Data Engineering with Snowflake
Snowflake · Jan 2026 · Data Engineering
❄️
Generative AI Professional Certificate
Snowflake · Mar 2026 · Credential ID f26abd7c…
☁️
Microsoft Azure AI Essentials
Microsoft · Nov 2025 · Microsoft Azure
🗄️
Vector Databases Professional Certificate
Weaviate · Nov 2025 · Vector Databases · DB Development
📋
Atlassian Agile Project Management Professional Certificate
Atlassian · Jan 2026 · Agile Methodologies · Jira
🧠
ChatGPT Prompt Engineering for Developers
DeepLearning.AI · Jun 2025 · Prompt Engineering · ChatGPT
🧱
Generative AI Fundamentals
Databricks · May 2025 – May 2027 · Credential ID 144537330
🧱
Databricks Fundamentals Accreditation
Databricks · Sep 2025
🤖
AI Fluency: Framework & Foundations
Anthropic · Jun 2025
🐳
Docker Foundations Professional Certificate
Docker, Inc · May 2025 · Containerization · Docker Products
🛢️
SQL (Intermediate)
HackerRank · Jun 2024 · SQL
☁️
Transformer Models and BERT Model
Google Cloud Skills Boost · May 2025 · BERT · Transformer Models
🥋
Lean-Sigma Process Improvement Yellow Belt (CPE 1204)
CentreStar Academy · Apr 2025
❄️
Hands-On Essentials: Data Warehousing Workshop
Snowflake · Mar 2024 · Credential ID 97252296
🎓
B.S. in Computer Science
Penn State University · Dec 2025 · Credential 267P-5B4J-S9IE
Finder
Favourites
👤 About Me
💼 Experience
🎓 Education
📜 Certifications
🗂 Projects
⭐ Recommendations
Documents
📄 Resume
📑 Research Paper
Links
🧭 Safari
📇 Contacts
👤About Me
💼Experience
🎓Education
📜Certifications
🗂Projects
📄Resume.pdf
📑Research Paper
🧭Safari
Safari
System Settings
🖼 Wallpaper
🌗 Appearance

Wallpaper

Pick a backdrop. Heritage & alma-mater shots show once you add the image files to the site folder.
Auto-change wallpaper as apps open & close
Dark Mode
Recommendations

Recommendations

What the people I've worked with have to say.

NH
Noah Habtemichael
CEO @ GenAIx · Enterprise AI Adoption
Managed Sahil directly · Aug 2025
I had the pleasure of working with Sahil during his tenure as an AI consultant intern at our company, and he was an absolute game-changer for us! Sahil consistently delivered immense value through his exceptional research skills. He not only helped us with R&D by creating insightful research papers but also made sure they were accessible to a broader audience by breaking them down and posting them on Medium. His communication skills were top-notch — he always came prepared to meetings, shared his ideas clearly, and kept us updated on the latest AI trends. Sahil's consistency and dedication truly made a difference, and I highly recommend him!
MG
Monica Gingerich
Coordinator for Student Experience & Engagement · Penn State University Libraries
Worked with Sahil on the same team · Dec 2024
I am happy to recommend Sahil for his exceptional leadership and commitment to enhancing the university community through his involvement with the University Libraries' Student Advisory Board (ULSAB) as a Library Ambassador. As a member of the ULSAB, Sahil provides invaluable guidance on library services, resources, and spaces, ensuring they meet the needs of the student body. He actively participates in leadership roles within the ULSAB and the Library Ambassador Program, and for a year as Director of the Academic Affairs committee in UPUA, he engaged with students, promoted library services, and gathered valuable feedback to inform improvements. Sahil continues to carry out the mission of ULSAB — amplifying student voices and strengthening library services.
Moksha Patam — Snakes & Ladders
Your turn — press Enter or Space to roll 🎲
You CPU Ladder Snake
Tic-Tac-Toe
Your turn — you're X
Ask Sahil — AI Guide
Ask Sahil
Your AI guide to Sahil's work — ask me anything
Hi! 👋 I'm Sahil's AI guide. He's a Penn State CS grad and AI/ML engineer who's published research on LLM evaluation and ships real systems. Where would you like to start?
Snake
🐍 SnakeScore: 0
Use your arrow keys to move
Messages
SP
Sahil Pardasani
Your message lands straight in my inbox
Hey 👋 Drop me a message here — it gets delivered to my email and I'll reply to the address you give. No phone needed.
Finder
Ask Sahil (AI)
Safari
Contacts
Calculator
Notes🗒
Messages
Terminal
Moksha Patam
Tic-Tac-Toe XO
Snake
System Settings