| ▲ | tock 8 hours ago | |||||||||||||||||||||||||
Ah I believe codex has similar issues. Terrible code quality but goes to show it doesn't really matter in the end. | ||||||||||||||||||||||||||
| ▲ | moritzwarhier 8 hours ago | parent | next [-] | |||||||||||||||||||||||||
Yes that was pretty much my own takeaway, too. After some experience, it feels to me (currently primarily a JS/TS developer) like most SPAs are ridden by memory leaks and insane memory usage. And, while it doesn't run in the browser, the same think seems to apply to Claude CLI. Lexical closures used in long-living abstractions, especially when leveraging reactivity and similar ideas, seems to be a recipe for memory-devouring apps, regardless of browser rendering being involved or not. The problems metastasize because most apps never run into scenarios where it matters, a page reload or exit always is close enough on the horizon to deprioritize memory usage issues. But as soon as there are large allocations, such as the strings involved in LLM agent orchestration, or in non-trivial other scenarios, the "just ship it" approac requires careful revision. Refactoring shit that used to "just work" with memory leaks is not always easy, no matter whose shit it is. | ||||||||||||||||||||||||||
| ▲ | AstroBen 8 hours ago | parent | prev [-] | |||||||||||||||||||||||||
> it doesn't really matter in the end if you have one of the top models in a disruptive new product category where everyone else is sprinting also, sure.. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||