قاموس مصطلحات تطوير المواقع والتطبيقات.
أكثر من 345 تعريفًا مبسطًا يغطي مجالات الويب، والأجهزة الذكية، والأنظمة الخلفية، وتحسين محركات البحث (SEO)، والتقنية المالية، والتجارة الإلكترونية، وERP، وCRM، والذكاء الاصطناعي — يكتبها مهندسون يعملون فعليًا في هذا المجال، لأصحاب الشركات ورواد الأعمال.
ملاحظة: محتوى التعريفات باللغة الإنجليزية حاليًا — الترجمة العربية قيد الإعداد.
أُضيف مؤخرًا
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.
اقرأ التعريف ← AIRAG
Retrieval-augmented generation — an AI pattern that grounds LLM outputs in retrieved documents so answers cite real sources instead of hallucinating.
اقرأ التعريف ← AIEmbeddings
Numeric vector representations of text, images, or other data — used for semantic search, clustering, and retrieval-augmented generation.
اقرأ التعريف ← AIVector Database
A database purpose-built for storing high-dimensional vector embeddings and running fast nearest-neighbour similarity searches.
اقرأ التعريف ← AIPrompt Engineering
The practice of designing, testing, and iterating on prompts to reliably get high-quality outputs from large language models.
اقرأ التعريف ← AIFine-Tuning
Adapting a pre-trained large language model to a specific domain, task, or style by continuing training on a smaller, targeted dataset.
اقرأ التعريف ← AITokenization
The process of splitting text into smaller units (tokens) that a language model can process — typically subwords, not full words.
اقرأ التعريف ← AIContext Window
The maximum number of tokens a language model can process at once — including prompt, retrieved documents, chat history, and output.
اقرأ التعريف ← AIHallucination
When a language model generates plausible-sounding but factually incorrect information — often citing fake sources, dates, or quotes.
اقرأ التعريف ← AIAI Agent
An LLM-driven system that can plan, use tools, take actions, and iterate toward a goal — beyond simple question answering.
اقرأ التعريف ← AIChatbot
A conversational software interface — from simple rule-based menus to modern LLM-powered assistants that hold multi-turn conversations.
اقرأ التعريف ← AITransformer
The neural network architecture that powers modern LLMs — introduced in the 2017 "Attention Is All You Need" paper, based on self-attention.
اقرأ التعريف ←