Nettms · Building TomorrowAcademy of AI &
Engineering
Sign inStart free →
Free reference

AI, Agentic & BIM Glossary — plain-English definitions

Every term Indian engineers encounter in 2026 — LLM, RAG, agentic AI, ReAct, multi-agent, tool use, MCP, Claude Code, LoRA, MLOps, Revit, Navisworks — explained without jargon, with real-world Indian + UAE examples. Updated quarterly.

59 terms · 7 categories · all free

Stack of open books — AI glossary

Foundational AI

5 terms

  • AI (Artificial Intelligence)

    Computer systems that perform tasks normally requiring human intelligence — recognising images, understanding language, making decisions.

    Read more
  • Deep Learning

    Machine learning using neural networks with many layers — the basis of modern AI.

    Read more
  • Machine Learning (ML)

    Algorithms that learn patterns from data instead of being explicitly programmed.

    Read more
  • Neural Network

    A computational system loosely inspired by the brain — layers of nodes that transform input into output.

    Read more
  • Training Data

    The labelled examples used to teach a machine learning model what to do.

    Read more

LLM & Gen AI

20 terms

  • Chain of Thought (CoT)

    A prompting technique where the LLM is asked to reason step-by-step before producing an answer.

    Read more
  • Chunking

    Splitting documents into smaller passages before indexing them for RAG retrieval.

    Read more
  • Context Window

    The maximum number of tokens an LLM can process in a single prompt + response.

    Read more
  • Embedding

    A numerical representation of text, images, or other data — used to measure semantic similarity.

    Read more
  • Fine-tuning

    Continuing to train a pre-trained model on a specific dataset to adapt it to a task.

    Read more
  • Hallucination

    When an LLM generates content that is fluent and confident but factually wrong.

    Read more
  • Inference

    Running a trained model to produce predictions — the production-time work, as opposed to training.

    Read more
  • LLM (Large Language Model)

    A neural network trained on huge amounts of text — capable of understanding and generating human language.

    Read more
  • LoRA (Low-Rank Adaptation)

    A fine-tuning technique that trains a small number of new parameters instead of updating the full model.

    Read more
  • Multimodal

    A model that processes more than one input modality — typically text + images, sometimes audio or video.

    Read more
  • Prompt Caching

    A vendor feature that caches the prefix of a prompt so repeated calls reuse it at a discount.

    Read more
  • Prompt Engineering

    The discipline of crafting LLM inputs that reliably produce useful outputs.

    Read more
  • Quantization

    Compressing a model by representing its weights with fewer bits — typically 8-bit or 4-bit instead of 16-bit.

    Read more
  • RAG (Retrieval-Augmented Generation)

    A pattern where an LLM retrieves relevant documents before answering — making it factual and up-to-date.

    Read more
  • Reranking

    A second-stage scoring of retrieved chunks using a stronger model to improve RAG precision.

    Read more
  • RLHF (Reinforcement Learning from Human Feedback)

    The post-training technique that turns a raw LLM into a helpful, harmless, instructable assistant.

    Read more
  • Structured Output

    Forcing an LLM to return valid JSON (or a defined schema) instead of free-form text.

    Read more
  • Token

    The basic unit of text an LLM processes — typically a word fragment, not a full word.

    Read more
  • Transformer

    A neural network architecture introduced in 2017 — the foundation of every modern LLM.

    Read more
  • Vector Database

    A specialised database that stores embeddings and efficiently finds nearest neighbours.

    Read more

Agentic AI & Agents

9 terms

  • Agent Memory

    Persistent state an agent carries across turns or sessions — short-term context, long-term facts, episodic history.

    Read more
  • Agentic AI

    AI systems that take goal-directed action — planning, using tools, and adapting — rather than just answering questions.

    Read more
  • Claude Code

    Anthropic's agentic coding tool — Claude with file-edit, command-run, and project-context tools, running in your terminal or IDE.

    Read more
  • Evaluation (Evals)

    Systematic measurement of LLM and agent quality — the production discipline that distinguishes engineering from prompting.

    Read more
  • Function Calling

    The LLM feature that lets the model decide to invoke a named function with structured arguments.

    Read more
  • Guardrails

    Programmatic checks around LLM inputs and outputs — what the model can be asked, what it is allowed to return.

    Read more
  • Multi-Agent System

    A system where several specialised agents collaborate — each with a defined role, sharing state via messages or memory.

    Read more
  • ReAct (Reason + Act) Pattern

    The canonical agent loop where the LLM alternates between reasoning steps and tool-use steps.

    Read more
  • Tool Use

    The pattern where an LLM invokes external tools (APIs, functions, code) to take action beyond text generation.

    Read more

