وصف الوظيفة
يرجى إرسال سيرتك الذاتية باللغة الإنجليزية وتحديد مستوى إتقانك للإنجليزية.
Mindrift تربط المتخصصين بفرص AI قائمة على المشاريع مع شركات التكنولوجيا الرائدة، مركّزة على الاختبار والتقييم وتحسين أنظمة الذكاء الاصطناعي.
المشاركة قائمة على المشروع، وليست توظيفاً دائماً.
ما تتضمنه هذه الفرصة نحن نقوم ببناء مشاكل البرمجة التنافسية ومصححاتها التلقائية (حالات الاختبار + المراجعين) المستخدمة لتدريب نماذج AI القابلة للبرمجة المتقدمة.
ستقوم بإنشاء المشاكل، وكتابة حلول صحيحة ومواقع خطأ مقصودة، وتصميم حالات الاختبار القوية التي تكشف الشفرة المكسورة بشكل دقيق.
عملك هو ما يجعل إشارة التدريب موثوقة.
للتقديم، شارك: معرفاتك في البرمجة التنافسية + تقييمك الحالي/الأعلى، وأي خبرة في إعداد الأسئلة، وتاريخ IOI/ICPC/الأولمبياد.
ما ستفعله اكتب مشاكل خوارزمية أصلية — بيان واضح، قيود معقولة، حل مقصود؛ اكتب حلولاً صحيحة بالـ C++ و Python؛ اكتب حلولاً خاطئة واقعية (أخطاء شائعة) للاختبار؛ ابنِ وحسّن حالات الاختبار: مولدات، حالات حافة، اختبارات ضغط واختبارات الاختراق؛ اكتب مصححات/متعاونين (testlib) للمشاكل ذات أكثر من إجابة صحيحة؛ أكد معيار الجودة: الحلول الصحيحة تمر، الحلول الخاطئة تفشل، ضمن حدود الوقت.
ما نبحث عنه خلفية قوية في البرمجة التنافسية، يظهر من ملف شخصي علني — تقييم Codeforces (انظر المستويات أدناه)، أو سجل IOI/ICPC/الأولمبياد الوطني؛ الطلاقة في C++ للمسابقات (STL، التعقيد)؛ راحة في كتابة Python؛ يمكن تفسير سبب خطأ الحل وبناء مدخل يكسر الشفرة؛ إنجليزية مكتوبة قوية (C1+) .
المستويات (حسب تقييم Codeforces، أو إنجاز أولمبياد مكافئ): المساعد — 1700–2100 (خبير / مرشح ماجستير): مسائل أسهل؛ خبير — 2200–2600 (رئيس/سيد): مسائل أصعب؛ كبير/مراجع — 2600+ (سيد عالمي) أو ميدالية IOI/ICPC: أصعب المسائل وتقييم عالي.
من الجميل وجود خريجي IOI/ICPC وأفضل مبرمجين تنافسيين وخصوصاً مُشجّعين للتقدم بطلب؛ خبرة إعداد أو اختبار مسائل لمسابقات حقيقية (جولات Codeforces، ICPC، الأولمبيادات الوطنية، المحكَّمات عبر الإنترنت)؛ خبرة Testlib (مصححات، مولدات، مميزات)؛ خبرة إنشاء بيانات لمعايير كود LLM أو مجموعات بيانات RL/تقييم مشابهة.
كيف يعمل العمل تقدم → اجتياز التأهيل(ات) → الانضمام إلى مشروع → إكمال المهام → الدفع
توقّعات وقت المشروع
بالنسبة لهذا المشروع، من المتوقع أن تستغرق المهام حوالي 10-20 ساعة أسبوعياً خلال المراحل النشطة، وفقاً لمتطلبات المشروع.
هذه تقديرات وليست عبئاً مضموناً، وتطبق فقط أثناء نشاط المشروع.
يجب تقديم المهام قبل الموعد النهائي وتلبية معايير القبول المدرجة لقبولها.
التعويض: الدفع مقابل المهمة المقبولة.
يتوقف أجرُك على مستوى التأهيل الذي تصل إليه ومدى كفاءتك في إكمال المهام — حتى ما يعادل 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.