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
Foundational AI
5 terms
AI (Artificial Intelligence)
Computer systems that perform tasks normally requiring human intelligence — recognising images, understanding language, making decisions.
Read moreDeep Learning
Machine learning using neural networks with many layers — the basis of modern AI.
Read moreMachine Learning (ML)
Algorithms that learn patterns from data instead of being explicitly programmed.
Read moreNeural Network
A computational system loosely inspired by the brain — layers of nodes that transform input into output.
Read moreTraining 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 moreChunking
Splitting documents into smaller passages before indexing them for RAG retrieval.
Read moreContext Window
The maximum number of tokens an LLM can process in a single prompt + response.
Read moreEmbedding
A numerical representation of text, images, or other data — used to measure semantic similarity.
Read moreFine-tuning
Continuing to train a pre-trained model on a specific dataset to adapt it to a task.
Read moreHallucination
When an LLM generates content that is fluent and confident but factually wrong.
Read moreInference
Running a trained model to produce predictions — the production-time work, as opposed to training.
Read moreLLM (Large Language Model)
A neural network trained on huge amounts of text — capable of understanding and generating human language.
Read moreLoRA (Low-Rank Adaptation)
A fine-tuning technique that trains a small number of new parameters instead of updating the full model.
Read moreMultimodal
A model that processes more than one input modality — typically text + images, sometimes audio or video.
Read morePrompt Caching
A vendor feature that caches the prefix of a prompt so repeated calls reuse it at a discount.
Read morePrompt Engineering
The discipline of crafting LLM inputs that reliably produce useful outputs.
Read moreQuantization
Compressing a model by representing its weights with fewer bits — typically 8-bit or 4-bit instead of 16-bit.
Read moreRAG (Retrieval-Augmented Generation)
A pattern where an LLM retrieves relevant documents before answering — making it factual and up-to-date.
Read moreReranking
A second-stage scoring of retrieved chunks using a stronger model to improve RAG precision.
Read moreRLHF (Reinforcement Learning from Human Feedback)
The post-training technique that turns a raw LLM into a helpful, harmless, instructable assistant.
Read moreStructured Output
Forcing an LLM to return valid JSON (or a defined schema) instead of free-form text.
Read moreToken
The basic unit of text an LLM processes — typically a word fragment, not a full word.
Read moreTransformer
A neural network architecture introduced in 2017 — the foundation of every modern LLM.
Read moreVector 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 moreAgentic AI
AI systems that take goal-directed action — planning, using tools, and adapting — rather than just answering questions.
Read moreClaude Code
Anthropic's agentic coding tool — Claude with file-edit, command-run, and project-context tools, running in your terminal or IDE.
Read moreEvaluation (Evals)
Systematic measurement of LLM and agent quality — the production discipline that distinguishes engineering from prompting.
Read moreFunction Calling
The LLM feature that lets the model decide to invoke a named function with structured arguments.
Read moreGuardrails
Programmatic checks around LLM inputs and outputs — what the model can be asked, what it is allowed to return.
Read moreMulti-Agent System
A system where several specialised agents collaborate — each with a defined role, sharing state via messages or memory.
Read moreReAct (Reason + Act) Pattern
The canonical agent loop where the LLM alternates between reasoning steps and tool-use steps.
Read moreTool 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 moreClaude API
The API for accessing Anthropic's Claude models programmatically.
Read moreHugging Face
A platform + library hub for open-source machine learning models and datasets.
Read moreLangChain
An open-source framework for building LLM-powered applications in Python and JavaScript.
Read moreLangGraph
A LangChain extension for building stateful, multi-agent workflows as graphs.
Read moreMCP (Model Context Protocol)
An open standard for connecting LLMs to external tools and data sources.
Read moreOpenAI 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 moreCross-Validation
A technique to estimate how well an ML model will generalise to unseen data.
Read moreETL (Extract, Transform, Load)
The process of moving data from source systems into a data warehouse, cleaning it along the way.
Read moreFeature Engineering
The process of creating input variables (features) for ML models from raw data.
Read moreRegression
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 moreData Scientist
A professional who builds predictive models that drive business decisions.
Read moreML Engineer
A software engineer specialised in deploying and operating ML systems in production.
Read moreMLOps 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 moreBIM 360 / Autodesk Construction Cloud
Autodesk's cloud platform for coordinating BIM projects across distributed teams.
Read moreClash Detection
The process of finding physical conflicts between disciplines in a federated BIM model before they hit site.
Read moreDynamo for Revit
A visual programming language that automates repetitive tasks in Revit — the senior BIM differentiator.
Read moreIFC (Industry Foundation Classes)
The open vendor-neutral file format for exchanging BIM models between different software.
Read moreISO 19650
The international standard for organising and managing information through the lifecycle of built assets using BIM.
Read moreLOD (Level of Development)
A measure of how reliable and detailed each element of a BIM model is at a given project stage.
Read moreNavisworks
Autodesk's coordination + clash detection tool — where federated BIM models are checked for conflicts.
Read moreRevit
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.
