Hi HN! I built ORATIO, a programming language where you write in natural language (Italian/English) and it executes directly.
The interesting part: it uses a local GPU model (DeepSeek 16B) to automatically generate new operations by analyzing the Python ecosystem. It literally programs itself.
Example: "Create a red dot. Save as output.png" → Works instantly
Live playground: https://oratio.dev/playground.html Install: pip install oratio
Currently supports data analysis, visualization, and graphics. The autonomous expansion system is in development.
Would love feedback from the community!