Skip to content

AI Tools — A Practical Toolkit

🧰

In 30 seconds

Knowing one “great” AI tool but not when to use which still slows you down. This module isn't theory — each chapter is one tool, one real workflow: where to install it, how it's priced, what to type, and the traps that bite. Why it matters: picking the right tool for the job saves hours every day and real subscription money.

There is no “best tool” — only “the right tool for your job.” This module helps you build a personal toolkit: conversational assistants, coding agents, a dev platform, and self-hosted agents.

Tool map — which one, when

ToolBest atChoose it when
ChatGPTAll-round assistant: write, translate, read files, analyzeDaily work, nothing to install
GeminiMultimodal assistant, tied into Google's ecosystemInside Gmail/Docs, long context, generous free tier
GrokxAI chatbot, real-time data from XCatching trends, blunt quick answers, already on X Premium
PerplexityAnswer engine with citationsResearch that needs sources
NotebookLMAssistant that answers only from your documentsStudying/researching from your own PDFs
Claude CodeAutonomous coding agent in the terminalReal projects, editing many files
OpenAI CodexCoding agent — CLI / Cloud / IDEDelegating background, parallel coding tasks
CursorAI code editor (VS Code fork), Tab & AgentCoding by hand while delegating to AI; best autocomplete
WindsurfAI-native IDE, autonomous Cascade agentLike Cursor but want a stronger agent
v0Prompt → working React/Next web UISpin up UI/landing pages fast, light on code
ReplitCloud IDE + agent that builds & deploysBeginners, build in the browser, deploy instantly
Claude CoworkOffice/knowledge-work agent (no code)Automating paperwork, research
n8nNo-code automation, drag-and-drop AI agentsConnecting apps, automated workflows, self-host
Notion AIAI right inside your notes/docs workspaceAlready on Notion, want AI to write & answer from docs
GammaBeautiful slides/sites/docs from one promptFast presentations, not a designer
ElevenLabsMost realistic AI voice, cloning & dubbingVoiceover, podcasts, multilingual video dubbing
GitHubStore code, collaborate, version controlEvery coding project — a foundational skill
OpenClawOpen-source agent running locally, controlled via chatSelf-host, private, wired to Telegram/Slack
Hermes AgentSelf-hosted agent with memory, multi-channelA private 24/7 assistant that remembers long context

🧭 Suggested path

  1. New to AI → start with ChatGPT (all-round assistant) + GitHub (foundational skill).
  2. Search & researchPerplexity (with sources), NotebookLM (from your own docs).
  3. Code with AICursor (IDE) or Claude Code / OpenAI Codex (terminal/agent).
  4. Non-coders / office workClaude Cowork; automate with n8n.
  5. Compare the big chatbotsChatGPT vs Gemini vs Grok.
  6. Your own self-hosted agentOpenClaw, Hermes Agent.

🔗 Combining tools — a real workflow

Real power isn't in one tool — it's in chaining them. For example, taking a web-app idea from zero to shipped:

StepWhat you doTool
1. Idea & specBrainstorm, write a PRD, sketch screen flowsChatGPT
2. Build codeHand over the spec, let the agent scaffold & edit filesClaude Code or Codex
3. Store & collaborateCommit, branch, Pull Request, reviewGitHub
4. Background automationAn agent runs on a schedule, scans issues, reports backCowork / Hermes / n8n

Tip: use one conversational assistant to THINK (ChatGPT/Claude) and one coding agent to BUILD (Claude Code/Codex) — don't make a single tool carry everything.

Free or paid?

ToolFree tier?When you'll need to pay
ChatGPT (limited)Stronger models, heavy use, Projects/Agent
Gemini (generous)Pro for top models, Deep Research, long context
Grok (limited)SuperGrok / X Premium for heavy use
Perplexity (limited)Pro ~$20: Deep Research, stronger models, Comet
NotebookLM (generous)Plus when you need more notebooks/sources
Cursor (limited)Pro ~$20 with heavy use (credits run out fast)
Windsurf (limited)Pro ~$20 with heavy use
v0 (monthly limit)Pay-as-you-go (tokens) when building a lot
Replit (limited)Core ~$20 + compute when deploying
Claude Code (paid plan/API)From the start (Pro/Max or API)
Claude Cowork (within Claude plan)With a paid Claude plan
OpenAI Codex (with a ChatGPT plan)Heavy use / large cloud runs
Notion AI (add-on)~$8–10/user/month (bundled into Notion)
Gamma (400 credits)Plus/Pro for more decks / no watermark
ElevenLabs (character limit)Paid for more voice minutes / cloning
GitHub (broad)Team features / Copilot Pro (students: free)
OpenClaw (MIT — free software)Only LLM tokens (or $0 fully local)
Hermes Agent (MIT — free software)Only tokens (or $0 with Ollama/free tier)

Quick FAQ

Total beginner — which tool first?

ChatGPT (all-round assistant, nothing to install) + GitHub (foundational skill). These two cover almost everything and are mostly free.

Don't code, want AI to handle paperwork/research?

ChatGPT for one-off tasks; Claude Cowork when you want to hand over a multi-step goal and get a finished deliverable.

Want AI to write code for a real project — Claude Code or Codex?

Pick by the plan you already have: paying for Claude Pro/Max → Claude Code; paying for ChatGPT → Codex. Both are strong — the difference matters less than how disciplined you are with them.

Worried about data/privacy, don't want to send things to the cloud?

Use a self-hosted agent (OpenClaw / Hermes Agent) with a local model (Ollama) → your data never leaves your machine.

A note on timeliness

AI tools change pricing & features fast. This content is current as of around mid-2026 — always check the official site before buying a plan.