frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Oratio – Natural language programming that expands itself with AI

https://github.com/manuzz88/oratio
1•manuzz88•1h ago
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!