רובוט
היי א אי
stars

תגידו שלום לתפקיד הבא שלכם

לראשונה בישראל:
המלצות מבוססות AI שישפרו
את הסיכוי שלך למצוא עבודה

NLP/Machine Learning

מסמך
מילות מפתח בקורות חיים
סימן שאלה
שאלות הכנה לראיון עבודה
עדכון משתמש
מבחני קבלה לתפקיד
שרת
שכר
משרות על המפה
 
בדיקת קורות חיים
VIP
הפוך ללקוח VIP
רגע, משהו חסר!
נשאר לך להשלים רק עוד פרט אחד:
 
שירות זה פתוח ללקוחות VIP בלבד
AllJObs VIP

חברות מובילות
כל החברות
כל המידע למציאת עבודה
5 טיפים לכתיבת מכתב מקדים מנצח
נכון, לא כל המגייסים מקדישים זמן לקריאת מכתב מק...
קרא עוד >
לימודים
עומדים לרשותכם
מיין לפי: מיין לפי:
הכי חדש
הכי מתאים
הכי קרוב
טוען
סגור
לפי איזה ישוב תרצה שנמיין את התוצאות?
Geo Location Icon

לוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
28/06/2026
Location: Ra'anana
Job Type: Full Time
We are seeking a highly skilled and experienced Senior AI and Analytics AML Product Manager to join our dynamic team. The successful candidate will play a crucial role in leading the development and execution of our AI and analytics AML products. This individual will work closely with cross-functional teams to define product requirements, drive product development, and ensure successful delivery to market. The Senior AI and Analytics Product Manager will leverage their expertise in machine learning, data analytics, and product management to drive innovation and deliver value to our customers.
This is a customer-facing role that requires regular interaction with financial institutions (FIs), gathering feedback, building relationships, and understanding the challenges and pain points. The role involves travel and deep engagement with customers to align our products with real-world needs. Knowledge of AML and financial crime is critical to succeed in this position.
How will you make an impact?
Product Strategy and Roadmap Development:
Lead the development of the AI and analytics AML products and roadmap, aligning with the company's overall vision and objectives.
Conduct market research and competitive analysis to identify market trends, customer needs, and opportunities for differentiation.
Define product priorities and initiatives based on customer feedback, business goals, and technical feasibility.
Product Planning and Execution:
Collaborate with cross-functional teams including engineering, data science, design, and marketing to define product requirements and specifications.
Drive the product development process from concept to launch, ensuring timely delivery and adherence to quality standards.
Manage the product lifecycle, including feature prioritization, release planning, and post-launch performance monitoring.
AI and Analytics Expertise:
Apply deep knowledge of machine learning techniques to enhance product capabilities and drive innovation.
Leverage data analytics and visualization tools to derive insights from large datasets and inform product decisions.
Stay abreast of advancements in AI technology, industry trends, and best practices to continually improve product offerings.
Customer Engagement and Feedback:
Work directly with customers, including banks and financial institutions, to understand their challenges and gather actionable feedback.
Present product concepts and solutions to customers, aligning product functionality with their needs.
Travel as needed to meet with customers, participate in industry events, and ensure products address real-world AML scenarios.
Requirements:
Bachelors or advanced degree in computer science, engineering, data science, or related field.
3+ years of previous experience in AML products or financial crime detection solutions.
Proven track record of 7+ years in product management, with a focus on SaaS \ machine learning, or analytics products.
Proven experience working directly with customers, understanding their needs, and presenting product solutions to address those needs.
Strong knowledge of AML domain, detection techniques, and financial institution challenges.
Experience working with cross-functional teams in an agile development environment.
Excellent communication skills with the ability to effectively collaborate with technical and non-technical stakeholders.
Analytical mindset with proficiency in data analysis and problem-solving.
Demonstrated leadership abilities with a passion for driving innovation and delivering impactful products.
You will have an advantage if you also have:
Knowledge of cloud platforms (e.g., AWS, Azure, Google Cloud) and big data technologies.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8712957
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
28/06/2026
Location: Ra'anana
Job Type: Full Time
As AI Quality Architect, you are the person who makes quality native to the agentic SDLC. You design the systems, standards, and intelligence layers that ensure every stage of an AI-accelerated pipeline - from requirement ingestion to autonomous deployment - is observable, trustworthy, and continuously improving. You don't retrofit testing onto AI workflows; you architect quality into them from the ground up.
How will you make an impact?
Agentic Quality Architecture
Design the end-to-end quality architecture for agentic SDLC pipelines - spanning requirement analysis, code generation, test creation, execution, triage, and release gates
Define how quality agents are orchestrated: which decisions they own autonomously, which require human-in-the-loop checkpoints, and how confidence thresholds govern both
Architect multi-agent quality workflows: requirement validation agents, test generation agents, failure triage agents, and regression analysis agents working in coordinated pipelines
Establish trust and verification models for agent-produced artifacts - test code, assertions, coverage reports, and defect analyses must all be auditable and traceable
Own the architectural patterns for quality feedback loops between agents: how a deployment agent learns from a triage agent's findings, and how that signal improves future generation
AI-Native Test Engineering Platform
Design and own the LLM-powered test generation platform - from natural language requirement ingestion to executable, maintainable test output
Architect the evaluation harness that continuously measures test generation quality: coverage delta, false-positive rates, assertion accuracy, and maintenance burden over time
Build the self-healing test infrastructure layer - agents that detect broken selectors, drifted APIs, or changed behaviors and propose or apply fixes autonomously
Define the prompt engineering standards, context injection patterns, and RAG architectures that ground test generation agents in real codebase context
Architect test artifact governance: versioning, ownership attribution (human vs. agent), rollback capability, and confidence scoring for every generated artifact
Quality Gates in Autonomous Pipelines
Design intelligent, adaptive quality gates that operate at the speed of agentic CI/CD - gates that reason about risk, not just pass/fail thresholds
Build risk-scoring models that dynamically adjust gate strictness based on change scope, code origin (human vs. AI-generated), historical failure patterns, and deployment context
Architect the observability layer for agentic pipelines: what signals indicate a pipeline agent is making poor quality decisions, and how are those signals surfaced in real time
Define the integration patterns between quality gates and orchestration platforms (LangChain, LlamaIndex, custom agent frameworks) used across the engineering org
Establish rollback and circuit-breaker patterns for autonomous deployments triggered by quality signal degradation.
Requirements:
12+ years in software engineering with strong depth across both development and quality engineering
4+ years as a hands-on principal architect or distinguished engineer with cross-org technical scope
Demonstrated experience designing quality infrastructure used at scale - 50+ engineers, high-velocity pipelines, enterprise SLAs
Direct production experience building or operating systems that incorporate LLMs or AI agents - not evaluations, but shipped systems
Background in large-scale CI/CD architecture and the performance engineering domain
Enterprise SaaS or platform engineering background; familiarity with regulated, high-uptime environments strongly preferred
Agentic AI & LLM Proficiency
Deep, hands-on understanding of agentic AI patterns: tool use, multi-agent orchestration, planning loops, memory architectures, and human-in-the-loop design.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8712941
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
28/06/2026
Location: Ra'anana
Job Type: Full Time
As AI Quality Architect, you are the person who makes quality native to the agentic SDLC. You design the systems, standards, and intelligence layers that ensure every stage of an AI-accelerated pipeline - from requirement ingestion to autonomous deployment - is observable, trustworthy, and continuously improving. You don't retrofit testing onto AI workflows; you architect quality into them from the ground up.
How will you make an impact?
Agentic Quality Architecture
Design the end-to-end quality architecture for agentic SDLC pipelines - spanning requirement analysis, code generation, test creation, execution, triage, and release gates
Define how quality agents are orchestrated: which decisions they own autonomously, which require human-in-the-loop checkpoints, and how confidence thresholds govern both
Architect multi-agent quality workflows: requirement validation agents, test generation agents, failure triage agents, and regression analysis agents working in coordinated pipelines
Establish trust and verification models for agent-produced artifacts - test code, assertions, coverage reports, and defect analyses must all be auditable and traceable
Own the architectural patterns for quality feedback loops between agents: how a deployment agent learns from a triage agent's findings, and how that signal improves future generation
AI-Native Test Engineering Platform
Design and own the LLM-powered test generation platform - from natural language requirement ingestion to executable, maintainable test output
Architect the evaluation harness that continuously measures test generation quality: coverage delta, false-positive rates, assertion accuracy, and maintenance burden over time
Build the self-healing test infrastructure layer - agents that detect broken selectors, drifted APIs, or changed behaviors and propose or apply fixes autonomously
Define the prompt engineering standards, context injection patterns, and RAG architectures that ground test generation agents in real codebase context
Architect test artifact governance: versioning, ownership attribution (human vs. agent), rollback capability, and confidence scoring for every generated artifact
Quality Gates in Autonomous Pipelines
Design intelligent, adaptive quality gates that operate at the speed of agentic CI/CD - gates that reason about risk, not just pass/fail thresholds
Build risk-scoring models that dynamically adjust gate strictness based on change scope, code origin (human vs. AI-generated), historical failure patterns, and deployment context
Architect the observability layer for agentic pipelines: what signals indicate a pipeline agent is making poor quality decisions, and how are those signals surfaced in real time
Define the integration patterns between quality gates and orchestration platforms (LangChain, LlamaIndex, custom agent frameworks) used across the engineering org
Establish rollback and circuit-breaker patterns for autonomous deployments triggered by quality signal degradation.
Requirements:
12+ years in software engineering with strong depth across both development and quality engineering
4+ years as a hands-on principal architect or distinguished engineer with cross-org technical scope
Demonstrated experience designing quality infrastructure used at scale - 50+ engineers, high-velocity pipelines, enterprise SLAs
Direct production experience building or operating systems that incorporate LLMs or AI agents - not evaluations, but shipped systems
Background in large-scale CI/CD architecture and the performance engineering domain
Enterprise SaaS or platform engineering background; familiarity with regulated, high-uptime environments strongly preferred
Agentic AI & LLM Proficiency
Deep, hands-on understanding of agentic AI patterns: tool use, multi-agent orchestration, planning loops, memory architectures, and human-in-the-loop design.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8712931
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
28/06/2026
Location: Tel Aviv-Yafo
Job Type: Full Time
Were looking for a highly motivated AI Developer to help design, build, and deploy intelligent agentic systems across our product ecosystem. In this role, you'll work at the intersection of machine learning, backend systems, and modern frontend technologies to deliver AI-first features that feel magical to users.
This is a hands-on, cross-functional role ideal for engineers who love building full-fledged features-from data pipelines and LLM orchestration to intuitive UI experiences-with a strong product mindset.
Requirements:
8+ years of fullstack development experience with strong skills in TypeScript/JavaScript, React, and Python (or Node/Go for backend).
Solid understanding of LLM APIs, agent frameworks (e.g., LangChain, AutoGPT, CrewAI), or custom AI pipelines- Advantage
Experience with modern cloud infrastructure (e.g., AWS, GCP, Docker, CI/CD).
Familiarity with vector databases (e.g., Pinecone, Weaviate, FAISS) and retrieval-augmented generation (RAG)- Advantage
Product-oriented mindset: you care deeply about building things that work well for users.
Bonus: experience with observability, feedback loops for AI agents, or embedded AI evaluation techniques.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8712932
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
28/06/2026
Location: Ra'anana
Job Type: Full Time
Join our companys Research Group and shape the next generation of AI for enterprise CX. As a Lead Data Science Researcher, you will own highimpact research initiatives across NLP, Vision, and multimodal domains, with a strong emphasis on large language models (LLMs) and agenticAI systems.
You will combine deep handson technical work with leadership-setting direction, mentoring peers, and translating breakthrough ideas into reliable, productiongrade capabilities for our companys contact center solutions.
You will collaborate closely with researchers, engineers, product leaders, and subjectmatter experts to define strategy, validate research hypotheses, and lead the transition from experimental agentic systems to reliable, realworld deployments.
How will you make an impact?
Lead end‑to‑end research initiatives across NLP, Vision, and multimodal modeling, with a strong focus on LLM‑based and agentic‑AI systems.
Architect, prototype, and evaluate singleagent and multiagent systems, including planning, tool use, memory, and orchestration.
Establish and own best practices for safe, controllable, and scalable AI agents, including evaluation frameworks, guardrails, fallback strategies, and observability.
Act as a technical authority on LLM and agentic systems, guiding architectural decisions, evaluation strategies, and engineering tradeoffs.
Define rigorous offline and online evaluation strategies (KPIs, A/B testing, cost/performance tradeoffs) grounded in realworld constraints.
Deliver select research components at production quality and partner closely with productization teams to harden and deploy endtoend solutions.
Mentor researchers and data scientists, raising the bar for technical rigor, engineering quality, and applied research impact.
Communicate complex findings and risks clearly to crossfunctional stakeholders and leadership.
Stay at the forefront of AI research, contributing to the teams agentic‑AI roadmap and long‑term research vision and help set teamwide standards and guidelines.
דרישות:
Skills-first profile with proven, hands‑on impact in applied AI. (Formal degrees welcome but not required.)
Strong Demonstrated experience building production‑grade AI agents that perform multi‑step reasoning and tool‑based actions (e.g., tool invocation, planning, memory).
Mandatory: Experience with agent frameworks/orchestration layers or custom agent runtimes (e.g., LangGraph/LangChain, semantic routers, workflow engines, or in‑house frameworks).
Strong practical expertise with LLMs (AWS Bedrock or similar platforms), including evaluation, prompt/program design, and safety patterns.
Strategic problem-solving leadership: You proactively shape ambiguous business questions into well-defined analytical goals, challenge underlying assumptions, and ensure the work is focused on the problems with the highest impact.
Bar‑setting analytical rigor-applied pragmatically: You anticipate bias, confounders, and risks of misinterpretation early, apply the right level of methodological rigor for the decision at hand, and help others distinguish between theoretically perfect and fit for purpose.
Efficient, scalable thinking: You balance depth with speed, favor simple and robust solutions over unnecessary complexity, turn one‑off analyses into reusable insights, and help the organization avoid reinventing or over‑engineering solutions.
Track record of translating research into reliable systems in partnership with engineering/product teams.
Proficiency in Python and modern ML/DL libraries; strong AI engineering skills (clean architecture, testing, CI/CD, observability), as well as familiarity with HuggingFace or similar model ecosystems and open‑source tooling.
Experience applying GenAI to DS workflows (LLM‑as‑a‑judge, synthetic data generation, weak labeling, automated eval).
Excellent המשרה מיועדת לנשים ולגברים כאחד.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8712915
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
28/06/2026
Location: Ra'anana
Job Type: Full Time
As a Senior Data Science Researcher in our Workforce Management group, you will be part of a cross-sectional team working at the intersection of machine learning, GenAI, agentic AI, ML-Ops and Operations Research. You will develop the next generation of our companys Workforce Management solution for our customers contact centers - forecasting work volume, scheduling agent shifts, managing time-off requests, and owning the full lifecycle of the work schedule, in a high-stakes production environment serving many customers. Our solution has been recognized as the market leader for over 10 years.
How will you make an impact?
Developing end-to-end ML systems, tailored to specific project needs, to train and serve production-level models in a high-stakes environment.
Deploying GenAI and agentic AI systems to customers in production, improving on existing solutions or creating new services from scratch.
Designing and building agentic AI flows - tool use, multi-step reasoning, and orchestration.
Forecasting work volume and optimizing shift schedules using time-series methods and mathematical optimization.
Integrating new features and solutions into large existing software systems, stringing multiple disciplines together.
Running unstructured evaluation processes - finding noteworthy phenomena, experimenting, and feeding conclusions back to the team.
Owning projects end-to-end, leading team members and colleagues to efficient planning and delivery.
Requirements:
5+ years of experience as an applied researcher or research engineer.
Loves reading and writing code.
Hands-on Python developer - training models, using trained models, data carpentry, preprocessing and analysis.
Hands-on with PyTorch.
ML-Ops and cloud experience - deploying and serving models on AWS or another cloud provider.
Experience with mathematical optimization (e.g. Gurobi).
Hands-on experience designing and building agentic AI flows.
Effective Claude user.
Independent and analytical thinker - capable of running unstructured evaluations and driving conclusions.
Experience working in an agile environment.
You will have an advantage if you also have:
MSc in Computer Science or an equivalent engineering field.
Experience with HuggingFace, scikit-learn, and pandas/SQL.
Containerization with Docker.
LLM-specific experience: RAG, fine-tuning, evaluation frameworks.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8712906
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
28/06/2026
Location: Ra'anana
Job Type: Full Time
Join our companys Research Group and shape the next generation of AI for enterprise CX. As a Lead Data Science Researcher, you will own highimpact research initiatives across NLP, Vision, and multimodal domains, with a strong emphasis on large language models (LLMs) and agenticAI systems.
You will combine deep handson technical work with leadership-setting direction, mentoring peers, and translating breakthrough ideas into reliable, productiongrade capabilities for our companys contact center solutions.
You will collaborate closely with researchers, engineers, product leaders, and subjectmatter experts to define strategy, validate research hypotheses, and lead the transition from experimental agentic systems to reliable, realworld deployments.
How will you make an impact?
Lead end‑to‑end research initiatives across NLP, Vision, and multimodal modeling, with a strong focus on LLM‑based and agentic‑AI systems.
Architect, prototype, and evaluate singleagent and multiagent systems, including planning, tool use, memory, and orchestration.
Establish and own best practices for safe, controllable, and scalable AI agents, including evaluation frameworks, guardrails, fallback strategies, and observability.
Act as a technical authority on LLM and agentic systems, guiding architectural decisions, evaluation strategies, and engineering tradeoffs.
Define rigorous offline and online evaluation strategies (KPIs, A/B testing, cost/performance tradeoffs) grounded in realworld constraints.
Deliver select research components at production quality and partner closely with productization teams to harden and deploy endtoend solutions.
Mentor researchers and data scientists, raising the bar for technical rigor, engineering quality, and applied research impact.
Communicate complex findings and risks clearly to crossfunctional stakeholders and leadership.
Stay at the forefront of AI research, contributing to the teams agentic‑AI roadmap and long‑term research vision and help set teamwide standards and guidelines.
דרישות:
Skills-first profile with proven, hands‑on impact in applied AI. (Formal degrees welcome but not required.)
Strong Demonstrated experience building production‑grade AI agents that perform multi‑step reasoning and tool‑based actions (e.g., tool invocation, planning, memory).
Mandatory: Experience with agent frameworks/orchestration layers or custom agent runtimes (e.g., LangGraph/LangChain, semantic routers, workflow engines, or in‑house frameworks).
Strong practical expertise with LLMs (AWS Bedrock or similar platforms), including evaluation, prompt/program design, and safety patterns.
Strategic problem-solving leadership: You proactively shape ambiguous business questions into well-defined analytical goals, challenge underlying assumptions, and ensure the work is focused on the problems with the highest impact.
Bar‑setting analytical rigor-applied pragmatically: You anticipate bias, confounders, and risks of misinterpretation early, apply the right level of methodological rigor for the decision at hand, and help others distinguish between theoretically perfect and fit for purpose.
Efficient, scalable thinking: You balance depth with speed, favor simple and robust solutions over unnecessary complexity, turn one‑off analyses into reusable insights, and help the organization avoid reinventing or over‑engineering solutions.
Track record of translating research into reliable systems in partnership with engineering/product teams.
Proficiency in Python and modern ML/DL libraries; strong AI engineering skills (clean architecture, testing, CI/CD, observability), as well as familiarity with HuggingFace or similar model ecosystems and open‑source tooling.
Experience applying GenAI to DS workflows (LLM‑as‑a‑judge, synthetic data generation, weak labeling, automated eval).
Excellent המשרה מיועדת לנשים ולגברים כאחד.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8712892
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
28/06/2026
Location: Tel Aviv-Yafo
Job Type: Full Time
We are looking for a visionary AI Lead to build our internal AI platform and architect adaptive intelligence systems that serve as a dedicated security architect for each of our customers. You will lead a team of AI Researchers and Engineers to move beyond simple integrations and build true autonomous security solutions.
What You Will Build:
Autonomous Workflows: Build agents that execute security workflows end-to-end, automating detection, investigation, and response processes.
Runtime Defense: Productize research into active runtime guardrails and defensive control mechanisms.
Internal AI Platform: Build the shared infrastructure for models, training, and evaluations to enable safe, scalable AI features across the organization.
Adaptive Intelligence: Oversee the development of models that learn from customer-specific environments to generate high-signal, personalized insights.
Responsibilities:
Lead the AI Research Group, managing AI Researchers, Engineers, and DevOps.
Own the intelligence engine end-to-end, delivering next-generation analytics and contextual visualization features.
Drive the strategic "build vs. partner vs. buy" decisions for cloud prevention and AI controls.
Collaborate with the Threat Team to develop AI-driven threat detections against emerging attack vectors and novel AI threats.
Requirements:
+6 years in the field of ML/AI engineering or science with proven products; cyber is an advantage.
Significant experience leading AI/ML engineering teams, preferably with a background in security or complex data environments.
Hands-on experience with LLMs, agentic frameworks, and building internal ML platforms.
Military background (e.g., 8200 or equivalent high-intensity technical leadership experience is a plus.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8712862
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
28/06/2026
Location: Ra'anana
Job Type: Full Time
As a Senior AI&ML Researcher in our Workforce Management group, you will be part of a cross-sectional team working at the intersection of machine learning, GenAI, agentic AI, ML-Ops and Operations Research. You will develop the next generation of our companys Workforce Management solution for our customers contact centers - forecasting work volume, scheduling agent shifts, managing time-off requests, and owning the full lifecycle of the work schedule, in a high-stakes production environment serving many customers. Our solution has been recognized as the market leader for over 10 years.
How will you make an impact?
Developing end-to-end ML systems, tailored to specific project needs, to train and serve production-level models in a high-stakes environment.
Deploying GenAI and agentic AI systems to customers in production, improving on existing solutions or creating new services from scratch.
Designing and building agentic AI flows - tool use, multi-step reasoning, and orchestration.
Forecasting work volume and optimizing shift schedules using time-series methods and mathematical optimization.
Integrating new features and solutions into large existing software systems, stringing multiple disciplines together.
Running unstructured evaluation processes - finding noteworthy phenomena, experimenting, and feeding conclusions back to the team.
Owning projects end-to-end, leading team members and colleagues to efficient planning and delivery.
Requirements:
5+ years of experience as an applied researcher or research engineer.
Loves reading and writing code.
Hands-on Python developer - training models, using trained models, data carpentry, preprocessing and analysis.
Hands-on with PyTorch.
ML-Ops and cloud experience - deploying and serving models on AWS or another cloud provider.
Experience with mathematical optimization (e.g. Gurobi).
Hands-on experience designing and building agentic AI flows.
Effective Claude user.
Independent and analytical thinker - capable of running unstructured evaluations and driving conclusions.
Experience working in an agile environment.
You will have an advantage if you also have:
MSc in Computer Science or an equivalent engineering field.
Experience with HuggingFace, scikit-learn, and pandas/SQL.
Containerization with Docker.
LLM-specific experience: RAG, fine-tuning, evaluation frameworks.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8712861
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
28/06/2026
Location: Tel Aviv-Yafo
Job Type: Full Time
we are looking for a Director of AI.
The Director of AI will lead the companys AI organization, including algorithm development teams, embedded algorithm engineers within product squads, and the Data Operations team.
This role combines strategic leadership with execution ownership, driving the development, deployment, and continuous improvement of AI-powered products across power transmission, border security, and critical infrastructure monitoring.
The Director of AI is accountable not only for algorithm innovation, but also for ensuring successful production deployment and measurable customer impact. This leader will establish a customer-first culture across the organization, aligning AI development priorities with customer needs, product objectives, and business outcomes.
The ideal candidate is a visionary yet execution-oriented leader who can bridge cutting-edge AI research with scalable production systems, build high-performing teams, and deliver measurable customer value.
Success in this role will be measured not only by algorithm performance, but by the ability to deliver AI capabilities into production and generate measurable value to our customers.
What Youll Do:
Lead the AI group, including algorithm development teams, embedded algorithm engineers, and data operations.
Build and mentor high-performing teams, fostering a culture of ownership, collaboration, continuous improvement, and customer focus.
Define and execute the AI roadmap in alignment with company strategy, customer needs, and product objectives.
Lead the development and deployment of AI, Machine Learning, Deep Learning, and Signal Processing solutions.
Own the full AI lifecycle, from research and experimentation through production deployment, monitoring, and continuous optimization.
Lead the Data Operations function, ensuring efficient annotation, labeling, and quality processes that support AI development.
Partner closely with Product, Engineering, and business leaders to maximize AI impact across the organization.
Engage with customers and stakeholders to understand challenges, identify opportunities, and drive measurable business value.
Communicate AI strategy, progress, opportunities, and risks to executive leadership.
Contribute to company strategy, product direction, and technology leadership.
Requirements:
MSc or PhD in Computer Science, Electrical Engineering, Physics, Applied Mathematics, or a related field.
8+ years of experience leading AI, Machine Learning, Deep Learning, Signal Processing, or Algorithm development teams.
Proven track record of delivering AI solutions from research and innovation through production deployment and operational impact.
Strong expertise in modern machine learning and deep learning frameworks, including signal, image, audio, or other complex data domains.
Experience leading multidisciplinary technical organizations in a fast-paced environment.
Strong understanding of software engineering principles, system architecture, and production AI/MLOps practices.
Customer-oriented with the ability to balance innovation, execution, and business priorities.
Excellent leadership, communication, and stakeholder management skills.
Passion for building teams, developing talent, and delivering measurable customer value through AI.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8712852
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
28/06/2026
Location: Tel Aviv-Yafo
Job Type: Full Time
We are looking for a hands-on AI Engineer to help build our core intelligence engine and infrastructure. In this role, you will work on exploring and building autonomous solutions that execute security workflows end-to-end, moving capabilities from research concepts to scalable production features.
What You Will Build:
Internal AI Infrastructure: Contribute to a shared internal AI platform for models, data, training, and observability.
Autonomous Capabilities: Build solutions that automate complex security operations and investigative workflows.
Active Defense Mechanisms: Help productize runtime guardrails into customer-facing protective controls and monitoring systems.
Responsibilities:
Develop and implement the engineering backend for AI-driven security features.
Build and maintain the internal mechanisms that allow for safe and scalable AI feature deployment.
Collaborate with AI Researchers to translate findings into production-grade autonomous workflows.
Implement runtime guardrails and AI-focused data security capabilities.
Requirements:
Mid-senior level experience or Military experience in relevant technical fields.
Strong engineering background with a focus on ML/AI technologies.
Experience with LLMs, agentic frameworks, or internal ML platforms is highlyvalued.
Ability to work in a fast-paced environment, bridging the gap between researchand product engineering.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8712853
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
28/06/2026
Location: Ra'anana
Job Type: Full Time
Join our companys Research Group and shape the next generation of AI for enterprise CX. As a Lead Data Science Researcher, you will own highimpact research initiatives across NLP, Vision, and multimodal domains, with a strong emphasis on large language models (LLMs) and agenticAI systems.
You will combine deep handson technical work with leadership-setting direction, mentoring peers, and translating breakthrough ideas into reliable, productiongrade capabilities for our companys contact center solutions.
You will collaborate closely with researchers, engineers, product leaders, and subjectmatter experts to define strategy, validate research hypotheses, and lead the transition from experimental agentic systems to reliable, realworld deployments.
How will you make an impact?
Lead end‑to‑end research initiatives across NLP, Vision, and multimodal modeling, with a strong focus on LLM‑based and agentic‑AI systems.
Architect, prototype, and evaluate singleagent and multiagent systems, including planning, tool use, memory, and orchestration.
Establish and own best practices for safe, controllable, and scalable AI agents, including evaluation frameworks, guardrails, fallback strategies, and observability.
Act as a technical authority on LLM and agentic systems, guiding architectural decisions, evaluation strategies, and engineering tradeoffs.
Define rigorous offline and online evaluation strategies (KPIs, A/B testing, cost/performance tradeoffs) grounded in realworld constraints.
Deliver select research components at production quality and partner closely with productization teams to harden and deploy endtoend solutions.
Mentor researchers and data scientists, raising the bar for technical rigor, engineering quality, and applied research impact.
Communicate complex findings and risks clearly to crossfunctional stakeholders and leadership.
Stay at the forefront of AI research, contributing to the teams agentic‑AI roadmap and long‑term research vision and help set teamwide standards and guidelines.
דרישות:
Have you got what it takes?
Skills-first profile with proven, hands‑on impact in applied AI. (Formal degrees welcome but not required.)
Strong Demonstrated experience building production‑grade AI agents that perform multi‑step reasoning and tool‑based actions (e.g., tool invocation, planning, memory).
Mandatory: Experience with agent frameworks/orchestration layers or custom agent runtimes (e.g., LangGraph/LangChain, semantic routers, workflow engines, or in‑house frameworks).
Strong practical expertise with LLMs (AWS Bedrock or similar platforms), including evaluation, prompt/program design, and safety patterns.
Strategic problem-solving leadership: You proactively shape ambiguous business questions into well-defined analytical goals, challenge underlying assumptions, and ensure the work is focused on the problems with the highest impact.
Bar‑setting analytical rigor-applied pragmatically: You anticipate bias, confounders, and risks of misinterpretation early, apply the right level of methodological rigor for the decision at hand, and help others distinguish between theoretically perfect and fit for purpose.
Efficient, scalable thinking: You balance depth with speed, favor simple and robust solutions over unnecessary complexity, turn one‑off analyses into reusable insights, and help the organization avoid reinventing or over‑engineering solutions.
Track record of translating research into reliable systems in partnership with engineering/product teams.
Proficiency in Python and modern ML/DL libraries; strong AI engineering skills (clean architecture, testing, CI/CD, observability), as well as familiarity with HuggingFace or similar model ecosystems and open‑source tooling.
Experience applying GenAI to DS workflows (LLM‑as‑a‑judge, synthetic data generation, weak labeling, המשרה מיועדת לנשים ולגברים כאחד.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8712791
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
28/06/2026
Location: Tel Aviv-Yafo
Job Type: Full Time
Were looking for a hands-on AI Engineer
to build and own the agentic workflows at the heart of our security intelligence engine. This is a
backend-focused engineering role
: youll design, build, and maintain the autonomous systems that execute security workflows end-to-end - taking capabilities from research prototype to scalable, production-grade infrastructure.
Youll be working at the edge of applied AI, turning LLMs and agentic frameworks into reliable, observable systems that operate in real customer environments.
What Youll Build:
Agentic Workflows (Core Focus): Design and maintain the orchestration backbone for multi-step, autonomous agents that investigate, reason about, and act on complex security operations.
Internal AI Infrastructure: Contribute to a shared platform for models, data pipelines, training, evaluation, and observability that the whole AI team builds on.
Responsibilities:
Build and maintain the agentic workflow engine - orchestration, tool use, state management, retries, and evaluation - that powers our AI-driven security features.
Develop the backend services and APIs that deploy AI capabilities safely and at scale.
Collaborate with AI Researchers to translate findings into production-grade autonomous workflows.
Own reliability, observability, and performance of the agentic systems in production.
Requirements:
Mid-to-senior engineering experience, or relevant technical military experience.
Strong backend engineering background with a focus on ML/AI systems.
Hands-on experience building with **LLMs and agentic frameworks** in production.
Comfort operating in a fast-paced environment, bridging research and product engineering.
Strong Advantages:
Experience with LangChain / LangGraph (or comparable agent-orchestration frameworks) - a significant plus for this role
Experience with evaluation frameworks and observability for non-deterministic AI systems.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8712794
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
25/06/2026
Location: Tel Aviv-Yafo
Job Type: Full Time
we are building the technical layer that brings AI-native code quality into real engineering workflows. As our partnership ecosystem grows, were looking for a principal-level engineer to turn strategic integrations into shipped products.
In this role, youll be a technical visionary and builder. You will design and implement the next generation of Model Context Protocol (MCP) servers, APIs, and platform integrations for key strategic partners like cloud providers, Anthropic, Cursor, and OpenAI. This is a high-leverage role where your expertise will directly shape how our company- the missing quality-focused system-plugs into the complex, autonomous, multi-agent development environments of tomorrow.
Ideal for someone who thinks deeply about developer experience, moves fast, and enjoys building technical infrastructure that scales through partnerships.
Mission: Make our companyunavoidable across the Agentic SDLC. Own the integration playbook that brings our company into every critical developer surface - IDEs, repos, CI/CD, code review, cloud platforms, and the AI agents shaping how software gets built. Build the technical layer that turns our company into the default quality, governance, and trust gate across the SDLC, translating cutting-edge research into integrations that scale, ship, and become embedded in how teams work.
Responsibilities
Wrap our companys capabilities as a public, composable surface. Turn our company Review, Aware, and Skills into clean, documented building blocks that any partners engineering team can adopt without hand-holding. Treat the public API, SDK, and MCP surface as a product - versioned, stable, well-documented, and obsessively focused on DX.
Be the engineering counterpart on partner conversations. Sit shoulder-to-shoulder with the Product Partnerships Lead in partner discussions. Translate ambiguous we want to integrate conversations into concrete technical scopes, integration paths (MCP vs. SDK vs. API), and shipping timelines. Be credible enough that a partners principal engineer takes the conversation seriously the first time.
Ship marketplace and cloud integrations. Own the technical execution behind cloud marketplace launches (AWS, Azure, GCP) - deployment artifacts, SaaS metering, private offer plumbing - so the commercial motion is never bottlenecked by engineering.
Define the integration playbook. Make the path from new partner interested to integration live repeatable. Document the patterns, build the reusable primitives, and reduce the per-partner engineering cost over time so the team can scale partnership volume without scaling headcount linearly.
Hold the DX bar across every partner-facing surface. Docs that work the first time. SDKs that dont surprise. Errors that explain themselves. Examples that run. If a partners engineer cant get to hello world
Requirements:
5+ years of backend or platform engineering experience, with at least 2 years building developer-facing products (SDKs, APIs, integrations, or open source libraries that external engineers consumed)
Preferable to have worked at or with AWS, Microsoft Azure or Google Cloud specifically on dev related products
Shipped production integrations with third-party platforms - point us to the code, the package, or the partner that went live because of you
Practical, hands-on fluency with MCPs and SDKs
Strong API design instincts - knows when to wrap vs. expose, when to version, when to break compatibility, and how to make errors that explain themselves
Comfortable in customer-facing technical conversations - can scope an integration with a partners principal engineer in a 30-minute call and walk out with a working spec
Ships fast under ambiguity - has a track record of going from partner asked for X to something working in days, not sprints
Owns the full lifecycle: design, code, docs, release, support. No throwing things over the wall.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8711460
סגור
שירות זה פתוח ללקוחות VIP בלבד
סגור
דיווח על תוכן לא הולם או מפלה
מה השם שלך?
תיאור
שליחה
סגור
v נשלח
תודה על שיתוף הפעולה
מודים לך שלקחת חלק בשיפור התוכן שלנו :)
25/06/2026
Location: Herzliya
Job Type: Full Time
We are seeking a highly motivated AI Solutions Engineer to join a team leading the evaluation, adoption, and integration of AI-based tools into our development processes.
This role involves identifying opportunities to enhance workflows through AI, implementing internal tools that leverage AI capabilities, and collaborating with cross-functional teams to ensure seamless integration and usability.
Responsibilities:
Lead end-to-end AI initiatives from ideation to production
Design and deploy AI agents, automations, and data-driven solutions
Partner with business and engineering teams to deliver impactful use casesDrive prioritization based on business value and strategic impact
Define KPIs and monitoring to track performance, adoption, and ROI
Provide insights to leadership and lead cross-functional efforts in a matrix environment
Lead technical AI sessions, workshops, and internal enablement programs to drive adoption and upskill teams.
Requirements:
Hands-on experience building AI solutions, agents, or automations
Strong experience with Azure and modern AI ecosystems
Hands-on software development experience
Experience with AI Agents like GitHub Copilot or Claude Code
Strong communication skills with ability to work with senior stakeholders
Strong problem-solving, systems thinking, and ownership mindset
Experience driving AI adoption and evangelizing best practices across engineering teams.
This position is open to all candidates.
 
Show more...
הגשת מועמדותהגש מועמדות
עדכון קורות החיים לפני שליחה
עדכון קורות החיים לפני שליחה
8711401
סגור
שירות זה פתוח ללקוחות VIP בלבד
משרות שנמחקו