Back to articles/Development
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
text
BASH Code
npm install -g @google/gemini-cli
bash
Gemini CLI theme selector
BASH Code
cd ~/Projects/pixelsinsuits
bash
BASH Code
gemini
bash
Gemini CLI launch screen

Moving to Claude Code

BASH Code
npm install -g @anthropic-ai/claude-code
bash
BASH Code
cd ~/Projects/pixelsinsuits
bash
BASH Code
claude
bash
Article's icon selector

Closing thoughts

Share this article

Help others discover insights on AI and marketing