AI Fundamentals
Types of AI
AI in ClickUp
Agentic AI
Methods & Techniques
100

What does AI Acumen mean?

Refers to a person’s understanding, awareness, and practical ability to work with artificial intelligence technologies. It’s similar to “business acumen,” but focused on AI. Someone with strong AI acumen is considered “AI literate”—not just familiar with buzzwords, but able to thoughtfully use, evaluate, and discuss AI in their work.

100

Describe one way generative AI can be used in your work or daily life.

  1. Writing or summarizing emails

  2. Creating images or graphics from text prompts

  3. Generating marketing copy or social media posts

  4. Drafting reports or articles

  5. Brainstorming ideas for projects or content

  6. Translating text between languages

  7. Creating personalized learning materials

  8. Writing code or helping debug programming issues

  9. Generating meeting notes or summaries

  10. Composing music or soundtracks

100

True or False: ClickUp is itself a large language model (LLM)

False: ClickUp is a productivity and collaboration platform that leverages LLMs (like those from OpenAI) for AI-powered features, but it is not an LLM itself.

100

True or False: Agentic AI can make decisions and take actions without constant human input.

True!

100

What does RAG stand for?

Retrieval Augmented Generation

200

What does “token” mean in the context of LLMs?

A piece of text processed by the model

200

Which type of AI is designed to understand and generate human language?

Natural Language Processing

200

Explain why “work context” gives ClickUp Brain an advantage over general-purpose LLMs like ChatGPT?

It enables ClickUp Brain to generate responses using real-time, workspace-specific data

200

What does it mean for an AI Agent to be “autonomous”?

It can operate and make decisions on its own without constant human guidance.

200

Define prompt engineering.

Prompt engineering means carefully designing the instructions or questions you give to an AI so it produces the best possible response.

300

True or False: A context window is the amount of information an AI model can consider at one time.

True!

300

Which of the following tasks can be performed by NLP AI? (Choose all that apply)

A) Sentiment analysis

B) Image recognition

C) Language translation

D) Text summarization

A) Sentiment analysis

C) Language translation

D) Text summarization

300

How does ClickUp mitigate bias?

Bias is mitigated by our underlying provider, OpenAI. OpenAI mitigates bias by analyzing large-scale interactions for bias patterns with strong privacy safeguards, ensuring consistent response quality regardless of user identity, and continuously refining its models.

300

How does agentic AI differ from traditional automation?

Agentic AI can plan, adapt, and make decisions based on changing conditions, while traditional automation follows fixed, pre-programmed rules.

300

What does “fine-tuning” an AI model mean?

Fine-tuning a model means taking an AI that’s already been trained and training it further on a smaller, specialized dataset so it performs better on specific tasks or topics.

400

True or False: Machine Learning is a subset of deep learning

False. Deep learning is a subset of machine learning.

400

Fill in the blank. A ________ model is trained to create new data, while a ________ model is trained to distinguish between different categories of data.

Generative; Discriminative

400

What does indexing in ClickUp mean?

Indexing is the process of organizing and cataloging all workspace data (tasks, docs, comments, etc.) so it can be quickly searched and retrieved.

400

List the five core steps an agentic AI system follows to complete a task.

Perceive, Interpret, Plan, Act, Learn.

400

Describe MCP

MCP standardizes how context and data are shared between different AI models and tools to enable more effective and interoperable workflows.

500

Explain the difference between model training and fine-tuning in the context of large language models (LLMs)?

  • Model training: Building an LLM from scratch using massive datasets to learn general language patterns and knowledge.
  • Fine-tuning: Taking a pre-trained model and further training it on a smaller, specialized dataset to adapt it for specific tasks or domains.
500

You want to automatically detect and flag inappropriate images uploaded to your company’s platform. Which type of AI model should you use, and why?

Perceptive AI, because it is designed to interpret and analyze sensory data like images.

500

Identify 4 models that customers have access to within ClickUp (actively in production).

  • GPT-4o
  • GPT-4.1
  • o4-mini
  • o3
  • Claude Sonnet 4
  • Claude Opus 4
  • Gemini 2.5 Pro
  • Gemini 2.5 Flash
  • Gemini 2.5 Flash Lite
500

Why is it important for agentic AI to have the ability to “plan” rather than just “act”?

Planning allows the AI to break down complex goals into logical steps and choose the best sequence of actions, leading to more effective and efficient outcomes.

500

Define each of these terms:

  • MCP Client
  • MCP Server
  • MCP Protocol
  • Service
  • Tool
  • MCP Client - The component that initiates requests for context or actions
  • MCP Server - The component that responds to requests and provides context or actions in the MCP system.
  • MCP Protocol - The set of rules and standards that govern how context and data are exchanged between components.
  • Service - the application or system that exposes a set of capabilities or APIs.
  • Tool - usually a specific action or operation that can be performed by invoking a service