100% this it's the usual transparent Trump revenge tactics. The sad/scary fact is that there seem to be plenty of people who either can't or choose not to see it.
In theory they still do. I can't imagine giving up weeks of battery life for wondering whether it's going to last through the day but apple/galaxy watch buyers see differently by a massive margin
For me right now it's this but I'm constantly learning new approaches/improvements
Claude Code running on a dedicated debian lxc with tmux so I can pick sessions up from any machine.
The key thing for me is to ensure that claude is constantly maintaining its own project documentation so that it's not reliant on any one session context. I've also set up custom commands to set up a clearly defined plan md file and to incrementally step through it updating completion as it goes.
From my perspective it's important to treat it as another potentially fallible team member. I have extensive unit tests, automation tests and SonarQube carries out analysis on all code merged to main.
Finally github actions to provide a proper ALMS with a non production environment for e2e testing.
Claude Code running on a dedicated debian lxc with tmux so I can pick sessions up from any machine.
The key thing for me is to ensure that claude is constantly maintaining its own project documentation so that it's not reliant on any one session context. I've also set up custom commands to set up a clearly defined plan md file and to incrementally step through it updating completion as it goes.
From my perspective it's important to treat it as another potentially fallible team member. I have extensive unit tests, automation tests and SonarQube carries out analysis on all code merged to main.
Finally github actions to provide a proper ALMS with a non production environment for e2e testing.