(no title)
d_watt | 1 month ago
I've had some moments recently for my own projects as I worked through some bottle necks where I took a whole section of a project and said "rewrite in rust" to Claude and had massive speedups with a 0 shot rewrite, most recently some video recovery programs, but I then had an output product I wouldn't feel comfortable vouching for outside of my homelab setup.
antirez|1 month ago
jhatemyjob|1 month ago
[1] https://apenwarr.ca/log/20251120
rcarmo|1 month ago
kubb|1 month ago
rcarmo|1 month ago
It’s surprising how much even Opus 4.5 still trips itself up with things like off-by-one or logic boundaries, so another model (preferably with a fresh session) can be a very effective peer reviewer.
So my checks are typically lint->test->other model->me, and relatively few things get to me in simple code. Contrived logic or maths, though, it needs to be all me.
unknown|1 month ago
[deleted]