Arabian Sand Boa: Python interpreter with frontier intelligence conditional eval Arabian Sand Boa is a Python script that rewrites if/elif conditions at the AST level, sending string conditions to an LLM for evaluation. The tool allows natural-language clauses to control program flow, but sends local variables to the LLM endpoint and may be slow for loops. Run a Python file where string if conditions are decided by an LLM . arabian sand boa is a single, dependency-free script standard library only . It reads your target file, rewrites every if / elif at the AST level, and runs it. When a condition resolves to a non-empty string , the string is treated as a natural-language clause and sent to an LLM along with the variables currently in scope; the model's True / False answer decides which branch runs. Every other condition resolves the normal way via bool . ./arabian sand boa