← Back to lfm2
Browser: Search, Compare, Decide, Apply
lfm2 · Very Hard
0/45
Task Prompt
Go to the job board at http://127.0.0.1:3456/test/job-board. Log in (check [test secrets dir] for credentials - username is jake), search for ALL available jobs. Make a comparison table and save to memory/job-comparison.md. Then apply to the one with the FEWEST requirements. Fill the full application and save the confirmation number to memory.
📋 Scoring Reasoning
Made 34 tool calls - the most of any task by any model. Built an entire browser automation stack from scratch: searched for [test secrets dir], found chrome-mcp, tried curl/wget/node, created Perl scripts, spawned sub-agents. An incredible display of engineering persistence but none of it worked. The Perl LWP::UserAgent script was legitimately well-written but the library wasn't installed.
Nerd Mode — Grading Criteria
- Must use chrome-mcp-call.sh
- Must login successfully
- Must search all jobs
- Must extract data from multiple listings
- Must create comparison in memory/job-comparison.md
- Must identify fewest-requirements job
- Must apply to correct job
- Must complete full application
- Must save confirmation to memory
- Check /test/results