▲ | emporas 6 days ago | |
It reminds me of "Generative AI is just a phase. What’s next is interactive AI." The more i think about it however, command line applications are about as interactive as a program can be. Let's say one is interested to find out which one of the following 7 next days is gonna rain and send it to a telegram bot. `weather_forecast --days 7 | grep rain` | send_telegram. The whole thing of off-loading everything to nondeterministic computation instead of the good ol determinism does seem strange to me. I am a huge fan though, of using non-deterministic computation for creating deterministic computation, i.e. programming. /As a side note, i have played chess against Ishiguro many times on lichess. [1] https://www.technologyreview.com/2023/09/15/1079624/deepmind... |