Prompt Details
Model
(claude-5-opus)
Token size
582
Example input
[PAID_MICRO_TEST_INSTRUCTIONS]: Map the last-mile delivery routing constraint for cold-chain pharmaceuticals. Maximize payload density while maintaining strict 2-8 degrees Celsius temperature control for a maximum of 4 hours transit.
[CANDIDATE_RAW_SUBMISSION_DATA]: Candidate proposes using a standard dynamic routing API to minimize distance, implements basic FIFO dispatch for the refrigerated trucks, and assigns driver manual logs for temperature verification at destination points.
[STRICT_EVALUATION_METRICS]: Failover protocol inclusion for mechanical cooling failure. 2. Thermodynamic payload ratio integration. 3. Automated telemetric latency mitigation.
Example output
Example 1: Supply Chain Automation & Freight Scraping (Logistics Sector)
[INPUTS]
Variable 1: [PAID_MICRO_TEST_INSTRUCTIONS]: Build a Python script to bypass Cloudflare on the target Asian freight forwarder portal, extract real-time container shipping rates (Shanghai to LA), and output to a structured CSV. You must handle API pagination for multi-page results and respect infrastructure rate limits (maximum 5 requests per second).
Variable 2: [CANDIDATE_RAW_SUBMISSION_DATA]: import requests; from bs4 import BeautifulSoup; import time; def get_rates(url): res = requests.get(url); soup = BeautifulSoup(res.text, 'html.parser'); data = soup.find_all('div', class_='rate'); return data; time.sleep(0.2)
Variable 3: [STRICT_EVALUATION_METRICS]: 1. Cloudflare bypass architecture present (e.g., undetected-chromedriver, proxy rotation, or TLS spoofing). 2. Explicit pagination logic implemented. 3. Rate limiting mathematically enforced.
[SIMULATED OUTPUT]
Contractor Competency Audit
The candidate failed to deploy the required anti-bot measures and completely ignored the pagination architecture necessary for bulk data extraction. The submitted code represents a fundamental misunderstanding of enterprise-level scraping operations and will trigger immediate IP blacklisting.
The Execution Ledger
Metric: Cloudflare Bypass Architecture | Execution Status: FAIL | Clinical Observation: Candidate utilized a standard requests library payload with zero custom headers, proxy rotation, or headless browser integration.
Metric: Explicit Pagination Logic | Execution Status: FAIL | Clinical Observation: Zero logic written for traversing multiple pages; the script extracts a single static page and terminates.
Metric: Rate Limiting Enforcement | Execution Status: PASS | Clinical Observation: Candidate implemented a basic time.sleep(0.2) function, which mathematically satisfies the 5 requests/second constraint, despite primitive execution.
Critical Vulnerability Analysis
The absence of header manipulation and Cloudflare circumvention guarantees a 403 Forbidden error on the initial request, rendering the script useless.
Failure to implement recursive or iterative pagination means the vast majority of the target supply chain data will remain uncaptured.
Total absence of error handling (e.g., try/except blocks) ensures the script will fatally crash upon encountering a single anomalous DOM element or network timeout.
Final Operational Directive
PURGE. The candidate demonstrates entry-level theoretical knowledge but lacks the operational competence to execute data extraction in a hostile, bot-protected environment. Deploying this individual's architecture would burn your server IP within seconds and yield zero actionable freight data.
By purchasing this prompt, you agree to our terms of service
CLAUDE-5-OPUS
Eliminate subjective hiring bias and stop subsidizing incompetent contractors. This protocol ingests raw applicant micro-test submissions, project constraints, and technical requirements to execute a ruthless, objective competency audit. It isolates logic flaws, identifies generic AI-generated filler, and outputs a binary hire/purge recommendation.
...more
Added 6 days ago
