وصف الوظيفة
يرجى تقديم سيرتك الذاتية باللغة الإنجليزية وتحديد مستوى كفاءتك في اللغة الإنجليزية.
Mindrift تربط المتخصصين بفرص AI قائمة على المشاريع في شركات تقنية رائدة، مع التركيز على الاختبار، والتقييم، وتحسين أنظمة الذكاء الاصطناعي.
المشاركة قائمة على المشاريع، وليست توظيفاً دائماً.
ما تتضمنه هذه الفرصة نحن نبني مشاكل البرمجة التنافسية ومُقَيِّماتها الآلية (حالات الاختبار + المفحصون) المستخدمة لتدريب نماذج الذكاء الاصطناعي المتقدمة في الترميز.
ستقوم بإنشاء المشكلات، وكتابة حلول صحيحة وكذلك حلول خاطئة مقصودة، وتصميم حالات الاختبار القاسية التي تكشف الأكواد المعطلة بشكل خفي.
عملك هو ما يجعل الإشارة التدريبية موثوقة.
للتقديم، شارك: معرّفاتك في البرمجة التنافسية + تقييمك الحالي/الأعلى، وأي خبرة في وضع المسائل، وتاريخ IOI/ICPC/الأولمبياد.
ما ستفعله اكتب مسائل خوارزمية أصلية — بيان واضح، قيود سليمة، حل مقصود؛ اكتب حلولاً صحيحة بـ C++ وPython؛ اكتب حلولاً خاطئة واقعية (أخطاء شائعة) للاختبار عليها؛ بنِ وتحصّن حالات الاختبار: مولدات، حِلقات حافة، اختبارات ضغط واختبارات “الاختراق”؛ اكتب مفحِّصين/متعاملين (testlib) للمشاكل التي لها أكثر من إجابة صحيحة؛ أكد معيار الجودة: الحلول الصحيحة تمر، الخاطئة تفشل، ضمن حدود الوقت.
ما نتطلع إليه خلفية قوية في البرمجة التنافسية، تظهر من خلال ملف تعريف علني — تصنيف Codeforces (انظر المستويات أدناه)، أو سجل IOI/ICPC/الأولمبياد الوطني؛ إجادة C++ أثناء التحديات (STL، التعقيد)؛ القدرة على كتابة Python؛ القدرة على شرح لماذا الحل خاطئ وبناء إدخال يكسره؛ إنجليزية مكتوبة جيدة (C1+).
المستويات (حسب تصنيف Codeforces، أو إنجاز أولمبيادي مكافئ): Associate — 1700–2100 (Expert / Candidate Master): مشاكل أسهل؛ Expert — 2200–2600 (Master / Grandmaster): مشاكل أصعب Senior / Reviewer — 2600+ (Int'l Grandmaster) أو ميدالية IOI/ICPC: أصعب المشاكل + مراجعة جودة.
من الجميل وجود خريجي IOI / ICPC وبرعة في البرمجة التنافسية خاصة ممنوع التقديم؛ خبرة في إعداد أو اختبار المسائل للمسابقات الحقيقية (جولات Codeforces، ICPC، أولمبيادات وطنية، مناظيرJudges عبر الإنترنت)؛ خبرة Testlib (مُفحِّصين، Validators، مولّدات)؛ خبرة في إنشاء بيانات لمقاييس كود LLM أو مجموعات RL / تقييم مماثلة.
كيف يعمل الأمر التقديم → اجتياز مرحلة التأهيل → الانضمام إلى مشروع → إكمال المهام → الحصول على الدفع تقديرات وقت المشروع بالنسبة لهذا المشروع، تُقدَّر المهام بأنها تتطلب حوالي 10-20 ساعة في الأسبوع خلال فترات النشاط، بناءً على متطلبات المشروع.
هذه تقدير، ليس عبء عمل مضمون، ويطبق فقط أثناء نشاط المشروع.
يجب تقديم المهام بحلول الموعد النهائي وتلبي معايير القبول المذكورة ليتم قبولها.
التعويض Paid per accepted task.
يعتمد معدل أجرك على فئة التأهيل التي تصل إليها ومدى كفاءتك في إكمال المهام — حتى ما يعادل 90 دولاراً/ساعة .
بما أن الدفع يتم بحسب المهمة، فإنوتيرة أسرع ترفع معدل الساعة الفعلي لديك.
Job description
Please submit your CV in English and indicate your level of English proficiency.
Mindrift connects specialists with project-based AI opportunities for leading tech companies, focused on testing, evaluating, and improving AI systems.
Participation is project-based, not permanent employment.
What this opportunity involves We're building competitive-programming problems and their automatic graders (test cases + checkers) used to train advanced AI coding models.
You'll create problems, write both correct and deliberately-wrong solutions, and design the tough test cases that catch subtly-broken code.
Your work is what makes the training signal trustworthy.
To apply, share: your competitive-programming handle(s) + current/peak rating, any problem-setting experience, and IOI/ICPC/olympiad history.
What you'll do Write original algorithmic problems — clear statement, sound constraints, an intended solution; Write correct solutions in C++ and Python; Write realistic wrong solutions (common mistakes) to test against; Build and harden test cases: generators, edge cases, stress and "hacking" tests; Write checkers/interactors (testlib) for problems with more than one valid answer; Confirm the quality bar: correct solutions pass, wrong ones fail, within time limits.
What we look for Strong competitive programming background, shown by a public profile — a Codeforces rating (see levels below), OR an IOI / ICPC / national-olympiad record; Fluent contest C++ (STL, complexity); comfortable writing Python; Can explain why a solution is wrong and build an input that breaks it; Strong written English (C1+).
Levels (by Codeforces rating, or equivalent olympiad achievement): Associate — 1700–2100 (Expert / Candidate Master): easier problems; Expert — 2200–2600 (Master / Grandmaster): harder problems Senior / Reviewer — 2600+ (Int'l Grandmaster) or IOI/ICPC medalist: hardest problems + quality review.
Nice to have IOI / ICPC alumni and top competitive programmers especially encouraged to apply; Experience setting or testing problems for real contests (Codeforces rounds, ICPC, national olympiads, online judges); Testlib experience (checkers, validators, generators); Experience creating data for LLM code benchmarks or similar RL / evaluation datasets.
How it works Apply → Pass qualification(s) → Join a project → Complete tasks → Get paid Project time expectations For this project, tasks are estimated to require around 10-20 hours per week during active phases, based on project requirements.
This is an estimate, not a guaranteed workload, and applies only while the project is active.
Tasks must be submitted by the deadline and meet the listed acceptance criteria to be accepted.
Compensation Paid per accepted task.
Your rate depends on the qualification tier you reach and how efficiently you complete tasks — up to the equivalent of $90/hr .
Because payment is per task, a faster pace raises your effective hourly rate.