thanks for checking out the bounty program for the Prime Intellect Environments Hub!
TLDR: you earn a bounty by successfully merging a PR from the spreadsheet. to get your PR merged.
the key criteria we’re looking for are:
TLDR:
vf-eval
should just work without any additional configuration
ruff
style
ruff check --fix .
before PRing / install the pre-commit hookload_environment
.vf-eval -s
to save sample outputs, inspect these with vf-tui
, and include them in your PRTo understand best practices for environment development, please read the verifiers docs and see other merged examples.
If your PR was previously Open and is now set to Draft, this is us flagging that you have some TODOs remaining.
we shouldn’t have to tell you this, but PRs cannot not be “vibe-coded slop”. by all means, use AI tooling to speed up implementation and debug, but do not rely on it for making consequential design choices without checking them. models are prone to silliness for these kinds of tasks, and this can ruin the integrity of an eval. we ask that you take responsibility for understanding the original source in depth, and are prepared to answer questions about anything that looks funny in your code (for which “idk Claude did it” is not an acceptable answer).