Currently driving innovation at TeamViewer. Proven track record of 40% performance improvements and building systems serving millions of users.
Professional Journey & Experience
Featured work and open-source contributions
AI-powered study assistant that generates quizzes, flashcards, and essays. Features intelligent feedback loop that learns from mistakes to focus on weak points.
AI-powered architecture legal assistant using multi-agent systems to provide intelligent legal guidance and document analysis for Austrian building regulations.
Advanced RAG system with precise document citation capabilities. Expansion RAG architecture that references exact document sources for enhanced accuracy and traceability.
End-to-end automation framework for machine learning pipelines with MLOps best practices. Developed at TeamViewer for production ML workflows serving millions of users.
Data Extraction and analysis tool from medical records. Built at TreeTop Medical for healthcare application analytics and user experience optimization.
A bit about me in code
class MohammadAlnajdawi {
// I build AI systems that solve real problems
// Continuously learning and pushing boundaries
constructor() {
this.name = 'Mohammad Alnajdawi';
this.role = 'AI & NLP Engineer';
this.company = 'TeamViewer SE';
this.location = 'Linz, Austria';
this.email = 'najdawimohamed@gmail.com';
}
getSkills() {
return [
// AI & Machine Learning
'PyTorch', 'TensorFlow', 'Scikit-learn',
'LangChain', 'Hugging Face',
// NLP & RAG
'RAG Systems', 'Vector Databases',
'LLMs', 'NLP', 'Transformers',
// MLOps & Engineering
'MLflow', 'Docker', 'Kubernetes',
'Airflow', 'CI/CD',
// Programming & Data
'Python', 'SQL', 'Git',
'Pandas', 'NumPy', 'FastAPI'
];
}
getEducation() {
return [
{
degree: 'Master of Science',
field: 'Artificial Intelligence',
years: '2019-2021'
},
{
degree: 'Bachelor of Science',
field: 'Computer Science',
years: '2015-2019'
}
];
}
getAchievements() {
return [
'40% performance improvement in RAG systems',
'Built ML pipelines serving millions of users',
'Published research in NLP domain',
'Active open-source contributor'
];
}
getCurrentFocus() {
return {
exploring: [
'Advanced RAG techniques',
'Multi-modal AI systems',
'LLM fine-tuning strategies'
],
learning: [
'Reinforcement Learning',
'Graph Neural Networks'
]
};
}
}
const mohammad = new MohammadAlnajdawi();
console.log(mohammad.getSkills());
Let's connect and build something amazing
I'm always interested in hearing about new projects and opportunities. Whether you have a question or just want to say hi, feel free to reach out!