5/4/2026 at 1:15:55 PM
"AI saves analysis as notebooks" is fighting the wrong fight ig. The reproducibility issue with notebooks isn't the format. it's out-of-order cell execution and silent kernel statellm generation makes that worse: the model has no memory of what state existed when it wrote cell 7, and neither does the user.
by trymamboapp
5/4/2026 at 2:14:42 PM
User is not touching notebook at all, user just ask questions in natural language, and AI is using Python to compute answer, the ipynb notebook format is used to save the conversation.by pplonski86