A workflow that uses Gemini to cut Claude Code token use

The post introduces an MCP tool called `agy-bridge`. It says the tool lets Claude Code hand large tasks, such as file analysis, code history review, and web lookups, to Gemini. The post claims this can reduce Claude token use and allow results to be checked by another AI model.

Key points

  • `agy-bridge` is presented as an MCP tool that connects Claude Code with Gemini.
  • Claude can delegate token-heavy tasks like file analysis, deep search, and web lookups to Gemini.
  • The post says this helps reduce Claude token use and improve context handling.
  • It includes an `adversarial_review` tool for checking work with another model.
  • The workflow is marked as intermediate level.

Quick term guide

tool call
One time an AI agent uses a tool, such as search, calculation, or file reading.
AI model
A program that can understand prompts and produce text, code, or answers.
AI agent
An AI program that can inspect information and suggest what to do next.
coding agents
AI programs designed to autonomously perform tasks like writing or fixing code.
coding agent
An AI tool that writes or edits code from a person’s instructions.
reliability
How consistently a tool works without failing or behaving unexpectedly.
liability
Legal responsibility for causing an accident or damage.
workflow
A repeatable set of steps for getting a task done.
Read original