Hacker News new | ask | show | jobs
by rsafaya 77 days ago
I think this would be super useful as a claude code / visual studio extension, so I can see the cost impact of changes I am making in code. For example by adding a prompt pre-processing function how much am I actually going to save in LLM token cost.
1 comments

That's actually a great direction I haven't thought about — bringing the cost estimate closer to the code rather than keeping it as a separate planning step. The delta view (how much does adding this preprocessing function actually save) would be super useful. Adding it to the v2 roadmap, thanks for this.