דרושים » תוכנה » Senior ML Research Engineer

משרות על המפה
 
בדיקת קורות חיים
VIP
הפוך ללקוח VIP
רגע, משהו חסר!
נשאר לך להשלים רק עוד פרט אחד:
 
שירות זה פתוח ללקוחות VIP בלבד
AllJObs VIP
כל החברות >
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
6 ימים
חברה חסויה
Location: Tel Aviv-Yafo
Job Type: Full Time and Hybrid work
Required Senior ML Research Engineer
Israel: Tel Aviv/ Hybrid
R&D | Full Time | Job Id: 24793
Your Impact & Responsibilities:
As a Senior ML Research Engineer, you will be responsible for the end-to-end lifecycle of large language models: from data definition and curation, through training and evaluation, to providing robust models that can be consumed by product and platform teams.
Own training and fine-tuning of LLMs / seq2seq models: Design and execute training pipelines for transformer-based models (encoder-decoder, decoder-only, retrievalaugmented, etc.), and fine-tune open-source LLMs -specific data (security content, logs, incidents, customer interactions).
Apply advanced LLM training techniques such as instruction tuning, preference / contrastive learning, LoRA / PEFT, continual pre-training, and domain adaptation where appropriate.
Work deeply with data: define data strategies with product, research and domain experts; build and maintain data pipelines for collecting, cleaning, de-duplicating and labeling large-scale text, code and semi-structured data; and design synthetic data generation and augmentation pipelines.
Build robust evaluation and experimentation frameworks: define offline metrics for LLM quality (task-specific accuracy, calibration, hallucination rate, safety, latency and cost); implement automated evaluation suites (benchmarks, regression tests, redteaming scenarios); and track model performance over time.
Scale training and inference: use distributed training frameworks (e.g. DeepSpeed, FSDP, tensor/pipeline parallelism) to efficiently train models on multi-GPU / multi-node clusters, and optimize inference performance and cost with techniques such as quantization, distillation and caching.
Collaborate closely with security researchers and data engineers to turn domain knowledge and threat intelligence into high-value training and evaluation data, and to expose your models through well-defined interfaces to downstream product and platform teams.
Requirements:
5+ years of hands-on work in machine learning / deep learning, including 3+ years focused on NLP / language models.
Proven track record of training and fine-tuning transformer-based models (BERT-style, encoder-decoder, or LLMs), not just consuming hosted APIs.
Strong programming skills in Python and at least one major deep learning framework (PyTorch preferred; TensorFlow).
Solid understanding of transformer architectures, attention mechanisms, tokenization, positional encodings, and modern training techniques.
Experience building data pipelines and tools for large-scale text / log / code processing (e.g. Spark, Beam, Dask, or equivalent frameworks).
Practical experience with ML infrastructure, such as experiment tracking (Weights & Biases, MLflow or similar), job orchestration (Airflow, Argo, Kubeflow, SageMaker, etc.), and distributed training on multi-GPU systems.
Strong software engineering practices: version control, code review, testing, CI/CD, and documentation.
Ability to own research and engineering projects end-to-end: from idea, through prototype and controlled experiments, to models ready for integration by product and platform teams.
Good communication skills and the ability to work closely with non-ML stakeholders (security experts, product managers, engineers).
Nice to have:
Experience with RLHF / preference optimization, safety alignment, or other humanfeedback-in-the-loop approaches to training LLMs.
Experience with retrieval-augmented generation (RAG), dense retrieval, vector databases, and embedding training.
Background in security / cyber domains such as threat detection, malware analysis, logs, or SOC tools.
Experience with multilingual models (e.g., Hebrew + English) and cross-lingual training.
Experience in a product environment where models must meet reliability, scale, and cost constraints.
This position is open to all candidates.
 
