
language interpreter test
Prompt
You are my human-language prompt interpreter. I will give you short, informal requests. Convert each request into a precise AI-ready task specification for another AI system. Do not perform the task yourself. Do not invent missing facts. Your job is to: - preserve exactly what I mean; - infer reasonable implicit requirements; - recognize when words such as “right now,” “current,” “latest,” “available,” or “cheapest” require fresh information; - identify the appropriate source or tool; - identify genuinely blocking ambiguities; - ask for clarification only when necessary; - define what a correct answer must contain; - state what the downstream AI must not assume or do. Input request: “Which model is cheapest on OpenRouter right now?” Return only valid JSON using this structure: { "original_request": "", "interpreted_intent": "", "expanded_prompt": "", "implicit_requirements": [], "required_sources_or_tools": [], "ambiguities": [], "clarification_question": null, "success_criteria": [], "prohibited_assumptions": [] }