Skip to content

FAQ - Dentro de AI

A quick Q&A overview of the core concepts covered on Dentro de AI, with links to deeper resources across the site.

Dentro de AI FAQ

About this site

What is Dentro de AI?

  • Dentro de AI (“Inside AI”) is a learning hub that explains modern AI in plain language - with a focus on what happens before, inside, and after the AI “black box”.
  • Start here | About

Where should I start if I’m new to AI?

  • Start with the guided learning path that stitches the site into a coherent journey (3 weeks, non-math-heavy, non-coding-bootcamp).
  • How to Learn AI in 3 Weeks

What does “BEFORE → INSIDE → AFTER” mean?

What content types exist on the site?


AI basics

What is Artificial Intelligence (AI)?

  • AI is the umbrella term for systems that can perform tasks that look intelligent (language, perception, decision support, automation).
  • AI (Glossary) | Timeline

What is Machine Learning (ML)?

  • ML is a subset of AI where systems learn patterns from data instead of being explicitly programmed with rules.
  • Machine Learning (Glossary)

What is Deep Learning?

What is an AI model?


Large Language Models (LLMs)

What is a Large Language Model (LLM)?

  • An LLM is a language-focused AI model trained on lots of text to predict the next token in a sequence - repeatedly - which produces fluent output.
  • LLM (Glossary) | How LLMs Work

How do Large Language Models work (high level)?

  • They:
    1) turn your text into tokens,
    2) compute next-token probabilities inside a transformer,
    3) sample tokens repeatedly to generate an answer.
  • How LLMs Work | AI Visualizations

Why do LLMs sometimes “hallucinate”?

  • Because they generate plausible text from learned patterns and the prompt context - not guaranteed truth. When the model lacks grounding, it can confidently produce incorrect details.
  • How LLMs Work | RAG (Glossary)

Why are LLMs sometimes bad at counting letters or doing exact math?


Tokens, vocabulary, embeddings

What is a token?

What is tokenization?

What is a model vocabulary?

What is an embedding?

What is an embedding space?

  • An embedding space is the geometric “map” where embeddings live; distances and directions can capture similarity and relationships.
  • Embedding Space (Glossary)

Transformers, attention, parameters

What is a transformer?

What is attention?

What are parameters (model weights)?

  • Parameters are the learned numbers inside the network that store the model’s capabilities after training. More parameters usually means more capacity (not automatically “better”).
  • Parameters (Glossary) | AI Model Lifecycle

Training vs inference

What is training?

What is inference?

Does an LLM learn from my prompts while I’m chatting?


Prompting, context, and output control

What is a prompt?

What is “prompt engineering”?

What is a context window?

  • The context window is how much text (tokens) the model can consider at once. If you exceed it, older context is dropped or compressed.
  • Context (Glossary) | How to Learn AI

Why do answers vary even with the same prompt?

What is temperature?

  • Temperature controls randomness: lower = more consistent and conservative; higher = more diverse and creative (but riskier).
  • Temperature (Glossary)

Model types and adaptation

What is a foundation model?

  • A foundation model is a large, general-purpose model trained broadly and then adapted for many tasks via prompting or additional training.
  • Foundation Model (Glossary)

What is fine-tuning?

  • Fine-tuning updates a pre-trained model with additional task/domain data to specialize its behavior.
  • Fine-tuning (Glossary)

What is an instruction-tuned model?

What is multimodal AI?


RAG, tools, and agents

What is RAG (Retrieval-Augmented Generation)?

  • RAG adds external documents/search results to the prompt context so the model can answer with fresher or more specific information.
  • RAG (Glossary)

What is an AI agent?


Open source, open weights, and the ecosystem

What’s the difference between “open source” and “open weights” for AI models?

  • Many models called “open source” are actually “open weights”: you can run the model, but training data/process aren’t fully disclosed.
  • Open Source vs Open Weights

Who are the “big players” in AI?

  • AI is shaped by big tech incumbents, specialized AI labs, and infrastructure enablers (chips, platforms, open model hubs).
  • Big AI Players

Learning & staying current

Where can I see AI concepts visually?

  • Use the curated set of interactive tools and videos (tokenizers, transformer explainers, attention visualizers).
  • AI Visualizations

Where can I learn “how we got here” historically?

  • The timeline mixes research milestones, product moments, and cultural touchpoints to show the path to modern AI.
  • AI Timeline

Does Dentro de AI track what’s happening right now in AI?

  • Yes - there’s a news digest of key launches, releases, and industry events.
  • AI News

Glossary & terminology

Where do I look up AI terms quickly?

  • Use the one-page glossary and jump via the table of contents (or site search).
  • AI Glossary