Hide
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8597461
סגור
שירות זה פתוח ללקוחות VIP בלבד
משרות דומות שיכולות לעניין אותך
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
6 ימים
חברה חסויה
Location: Tel Aviv-Yafo
Job Type: Full Time and Hybrid work
Required ML Data Engineer
Israel: Tel Aviv/ Hybrid (Israel)
R&D | Full Time | Job Id: 24792
Key Responsibilities
Your Impact & Responsibilities:
As a Data Engineer - AI Technologies, you will be responsible for building and operating the data foundation that enables our LLM and ML research: from ingestion and augmentation, through labeling and quality control, to efficient data delivery for training and evaluation.
You will:
Own data pipelines for LLM training and evaluation
Design, build and maintain scalable pipelines to ingest, transform and serve large-scale text, log, code and semi-structured data from multiple products and internal systems.
Drive data augmentation and synthetic data generation
Implement and operate pipelines for data augmentation (e.g., prompt-based generation, paraphrasing, negative sampling, multi-positive pairs) in close collaboration with ML Research Engineers.
Build tagging, labeling and annotation workflows
Support human-in-the-loop labeling, active learning loops and semi-automated tagging. Work with domain experts to implement tools, schemas and processes for consistent, high-quality annotations.
Ensure data quality, observability and governance
Define and monitor data quality checks (coverage, drift, anomalies, duplicates, PII), manage dataset versions, and maintain clear documentation and lineage for training and evaluation datasets.
Optimize training data flows for efficiency and cost
Design storage layouts and access patterns that reduce training time and cost (e.g., sharding, caching, streaming). Work with ML engineers to make sure the right data arrives at the right place, in the right format.
Build and maintain data infrastructure for LLM workloads
Work with cloud and platform teams to develop robust, production-grade infrastructure: data lakes / warehouses, feature stores, vector stores, and high-throughput data services used by training jobs and offline evaluation.
Collaborate closely with ML Research Engineers and security experts
Translate modeling and security requirements into concrete data tasks: dataset design, splits, sampling strategies, and evaluation data construction for specific security use.
Requirements:
3+ years of hands-on experience as a Data Engineer or ML/Data Engineer, ideally in a product or platform team.
Strong programming skills in Python and experience with at least one additional language commonly used for data / backend (e.g., SQL, Scala, or Java).
Solid experience building ETL / ELT pipelines and batch/stream processing using tools such as Spark, Beam, Flink, Kafka, Airflow, Argo, or similar.
Experience working with cloud data platforms (e.g., AWS, GCP, Azure) and modern data storage technologies (object stores, data warehouses, data lakes).
Good understanding of data modeling, schema design, partitioning strategies and performance optimization for large datasets.
Familiarity with ML / LLM workflows: train/validation/test splits, dataset versioning, and the basics of model training and evaluation (you dont need to be the primary model researcher, but you understand what the models need from the data).
Strong software engineering practices: version control, code review, testing, CI/CD, and documentation.

