Youssef Donia

Youssef Donia

About

Detail

Agentic AI Systems | Production ML Infrastructure | Computer Vision (Edge + iOS) | Data Engineering at Scale
Texas, United States

Contact Youssef regarding: 
work
Full-time jobs

Timeline


work
Job
school
Education
folder
Project

Résumé


Jobs verified_user 0% verified
  • AbodeMine
    Data Scientist
    AbodeMine
    Oct 2025 - Mar 2026 (6 months)
    AbodeMine was where I learned what "big data" actually means: billions of rows a day, decades of real estate records, and a company's core API riding on the pipeline holding up. Some of my responsibilities and accomplishments in my short time there: - Architected ML and data pipelines in BigQuery and DBT processing 2B+ rows of real estate data daily, powering the core API and cutting ETL runtime 40% over the legacy system - Resolved address and parcel entity-resolution failures — deduplicating 30M+ property records and cleaning 200M+ inaccurate listings that had been compounding for years - Delivered production data infrastructure that ran 3x faster than the previous vendor's solution - Ran analytics on real estate market trends to surfa
  • NEOLOGY INC
    Software Developer
    NEOLOGY INC
    Apr 2024 - Nov 2025 (1 year 8 months)
    Neology was where I built my first multi-threaded actor system: independent processes coordinating in real time to detect, classify, and bill vehicles flying past at highway speeds. It was, in hindsight, my first taste of agentic thinking, long before that was the term for it. At the time it was just hard distributed systems work, on embedded cameras, against the kind of latency budget you can't argue with. - Shipped a real-time tolling system reaching 99.2% accuracy in under 12 months, preventing $300K+ in annual revenue leakage from misclassified vehicles - Co-developed a vehicle recognition system with our London ML team, improving detection accuracy from 75% to 95% - Architected system design across edge hardware, embedded software, a
  • Fathom
    Software & ML Engineer
    Fathom
    Aug 2023 - Apr 2024 (9 months)
    Nine months at Fathom5 took me from intern to shipping production AI for Navy and Defense clients. The work was unforgiving, because "mostly works" isn't a passing grade when the customer wears stars on their shoulders. But it compressed about two years of professional growth into less than one. - Built and deployed computer vision models for defense and industrial clients, including a damage severity classifier (87% accuracy) and an AR-based maintenance assistant shipped on iOS - Developed a machine vision system to read embossed text on metal tags, replacing a manual inspection process and outperforming the incumbent vendor in accuracy benchmarks - Built a predictive maintenance ML system that detected anomalies in motor vibration patte
  • Kalliope
    Chief Engineer
    Kalliope
    Aug 2023 - Feb 2024 (7 months)
    Making an Audiobook app without the excessive price tags. Accessible to all.
  • Fathom
    Software Engineer Intern
    Fathom
    May 2023 - Aug 2023 (4 months)
  • The University of Texas at Dallas
    OIT Labs Head CA / Inventory Manager
    The University of Texas at Dallas
    Oct 2022 - May 2023 (8 months)
    - Helping train and mentor new employees - Interviewing new hires and assisting Lab Managers with the interview process - Working closely with other Head CAs to create work schedule for Computer Assistants - Managing Inventory of over 1500 assets at the UTD OIT Labs - Working closely with upper management to liquidate Surplus Inventory - Automating databases to process inventory dynamically - Inventory Team Lead - Troubleshooting various technical issues for UTD students, faculty staff, and campus guests
  • SRC Research Scholars Program
    Research Scholar
    SRC Research Scholars Program
    Jul 2022 - May 2023 (11 months)
    Unsupervised Learning-based Early Anomaly Detection in AMS Circuits of Automotive SoCs
  • I
    Research Engineer
    Intel SRC Research
    Jun 2022 - Jun 2023 (1 year 1 month)
  • The University of Texas at Dallas
    OIT Labs Supply Manager
    The University of Texas at Dallas
    Jan 2022 - Oct 2022 (10 months)
    - Manages supply and inventory at the UTD OIT Labs using two databases - Automates databases to process inventory dynamically - Inventory team lead - Helps maintain state of labs
  • The University of Texas at Dallas
    OIT Lab Technician/QA Assistant
    The University of Texas at Dallas
    May 2021 - Feb 2022 (10 months)
    Troubleshoot issues, resolving customers’ technical challenges. Format laptops to be loaned out to UTD Students. Supervise students, safeguarding hardware security. Manage the inventory of laptops at UT Dallas.
Education verified_user 0% verified
  • The University of Texas at Dallas
    Bachelor's degree, Computer Science
    The University of Texas at Dallas
    Jan 2019 - May 2023 (4 years 5 months)
  • A
    High School Diploma
    American International School in Egypt West
    Jan 2015 - Jan 2019 (4 years 1 month)
  • The University of Texas at Dallas
    Bachelor of Science, Computational Science
    The University of Texas at Dallas
Projects (professional or personal) verified_user 0% verified
  • R
    Recall: An AI Doctor's Assistant
    Apr 2023
    Created an AI-powered doctor's assistant that can diagnose diseases through symptoms, recommend medications and therapy, and determine the onset of a disease through an MRI scan
  • N
    Neural Search Engine using Pytorch
    Jan 2022 - Apr 2022 (4 months)
    AIM project for the Spring '22 semester at UTD. My team and I created an AI search engine using multi-label classification and neural semantic search. This project is for an AI-powered search engine. The initial purpose of this search engine was to make it easier to find answers to your questions on forums such as StackOverflow and GitHub. We wanted this search engine to start with two features: labeling the queries and answering them without the user needing to wait for someone to assist them. To do this, we made a NN Model for each feature: The first one is a multi-label classification model using a modified BERT model. The second one is a neural semantic search model using pinecone.
  • N
    NLP Movie Recommendation System
    Sep 2021 - Nov 2021 (3 months)
    This a movie recommendation system that uses LTSM Neural Networks to classify movies ratings based off of their critic's consensus, and their genres based off of their descriptions. This system then quizzes the user to find out what genre movie the user would most likely want to watch and recommends the best movies of that genre to them.
  • T
    TicTacToe AI Bot
    Jun 2021
    Here is a TicTacToe bot I made for the AI course I'm taking at CS50. Try to beat it! for the AI to be able to pick the best possible square, I had to use the minimax algorithm. This is a recursive algorithm, that basically checks every possible move and all the possible outcomes of the game after picking that move. It assigns a value to each move depending on whether that move is good or bad for the computer, and makes its decision based on that. Moves that favor the X player, for example, are given 1 point. Moves that benefit the O player are -1, and a tie is 0.
  • I
    Inventory Management Software
    This project creates an Inventory Management system, where one can make an account. There is an admin account When a user makes an account, that account can either be a manager or not. If the account is not a manager, accessibility is limited. Passwords are encrypted using hashing. The data is stored using a Linked List. There is a parent class for the menu called Command, and multiple child classes for all the different types of commands in order for the menu to be dynamic based on the commands supplied in the parsed file. Each type of command was assigned to a menu option.
  • D
    DVD Kioske Software
    A software I wrote to read data and use it to update its inventory made using a Binary Search Tree This software reads from a file containing transaction data, and uses that data to add, remove, rent, or return DVDs. I think this software can be quite useful for an actual DVD Kiosk or a similar small store with some changes. The inventory for the Kiosk is made using a custom Binary Search Tree I created.