المصطلحات

قاموس مصطلحات تطوير المواقع والتطبيقات.

أكثر من 345 تعريفًا مبسطًا يغطي مجالات الويب، والأجهزة الذكية، والأنظمة الخلفية، وتحسين محركات البحث (SEO)، والتقنية المالية، والتجارة الإلكترونية، وERP، وCRM، والذكاء الاصطناعي — يكتبها مهندسون يعملون فعليًا في هذا المجال، لأصحاب الشركات ورواد الأعمال.

ملاحظة: محتوى التعريفات باللغة الإنجليزية حاليًا — الترجمة العربية قيد الإعداد.

أُضيف مؤخرًا

AI

LLM

Large language model — a neural network trained on massive text corpora that generates and understands human language. Examples: GPT-5, Claude Sonnet, Gemini, Llama.

اقرأ التعريف ←
AI

RAG

Retrieval-augmented generation — an AI pattern that grounds LLM outputs in retrieved documents so answers cite real sources instead of hallucinating.

اقرأ التعريف ←
AI

Embeddings

Numeric vector representations of text, images, or other data — used for semantic search, clustering, and retrieval-augmented generation.

اقرأ التعريف ←
AI

Vector Database

A database purpose-built for storing high-dimensional vector embeddings and running fast nearest-neighbour similarity searches.

اقرأ التعريف ←
AI

Prompt Engineering

The practice of designing, testing, and iterating on prompts to reliably get high-quality outputs from large language models.

اقرأ التعريف ←
AI

Fine-Tuning

Adapting a pre-trained large language model to a specific domain, task, or style by continuing training on a smaller, targeted dataset.

اقرأ التعريف ←
AI

Tokenization

The process of splitting text into smaller units (tokens) that a language model can process — typically subwords, not full words.

اقرأ التعريف ←
AI

Context Window

The maximum number of tokens a language model can process at once — including prompt, retrieved documents, chat history, and output.

اقرأ التعريف ←
AI

Hallucination

When a language model generates plausible-sounding but factually incorrect information — often citing fake sources, dates, or quotes.

اقرأ التعريف ←
AI

AI Agent

An LLM-driven system that can plan, use tools, take actions, and iterate toward a goal — beyond simple question answering.

اقرأ التعريف ←
AI

Chatbot

A conversational software interface — from simple rule-based menus to modern LLM-powered assistants that hold multi-turn conversations.

اقرأ التعريف ←
AI

Transformer

The neural network architecture that powers modern LLMs — introduced in the 2017 "Attention Is All You Need" paper, based on self-attention.

اقرأ التعريف ←