Skip to content
View saftyy's full-sized avatar

Block or report saftyy

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
saftyy/README.md

Youssef Elsafty

AI Engineer in the making — I build systems that put LLMs into production, not just notebooks.

Computer Science @ UC Irvine · Focused on RAG systems, LLM evaluation, and applied ML infrastructure

LinkedIn Instagram  · 📫 yelsafty@uci.edu


What I'm focused on

I'm working toward AI Engineer / Forward Deployed Engineer roles — the kind of work where you're not just calling an LLM API, but designing the retrieval, evaluation, and production architecture around it so it's actually trustworthy at scale. Right now that means:

  • 🔎 RAG systems — retrieval strategy (hybrid search, reranking, chunking design), not just "stuff it in a vector DB and hope"
  • 📊 LLM evaluation — faithfulness, context precision, and failure analysis as first-class engineering work, not an afterthought
  • ⚙️ Applied ML infrastructure — the boring-but-essential parts: ingestion pipelines, structured outputs, test coverage, reproducibility
  • 🧪 Comfortable being wrong in public — I report what the data actually says, even when it contradicts my own hypothesis

Featured project

An internal support RAG assistant over a 100-document enterprise knowledge base — hybrid (BM25 + vector) retrieval fused with RRF, structured/grounded generation with explicit confidence scoring, and a full RAGAs evaluation harness.

  • 0.939 faithfulness · 0.775 context precision against a 50-query eval set (thresholds: 0.70 / 0.60)
  • Measured hybrid search against vector-only as a real before/after comparison — and reported honestly when the data didn't confirm my hypothesis
  • Full failure-case analysis: distinguished retrieval misses from generation failures from incomplete cross-document synthesis, with root causes for each

Languages and tools

Core / ML

LLM / RAG stack

Data & infra

GitHub stats


Open to AI Engineer / Forward Deployed Engineer internships and new-grad roles. Always happy to talk RAG architecture, evaluation design, or ML infra — reach out.

Popular repositories Loading

  1. saftyy saftyy Public

    Github profile README

  2. hybrid-rag-enterprise-support hybrid-rag-enterprise-support Public

    Internal support RAG assistant with hybrid (BM25 + vector) retrieval, grounded generation, and RAGAs-evaluated citation accuracy over a 100-doc enterprise knowledge base.

    Python