|
|
|
|
|
by valentinconan
76 days ago
|
|
I used to use Gemini CLI and was pretty happy with it… until I started using Claude Code.
I think it’s, for now, the most advanced AI tool available right now. You can manage skills, the MCP, plugins, agents, hooks… It’s a truly comprehensive tool, but its main drawback is the token consumption of the Anthropic model, especially in recent days.
There are solutions to reduce input tokens, for example this GitHub project https://github.com/rtk-ai/rtk. It uses hooks to replace certain commands with optimized ones and helps reduce the number of input tokens. It’s a start... |
|