$ ls ~/projects

Selected projects.

6 results · sorted by recency
yearprojectsummarystack
2026
B2B Customer Churn Modeling
~/cox_dealer_churn
Explainable Boosting Machine for customer churn at Cox Automotive. Expanding window CV, PR AUC optimized, top decile lift, fully interpretable features for stakeholder review.
python · ebm · interpretml · pyspark
2026
LLM Detection Breaking
~/llm_detection_evasion
Researched and experimented against state of the art LLM detectors (GPT Zero, Turnitin, and others). Discovered a consistent method to bring detection rates down by upwards of 21%.
python · nlp · text generation · red team
2025
LLM Jailbreaking Experimentation
~/llm_jailbreaking
Experimented with, discovered, and tested methods to jailbreak frontier LLMs. Successfully jailbroke GPT 4.1, Grok, Sonnet 4, and several image generation models.
prompt engineering · llm security · red team
2025
Calculus LLM Tutor
~/calc_llm_tutor
Fine tuned a local open source LLM on curated calculus problem sets to serve as an AI tutor. Achieved over 95% accuracy on held out evaluation problems.
pytorch · hugging face · fine tuning
2025
FDA Regulatory RAG
~/fda_regulatory_rag
Retrieval augmented generation system over FDA regulatory meeting documents. Reached roughly 80% retrieval accuracy through iterative chunking and embedding strategy refinement.
langchain · langgraph · rag · hugging face
2025
FDA Efficacy Prediction
~/fda_efficacy_prediction
Ongoing study predicting medical product efficacy from regulatory deliberation quality. Collected and processed FDA advisory committee transcripts; engineered NLP features to quantify discussion characteristics as inputs to downstream predictive modeling.
python · nlp · feature engineering