AI Tools & Frameworks

7 terms

  • AI Agent

    An LLM-powered system that plans, uses tools, and completes multi-step tasks autonomously.

    Read more
  • Claude API

    The API for accessing Anthropic's Claude models programmatically.

    Read more
  • Hugging Face

    A platform + library hub for open-source machine learning models and datasets.

    Read more
  • LangChain

    An open-source framework for building LLM-powered applications in Python and JavaScript.

    Read more
  • LangGraph

    A LangChain extension for building stateful, multi-agent workflows as graphs.

    Read more
  • MCP (Model Context Protocol)

    An open standard for connecting LLMs to external tools and data sources.

    Read more
  • OpenAI API

    The API for accessing OpenAI's GPT models programmatically.

    Read more

Data Science

5 terms

  • Classification

    An ML task that predicts a discrete category — spam vs not-spam, churn vs no-churn.

    Read more
  • Cross-Validation

    A technique to estimate how well an ML model will generalise to unseen data.

    Read more
  • ETL (Extract, Transform, Load)

    The process of moving data from source systems into a data warehouse, cleaning it along the way.

    Read more
  • Feature Engineering

    The process of creating input variables (features) for ML models from raw data.

    Read more
  • Regression

    An ML task that predicts a continuous number — sales, salary, temperature.

    Read more

Careers & Roles

4 terms

  • Data Analyst

    A professional who turns business data into decisions via SQL, dashboards, and statistical analysis.

    Read more
  • Data Scientist

    A professional who builds predictive models that drive business decisions.

    Read more
  • ML Engineer

    A software engineer specialised in deploying and operating ML systems in production.

    Read more
  • MLOps Engineer

    A specialised ML Engineer focused on infrastructure, CI/CD, monitoring, and reliability for ML systems.

    Read more

BIM & Construction Tech

9 terms

  • AutoCAD

    Autodesk's 2D drafting software — still essential alongside Revit for legacy work and detailed drawings.

    Read more
  • BIM 360 / Autodesk Construction Cloud

    Autodesk's cloud platform for coordinating BIM projects across distributed teams.

    Read more
  • Clash Detection

    The process of finding physical conflicts between disciplines in a federated BIM model before they hit site.

    Read more
  • Dynamo for Revit

    A visual programming language that automates repetitive tasks in Revit — the senior BIM differentiator.

    Read more
  • IFC (Industry Foundation Classes)

    The open vendor-neutral file format for exchanging BIM models between different software.

    Read more
  • ISO 19650

    The international standard for organising and managing information through the lifecycle of built assets using BIM.

    Read more
  • LOD (Level of Development)

    A measure of how reliable and detailed each element of a BIM model is at a given project stage.

    Read more
  • Navisworks

    Autodesk's coordination + clash detection tool — where federated BIM models are checked for conflicts.

    Read more
  • Revit

    Autodesk's flagship BIM authoring software — the dominant tool for modelling buildings in India + the Middle East.

    Read more

Suggest a term we should add — email hello@nettmsacademy.com or DM us on WhatsApp.

Nettms · Building TomorrowAcademy of AI &
Engineering

Free masterclasses, live cohorts, and pan-India placement support. Building Tomorrow.

ISO CertifiedStartup IndiaPractitioner-taught

Programs

  • Applied AI Engineer
  • Data Analysis with Gen AI
  • BIM
  • All programs

Free Tools

  • Python Playground
  • AI Glossary
  • Success Stories

Free Learning

  • Free Masterclass
  • Blog
  • Events
  • WhatsApp Channel
  • Newsletter

Workshops

  • AI Workshop
  • BIM Workshop
  • Refer & Earn

Company

  • About
  • Careers at Nettms
  • Contact
  • Privacy
  • Terms
  • Refund policy

Get the weekly drop.

One email a week — career insights, free masterclass invites, and what India's top employers are hiring for.

© 2026 Nettms Urban Habitat Pvt. Ltd. · 🌱 Building Tomorrow

Hyderabad, India

  • Home
  • Programs
  • Practice
  • Free
  • Account