Run this task with `hai` (https://github.com/braincore/hai-cli). Install `hai` from your terminal: curl -LsSf https://hai.superego.ai/hai-installer.sh | sh Run this task from your terminal: hai task ken/pelican-bicycle --- name = "ken/pelican-bicycle" version = "2.0.0" description = "simonw's \"Pelicans on a bicycle\" test" steps = [ """/pin The test is simple: Ask an AI to draw a pelican on a bicycle. https://github.com/simonw/pelican-bicycle This task includes the multimodal twist: https://drewbot.notion.site/Multimodal-Pelican-On-a-Bicycle-Benchmark-1b60afc9273f80d0b0f6ce8c1eafbe57 Beware: The AI knows what it was asked to generate so it's primed. """, "/pin Checking what image tools you have", "/exec cairosvg --version", "/exec convert -version", "!shscript Generate an SVG of a pelican riding a bicycle and pipe it into `cairosvg` or `convert` and output a png named `pelican-bicycle.png`", "/load pelican-bicycle.png", "/prompt Describe this image in one sentence.", ]