the godot project points out in this post that reviewing machine-spewed PRs is demoralizing as fuck and the reviewers' time is wasted, as the LLMs cannot learn nor grow from the review process.
| GitHub | https://github.com/weavejester/ |
the godot project points out in this post that reviewing machine-spewed PRs is demoralizing as fuck and the reviewers' time is wasted, as the LLMs cannot learn nor grow from the review process.
I've been testing out Claude as a debugging aid recently. It's pretty good at catching basic mistakes or typos, and has been able to suggest leads on some thorny race conditions and performance issues.
However, it's also made a number of errors itself - it's not a substitute for thinking through a problem.
New blog post!
Automatic help and completions in Babashka CLI
https://blog.michielborkent.nl/babashka-cli-help-and-completions.html
I've released TeensyP 0.7.0, a non-blocking TCP server for #clojure, available at: https://github.com/weavejester/teensyp
I've been making quite a few changes on TeensyP as part of my work on Capra, a new Ring adapter for HTTP 1.x that's written entirely in Clojure.