Ability to work independently and in collaboration with ML engineers, researchers and security experts, and to translate high-level requirements into concrete data engineering tasks. 
Nice to Have 
Experience supporting LLM or NLP workloads, including dataset construction for pre-training / fine-tuning, or retrieval-augmented generation (RAG) pipelines. 
Familiarity with ML tooling such as experiment tracking (e.g., Weights & Biases, MLflow) and ML-focused data tooling (feature stores, vector databases). 
Background in security / cyber domains (logs, alerts, incidents, SOC workflows) or other high-volume, high-variance data environments. 
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8597480
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
25/02/2026
Location: Tel Aviv-Yafo
Job Type: Full Time
It starts with you - a senior ML engineer responsible for building, training, evaluating, and operating machine learning systems in production. The role focuses on data pipelines, model training, experimentation, evaluation, and scalable deployment.
If you want to grow your skills building AI products for mission-critical AI, join our companys mission - this role is for you.
The Responsibilities
Design, train, and evaluate ML models for production use.
Build and maintain data pipelines for training, validation, and inference.
Own experimentation workflows: feature engineering, training runs, and comparison.
Implement model evals, monitoring, and drift detection.
Package and deploy models to production systems.
Optimize training and inference performance, cost, and reliability.
Collaborate with data, platform, and product teams.
Mentor engineers and promote ML engineering best practices.
Requirements:
4+ years software engineering experience with 2+ years applied ML in production.
Strong foundations in machine learning, statistics, and data analysis.
Hands-on experience with model training frameworks (e.g., PyTorch, TensorFlow, JAX).
Experience with distributed training and large-scale datasets.
Experience building data pipelines, feature engineering, and dataset versioning.
Proven experience designing and operating ML evals, experiment tracking, and monitoring.
Familiarity with feature stores, model registries, and ML lifecycle management.
Experience with model serving patterns and production deployment.
Proficiency in Python and strong system design skills.
Experience deploying ML systems on Kubernetes or similar platforms.
Familiarity with GPU acceleration and performance optimization.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8561447
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
7 ימים
Location: Tel Aviv-Yafo
Job Type: Full Time and Hybrid work
We are always looking for exceptional talent to join us on the journey!
Your Mission:
As an MLOps Engineer, your mission is to design, build, and operate the platforms that power our machine learning and generative AI products spanning real-time use cases such as large-scale fraud scoring, MCP & agentic workflows support. Youll create reliable CI/CD for models and Agents, robust data/feature pipelines, secure model serving, and comprehensive observability. You will also support our agentic AI ecosystem and Model Context Protocol (MCP) services so that models can safely use tools, data, and actions across.
You will partner closely with Data Scientists, Data/Platform Engineers, Product, and SRE to ensure every model from classic ML to LLM/RAG agents moves from prototype to production with strong reliability, governance, cost efficiency, and measurable business impact.
Responsibilities:
Operate & Develop ML/LLM platforms on Kubernetes + cloud (Azure; AWS/GCP ok) with Docker, Terraform, and other relevant tools
Manage object storage, GPUs, and autoscaling for training & low-latency model serving
Manage cloud environment, networking, service mesh, secrets, and policies to meet PCI-DSS and data-residency requirements
Build end-to-end CI/CD for models/agents/MCP tooling (versioning, tests, approvals)
Deliver real-time fraud/risk scoring & agent signals under strict latency SLOs.
Maintain MCP servers/clients: tool/resource definitions, versioning, quotas, isolation, access controls
Integrate agents with microservices, event streams, and rule engines; provide SLAs, tracing, and on-call runbooks
Measure operational metrics of ML/LLM (latency, throughput, cost, tokens, tool success, safety events)
Enforce governance: RBAC/ABAC, row-level security, encryption, PII/secrets management, audit trails.
Partner with DS on packaging (wheels/conda/containers), feature contracts, and reproducible experiments.
lead incident response and post-mortems.
Drive FinOps: right-sizing, GPU utilization, batching/caching, budget alerts.
Requirements:
4+ years in DevOps/MLOps/Platform roles building and operating production ML systems (batch and real-time)
Strong hands-on with Kubernetes, Docker, Terraform/IaC, and CI/CD
Practical experience with Spark/Databricks and scalable data processing
Proficiency in Python & Bash
Ability to operate DS code and optimize runtime performance.
Experience with model registries (MLflow or similar), experiment tracking, and artifact management.
Production model serving using FastAPI/Ray Serve/Triton/TorchServe, including autoscaling and rollout strategies
Monitoring and tracing with Prometheus/Grafana/OpenTelemetry; alerting tied to SLOs/SLAs
Solid understanding of PCI-DSS/GDPR considerations for data and ML systems
Experience with the Azure cloud environment is a big plus
Operating LLM/agent workloads in production (prompt/config versioning, tool execution reliability, fallback/retry policies)
Building/maintaining RAG stacks (indexing pipelines, vector DBs, retrieval evaluation, hybrid search)
Implementing guardrails (policy checks, content filters, allow/deny lists) and human-in-the-loop workflows
Experience with feature stores - Qwak Feature Store, Feast
A/B testing for models and agents, offline/online evaluation frameworks
Payments/fraud/risk domain experience; integrating ML outputs with rule engines and operational systems - Advantage
Familiarity with Databricks Unity Catalog, dbt, or similar tooling.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8595031
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
26/03/2026
Location: Tel Aviv-Yafo
Job Type: Full Time
you will work at the intersection of Machine Learning and software engineering - selecting the right models, feedback strategies, and evaluation frameworks to make ai-generated code reliable, high-quality, and trustworthy.
what you'll be doing:
design and build ai-powered development pipelines - from code generation and automated review to feedback loops and evaluation systems.
evaluate and select ml approaches for specific problems: when to use llm prompting vs. fine-tuning (qlora), classical ml (random forest, linear regression) vs. reinforcement learning, rag vs. structured extraction.
architect feedback and evaluation systems that measure and improve ai output quality over time.
review and refine ai solution architectures - evaluate design decisions, identify weaknesses, propose alternatives with reasoning.
lead proof-of-concept development to validate new ai/ml approaches for development tooling.
collaborate with the core team to define risk-based development levels and calibrate ai review depth per level.
Requirements:
what we need to see:
hold a m.sc. or ph.d. in Computer Science, electrical or computer engineering from a leading university (or equivalent experience).
5+ years of industry experience (or equivalent) in ai pipelines architecture or related fields.
industry experience building and shipping ai-powered tools or ml pipelines (not just training models - end-to-end delivery).
strong understanding of llm capabilities and limitations - prompt engineering, fine-tuning, rag, agent architectures.
experience with at least two of: reinforcement learning, classical ml, NLP /information retrieval, evaluation framework design.
can reason about trade-offs: when to use which approach, with real reasoning backed by shipping experience.
strong programming skills ( Python required; familiarity with ml frameworks - pytorch, huggingface, etc.).
ability and flexibility to work and communicate effectively in a multi-national, multi-time-zone corporate environment.
ways to stand out from the crowd:
experience with llm-based code generation, code review, or Developer tooling.
familiarity with eval frameworks and feedback loop design (online and offline evaluation).
experience with ai agent orchestration (multi-agent systems, tool use, planning).
shown research track record (publications, open-source contributions).
knowledge of ai-assisted development tools and their underlying architectures.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8593814
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
4 ימים
חברה חסויה
Location: Tel Aviv-Yafo
Job Type: Full Time
This job will design, develop, and implement machine learning models and algorithms to solve complex problems. You will work closely with data scientists, software engineers, and product teams to enhance services through innovative AI/ML solutions. Your role will involve building scalable ML pipelines, ensuring data quality, and deploying models into production environments to drive business insights and improve customer experiences.
Job Description:
Essential Responsibilities:
Develop and optimize machine learning models for various applications.
Preprocess and analyze large datasets to extract meaningful insights.
Deploy ML solutions into production environments using appropriate tools and frameworks.
Collaborate with cross-functional teams to integrate ML models into products and services.
Monitor and evaluate the performance of deployed models.
Requirements:
Minimum Qualifications:
3+ years relevant experience and a Bachelors degree OR Any equivalent combination of education and experience.
Experience with ML frameworks like TensorFlow, PyTorch, or scikit-learn.
Familiarity with cloud platforms (AWS, Azure, GCP) and tools for data processing and model deployment.
Several years of experience in designing, implementing, and deploying machine learning models.
Additional Responsibilities And Preferred Qualifications
Deep expertise in Machine Learning & Statistics: Strong foundations in statistical modeling, supervised/unsupervised learning, model validation, experimentation, and performance evaluation.
End-to-end ML model development experience: Proven ability to design, research, build, validate, and deploy production-grade ML models, including monitoring and lifecycle management.
NLP & LLM proficiency: Hands-on experience developing and fine-tuning NLP models and Large Language Models (LLMs), including prompt engineering, retrieval-augmented generation (RAG), and model optimization.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8599199
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
לפני 11 שעות
Location: Tel Aviv-Yafo
Job Type: Full Time
This job will design, develop, and implement machine learning models and algorithms to solve complex problems. You will work closely with data scientists, software engineers, and product teams to enhance services through innovative AI/ML solutions. Your role will involve building scalable ML pipelines, ensuring data quality, and deploying models into production environments to drive business insights and improve customer experiences.
Job Description:
Essential Responsibilities:
Develop and optimize machine learning models for various applications.
Preprocess and analyze large datasets to extract meaningful insights.
Deploy ML solutions into production environments using appropriate tools and frameworks.
Collaborate with cross-functional teams to integrate ML models into products and services.
Monitor and evaluate the performance of deployed models.
Requirements:
Minimum Qualifications:
3+ years relevant experience and a Bachelors degree OR Any equivalent combination of education and experience.
Experience with ML frameworks like TensorFlow, PyTorch, or scikit-learn.
Familiarity with cloud platforms (AWS, Azure, GCP) and tools for data processing and model deployment.
Several years of experience in designing, implementing, and deploying machine learning models.
Additional Responsibilities And Preferred Qualifications
Deep expertise in Machine Learning & Statistics: Strong foundations in statistical modeling, supervised/unsupervised learning, model validation, experimentation, and performance evaluation.
End-to-end ML model development experience: Proven ability to design, research, build, validate, and deploy production-grade ML models, including monitoring and lifecycle management.
NLP & LLM proficiency: Hands-on experience developing and fine-tuning NLP models and Large Language Models (LLMs), including prompt engineering, retrieval-augmented generation (RAG), and model optimization.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8600512
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
25/02/2026
חברה חסויה
Location: Tel Aviv-Yafo
Job Type: Full Time
At our company, we redefine cyber defense vision by combining AI and human expertise to create products that protect nations and critical infrastructure. This is more than a job; its a Dream job. we are where we tackle real-world challenges, redefine AI and security, and make the digital world safer. Lets build something extraordinary together.
our company'sAI cybersecurity platform applies a new, out-of-the-ordinary, multi-layered approach, covering endless and evolving security challenges across the entire infrastructure of the most critical and sensitive networks. Central to our company's proprietary Cyber Language Models are innovative technologies that provide contextual intelligence for the future of cybersecurity.
At our company, our talented team, driven by passion, expertise, and innovative minds, inspires us daily. We are not just dreamers, we are dream-makers.
The Responsibilities
Conduct cutting-edge research in natural language processing and large language models.
Design, train, and optimize large-scale neural network models for advanced applications.
Transition research projects from ideation through deployment and scaling.
Collaborate closely with cross-functional teams, including domain experts, product managers, and engineers, to deliver impactful AI solutions.
Define and contribute to the AI and NLP product roadmap.
Requirements:
M.Sc. in Computer Science, Data Science, Artificial Intelligence, Machine Learning, or a related field.
5+ years of experience in applied AI research.
Strong programming skills, particularly in Python and ML frameworks (e.g., TensorFlow, PyTorch).
Solid understanding of NLP.
Experience with modern Large Language Models (LLM) and generative models.
Proven expertise in designing, implementing, and evaluating deep learning models in a production environment.
Preferred Qualifications
Experience with training Large Generative Language Models (LLM).
Knowledge of distributed computing and infrastructure for training large models.
Interest in exploring novel architectures for LLMs.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8561394
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
חברה חסויה
Location: Tel Aviv-Yafo
Job Type: Full Time
We are seeking a hands-on Applied AI Scientist to join our core R&D team and drive the development of next-generation AI systems for autonomous driving. This role sits at the intersection of applied research and deployment - you will go from reading papers to shipping production systems. You will work directly on our multi-layered autonomy architecture, with a primary focus on real-time predictive models for driving decisions.
A deep technical role for someone who thrives on turning cutting-edge research into real, working systems under hard constraints.
Responsibilities:
Own the research-to-deployment cycle for predictive driving models - from literature review and prototyping through to production integration
Design, implement, and iterate on real-time predictive models, including vision-language models, motion prediction models, and inverse reinforcement learning approaches (e.g., imitation learning, reward recovery)
Collaborate on higher-level reasoning systems, contributing to vision-language-action models that handle complex edge cases and long-horizon planning
Bridge cloud-scale training with edge deployment - work on model compression, quantization, speculative decoding, and efficient inference for embedded automotive platforms
Evaluate and integrate state-of-the-art techniques from the broader AI research community into our autonomy stack
Collaborate closely with internal R&D teams to unblock technical challenges, accelerate delivery, and raise the overall technical bar.
Requirements:
Ph.D. in Computer Science, Electrical Engineering, Machine Learning, Robotics, or a related field
Strong publication or deployment track record in one or more of: deep learning, computer vision, reinforcement learning, imitation learning, vision-language models, or motion prediction
Demonstrated ability to go from paper to working implementation - not just theory, but shipped systems
Strong coding skills in Python; experience with C++ is a plus
Familiarity with modern ML infrastructure: PyTorch, distributed training, model optimization
Solid mathematical foundations in probability, optimization, and statistics
Attributes:
Experience with CUDA or low-level GPU optimization
Hands-on work with model quantization, distillation, or efficient inference on edge devices
Background in real-time, safety-critical, or embodied AI systems (robotics, autonomous vehicles, drones, etc.)
Experience with small language models (SLMs) or on-device deployment of foundation models
Familiarity with driving datasets, simulation environments, or sensor fusion pipelines.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8567811
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
23/03/2026
Location: Tel Aviv-Yafo
Job Type: Full Time
We are looking for a Senior Engineer with a data engineering background to join our growing ML Platform team. This is a great opportunity, whether you have experience with ML and are looking for a ML focused product or are an experienced Data Engineer looking to enter the world of ML. Together well provide tools to develop more effective models, get them into production faster, and ensure that they continue to perform well over time.
ML is central to our work. It enables us to process billions of $ worth e-commerce transactions, make decisions in real time, identify fraud rings, and quickly detect new attack methods. Precision is crucial - bad decisions by our models cost us directly and put money into the pockets of fraudsters.
Our adoption by merchants around the world provides us with billions of fresh data points each day. Our team of data scientists, analysts, and cyber intelligence specialists continually identify new signals, engineer new features, and research new models. But as the volume of data and the number and complexity of models grows, so do the engineering challenges.
If this kind of working environment sounds exciting to you, if you understand that Engineering is about building the most effective and elegant solution within a given set of constraints - consider applying for this position.
Why should you join us?
Youll be part of a highly proficient engineering team that is a focal point for all ML engineering activity, striving to constantly bring innovation and leverage ML capabilities across all company teams and products.
This role presents a unique opportunity to enter the ML domain. For those already experienced in ML infrastructure, it offers the chance to grow within a team that specializes in high-scale, Big Data and ML systems.
What you will be doing:
Designing, building, and maintaining the ML infrastructure that allows our models to make billions of real-time decisions every year.
Building a platform that enables managing a full ML model lifecycle - from researching to training, deploying, and serving predictions in real-time.
Building distributed data processing pipelines to support model development.
Acting as a consultant to researchers, data scientists, and expert analysts and enabling them to research new models faster and with greater precision by providing cutting-edge tooling.
Expanding our ML infrastructure to make it scalable, quick, and efficient to bring diverse models to production and to monitor their performance and drift over time.
Expanding the pool of internal customers able to use ML. Work with them to understand their needs and help them make the most of the infrastructure that well provide.
Acting as an advocate for MLOps, continually improving our processes, and raising our standards.
Requirements:
4+ years experience with large-scale data processing, ideally with Apache Spark.
5+ years developing complex software projects with at least one of general-purpose languages (preferably Python, but not a must)
Backend and server-side development experience of complex, highly scalable systems
Experienced with machine learning concepts and frameworks.
Motivation to understand the needs of internal users, provide them with great tooling, and teach them how to use it.
Experience working with public clouds (AWS / GCP / Azure)
Fluent in written and spoken English
Itd be really cool if you also:
Are familiar with Databricks or Airflow.
Are comfortable in a containerized environment.
Have experience with maintaining highly available, low latency, real-time services.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8588937
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
24/03/2026
Location: Tel Aviv-Yafo
Job Type: Full Time
Were looking for a Data Analyst to join the Data for AI team. This is a hands-on, customer-facing role focused on working with leading AI companies to turn real-world data into inputs that support model development and evaluation.
Youll collaborate closely with external AI teams and internal engineering and product partners to deliver data-driven solutions for specific AI use cases. The work is fast-paced, technical, and often open-ended, requiring comfort with large datasets, ambiguous requirements, and end-to-end ownership.
What does the day-to-day looks like:
Own end-to-end delivery of data solutions for AI use cases, from understanding model and product requirements to analysis, implementation, quality, and automation
Work hands-on with large, raw datasets to create high-quality data inputs that support model training, evaluation, and iteration
Apply strong quantitative analysis and data exploration skills to assess coverage, quality, and behavior of data used in AI systems
Build scripts, analyses, and reusable components in Python and SQL to support scalable and repeatable workflows
Collaborate closely with Engineering to ensure solutions are reliable, scalable, and production-ready
Partner directly with external AI teams and internal stakeholders to translate open-ended questions into concrete data outputs.
Requirements:
4+ years of hands-on experience working with large-scale data using SQL and Spark or BigQuery
Strong Python skills for data analysis, scripting, and building reusable workflows
Experience working with raw, imperfect data and turning it into reliable, high-quality outputs
Strong analytical and problem-solving skills, with the ability to break down open-ended or ambiguous requirements
Ability to take end-to-end ownership of data projects, from exploration to delivery
Some hands-on experience with LLM-based systems, such as running inference via APIs, experimenting with prompts, or participating in basic evaluation or testing workflows
Clear communication skills in English and experience working directly with external stakeholders
Nice to have:
Deeper hands-on experience with LLMs in production or experimentation, for example prompt engineering, batch inference, or structured evaluation using APIs such as OpenAI, Anthropic, or similar providers
Familiarity with agent frameworks or orchestration layers (for example LangChain, LlamaIndex)
Experience with LLM evaluation or monitoring workflows, including offline evals, prompt regression testing, or tools such as LangSmith, Weights & Biases, TruLens, or Ragas
Experience experimenting with open-source or local models (for example via Ollama, vLLM, or Hugging Face tooling)
Familiarity with cloud-based data infrastructure, including AWS.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8590074
סגור
שירות זה פתוח ללקוחות VIP בלבד