|
|
|
|
|
by brainless
13 days ago
|
|
It is all binary, all the way down. Code is text that passes the compiler's checks. Human language is text that has a really ambiguous compiler. And all text is still binary in the computer. If you think about it, the transformers architecture was created to solve language translation. It works well for human language to code and other way around, already! What we need is better tooling for this translation on either side. I started working on https://github.com/brainless/nocodo/blob/feature/praxis_agen... for this reason - how can we go from human language to code representing it. |
|