> 169 server requests for various assets totaling 6.42 megabytes in size.
Ahh … remember the good ol’ days, when we were forced to cap our Web pages at 32K?
I have found similar issues with LLM-generated code. Lots of code … lots of issues.
Just yesterday, I went through a whole bunch of LLM-generated code, and switched the threading model. It sped up my code significantly, and the jetsam crashes stopped immediately. Until I used LLM code, my apps had never jetsam-crashed before.
Ahh … remember the good ol’ days, when we were forced to cap our Web pages at 32K?
I have found similar issues with LLM-generated code. Lots of code … lots of issues.
Just yesterday, I went through a whole bunch of LLM-generated code, and switched the threading model. It sped up my code significantly, and the jetsam crashes stopped immediately. Until I used LLM code, my apps had never jetsam-crashed before.
First time for everything, I guess.