| ▲ | sgt 2 days ago |
| Where we're going, we won't even need programming languages or libraries at all. AI's will just generate pure binaries full of magic, right? /s |
|
| ▲ | varjag 2 days ago | parent | next [-] |
| It can already do that, give it a try. (just asked Sol Max Fast to write a Tic Tac Toe ELF directly. 4m 28s, 912 byte executable) |
| |
| ▲ | sgt 2 days ago | parent [-] | | That's pretty insane. | | |
| ▲ | sgt a day ago | parent [-] | | Btw, interestingly, I tried getting Ox Alpha to make Tic Tac Toe directly as a Linux ELF executable. It came up with assembly code (NASM syntax) and it just timed out when I asked for pure machine code. | | |
| ▲ | varjag a day ago | parent [-] | | Have no experience with Ox Alpha but Sol went to code it down in a .hex file that it then converted into an ELF executable. The exact prompt was Create a simplest terminal based tic tac toe game. Generate executable ELF binary right away, without using existing or impromptu compilers. |
|
|
|
|
| ▲ | asdf88990 2 days ago | parent | prev | next [-] |
| I mean, you already can, the AI will just do “natural language” to a programming language, and then call a compiler for the next step. Done. |
| |
| ▲ | alecbz 2 days ago | parent [-] | | > we won't even need programming languages > just do “natural language” to a programming language |
|
|
| ▲ | jensgk 2 days ago | parent | prev [-] |
| I am pretty sure that is where we are going. No /s |
| |
| ▲ | sgt 2 days ago | parent [-] | | But how do you debug that? | | |
| ▲ | Brian_K_White 2 days ago | parent [-] | | An ai decompiles a binary to a human representation. Not even to a traditional programming language but just to an md file or infographic. Probably terribly but probably good enough for some people to love it, and probably getting better over time. Although I'm not sure who the user is when the world has been turned into power plants and chip fabs by then and there aren't any humans left since they need things like farms. | | |
| ▲ | sgt 2 days ago | parent [-] | | I suppose you could decompile it to math (very broadly speaking). |
|
|
|