on a personal note, I'm happy to hear that. I've been apprehensive and haven't tried it, purely due to my fear of the cost.
You can also use API tokens, yes, but that’s 5-10x more expensive. So I wouldn’t.
100% agree as someone that uses API tokens. I use it via API tokens only because my work gave me some Anthropic keys and the directive "burn the tokens!" (they want to see us using it and don't give a crap about costs).
The size of the code base you are working in also matters. On an old, large code base, the cost does go up, though still not real high. On a new or relatively small code base, it is not unusual for my requests to cost a tenth of a cent. For what I am doing, paying with an API key is much cheaper than a subscription would be
https://techcrunch.com/2025/07/17/anthropic-tightens-usage-l...
So. It’s a potential superpower for personal projects, yet I don’t see it being very useful in a corporate setting.
I used Claude Code to make this little thing: https://github.com/Baughn/ScriptView
…took me thirty minutes. It wouldn’t have existed otherwise.
The problems begin when integrating hundreds of units prompted by different people or when writing for work which is both prolific and secret. The context is too limited even with RAG, one would need to train a model filled with secret information.
So basically non-commercial use is the killer app thus far for Claude code. I am sure there are some business people who are not happy about this.