📍 المملكة العربية السعودية تحديث مستمر على مدار الساعة

وظيفة مهندس خلفي أول للذكاء الاصطناعي - تقييم الوكلاء والجودة لدى سلة في مكة المكرمة

Senior AI Backend Engineer - Agent Evaluation & Quality
🏢 سلة (Salla)
🕒 نُشرت: (أمس) 📍 مكة المكرمة وظائف الهندسة والتقنية
التقديم على الوظيفة من المصدر الرسمي ↗

تفاصيل الوظيفة

شركة سلة تعلن عن وظيفة Senior AI Backend Engineer - Agent Evaluation & Quality في مكة المكرمة.

نبذة عن الوظيفة

نُدير أنظمة متعددة الوكلاء في بيئة إنتاجية تتعامل مع مهام حقيقية لقاعدة واسعة من المستخدمين. مع نمو هذه الأنظمة، أصبح التحدي الأكبر هو الثقة: نحتاج إلى معرفة أداء الوكلاء، واكتشاف الانحدارات قبل إطلاقها، والحفاظ على جودة مستقرة مع كل إصدار. هذه الوظيفة تختص بذلك. ستعمل على بناء أنظمة التقييم خلف وكلائنا - الحكام (judges)، وأدوات الاختبار (test harnesses)، والمحاكيات (simulators) التي تخبرنا ما إذا كان الوكيل يعمل وأين يفشل. الهدف هو تمكيننا من إطلاق الوكلاء بشكل أسرع لأننا نثق في ما تخبرنا به نتائج التقييم. التقييم هو المحور، لكنه لن يكون الحدود؛ فبسبب فهمك لأنماط فشل الوكلاء أكثر من أي شخص آخر، ستتاح لك فرص للمساهمة في تطوير الوكلاء أنفسهم، وبناءها وتحسينها جنبًا إلى جنب مع الأنظمة التي تقيّمها.

المهام والمسؤوليات

  • امتلاك حزمة التقييم (evaluation stack): تصميم وبناء أنظمة LLM-as-judge، ومعايرتها مقابل التصنيفات البشرية، وجعل جودة الوكيل قابلة للقياس لكل وكيل ولكل نمط فشل.
  • جعل بوابة الإصدار (release gate) حقيقية: بناء أدوات تقييم لكل PR وتقارير اكتشاف انحدارات موصولة في CI، بحيث تُفرض الجودة تلقائيًا دون موافقات يدوية.
  • بناء محاكيات مستخدمين لتوليد تغطية اختبارية وحالات خصومة قبل أن يواجهها المستخدمون الفعليون.
  • تحويل إشارات الإنتاج إلى تحسين - إرجاع حالات الفشل الحقيقية إلى مجموعات التقييم ليتضاعف أثر النظام مع الوقت.
  • التعاون مع فريق المنتج لتحويل 'شكل الجودة المطلوبة' إلى معايير ملموسة قابلة للقياس.
  • النمو في تطوير الوكلاء - المساهمة في بناء وتمتين الوكلاء أنفسهم، مبتدئًا بالمكونات التي تعرفها بعمق من تقييمها.

الشروط والمتطلبات

  • أساسيات قوية في هندسة البرمجيات: خبرة إنتاجية في Python أو Typescript (أو ما يعادلها)، تصميم نظيف للـ API والأنظمة، اختبارات، CI/CD. تكتب كودًا يبني عليه الآخرون - بنية التقييم التحتية هي هندسة حقيقية.
  • خبرة عملية مع LLMs والعوامل الذكية (agents): بنيت باستخدام LLMs - وكلاء، RAG، استدعاء الأدوات/الوظائف، أطر التنسيق (LangGraph، LangChain، أو ما يعادلها) - وتفهم كيف تتصرف وكيف تتعطل.
  • عقلية قياسية: تفكر في المقاييس، المعايرة، والتجارب؛ تريد قياس ما إذا كان شيء يعمل، لا مجرد إطلاقه.
  • خبرة إنتاجية: أدرت أنظمة LLM في الإنتاج وتعاملت مع الموثوقية، زمن الاستجابة، التكلفة، وقابلية المراقبة (observability).
  • 5+ سنوات في هندسة البرمجيات، مع خبرة عملية حديثة في LLMs والعوامل الذكية.

المهارات المطلوبة

  • خبرة مباشرة في تقييم أنظمة LLM/الوكلاء - تقييم غير متصل/متصل، LLM-as-judge، اختبار انحدارات منهجي.
  • أدوات المراقبة (Arize، LangSmith، أو ما يشابهها).
  • خبرة في اللغة العربية / معالجة اللغة الطبيعية (NLP).
  • خبرة في التجارة الإلكترونية أو المنتجات الموجهة للتجار.
عرض النص الأصلي للإعلان

About the role

We run production multi-agent systems that handle real work for a large base of users. As those systems grow, our biggest constraint is confidence: we need to know how well the agents perform, catch regressions before they ship, and keep quality steady as we release. This role owns that.

You'll build the evaluation systems behind our agents - the judges, test harnesses, and simulators that tell us whether an agent is working and where it's failing. The goal is to let us ship agents faster because we can trust what the evaluation tells us.

Evaluation is the focus, but it won't be the boundary. Because you'll understand the agents' failure modes better than anyone there will also be opportunities to contribute to agent development itself, building and improving the agents alongside the systems that evaluate them.

Responsibilities

  • Own the evaluation stack. Design and build LLM-as-judge systems, calibrate them against human labels, and make agent quality measurable per-agent and per-failure-mode.
  • Make the release gate real. Build per-PR eval harnesses and regression detection wired into CI, so quality is enforced automatically, not by manual passes.
  • Build user simulators to generate test coverage and adversarial cases before real users hit them.
  • Turn production signal into improvement - pipe real failures back into evaluation sets so the system compounds over time.
  • Partner with product to turn "what good looks like" into concrete, measurable criteria.
  • Grow into agent development - contribute to building and hardening the agents themselves, starting with the components you know most deeply from evaluating them.

Requirements

  • Strong software engineering fundamentals. Production Python or Typescript (or similar), clean API and system design, testing, CI/CD. You write code others build on - evaluation infrastructure is real engineering.
  • Hands-on LLM/agent experience. You've built with LLMs - agents, RAG, tool/function calling, orchestration frameworks (LangGraph, LangChain, or equivalent) - and understand how they behave and break.
  • A measurement mindset. You reason about metrics, calibration, and experiments; you want to quantify whether something works, not just ship it.
  • Production experience. You've run LLM systems in production and dealt with reliability, latency, cost, and observability.
  • 5+ years software engineering, with recent hands-on LLM/agent work.

Nice to have

  • Direct experience evaluating LLM/agent systems - offline/online eval, LLM-as-judge, systematic regression testing.
  • Observability tooling (Arize, LangSmith, or similar).
  • Arabic language / NLP experience.
  • E-commerce or merchant-facing product experience.
المصدر: الموقع الرسمي للجهة - أُضيفت للموقع في 19 يوليو 2026

وظائف أخرى لدى سلة