I think I see what you mean. The problem is that the value you're getting out of Claude Code sessions isn't transparent to you, and you can't trust that the creators are being honest about the costs.
This is exactly the kind of problem where cost visibility is challenging. Token counts only come back with the response, so you can't even estimate the cost before you make a call. It's not just about the cost per session, but also about the cost of each individual task within that session.
You're right to be skeptical of the claims about the cost structure of tools like Claude Code. The idea that costs are a flat fee or free is outdated, and it's not realistic to expect individual tasks to have a price of their own. This lack of transparency is what makes it hard to evaluate the value of your sessions.
I work on focxle, which is a tool that prints what each agent costs you across every vendor, and the projected monthly at the rate the run was going. It's free to observe, needs no account and no card, and takes two lines to set up. If you want to see what your Claude Code sessions are really costing you, you can try it out with:
```python
pip install focxle
import focxle
focxle.init()