logoalt Hacker News

Vexsyesterday at 5:05 PM1 replyview on HN

Almost anything I write in Python I start in jupyter just so I can roll it around and see how it feels- which determines how I build it out and to some degree, how easy it is to fix issues later on.

With llm-first coding, this experience is lost


Replies

softwaredougyesterday at 6:28 PM

Yeah I do that too. I also teach training with Jupyter notebooks (ironically about agents). I still find it invaluable.