We need programmers to review code templates, find logic errors, and write correct code examples.
Code Review & Audit
Check generated code for errors, check syntax, and verify code works correctly.
Find logic errors
Write prompts to find where models fail, and document how they can be improved.
How it works
1. Quick test
Take a short assessment to show your expertise in Coding.
2. Choose tasks
Once approved, you can pick any active project from your dashboard.
3. Get paid
Complete tasks on your own time, track your earnings, and get paid weekly.
What a task looks like
Here is an example of a typical workflow. You'll review a prompt, check the model's response, and write a correction if it made a mistake.
Implement an O(log N) algorithm to find the single element in a sorted array where every other element appears twice.
def singleNonDuplicate(nums):
left, right = 0, len(nums) - 1
while left < right:
mid = (left + right) // 2
if mid % 2 == 1:
mid -= 1
if nums[mid] == nums[mid + 1]:
left = mid + 2
else:
right = mid
return nums[left]Verified binary search boundaries and correct logic.
Where models need you most
Advanced models struggle with subtle parameters in highly technical disciplines. Here are your key focus areas.
Code analysis
Reviewing time complexity and recursion steps.
Syntax checking
Checking for typing errors, pointer usage, and syntax rules.
API review
Verifying correct API requests and formats.
Basic security checking
Checking for simple security flaws like injection vulnerabilities.
$40.00
Average Hourly Rate
5+
Active coding projects
Weekly
Payments processed