Skip to content

Which AI Tool Should I Use?

Which AI Tool Should I Use?

Who This Guide Is For

Everyone on the DMDQP team. Two AI tools are available: Gemini (embedded in Google Suite) and build-cli (Claude Code). Picking the right one for the job saves time and gives better results. This guide applies regardless of technical background.

What You Will Learn

  • The key differences between Gemini and build-cli
  • When to use each tool, with a quick-reference decision table
  • How to make the choice quickly when you’re unsure

Step-by-Step Instructions

Step 1: Know Your Two Tools

Gemini — embedded in Google Suite

  • Available directly inside Google Docs, Gmail, Drive, Meet, and Sheets — no installation required.
  • Best for document-centric, collaboration-centric, and communication tasks.
  • Accessible to everyone regardless of technical background.

build-cli — Claude Code for DMDQP

  • An internal Roche wrapper around Claude Code (powered by Anthropic’s Claude).
  • Runs in your terminal and has access to your local files, codebase, and the tools you configure.
  • Best for technical, code-centric, and project-level tasks.
  • Requires installation — see the ‘Installing build-cli’ guide.

Step 2: Use the Decision Table

I want to…Use
Summarise a Google Doc or PDF in DriveGemini
Draft or improve an emailGemini
Take notes or summarise a Google MeetGemini
Work in a Google Sheet (formulas, analysis)Gemini
Write or review codebuild-cli
Understand or navigate a codebasebuild-cli
Write a data pipeline or ETL scriptbuild-cli
Generate SQL for a specific schemabuild-cli
Run a multi-step technical taskbuild-cli
Draft a user story or BRD from a documentGemini (start) then build-cli (refine with code context)
Quick one-off question (no code involved)Gemini
Work with project-specific context and filesbuild-cli
Set up a CLAUDE.md for a new projectbuild-cli

Step 3: Understand the Key Differences

Gemini (Google Suite)build-cli (Claude Code)
SetupNone — already thereRequires installation
Access to your filesGoogle Drive onlyLocal filesystem + configured tools
Best forDocuments, communication, collaborationCode, technical tasks, multi-step workflows
Context awarenessGoogle Suite contextYour project’s codebase and configuration
Technical level neededAnyComfortable with a terminal

Verification

You have understood this guide when you can answer: “Should I use Gemini or build-cli to review a SQL script?” (Answer: build-cli — it has access to your codebase and can provide structured code review.)

Next Steps

  • If build-cli isn’t installed yet, see the ‘Installing build-cli’ guide
  • See the ‘Your First Session with build-cli’ guide once build-cli is installed
  • If unsure: start with Gemini for a quick answer. If the task involves code, a codebase, or a sequence of technical steps, switch to build-cli.