Learn With Deepthi · Always free

Deepthi's Dictionary

Every technical word I met while building, explained like you're new. No jargon, no assumed background, no payment.

AI

AI Agent

An AI agent is an AI that can take steps on your behalf instead of only answering. You give it a goal, and it decides what to do next, uses tools, and keeps going until it is done or stuck.

Explain it to me
Engineering

API

An API is the official set of doors another program is allowed to use. It defines exactly what you can ask for and what you get back.

Explain it to me
Security

OAuth

OAuth is how you let an app act for you without giving it your password. You approve specific permissions, and the app gets a limited token instead.

Explain it to me
AI

MCP

MCP is a shared standard for connecting AI assistants to outside tools and data, so each new integration is not invented from scratch.

Explain it to me
AI

Connector

A connector is a ready-made link between an AI product and a service like Gmail, Slack or Drive, so the AI can read from it and act in it.

Explain it to me
AI

Plugin

A plugin bundles capabilities — skills, connectors, MCP servers — into one installable package so a workflow can be reused.

Explain it to me
AI

Prompt

A prompt is the instruction you give the model. It is not magic words — it is context, constraints and the shape of the answer you want.

Explain it to me
AI

Codex

Codex is a coding agent: it works on real code in a sandboxed environment, proposing and running changes under an approval policy.

Explain it to me
Engineering

Deployment

Deployment is the moment your project stops living on your machine and starts living on the internet where other people can reach it.

Explain it to me
Security

Row Level Security

Row Level Security is a database rule that decides, row by row, who is allowed to see or change data — enforced by the database itself.

Explain it to me