Various AI tools - Jeff Su
https://www.youtube.com/watch?v=htZRCE2GgIs Here is a Markdown summary of the video content, organized by category and tool.
The Only AI Tools You Need (Part 1)
Based on the video by Jeff Su Jeff breaks down the AI tools he uses for 90% of his work into specific categories. This summary covers Everyday AI and Specialist AI.
1. Everyday AI (General Purpose Chatbots)
These are the foundational models. While they seem interchangeable, each has a distinct “Superpower.”
🤖 ChatGPT (OpenAI)
The Superpower: Obedience
- Why use it: It is the most compliant model. If you give it a complex checklist or a task with many moving parts, it drops the fewest balls.
- Best for: Complex workflows, following strict instructions, and logic-heavy tasks where missing a step breaks the result.
- Example: Ask it to optimize a prompt for itself; it will generate a detailed, comprehensive prompt following every constraint.
Rule of Thumb: If the task has many moving parts and getting one wrong breaks the whole thing, start with ChatGPT.
✨ Gemini (Google)
The Superpower: Multimodality
- Why use it: It processes mixed media (video, audio, images, text) natively. Unlike other models that transcribe audio to text first, Gemini actually “listens” and “watches.”
- Context Window: Has a massive 1M - 2M token window, allowing for huge file uploads.
- Best for: Analyzing video recordings, long audio files, large PDF sets, or combining multiple inputs (e.g., a video recording + a slide deck + a photo of a whiteboard) into a summary.
Rule of Thumb: If the input is video, audio, or messy files, Gemini is the only everyday AI that processes it natively.
🧠 Claude (Anthropic)
The Superpower: First Draft Quality
- Why use it: It produces the most “human” output and the highest quality code on the first try. It requires fewer revisions.
- Areas of Excellence:
- Best for: The “Last Mile” of work—polishing drafts, writing code, and generating publish-ready content.
Rule of Thumb: If you need working code or polished copy on the first try, start with Claude.
🔄 The “Everyday AI” Workflow
Jeff suggests a hybrid workflow:
- Start with ChatGPT or Gemini for ideation, research, and outlining.
- Finish with Claude to turn that rough outline into a polished final deliverable.
2. Specialist AI (Task-Specific Tools)
These tools are optimized for specific functions rather than general reasoning.
🔍 Perplexity
The Superpower: Speed & Accuracy (Search)
- What it is: Not a foundational model, but a search engine wrapper (often using Llama or GPT) optimized for fetching info.
- Why use it: It acts as a “Search Scalpel.” It finds specific, up-to-date facts fast without hallucinating as often as creative chatbots.
- Best for: Finding a specific fact (e.g., “Is this restaurant foreigner-friendly?”), checking specs, or getting up-to-date news.
Rule of Thumb: Treat Perplexity as a replacement for Google Search, not a replacement for ChatGPT. Use it for fetching, not reasoning.
📓 NotebookLM (Google)
The Superpower: Groundedness (The Walled Garden)
- What it is: A research tool that only answers based on the sources you upload to it.
- Why use it: It has the lowest hallucination rate because it does not use outside knowledge to answer questions. It stays strictly within the provided context.
- Best for: deeply analyzing specific documents, study guides, and fact-checking a draft against source material (e.g., “Does my script contradict the source PDF?”).
Rule of Thumb: If accuracy matters more than creativity, and you have source materials to check against, use NotebookLM.
⚡ Honorable Mentions
Tools Jeff uses occasionally but not daily:
- Gamma: For creating presentations.
- ElevenLabs: For voice cloning/text-to-speech.
- Zapier / n8n: For automation.
- Excalidraw / Napkin.ai: For quick visuals and diagrams.
(Note: Grok was mentioned but dismissed as only useful for real-time Twitter/X analysis, which isn’t part of Jeff’s workflow.)