Extended AI Concepts

Extended Gen AI topics including vector databases, RAG, agents, MCP, fine-tuning, semantic search, AI safety, and emerging architectures.

31
Easy Concepts
66
Medium Concepts
16
Hard Concepts

Easy Concepts (31)

What is AI?

gen-ai

What are all the current types of AI?

gen-ai

What is Machine Learning (ML)?

gen-aillm

What is Deep Learning in AI?

gen-ai

What is an LLM?

gen-aillm

What is the difference between LLM and AI?

gen-aillm

What is the difference between AI and ML?

gen-ai

Which AI model is currently best for coding?

gen-aillm

What is the difference between using AI chat in a browser vs AI CLI?

gen-ai

Which popular AIs have Desktop Apps or Separate Apps and VS Code extensions/CLI?

gen-ai

What are the top AI models ranked by popularity for coding in 2025?

gen-aillm

What are tokens in AI chats?

gen-aitokens

What is HLE (Humanity's Last Exam) in AI?

gen-ai

What is CodeRabbit?

gen-ai

What are the top AI models currently and their parent companies?

gen-aillm

What is a user prompt and what is a system prompt?

gen-aiprompt-engineering

What is HuggingFace (huggingface.co/models)?

gen-aillm

Does Claude or Cursor use VS Code as a base?

gen-ai

How is VS Code built? What language is it built with?

gen-ai

What is the difference between working on AI, using AI, creating AI agents, and creating AI automation?

gen-aiagents

What other automation tools are similar to n8n?

gen-aimlops

What is a chunk in AI agent or AI model?

gen-airag

What is the difference between NLP, ML, and DL?

gen-ai

What is Streamlit?

gen-aipython

What is a code interpreter in AI?

gen-ai

What is an AI detector?

gen-ai

What is Humbot or an AI text humanizer?

gen-ai

What is a plagiarism checker?

gen-ai

What is the use of Swagger UI?

gen-ai

What is Google ADK Agent Config? How to build no-code agents using YAML configuration?

google-adkno-codeyamlagent-configlow-code
View Details →CodeResources

What are the current top-performing AI models as of May 2026? Compare their benchmark scores across key metrics.

gen-aibenchmarksmodelscomparison2026

Medium Concepts (66)

What is an AI agent?

gen-aiagents

What is the difference between AI agent vs AI models?

gen-aiagents

What is a sub-agent?

gen-aiagents

What are all the types of AI agents?

gen-aiagents

What are the AI agent orchestration frameworks?

gen-aiagentslangchain

What is stateless and stateful in AI agents?

gen-aiagents

What is the difference between Agentic AI and Generative AI?

gen-aiagents

What is the difference between normal AI agents vs multi-AI agents?

gen-aiagents

What is the difference between LangChain, LangGraph, LangFlow, and LangSmith?

gen-ailangchain

What is the use of Google's LangExtract?

gen-ailangchain

Which AI models support pre-defined instructions (system prompts, docs, links)?

gen-aiprompt-engineering

What is MCP (Model Context Protocol)?

gen-aimcp

Can we have a Test MCP that does code review?

gen-aimcp

What does Context7 MCP do?

gen-aimcp

Can we use Context7 MCP with Dart?

gen-aimcp

Can we use predefined instructions or data given to AI using MCP?

gen-aimcp

How is text converted to AI-understandable format?

gen-aitokensembeddings

What is a vector database in AI agents, and what is its use?

gen-aivector-db

What is RAG?

gen-airag

What is CAG vs RAG?

gen-airag

What is the difference between Basic RAG and Agentic RAG?

gen-airagagents

How does RAG work with Pinecone vector database?

gen-airagvector-db

What is LLM Tokenization?

gen-aitokensllmtokenizationtiktoken

How are text/chat prompts converted to AI-understandable format?

gen-aitokens

What is Playwright MCP?

gen-aimcp

How does an MCP server connect with an AI agent? What is the workflow?

gen-aimcpagents

What is reasoning in AI and what is dynamic reasoning?

gen-aillm

What is PBA in AI (Perception, Brain, Action)?

gen-aiagents

How to increase accuracy while prompting AI?

gen-aiprompt-engineering

How are tokens calculated in an AI conversation? (e.g., Gemini CLI + GEMINI.md)

gen-aitokens

Is the Gemini model stateful or stateless? How does Gemini CLI maintain state?

gen-aillm

How to refactor code with Gemini CLI — what are the best prompts?

gen-aiprompt-engineering

How to connect local n8n with outside network?

gen-aimlops

What is prompt injection?

gen-aisecurityprompt-engineering

How to keep AI secured? What are the security aspects of AI?

gen-aisecurity

What are guardrails and can we add them to our AI?

gen-aisafety

What is the difference between prompt engineering and context engineering?

gen-aiprompt-engineering

What are the different types of prompt engineering?

gen-aiprompt-engineering

What are billions of parameter trained models (e.g., 7B, 120B)?

gen-aillm

What is Google ADK (Agent Development Kit)?

gen-aiagents

What are all the different types of agents in Google ADK?

gen-aiagents

How to build or customize an AI agent?

gen-aiagents

What is Cache Hit vs Cache Miss in AI input tokens?

gen-aitokensmlops

What is the use of MS-POML?

gen-ai

How to create a sub-workflow in n8n?

gen-aimlops

What is the use of Vertex AI in Google?

gen-aimlops

What is the difference between NPU, GPU, and CPU, and their use in AI?

gen-ai

What is quantization in AI/LLM?

gen-aiquantizationllm

What is vision language support in AI?

gen-aillm

What is hardware (H/W) deployment in AI?

gen-aimlops

How are conversation histories managed in AI agents?

gen-aiagents

How is conversation history managed without and with LangChain framework?

gen-aiagentslangchain

What are the different types of RAG?

gen-airag

What is the difference between a foundational model and Gen AI?

gen-aillm

What is Glean Agent and how does it work?

gen-aiagents

What is Semantic Search?

gen-aisemantic-searchembeddingsvector-search
View Details →CodeResources

Difference between LLM training vs inference?

traininginferencellmgradientskv-cache

How to prepare dataset for training LLM?

datasetfine-tuningdata-preparationllmtraining

Fine tuning vs RAG — when to choose which?

fine-tuningragllmarchitecture-decision

What is Alpaca? Difference between Alpaca vs Stanford Alpaca?

fine-tuninginstruction-tuningalpacallmopen-source
View Details →CodeResources

What are the supported models in Google ADK? Explain all model providers and how to use them.

google-adkmodelsgeminiopenaianthropic
View Details →CodeResources

How to create/train our own tokenizer?

gen-aitokensllmtokenizationtokenizers

What is Mixture of Experts in AI Models? Example - Qwen 3.5-122B-A10B

gen-aimixture-of-expertsmoearchitectureqwen
View Details →CodeResources

What are all the different model formats in LLM?

gen-aillmmodel-formatsggufgptq
View Details →CodeResources

What is Turbo Quant in ML/LLM?

gen-aiquantizationturbo-quanthqqnf4
View Details →CodeResources

What are the various number formats used in AI models, and what do abbreviations like FP32, BF16, MXFP8, NVFP4, INT4, and Q4 mean?

gen-aiquantizationnumber-formatsfp32bf16

Hard Concepts (16)

How to train your own AI model?

gen-aifine-tuningtraining

What are all the types of quantization in AI?

gen-aiquantization

How to create an MCP server and host it in Docker MCP toolkit?

gen-aimcp

What is Float Point 8 (FP8) quantization?

gen-aiquantization

What is Graph RAG?

gen-airag

What is the difference between Knowledge Graph RAG and normal RAG?

gen-airag

What is the difference between Reasoning models, Thinking models, and Deep Learning models?

gen-aillm

How to fine tune an LLM?

fine-tuningloraqlorallmtraining

What is quantization and what are all the different ways to do it?

quantizationint4int8ggufgptq

What is PEFT? What are all the different types of PEFT?

peftfine-tuningloraqloraprompt-tuning
View Details →CodeResources

What are all the different ways to fine-tune an LLM?

fine-tuningloraqlorasftrlhf
View Details →CodeResources

Compare Google ADK vs LangChain vs CrewAI vs AutoGen - features, strengths, and use cases.

google-adklangchaincrewaiautogencomparison
View Details →CodeResources

Explain the Gemini Live API streaming capabilities in Google ADK for real-time voice/video.

google-adkstreaminggemini-livevoicevideo
View Details →CodeResources

How does NVFP4 differ from standard INT4 quantization in terms of hardware-level support and weight distribution handling for LLMs? Are there specific use cases where one significantly outperforms the other in accuracy?

gen-aiquantizationnvfp4int4nvidia
View Details →CodeResources

What is the internal difference between using INT4 vs NVFP4? Which is better, what internal optimizations have been done, and is this related to model training base or usage/agent architecture?

gen-aiquantizationnvfp4int4nvidia
View Details →CodeResources

How do INT4 and NVFP4 each split their 4 bits, and what does that mean for precision distribution, activation handling, and the W4A16 vs W4A4 trade-off?

gen-aiquantizationnvfp4int4w4a16
View Details →CodeResources