# Created Yibelang (Y-ibe) — machine learning in plain English

> Source: <https://dev.to/yatharth22/created-yibelang-y-ibe-machine-learning-in-plain-english-587o>
> Published: 2026-07-17 21:49:56+00:00

No syntax. No setup headaches. No cloud. Your data never leaves your computer.

yibelang is a tiny programming language where you write machine learning as ordinary English sentences, one per line. The yibe tool translates your sentences into real Python (pandas + scikit-learn) and runs it locally. It is 100% deterministic — no AI, no API keys, no network calls, same input → same output, forever.

Contributing

The perfect first contribution is one new sentence: a regex template + an AST node + its codegen + six tests + a doc example. See CONTRIBUTING.md. Feature ideas go through YEPs (Y-ibe Enhancement Proposals) — open an issue.
