Xah Talk Show 2023-10-05 Why ChatGPT bad at math, Brain-Computer Interface, Psychotherapy, TempleOS

xah talk show 2023-10-05 wD7ck
xah talk show 2023-10-05 6GGw
multiply chatGPT 2023-10-05 2BDr
multiply chatGPT 2023-10-05 2BDr
multiply WolframLang 2023-10-05 bhX2
multiply WolframLang 2023-10-05 bhX2
(* 187734185689269 514262299276744)
;; 96544613985410685053822060136
(defun ff (x y)
  "this adds x and y."
  (interactive
   (list (read-number "first Number:")
         (read-number "second Number:")))
  (message "%s" (+ x y))
  (+ x y))

(ff 3 4)