Bravo! I never would have thought this would be so simple. As a direct consequence of this exercise: I now know something about what, precisely, htmx does.
I've been having better-than-most performance using qwen3.6 to write python/flask.
I tried using it to generate some rust code yesterday, and it generated much code but only ever came within 1 error of a testable build. The 4th or 5th full rewrite is sitting in the buffer right now.
I'm currently looking to up my game with Bottlecap AI's return of qwen3.6, 'thinking cap'.
Alleged to be twice as fast and superior at coding over extended sessions (vs. 3.6).
are you pn linux? reproduced the same thing just now its pip dumping torch into /tmp while it installs, and on most distros /tmp is ram bound and capped at half your memory, so it fills up while your actual disk jsut sits there. export TMPDIR=/some/big/path before installing should fix it. adding a proper check next release so it actually tells you which folder ran out.
cheers