Development
8 min read
Swapping Chatbots for Terminal Tools: Gemini CLI vs Claude Code
In this article, I will be discussing how I ended up moving away from Web-based AI chatbots to terminal-based, my experience trying Gemini CLI and Claude Code and my overall appreciation of the current state.
MS
Maxim St-Hilaire
Lead Product Manager | MarTech & AI
Moving towards terminal agents
Collections
According to PayloadCMS, “A Collection is a group of records, called Documents, that all share a common schema”. In my own terms, a Collection is a set of information that can be used across the website. For example, on my blog, Articles, Category, Tools Used, Authors… are all collections.
Starting with Gemini CLI
TEXT Code
Explain to me very clearly and precisely, while making sure to include which folder to run any command, how to get started with Gemini CLI
Explain to me very clearly and precisely, while making sure to include which folder to run any command, how to get started with Gemini CLI
text
BASH Code
npm install -g @google/gemini-cli
npm install -g @google/gemini-cli
bash

BASH Code
cd ~/Projects/pixelsinsuits
cd ~/Projects/pixelsinsuits
bash
BASH Code
gemini
gemini
bash

Moving to Claude Code
BASH Code
npm install -g @anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code
bash
BASH Code
cd ~/Projects/pixelsinsuits
cd ~/Projects/pixelsinsuits
bash
BASH Code
claude
claude
bash

Closing thoughts
Tools Used