Aside from a false start with Apple Intelligence, Apple did not try to repeatedly and shamelessly shove AI down everyone's throats in all their products and services, which is why their "growth" hasn't been as pronounced as those of the others. And, frankly, I'm OK with that.
>> It's much like climate science today: any dissent at all, even just questioning the predictions of catastrophe, immediately brands you as a heretic.
Nonsense. It is actually quite unlike climate science, where the consensus of catastrophe and the evidence for it are both overwhelming. Dissenters are listened to only to the extent they can provide overwhelming evidence to the contrary, which they so far cannot.
All corruption is bad. Selective enforcement of the law is worse. It increases corruption by giving a strong incentive to win favors from powerful people.
I find that it is better at thinking broadly and at a high level, on tasks that are tangential to coding like UX flows, product management and planning of complex implementations. I have yet to see it perform better than either Opus 4.6 or 4.7 though.
I use it through the desktop app, which has a lot of features I appreciate. Today it was implementing a feature. It came across a semi-related bug that wasn’t a stopper but should really be fixed before go live. Instead of tackling it itself or mentioning it at the final summary (where it becomes easy to miss), it triggered a modal inside the Claude app with a description of the issue and two choices: fix in another session or fix in current session. Really good way to preserve context integrity and save tokens!
How to you get CC to connect to your dev container? I have the CC app but it’s kinda useless as I’m not have it barebacking my system, so I’m left with the cli and vs code extension.
I just run CC in a VM. It gets full control over the VM. The VM doesn't have access to my internal networks. I share the code repos it works on over virtiofs so it has access to the repos but doesn't have access to my github keys for pushing and pulling.
This means it can do anything in the VM, install dependencies, etc... So far, it managed to bork the VM once (unbootable), I could have spent a bit of time figuring out what happened but I had a script to rebuild the VM so didn't bother. To be entirely fair to claude, the VM runs arch linux which is definitely easier to break than other distros.
reply