• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle



  • It does not work. At most it looks like it works.

    A human brain is able to understand and process information. An AI simply calculates a mathematical function. There is no reasoning and no understanding of anything, all that ChatGPT does is try to look like a human. And by “try to look like a human”, I mean “generate sentences that can be believable, on shape, to be written by a human”.

    If you ask it to calculate 2+2, and then tell it that it is equal to 5, it won’t see any problem because it doesn’t understand any of it. But it will give you answers that are, grammatically speaking, reasonably human.

    If I ask a rock how much is 2+2 and I throw it, and it bounces 4 times, it does not mean that this rock knows how to count. ChatGPT and similar are just better illusions, but they’re nothing more.

















  • Python is an overall robust language that allows you to do basically whatever you want, and does it pretty well. You can even use C extensions if you want to get peak performance.

    The two domains that I believe Python cannot easily work with, are IoT where the interpreter would be a bit too cumbersome for a low-power system, and web programming, where it would still underperform Javascript and Webassembly (even though I am guessing that with a better webassembly support of the browsers, it would be possible to reach a rather efficient interpreter in-browser that would at least reach performances similar to javascript, if not better. And even if slower, the better syntax and lack of absurd rules would be a clear advantage on JavaScript).