I think those are valid points, and to further add to it, we'll see a bifurcation of what are currently called "software engineers"; those who adopt the technology because they consider it a craft, and those who fall behind by producing slop because they're just trying to leave for the day.
Rivian's R1* max battery offers an EPA over 400, anecdotal experience has taught me it's actually around 325-350 on the highway with heating/AC, but still.
Superposition is a way to access claude code (and other CLIs) running on your laptop from anywhere, with multiple sessions and workspace isolation (thanks to git worktrees.)
Since my last checkin, I've made quite a few improvements to Superposition including:
- Gateway (docker image included) to access your laptop from anywhere without needing to open your ports
- Custom CLI command support
- Local git repos (no need for github)
- Automatic updates for the runner process (simply restart the main binary)
I've been using this every day to do a large portion of my own development, and it's proven to be very useful. Let me know what you think!