How I build AI systems
Most of my work sits in financial operations, real estate, and document processing — domains where a wrong answer has real cost, so the system has to be designed around that.
Models propose structured intents. Humans or rules confirm before anything commits.
Vision and staged pipelines for statements and documents that have no fixed layout.
Rule-based checks, model-graded metrics, and persona regression to catch drift.
Multi-service agents with phase gates, retrieval, and thin channel adapters.
Selected systems
Production AI systems I designed and built — problem, constraints, architecture, and the decisions I would defend.
Conversational accounting for small businesses
Bank statement reconciliation
AI buyer's agent for residential real estate
Multimodal delivery
Research & Publications
Peer-reviewed work in brain-computer interfaces — stated carefully against the paper itself.
NEUROPHONE: Real-Time Brain-Mobile Phone Interface
A P300-based brain-computer interface that lets people with motor disabilities operate a smartphone through visual attention alone. I contributed to EEG data collection, signal preprocessing and CNN training.
A lightweight CNN reached 98% average classification accuracy and a 0.95 F1 score under 5-fold cross-validation, ahead of EEGNet, ChronoNet, DCRNN and RNN baselines on both the EPFL BCI dataset and our own recordings.
The in-house dataset was small and the end-to-end delay between phone and inference API was never accurately measured. Selecting an icon took three to four flash repetitions, roughly eight seconds.
Where I have built
Roles and the systems behind them — co-founding Youtiva, independent AI work, and earlier research internship experience.
Co-Founder & AI Engineer
Youtiva
Own AI architecture across the products we build, and write the systems myself. The work spans conversational systems over business data, document extraction pipelines, retrieval, evaluation, and the backend services that carry them.
- Built a conversational accounting platform for small businesses covering chart-of-accounts generation, transaction classification, invoicing and bank reconciliation.
- Designed a confirm-then-commit pending-action queue so the model proposes ledger mutations but cannot execute them without explicit human confirmation.
- Built an AI buyer's agent for residential real estate running a staged journey from discovery through to generated offer documents, dispatching to backing services for property records, comparables and permits.
- Established the evaluation harness — rule-based metrics alongside model-graded ones, plus replayable persona regression tests to catch behavioural drift from prompt and model changes.
- Delivered one AI capability across web chat, streaming video avatar, voice and telephony by keeping orchestration central and channel services thin.
- Authored the team's backend and frontend engineering standards, including a shared streaming contract and API response envelope.
AI/ML Engineer
Independent
Top Rated on Upwork with a 100% job success rate. Natural-language interfaces over business data, predictive modelling, and computer vision for international clients.
AI Engineer, Intern
RadicalX AI
Developed and optimized models for career-coaching and integrity-monitoring products using OpenAI APIs and TensorFlow.
Bachelor of Computer Science
Ain Shams University
Scientific Computing, Faculty of Computer and Information Science · Cairo, Egypt · 2019 — 2023
Technical stack
AI systems
Evaluation
Backend
Data and retrieval
Infrastructure
What Clients Say
Real feedback from real clients who trusted me with their AI projects. Every project delivered with 5-star quality and passion!
5.0
Average Rating
30+
Happy Clients
100%
Success Rate
Build an ML price prediction model
"Great work and great person very happy to work with her always."
Python Developer for LinkedIn Content Automation
"Highly competent and demonstrates clear expertise in her work!"
AI / Machine learning and IoT task
"Exceptional and clearly knows what she's doing!"
Transformation of points and mapping coordinates - Python
"There's no question about it — truly a master at delivering exceptional work!"
Founder
"An outstanding AI engineer with exceptional technical skills and a deep understanding of AI and machine learning. Consistently delivers high-quality work, solving complex problems with efficiency and creativity. A great team player with excellent communication skills, always willing to share knowledge and mentor others."
Machine Learning Expert for Educational Project
"Working with her was an absolute delight! She delivered exceptional results with professionalism and expertise. Highly recommended!"
Random forest classification, CV and Neural network classification
"Throughout the project, brilliantly supported and helpful based on the requirements clarification and changes in the code. Would recommend without a doubt for any projects."
Gestures recognition
"Demonstrated remarkable competence by successfully completing the task assigned. Proficiency, diligence, and commitment to delivering high-quality results."
Ridge Regression in Numpy and multi-class Classification
"The work completed was complex, but it was finished within an hour because of expertise in AI/ML."
Notes from building
Patterns that keep showing up when AI systems move from demo to production.
