Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

How to use these cards: Print one per page, laminate, and keep at your desk. Each card covers one tool — what it is, when to use it, and how to avoid the most common mistakes.


1Card 1 — Gemini

gemini.google.com · Personal Google account required

What it is: Gemini is Google’s conversational AI assistant — a general-purpose thinking partner that reads, writes, analyzes, and reasons across text, images, and documents.

1.1Best For

#Teacher Use Case
1Drafting lesson plans, rubrics, and syllabi from a brief description
2Differentiating a single activity for multiple reading levels
3Generating quiz questions, discussion prompts, or exit tickets
4Summarizing research articles or PDFs you upload
5Writing parent/guardian communication in plain language
6Brainstorming project ideas, analogies, or real-world examples

1.2Access

1.3Gems — Your Custom AI Personas

What they are: Gems are saved Gemini configurations with a custom name, instructions, and persona. Create one for each role you play repeatedly (e.g., “Rubric Writer,” “Quiz Generator,” “Parent Email Helper”).

How to create a Gem (3 steps):

  1. Click “Explore Gems”“New Gem” in the left sidebar

  2. Give it a name, describe its role, and paste in your standing instructions (e.g., “You help me write rubrics aligned to Bloom’s Taxonomy for undergraduate business courses”)

  3. Click Save — the Gem appears in your sidebar for instant reuse

1.4Power Tips

1.5Watch Out For


2Card 2 — NotebookLM

notebooklm.google.com · Personal Google account required

What it is: NotebookLM is an AI research assistant that reads only the sources you provide — letting you query, summarize, and explore your own documents, articles, and videos without the AI wandering off into the open internet.

2.1Best For

#Teacher Use Case
1Building a private Q&A assistant from your course readings or textbook chapters
2Generating a Study Guide or FAQ from your syllabus and lecture notes
3Creating an Audio Overview (podcast-style summary) students can listen to
4Cross-referencing multiple sources to find connections or contradictions
5Letting students explore a curated source set without access to unvetted web content
6Reviewing and summarizing student-submitted papers or research packets

2.2Access

2.3Key Features

FeatureWhat It Does
Sources panelLeft sidebar — add, view, and manage all your loaded documents
ChatAsk questions; answers cite the exact source and page number
Study GuideAuto-generates key themes, glossary, practice questions, and timeline
Audio OverviewProduces a ~10-minute AI-hosted “podcast” summarizing your sources
Mind MapVisual concept map showing how ideas connect across your sources

2.45 Ways to Load Sources

  1. URL — Paste any public webpage link (article, blog, news story)

  2. PDF upload — Upload from your computer (research papers, handouts, textbooks)

  3. Google Drive — Connect directly to Docs, Slides, or PDFs in your Drive

  4. Paste text — Copy-paste any raw text directly into the source panel

  5. YouTube link — Paste a YouTube URL; NotebookLM reads the transcript

2.5Power Tips

2.6Watch Out For


3Card 3 — AI Studio

aistudio.google.com · Free tier available

What it is: AI Studio is Google’s developer-facing playground for Gemini models — giving educators direct access to raw model settings, system instructions, and API keys to build custom AI-powered tools and workflows.

3.1Best For

#Teacher Use Case
1Building a reusable AI tool with a fixed persona (e.g., a Socratic tutor that never gives direct answers)
2Stress-testing prompts before deploying them in a class activity
3Experimenting with multimodal input — upload images, audio, or video for analysis
4Generating structured output (JSON, tables, formatted lists) for gradebook or LMS import
5Getting an API key to connect Gemini to Google Sheets, Docs, or a course app
6Comparing how different Gemini models respond to the same prompt

3.2Access

3.3Key Controls

ControlWhat It Does
Model selectorSwitch between Gemini Flash (fast/cheap), Gemini Pro (balanced), and Gemini Ultra (most capable)
Temperature0 = precise and deterministic → 1 = creative and varied. Use 0–0.3 for factual tasks; 0.7–1.0 for creative tasks
Token limitSets the maximum length of the AI’s response. Increase for long documents; decrease to force brevity
System Instructions panelThe hidden “rulebook” — write standing instructions the model follows for every message in the session

3.4Power Tips

3.5Watch Out For


4Card 4 — Google Antigravity

antigravity.google

What it is: Google Antigravity is an agentic AI platform that lets you build and run autonomous AI agents — programs that can plan multi-step tasks, use tools (search, email, calendar, code), and remember context across long workflows without you manually directing every step.

4.1Best For

#Teacher Use Case
1Automating repetitive administrative workflows (e.g., weekly grade summary emails)
2Building a research agent that searches, reads, and synthesizes sources on a topic
3Creating a student-facing tutoring agent with guardrails and a fixed persona
4Running multi-step course design: outline → lessons → assessments → rubrics in one run
5Connecting your course tools (calendar, Drive, Sheets) into a single orchestrated workflow
6Prototyping AI-integrated classroom activities without writing code

4.2Access

4.3Key Concepts

ConceptPlain-English Explanation
AgentThe AI entity that executes your task — thinks, plans, and acts on your behalf
GoalThe high-level objective you give the agent (e.g., “Research three studies on active learning and write a summary”)
ToolsCapabilities the agent can use — web search, Google Drive, Gmail, code execution, etc.
MemoryInformation the agent retains across steps or sessions — facts, prior outputs, user preferences
GuardrailsRules and restrictions that keep the agent within safe, intended boundaries (e.g., “Only read files in this folder; never send emails without my approval”)

4.4Power Tips

4.5Watch Out For


5A Note on Tool Velocity