programasweights/programasweights-python — reverse-engineered prompt

Reverse engineered prompt

Build me a Python package that lets me describe a little text function in plain English, then compile it into something that runs locally on my machine. I want it to feel simple, like I can say “classify email urgency,” “fix broken JSON,” “extract names and dates,” or “label sentiment,” and then call it like a normal Python function. It should support loading prebuilt functions by name or ID, compiling a new one from a text spec, and a one step compile and load flow.

Please include a small command line tool too, so I can log in, compile from a prompt, and run a saved program from the terminal with JSON output if needed. The runtime should be deterministic, work offline after the initial setup and downloads, and use GPU when available but fall back to CPU. If there’s a smaller browser friendly compiler option, support that as an option too.

Make it polished with examples, tests, and clear docs. You can check the current docs online if needed.

Want more depth? Deep Reverse