Glossary AI & Vibecoding
Fundamental reference guide for the new era of software engineering by Andriy Orlov: autonomous agents, loop engineering, Model Context Protocol, context scaling, VPS infrastructure, and burnout prevention.
A
ENAdvanced Voice Mode
Native bidirectional voice communication technology in real-time (ChatGPT Advanced Voice, Gemini Live). Enables conversation with a model with a delay of up to 300 ms, allows interruptions mid-sentence, and conveys live emotions.
Agent Babysitting Fatigue
A specific psychological exhaustion experienced by developers due to the continuous need to monitor the terminal and actions of a semi-autonomous agent, anticipating its random destructive or foolish mistakes.
Agent Benchmarks: GAIA and SWE-bench
A new generation of rigorous practical benchmarks for evaluating the autonomy of artificial intelligence. GAIA tests multimodal tasks in the open web with files and a browser, while SWE-bench assesses agents' ability to find and fix real bugs in large GitHub repositories.
Agent Evals & SWE-bench Benchmarking
A methodology and infrastructure for systematically measuring the reliability, accuracy, and safety of AI agents through synthetic tests, SWE-bench, and headless repository simulations.
Agent Handoffs & State Transfer
A standardized pattern for the secure transition of tasks and context from one specialized AI agent to another without losing goals, history, and accumulated artifacts.
Agent Identity & DID (Decentralized Identifiers)
Cryptographic standards (DIDs, Verifiable Credentials, mTLS) that provide autonomous AI agents with a legally and technically recognized identity, signing rights, and action auditing.
Agent Memory
A comprehensive subsystem for data storage, filtering, and retrieval that transforms stateless LLM calls into a stateful system: from short-term scratchpad buffers to multi-session knowledge repositories.
Agent Observability & Tracing (OpenTelemetry)
Methods for collecting metrics, tracing reasoning chains (Spans), analyzing tool latencies, and monitoring token costs using OpenTelemetry and specialized platforms (Langfuse, Arize).
Agent Rules (.cursorrules / CLAUDE.md / AGENTS.md)
Machine-readable files of architectural regulations and constraints in the repository that are automatically mounted into the system context of AI agents to prevent codebase degradation.
Agent Sandboxing
Hardware and software isolation of an autonomous agent's execution environment, ensuring the protection of the host system, secrets, and internal network from malicious code and prompt injection.
Agent Scratchpad
A temporary working memory area within the model's context window where the agent records its intermediate thoughts, plans, doubts, and conclusions before invoking tools. Hidden from the end user to maintain the cleanliness of the final interface.
Agent Skills & Custom Workflows
An architectural pattern for dynamically loading specialized procedural instructions, scripts, and templates (SKILL.md) into an agent's context window on demand (On-Demand Loading).
Agent Swarms & Consensus Voting
Decentralized coordination of a large number of homogeneous or heterogeneous AI agents, where final decisions are formed through majority voting, debates, or consensus algorithms.
Agent-Native Testing Strategies
A methodology for writing automated tests designed not only for humans but as a deterministic feedback system for autonomous AI agents with semantic diff error messages.
Agent-to-Agent Protocol (A2A)
An open standard for network interaction, decentralized discovery, and secure context exchange between independent AI agents across various vendors and platforms.
Agentic IDE
A class of integrated development environments where the model acts as a fully autonomous operator of the workspace with direct access to the file system, terminal, AST, and tests.
Agentic Loop: Steps of Thought ➔ Action ➔ Observation (ReAct)
A fundamental algorithmic pattern for autonomous agents, known as ReAct: Reasoning + Acting, consisting of an infinite cycle of three steps: 1) Thought — situation analysis; 2) Action — tool invocation; 3) Observation — result analysis and plan adjustment.
AI Agents (Autonomous Agents)
An autonomous system based on a large language model that not only responds to messages but independently plans a sequence of actions, utilizes external tools (browser, terminal, databases), and executes complex tasks without constant human oversight.
AI Agents (Autonomous Agents)
Software systems based on LLMs that can autonomously perceive the state of the environment, decompose complex goals, invoke external tools, and iteratively correct their own mistakes.
AI Alignment Problem
A fundamental safety issue in artificial intelligence: aligning the goals and motivations of autonomous systems with human values, ethics, and the preservation of life. It explores the risks of a superintelligent system finding a literal or destructive way to fulfill poorly defined tasks.
AI as a Bicycle for the Mind
A philosophical and product concept where artificial intelligence is viewed not as an autonomous replacement for humans or an autopilot, but as an amplifier of human intelligence that significantly enhances the efficiency of one's own thinking.
AI as Code Reviewer (Bug Detection Before Release)
A methodology for utilizing language models as a stringent senior engineer for automated code audits (Code Review). It identifies hidden security vulnerabilities, memory leaks, and architectural bugs before the software rollout.
AI as Rubber Ducking
A modern evolution of the classic engineering method Rubber Duck Debugging. Utilizing a language model not as a generator of ready-made answers, but as a patient intellectual conversational partner to whom one explains their problem step-by-step, discovering solutions in the process.
AI Code Provenance & Legal Auditing
A system for tracking code authorship and provenance (human vs specific AI model), monitoring license purity (Open Source Compliance), and preparing repositories for legal audits.
AI Code Smells
Typical antipatterns and markers of synthetic code ('code smells' from AI). Excessive obvious comments, utility duplication in every file, fake mocks, and nonsensical try-catch blocks that indicate unchecked generation.
AI FOMO Syndrome (Fear Of Missing Out on Breakthroughs)
A psychological state of chronic anxiety and exhaustion stemming from the feeling of falling behind in the rapid AI revolution. Triggered by daily announcements of new models, plugins, and sensational headlines from influencers on social media.
AI Hallucinations & Confabulations
The generation of factually incorrect, fabricated, or non-existent information (libraries, API methods, quotes) by a language model, expressed with high probabilistic confidence.
AI Pair Programming
An engineering methodology for symbiotic software development where the engineer acts as the architect and navigator, while the model or agent serves as a high-speed syntax executor.
AI Pair Programming Etiquette
Psychological and communication patterns for effective daily collaboration between engineers and language models. Understanding why aggression and yelling at the bot are ineffective, how to provide constructive feedback during errors (Feedback Loop), and treating AI as a patient partner.
AI Refactoring: Safely Refreshing Legacy Code Without Changing Its Logic
A methodology for improving the internal structure, readability, and performance of existing Legacy Code using language models without altering its external behavior. It enables breaking down large spaghetti functions into neat modules and converting old JavaScript to modern TypeScript.
AI Slop: Codebase Contamination
A systemic phenomenon of codebase degradation due to the mass addition of low-quality, verbose, overly complex, or duplicated code generated by language models without architectural oversight.
AI Technical Debt
Exponential accumulation of architectural entropy, hidden defects, and unsupported dependencies in the codebase due to rapid addition of generated code without systematic refactoring.
AI Translation and Cultural Localization: Why LLMs Outperform Dictionaries
A methodology for artistic translation and cultural adaptation of texts (Localization). Explains why large language models translate idioms, humor, slang, and domain-specific nuances significantly more accurately and naturally than traditional translators.
AI Upscaling (Super Resolution)
A technology for enhancing resolution and restoring image details (Real-ESRGAN, Magnific AI, Topaz Photo). Unlike simple pixel enlargement (bicubic interpolation), neural networks generate new realistic microtextures: skin pores, eyelashes, hair strands, and fabric.
AI Video Tools (Runway, Kling, Luma Dream Machine)
Leading modern platforms for video generation using artificial intelligence (Text-to-Video and Image-to-Video). They enable the animation of static images, control of virtual camera movement, and the creation of high-resolution cinematic videos without a film crew.
AI-Native Teams: How 3 People Scale a Company to 50 Employees
A new organizational model for modern business and development (AI-Native Teams). Teams of 2–5 multidisciplinary specialists leverage neural networks and autonomous agents to handle tasks in legal, marketing, programming, and customer support without bloating the workforce.
Alibaba Qwen (Leader in Open Coding and Mathematics)
A series of high-performance open models from Alibaba's cloud division (Qwen 2.5, Qwen Coder). Recognized as a leader among open models in coding, mathematics, and multilingual text processing.
Analog Anchoring for Engineers
A system of regular analog practices (paper notebooks, physical whiteboards, gadget-free walks, and manual labor) to alleviate synthetic overload and restore brain plasticity.
API Keys for Beginners (The Password to Model Intelligence)
A secret digital access token (starting with sk-...) that allows third-party applications (Cursor, plugins, Telegram bots) to interact with artificial intelligence without a web browser. Basic cyber hygiene rules.
API Usage Tiers
A tiered account system for developers using AI providers (OpenAI, Anthropic) that defines rate limits (RPM — requests per minute, TPM — tokens per minute) and daily financial caps that automatically increase with successful bill payments and security verification.
Apple Silicon for AI (M-Series and Unified Memory)
Apple's processor architecture (M1/M2/M3/M4) with Unified Memory Architecture allows the entire RAM array (up to 128-192 GB) to be accessible to the GPU as VRAM, enabling the execution of massive neural networks without server-grade GPUs.
Apple Silicon MLX Framework
A native machine learning library from Apple, designed to maximize the use of unified memory and GPU cores in M-series chips (M2/M3/M4) for running large LLMs.
Architectural Erosion from Fast Coding
The unnoticed accumulation of hidden systemic contradictions and the degradation of architectural boundaries in a project due to patchy local code fixes by language models.
Artificial General Intelligence (AGI)
Artificial General Intelligence (AGI) is a hypothetical autonomous system capable of understanding, learning, and performing any intellectual task at human-level or exceeding it in most economically valuable fields of work.
Artificial Superintelligence (ASI)
A hypothetical stage of artificial intelligence development (ASI) where the computational and analytical capabilities of a system surpass the combined intelligence of all living humans by millions of times across all scientific, creative, and practical disciplines. A focal point of scientific discussions about the future of civilization.
AST Chunking for Codebases
A methodology for intelligent chunking of code files for vector search exclusively at the syntactic boundaries of programming languages (Tree-sitter) instead of slicing by a fixed number of lines or characters.
Atomic Git Commits with AI
The discipline of frequent and isolated change commits in Git version control while working with AI code generators. Each successfully functioning micro-feature is saved as a separate commit, ensuring immediate rollback of failed model experiments without losing working progress.
Atomic Tasks
An engineering practice of breaking down large system requirements into minimal, self-sufficient, and deterministic work units that minimize cognitive load and the risk of context degradation in LLMs.
Automated Backup Recovery Testing
The practice of weekly automated deployment and verification of backups on ephemeral servers or containers, based on the principle: 'A backup does not exist until it has been successfully restored.'
Automation Bias: Why We Tend to Trust Confident Machine Voices
Automation Bias is a cognitive distortion where individuals prefer algorithmic or language model conclusions over their own judgments or evident reality signals, mistakenly viewing machines as infallible and objective.
Automation ROI
A methodology for engineering-economic analysis of the feasibility of process automation: a mathematical comparison of Total Cost of Ownership (TCO) and development time against the benefits of eliminating human routine.
Autonomous Browser & Computer Use
Multimodal technology for controlling graphical user interfaces (GUIs) through visual perception of screenshots, cursor emulation, clicks, and keyboard input without using APIs.
Autonomous Local AI and Data Privacy
The practice of executing machine learning models entirely on personal physical hardware without internet connectivity (Air-Gapped AI). Guarantees 100% protection against the leakage of trade secrets, personal data (GDPR/HIPAA), and cloud provider failures.
Autonomous Loop (/goal Mode)
An architectural pattern of a closed-loop task execution where an agent autonomously alternates between code generation, command execution, and result verification until a specified goal is fully achieved.
Autonomous PR Reviews & Risk Assessment
Utilization of specialized AI agents in GitHub Actions / GitLab CI for deep semantic analysis of diffs, detection of security vulnerabilities, architectural impact assessment, and changelog generation.
AWQ & Activation-Aware GPU Quantization
4-bit weight compression methods for language models optimized for NVIDIA tensor core architecture, maximizing throughput while preserving critical activation channels.
B
ENBenchmark Contamination
The issue of objective evaluation in artificial intelligence arises when questions and answers from standard test sets (MMLU, HumanEval, GSM8K) inadvertently or deliberately leak into the model's training data, resulting in artificially inflated scores during presentations.
Browser Autonomous Agents
Browser autonomous agents enable AI to navigate web browsers autonomously, interacting with DOM elements, scrolling pages, extracting dynamic data, and executing multi-step tasks without official APIs.
C
ENCaddy & Traefik Modern Ingress Proxies
A new generation of web servers and ingress proxies that fully automate the issuance of TLS/SSL certificates, routing via Docker labels, and support for HTTP/3 protocol.
Catastrophic Forgetting
A fundamental issue in artificial neural networks where learning a new task or language overwrites previous connections, leading to a sudden and complete loss of previously acquired skills.
cgroups v2 Resource Quotas & OOM Watchdogs
Linux kernel mechanisms (Control Groups v2) for enforcing strict hardware limits on RAM, CPU, disk, and process counts (PIDs) to protect the host from runaway agent cycles.
Chain of Thought (CoT)
A methodology that prompts a language model to generate sequential intermediate reasoning steps before producing a final answer, converting additional tokens (Test-Time Compute) into quality and accuracy of the output.
Character Consistency and Style Preservation
Methodologies and tools for maintaining visual character consistency and authorial style across a series of generations. Utilized for creating illustrated books, comics, film storyboards, and brand mascots using parameters like --cref, FaceID, and LoRA.
ChatGPT Canvas
The ChatGPT Canvas is a dual-panel interface designed for iterative collaboration on code and text. It allows users to highlight specific paragraphs, adjust length, modify readability, and debug code without rewriting the entire document.
ChatGPT Memory (Storing Facts Between Dialogues)
The ChatGPT Memory feature enables the AI to retain your name, profession, favorite technologies, response formats, and personal details across entirely different chats, enhancing user experience and personalization.
Chunking Documents: A Beginner's Guide
The technique of breaking large documents (PDFs, books, long reads) into smaller logical text blocks (chunks of 300–500 tokens) with overlap. This ensures high search accuracy and prevents context loss at the seams.
Claude Artifacts (Interactive Live Apps in Chat)
A revolutionary feature of Anthropic's Claude interface. It extracts generated code, diagrams, and interactive React applications into a separate window on the right, rendering them on-the-fly and allowing usage without environment installation.
Claude Code
The official terminal agent from Anthropic, operating directly in the command line via Claude 3.7 Sonnet with native support for Bash, Git, file systems, and the MCP protocol.
Claude Haiku (Fast Compact Models by Anthropic)
The most compact and fastest model in the Anthropic lineup, designed for lightning-fast responses, mass text classification, data extraction, and agent routing at minimal cost.
Claude Opus (Flagship AI Model by Anthropic)
The most powerful heavyweight model in the Anthropic family, designed for complex philosophical and scientific analysis, multi-layered text generation, and deep contextual understanding.
Claude Projects (Workspaces with Custom Knowledge Base)
A workspace organization tool in Claude by Anthropic. It allows the creation of dedicated workspaces for each task, uploading up to 200,000 tokens of internal documentation, and sharing them with colleagues.
Claude Sonnet (Claude 3.7 / 3.5 Sonnet)
The flagship engineering model from Anthropic, optimized for complex programming, large codebase management, hybrid reasoning (Extended Thinking), and autonomous agentic cycles.
Cline (Previously Claude Dev)
An open-source autonomous development agent for VS Code that supports Bring Your Own Key (BYOK) APIs, direct integration with the MCP protocol, terminal, and an embedded browser.
Code Authorship Crisis: Who Wrote This Code?
A psychological state for developers resembling a new form of impostor syndrome, arising when the majority of the codebase is generated by language models, leading to a loss of emotional connection with the project, diminished professional pride, and doubts about one's engineering value.
Codebase Indexing
A comprehensive process involving syntax parsing (AST), symbol extraction, call graph construction, and vector-lexical indexing of the repository for ultra-fast relevant contextual search.
Codebase Knowledge Graphs (Graphify)
Building semantic AST graphs of calls, classes, types, and relationships within a project (Graphify) enables the agent to pinpoint only relevant files without prompt spam.
Cognitive Context Thrashing
A state of cognitive overload where an engineer orchestrates 3–5 parallel AI agents on different tasks, exhausting 100% of their energy on constant context switching.
Cognitive Offloading
A psychological strategy for delegating routine cognitive tasks (such as remembering dates, formatting text, and initial structuring of ideas) to external tools and artificial intelligence. This allows individuals to focus their mental energy on critical thinking, empathy, and strategic decision-making.
Cognitive Overload
A psychophysiological state of exhaustion of a developer's Working Memory capacity due to an excessive number of simultaneously held variables, abstractions, or continuous reviews of generated code.
ColBERT & Late Interaction Retrieval
The neural search architecture compares contextual embeddings of each individual query token with document tokens (Late Interaction), surpassing classical Dense vectors in accuracy.
Computer Use via AI
Anthropic's technology (introduced in Claude 3.5 Sonnet) enables neural networks to control operating systems like a human: taking screenshots, analyzing window coordinates, moving the mouse cursor, clicking buttons, and entering text without using specialized APIs.
Constitutional AI (RLAIF)
A behavior alignment method developed by Anthropic (creators of Claude). Instead of relying on millions of hours of human labor, the model critiques and corrects its own responses based on a clear set of ethical principles ('Constitution').
Constrained Decoding & Structured Outputs
A hardware and algorithmic constraint on token generation by language models at the inference level, mathematically ensuring 100% compliance with JSON Schema or Zod types.
Context Curation & Rules Hygiene
An engineering practice focused on the design, regular auditing, and cleansing of agent behavior configuration files (.cursorrules, .clinerules, AGENTS.md) to prevent model attention degradation.
Context Distillation & Token Squeezing
Methods for automatically removing excess words, syntactic noise, formatting spaces, and outdated messages before sending prompts to the model, optimizing budget and accelerating inference.
Context Mentions (@file, @folder, @codebase)
A precise context management mechanism in modern AI editors (Cursor, Windsurf). It allows rapid attachment of specific files (@file), entire folders (@folder), documentation (@docs), or the entire project (@codebase) to a query using the @ symbol.
Context Poisoning in Knowledge Bases
A cyber threat to RAG systems where an attacker injects falsified documents, misleading instructions, or hidden prompt injections into a shared knowledge base (Notion, Confluence, Google Drive). During queries, the system retrieves poisoned context, leading the bot to provide harmful advice or disclose secrets.
Context Rot & Attention Decay
Systemic degradation of accuracy, instruction adherence, and logical consistency in LLMs as dialog noise, outdated code drafts, and compiler outputs accumulate in the working context window.
Context Switching
A psychological phenomenon of productivity degradation and attention exhaustion in engineers due to frequent shifts in focus between various tasks, messaging platforms, tools, and agent chats.
Context Window
The maximum operational token capacity that a language model can simultaneously hold in the Self-Attention mechanism and KV Cache memory during a single inference request.
Context Window Overflow & Compaction
Engineering patterns to prevent catastrophic failures when context limits are reached: Rolling Summaries, state folding, and selective eviction of stale history.
Context Window Size (Current Conversation Memory)
The maximum amount of text (in tokens) that a language model can simultaneously retain in memory during an ongoing conversation. It determines the length of documents that can be loaded at once without loss of content.
Continuous / Dynamic Batching
A mechanism for grouping incoming requests to neural networks at the token iteration level (Iteration-Level Scheduling), eliminating GPU idle time during parallel loads.
Continuous AI Refactoring
The practice of regular background updates to the codebase by autonomous AI agents: cleaning dead code, migrating outdated APIs, optimizing performance, and addressing technical debt.
ControlNet: Managing Poses and Geometry
A neural network extension for diffusion models (Stable Diffusion) that enables control over the spatial composition of generation using depth maps, Canny edge outlines, and human pose 'skeletons' (OpenPose). It transforms chaotic generation into a precise designer tool.
Coolify (Self-Hosted PaaS)
An open-source infrastructure management platform (Self-Hosted PaaS, an alternative to Vercel, Heroku, and Render) that automates application deployment from Git, SSL certificate generation, database management, and backups on your own VPS.
Copyright & AI Training
A global confrontation between writers, artists, and media outlets (e.g., The New York Times) against AI corporations (OpenAI, Anthropic, Meta). Analyzing the legal concept of 'Fair Use' and the future of content licensing for model training.
Copyright and AI
The legal status of intellectual property for content generated by neural networks. Precedents from the US Copyright Office and EU: lack of copyright on pure generative outputs, the status of training on third-party works (Fair Use), and licenses for open models.
Cosine Similarity
A mathematical metric that measures the angle between two vectors in a multidimensional space. It indicates the degree of semantic similarity between two texts, ranging from -1 (opposite) to +1 (complete synonyms), while ignoring sentence length.
Creating MVP From Description (Prompt-to-App)
A rapid prototyping methodology for Minimum Viable Products (MVP) using AI tools (Cursor, v0.dev, Bolt.new, Lovable). It enables non-technical founders or developers to transform a business idea description into a fully functional web interface with a database in mere minutes.
CrewAI
One of the most popular Python frameworks for creating autonomous teams of agents, based on role distribution of responsibilities, tools, and task delegation.
Cron Schedulers & Systemd Timers
System daemons (Linux cron, systemd timers) and distributed queues (BullMQ, Temporal) that ensure guaranteed execution of periodic engineering tasks, backups, data synchronization, and AI agents on schedule.
Cross-Encoder Reranking
A two-stage retrieval methodology in RAG systems: a fast initial candidate selection (Bi-Encoder / BM25) followed by precise ranking through a fully-connected cross-encoder model (Cross-Encoder / Cohere Rerank / BGE-Reranker).
Cursor Composer (Multi-File Agentic Editing)
The flagship agentic mode of the Cursor code editor (Ctrl+I / Cmd+I). It enables AI to simultaneously create, modify, and link dozens of project files, execute commands in the terminal, and check for errors.
Cursor IDE
Leading AI-first development environment based on the VS Code core, integrating a multi-file generator Composer, predictive autocomplete Cursor Tab, and vector indexing of the codebase.
Custom GPTs
ChatGPT's feature for creating personalized mini-assistants tailored to specific tasks. It allows uploading custom files, setting persistent instructions, integrating image generation, and connecting external APIs without coding.
D
ENData Leakage Through Chatbots
The risk of compromising corporate secrets, access passwords, and confidential personal data through inadvertent transmission to public cloud chatbots (ChatGPT, Claude, Copilot). Learn how to protect accounts and disable model training on your queries.
Deep Work Preservation in the AI Era
A methodology for isolating uninterrupted time blocks for thinking from the endless stream of push notifications, background agent reports, and the temptation for immediate responses.
Deepfakes: Audio and Video
Technology for creating highly realistic synthetic audio and video materials using neural networks. It allows for face swapping in videos, cloning voices from a 3-second sample, or generating fake speeches of public figures.
DeepSeek (Chinese Breakthrough in Open AI)
A series of groundbreaking open models from the Chinese lab DeepSeek (V3, R1). Demonstrates top-tier coding and reasoning capabilities at a cost 10–20 times lower than Western commercial counterparts.
DeepSeek-R1 (DeepSeek Reasoning Model)
A groundbreaking open weights reasoning model based on a 671B MoE architecture, demonstrating the capability for advanced logical reasoning through pure Reinforcement Learning (GRPO).
Delimiters and XML Tags (Structuring Prompts)
A technique for formatting complex prompts using XML tags (<context>, <rules>) and triple quotes (\"\"\"). It helps the model clearly distinguish where your rules end and where the text for processing begins.
Dense Retrieval vs Keyword Search
A comparison of two search approaches: neural network-based semantic retrieval (Dense Retrieval) and traditional keyword matching (Sparse / BM25). It explains why vector search may fail in product item searches and how hybrid search operates.
Deskilling Trap
The professional risk of losing fundamental knowledge, critical thinking, and the ability to independently solve technical problems due to the habit of blindly accepting AI-generated responses. It explains why a specialist without a basic understanding loses the ability to detect model errors.
Deterministic Tool Calling & Grammar Sampling
This technology ensures 100% syntactical validity of agent tool arguments through logit grammar masking (GBNF / Outlines) and strict validation using Pydantic/Zod schemas.
Developer Burnout
A systemic psychophysiological disorder caused by chronic, unmitigated workplace stress, manifesting as deep emotional exhaustion, depersonalization, and a decline in professional self-esteem.
Developer Deskilling Anxiety
A psychological state of fear and professional uncertainty among developers regarding the potential loss of coding skills due to total delegation of coding tasks to artificial intelligence, leading to concerns about their ability to write syntax, algorithms, and architecture independently.
Diff Review & Reject
A critical engineering discipline and mechanism for granular auditing of code differences (git diff) before acceptance, preventing codebase degradation, silent removal of error handlers, and security leaks.
Diff-First Mindset: The Art of Reviewing Changes
A fundamental paradigm shift for developers in the AI era (Diff-First Mindset). Transitioning from mechanical text entry to rapid visual assessment of red and green highlighted code changes (git diff) before approval.
Diffusion Models
The architecture of generative models (Stable Diffusion, Midjourney, FLUX) is based on principles of non-equilibrium thermodynamics. It operates in two stages: forward diffusion (gradual destruction of an image by random noise) and reverse diffusion (step-by-step denoising to a crystal-clear image based on a textual description).
Digital Detox and Information Hygiene
A systematic regimen for periodic disconnection from digital information channels, monitors, and algorithmic feeds to reset dopamine balance, consolidate memory, and prevent burnout.
Digital Signatures for Photos and Videos (C2PA / Content Credentials)
The C2PA (Coalition for Content Provenance and Authenticity) is an international open standard for media file watermarking. This technology embeds a cryptographically signed creation history into digital photos, illustrations, and videos, preventing unnoticed forgery.
Disaster Recovery
A comprehensive engineering methodology and set of automated tools for creating immutable backups (RPO/RTO) with a guaranteed and regularly tested recovery protocol for system functionality.
Docker for Agents and Bots (Container Sandboxing)
A methodology for isolating autonomous AI agents, code interpreters, and background services in lightweight Docker sandboxes using cgroups and namespaces to prevent damage to the host OS.
Document Chunking Strategies
A methodology for decomposing massive documents and codebases into information-rich, self-contained fragments (chunks) for generating vector embeddings and precise retrieval in RAG systems.
Dual-Track Human-AI Development
An organizational and engineering model for labor distribution where humans focus on problem exploration, architecture, and UX, while a parallel fleet of AI agents implements technical modules, tests, and migrations.
Dynamic Tool Selection
An architectural approach for building scalable AI agents equipped with hundreds of tools. Instead of loading all function descriptions into the context simultaneously, the system employs semantic search or a Router model for dynamic selection of only 3-5 most relevant tools for a specific user query.
E
ENeBPF Security & Runtime Auditing
A technology for safely executing bytecode directly within the Linux kernel (eBPF / Tetragon / Falco) to intercept dangerous system calls (syscalls), network connections, and file modifications by AI agents.
Edge AI in Smart Devices
The concept of executing machine learning algorithms directly on end physical devices (Edge Devices: smartphones, surveillance cameras, medical sensors, vehicles) without transmitting data to remote cloud data centers. This ensures instantaneous response in milliseconds, complete autonomy, and privacy.
ElevenLabs (Global Leader in Generative Audio and Voice)
Leading technology platform for text-to-speech (TTS) and voice AI. Transforms text into live emotional human speech, clones voices, and automatically dubs videos in 30+ languages.
Embedded Databases (SQLite & Turso / libSQL)
Embedded (In-Process) relational database technology based on SQLite and the distributed fork libSQL (Turso), combining operation without a dedicated network server with sub-millisecond read speeds.
Embeddings Simplified (How Text Becomes Numbers)
A fundamental technology that transforms words, sentences, or images into multi-dimensional lists of numbers (vectors). It enables computers to mathematically measure semantic proximity between different thoughts and concepts.
Energy and Water: The Ecology of AI Data Centers
An analysis of the real carbon, energy, and water footprints of the artificial intelligence industry. It explains why model training and daily millions of generations require gigawatts of electricity and millions of liters of drinking water for cooling, and why Microsoft, Google, and Amazon are transitioning to nuclear energy.
Ephemeral Dev Environments for AI Agents
Ephemeral, isolated container environments (Devcontainers, Daytona, E2B) are created in seconds specifically for executing a single engineering task by an agent and are seamlessly destroyed after the commit.
Episodic vs Semantic Agent Memory
Architectural separation of AI agent memory into a long-term factual knowledge base (Semantic Memory) and a chronological event log of specific working sessions (Episodic Memory).
Epistemic Dependency on AI Models
The psychological and cognitive inability of a developer to make even simple engineering decisions, such as choosing a variable name or architectural approach, without prior querying and approval from AI.
Event-Driven AI with Webhooks
An architectural approach to Event-Driven AI leveraging Webhooks to instantly awaken language models in response to external triggers: a new payment in Stripe, a comment on Instagram, an email, or a message in Telegram.
Explain Code to Me (AI as a Personal Programming Tutor)
A methodology for utilizing artificial intelligence to learn programming and understand foreign code. It breaks down any convoluted script into relatable analogies, comments, and step-by-step explanations.
F
ENFast NVMe Scratch Volumes for AI Models
Optimize the disk subsystem of AI servers using high-speed local NVMe (PCIe 5.0) storage for instant loading of 40GB+ weights and model caching.
Few-Shot Prompting (In-Context Learning)
A prompt engineering methodology where the model adapts to a specific format, style, or logic during inference (In-Context Learning) by showing 2–5 reference examples.
File Upload Analysis (Attachment Icon in Chat)
The file upload feature in ChatGPT, Claude, and Gemini (attachment or plus icon) allows models to analyze Excel spreadsheets, PDF reports, text documents, and images for instant insights and calculations.
Fine-Tuning Basics
The process of adapting a pre-trained large model to a specialized task or style using a small, high-quality dataset (Supervised Fine-Tuning, SFT). This enables training AI on medical terminology, corporate tone, or specific code formatting within hours.
Flow State in Engineering Work
The optimal psychophysiological state of peak concentration and complete merging of action with awareness, where time subjectively slows down or speeds up, and complex engineering tasks are performed effortlessly.
FLUX.1 (The Modern King of Photorealistic Images)
The leading image generation model from Black Forest Labs (creators of Stable Diffusion). Known for impeccable photorealism, perfect hand finger rendering, and the ability to render clear printed text.
From Voice Note to Complete Spec (Voice to Spec)
A modern workflow transforming a stream of consciousness into a structured engineering technical specification (PRD/Spec). It combines rapid local audio transcription with structuring models, eliminating the need for developers to spend hours staring at a blank document.
Frontier Models
The most powerful class of artificial intelligence at the forefront of global research (Claude 3.7 Sonnet, OpenAI o3/GPT-4.5, Gemini 2.0 Pro), defining the limits of modern reasoning, autonomy, and coding capabilities.
Function Calling / Tool Calling
A technical protocol and standard for LLM interaction with external software. Instead of free text, the model returns valid JSON containing the function name and typed arguments according to JSON Schema, enabling the backend to deterministically execute actions in real APIs.
Future of Creativity and Authenticity
The transformation of the value of human art, copywriting, and design in an era where neural networks generate millions of illustrations and tracks in seconds. It explains why personal life experiences, authorial taste, and genuine imperfection become the main competitive advantages in a world of free template content.
G
ENGemini Flash & Pro (Google Gemini)
A family of multimodal models from Google DeepMind that combines a record context window (up to 2 million tokens), extreme generation speed (over 150 tokens/sec), and native perception of video and audio.
Gemini Nano & Edge AI (AI Directly on Your Smartphone Without Internet)
The most compact version of Google's AI, optimized for local execution on smartphone chips (NPU). It provides audio recording summaries, intelligent responses, and photo processing entirely offline.
Generation Speed (TPS / TTFT / Latency)
Key engineering performance metrics for language models: Time to First Token (response time to input context) and Tokens Per Second (streaming output text generation speed).
GGUF & Modern Quantization Standards
The GGUF format is a universal binary file format for storing and instantaneously loading quantized language models on CPUs and GPUs in llama.cpp, Ollama, and LM Studio.
GitHub Copilot (Code Autocompletion with the Tab Key)
The most renowned intelligent code autocompletion service from GitHub and Microsoft. It operates within VS Code and JetBrains, analyzing developer cursor movements and suggesting entire lines and functions with a Tab key press.
GitHub Copilot Workspace
GitHub's cloud-based agent development environment transforms GitHub Issues into fully specified and tested Pull Requests without the need for local repository cloning.
Google AI Studio (Free Studio for AI Testing)
The official web sandbox from Google for rapid testing of Gemini models. It allows free experimentation with a 2-million context, customizing system prompts, and obtaining API keys without a credit card.
Google Gemini Pro (Model with Infinite Context)
The flagship working model from Google DeepMind featuring a record context window of over 2 million tokens. Capable of analyzing entire books, lengthy videos, and massive codebases in a single query.
GPT Image / DALL-E (Image Generation in ChatGPT)
An integrated visual content generation tool directly within the ChatGPT dialogue. It allows for the creation of illustrations, concept art, poster texts, and local editing of image fragments.
GPT Mini (Compact Models of the GPT-4o Mini Series)
An economical and ultra-fast version of OpenAI's flagship models. Optimized for mass daily tasks, instant responses, text classification, and limit conservation.
GPU Slicing & Multi-Instance GPU (MIG)
This technology enables the hardware and software partitioning of a powerful GPU (NVIDIA H100 / A100 / RTX 6000) into multiple fully isolated instances, optimizing inference hosting costs.
GPU vs. CPU for AI: What's the Difference
A deep comparison of Central Processing Units (CPU) and Graphics Processing Units (GPU) for machine learning tasks. It explains the fundamental differences between latency-oriented and throughput-oriented architectures, memory bus bandwidth (DDR5 vs HBM3e), and CLI benchmarking.
GraphRAG & Knowledge Graph Retrieval
The next generation of augmented generation search systems (GraphRAG) combines semantic vector search with knowledge graphs to synthesize global insights over large knowledge bases.
Groq LPU Processors (500 Tokens Per Second)
The Groq Language Processing Unit (LPU) is a new type of specialized computing processor that generates responses from large models at speeds of 300–500 words per second by eliminating slow external memory (HBM) and utilizing ultra-fast SRAM. This architecture accelerates text generation to unprecedented levels.
Grounding Facts: Linking AI Outputs to Verified Sources
A methodology for anchoring AI-generated assertions to verified primary sources (Source Grounding). This approach eliminates hallucinations and ensures legal and scientific credibility through precise citations and references.
GRPO & DPO Modern Alignment Algorithms
Cutting-edge model policy optimization algorithms (Direct Preference Optimization and Group Relative Policy Optimization) eliminate the need for cumbersome standalone critic models during reasoning training.
Guardrails & Safety Rails
A software layer of deterministic filters, schema validators, and security policies that intercepts incoming prompts, system commands, and model responses to prevent failures, leaks, and exploits.
H
ENHallucinated Dependencies in Code
A dangerous variant of neural network hallucinations in programming. The model fabricates plausible yet non-existent libraries and npm/PyPI packages, creating critical security vulnerabilities (Slopsquatting).
Hallucination Risks in Real-World Tasks
An analysis of the practical consequences and legal risks arising from blind trust in fabricated facts and false sources generated by language models in financial reports, legal claims, and medical advice.
Hallucination Triage & Root Cause
A systematic engineering process for analyzing AI model errors: diagnosing context defects, identifying prompt conflicts, and establishing systemic rules instead of mindless query repetition.
Hard Compiler & Linter Gates
The practice of immediate and irreversible rollback or blocking of changes by the AI agent if the compiler (tsc, rustc) or fast linter (Biome, Ruff) returns a non-zero exit code.
Headless Agent Execution (Overnight Coding)
Autonomous execution of AI agents in the background (CLI/Docker/Cloud) without an open IDE graphical interface to tackle long engineering tasks, refactoring, and testing.
Headless Browsers (Playwright & Puppeteer)
A technology for programmatically controlling full-fledged browsers (Chromium, Firefox, WebKit) in the background without a graphical window for rendering complex SPAs, automated testing, and web agents.
Hermes Agent & Hedonist Orchestrator
A sovereign agent ecosystem by Andriy Orlov that transforms personal Telegram into a full-fledged control panel for Linux VPS, multimodal pipelines, and autonomous workflows.
Hetzner Bare-Metal vs Cloud Hyperscalers
A financial and technical analysis of infrastructure costs: why renting dedicated hardware in European data centers (Hetzner, OVH) is 5–10 times cheaper than AWS/GCP virtual machines for AI workloads.
Hierarchical Chunking (Parent-Child)
An advanced document slicing strategy (Parent-Document Retriever) for RAG systems. Text is divided into small child chunks for precise vector search, while the entire parent chunk is passed to the model to maintain broad context and preserve meaning.
Hierarchical Chunking & Parent-Child Retrieval
An architectural pattern for retrieval where vector matching occurs on concise Child Chunks, while the entire broad Parent Document is pulled into the model context.
Hourly GPU Rental in the Cloud (RunPod & Vast.ai)
Decentralized and cloud-based GPU rental platforms (RunPod, Vast.ai, Lambda Labs) enable developers and enthusiasts to rent powerful GPUs (Nvidia RTX 4090, A100, H100) with per-second or hourly billing, eliminating the need for expensive physical hardware purchases.
How to Prevent AI Hallucinations (Prompts Against Hallucinations)
A set of proven engineering techniques and verbal constructs that block the generation of fabricated facts, nonexistent laws, and false citations. Forces artificial intelligence to rely strictly on provided sources.
Hugging Face Hub
The leading global platform and open repository for the AI community ('GitHub for Neural Networks'). It hosts hundreds of thousands of open models, datasets, and free web demos (Spaces), supporting all major AI frameworks.
Human-in-the-Loop (HITL)
A fundamental safety and architectural pattern where autonomous process execution is interrupted at defined checkpoints for mandatory human expertise, verification, and approval.
Human-in-the-Loop (HITL) Approval Gates
The Human-in-the-Loop (HITL) architectural security pattern establishes Approval Gates before executing critical actions. The agent prepares an operation (payment, database deletion, sending an email to a client) but pauses until explicit approval from a human.
Hybrid Search (Dense + Sparse Search)
The retrieval architecture in modern RAG systems combines semantic vector search (Dense Embeddings) with classical keyword-based full-text indexing (Sparse/BM25) through rank fusion algorithms (RRF).
Hybrid Search: Dense + Sparse / BM25
An information retrieval architecture that combines vector semantic search (Dense retrieval — understanding meaning and synonyms) with classical keyword search (Sparse retrieval / BM25). It provides an ideal balance between conceptual understanding and precise searches for articles, serial numbers, or names.
I
ENIllusion of Competence
A cognitive distortion where the ease and speed of obtaining generated code from a model creates a misleading belief in the developer that they understand the fundamental principles of the system's operation.
Image Prompt Engineering
A professional methodology for crafting text prompts for graphic neural networks. The golden formula consists of five elements: main subject, environmental details, lighting characteristics, virtual camera parameters, and artistic rendering style.
Immutable Infrastructure & Cloud-Init
A server management paradigm where servers are never modified manually post-deployment: any updates or configuration changes occur through the creation of a fresh, standardized instance.
In-Context Learning
An astonishing emergent property of large language models that allows them to instantly grasp new rules, unknown words, or unique formats directly from the ongoing conversation text without altering neural network weights or programming.
Indirect Prompt Injection Defense
A comprehensive set of architectural and software methods to protect autonomous AI agents from hidden instructions placed by attackers in external web pages, documents, or APIs.
Infinite Loops in Agents and Budget Protection
A critical state of an autonomous agent where it enters an infinite recursive action loop due to a recurring error or inability to achieve its goal. This entry discusses wallet protection mechanisms: strict step limits (Max Steps), spend caps, and loop detection.
Inpainting and Outpainting (Image Editing and Expansion)
Selective neural network image editing techniques. Inpainting replaces or removes an object within a selected area (mask) while preserving light and texture. Outpainting (Generative Fill) extends new space beyond the original boundaries of the photograph.
Interrupt-Driven HITL & Breakpoints
A design pattern for agent systems that allows for pauses, human intervention, and safe state resumption before executing critical actions.
J
ENK
ENKnowledge Base Connectors (Google Drive, Notion, Confluence)
This technology integrates corporate data sources with language models using pre-built connectors (Connectors / ETL). It automatically synchronizes updated documents from Google Drive, Notion, Confluence, and Slack with a vector database without manual file uploads.
Knowledge Compounding
An engineering strategy for continuous crystallization of experience into structured artifacts (Markdown wikis, checklists, agent skills), enabling exponential growth in personal and team productivity.
Knowledge Graphs in Search (GraphRAG)
The evolution of RAG architecture from Microsoft Research. It combines classical semantic vector search with a Knowledge Graph, transforming documents into entity nodes (people, companies, locations) and edges of relationships, enabling answers to complex global queries across the data set.
KV Cache (Key-Value Cache)
Memory optimization in Transformer models that stores the vectors of keys and values from processed tokens in fast GPU memory. This allows for instantaneous generation of each subsequent word but rapidly increases in size with each new message in the chat.
KV-Cache Offloading & Compression
Hardware and algorithmic methods for temporarily offloading Key-Value Cache (KV-Cache) from expensive GPU VRAM to system RAM or fast NVMe SSDs.
L
ENLangChain Framework
The most popular open-source framework (available in Python and TypeScript) for building applications based on large language models. It provides hundreds of ready-made modules to integrate LLMs with documents, vector databases, API tools, and memory (Chains).
LangGraph
A low-level framework from the LangChain team for building deterministic, cyclic multi-agent systems as finite state machines with full persistence support.
Latent Space
A multidimensional mathematical vector space created by neural networks for internal representation of concepts, styles, and images. It enables remarkable arithmetic operations on concepts: for example, 'King' minus 'Man' plus 'Woman' equals 'Queen.'
Linters & Formatters for AI
Static code analysis tools (ESLint, Prettier, Biome, Ruff) integrated into the AI generation process. They automatically check generated code for syntax compliance, catch nonexistent imports, forgotten brackets, and standardize code style before program execution.
Litestream & Continuous SQLite Cloud Streaming
A technology for continuous background replication of SQLite's Write-Ahead Log (WAL) to cloud S3-compatible storage with zero data loss (RPO < 1 sec).
Llama Family (Meta Llama)
A series of foundational open language models from Meta (Llama 3, 3.1, 3.3) that have become the industrial standard for the Open Weights ecosystem, local AI, and enterprise fine-tuning.
LLM (Large Language Model)
A fundamental class of neural network architectures based on autoregressive transformers, predicting the probabilistic distribution of subsequent tokens and demonstrating emergent properties of abstract reasoning, code synthesis, and logical inference.
LLM Gateways & Routing (LiteLLM & Portkey)
Centralized engineering proxies for managing a fleet of models: automatic fallback between providers (Anthropic/OpenAI/Groq), semantic response caching, and budget quotas.
LM Studio
A free desktop application for Windows, macOS, and Linux that allows users to find, download, and run open LLMs with a single click, without using the terminal. It features a built-in local server compatible with the OpenAI API.
LMSYS Chatbot Arena (ELO Rating)
A crowdsourced open platform for blind A/B testing of LLMs that determines the relative strength of language models based on the Bradley-Terry statistical model and Elo chess rating.
Local LLM Inference
The practice of autonomously executing large language models directly on developer hardware (Apple Silicon, NVIDIA GPU) with guaranteed absolute privacy and zero dependency on the internet.
LoRA Files for Styles and Faces (Low-Rank Adaptation)
A lightweight and rapid fine-tuning technology for image models (Stable Diffusion, FLUX). It creates compact files ranging from 20 to 200 MB that connect to the base model as a variable plugin, adding specific characters, artist styles, or visual aesthetics.
Lost in the Middle Effect
A well-documented cognitive asymmetry of large language models identified in Stanford research. It demonstrates that the accuracy of information retrieval is highest at the beginning and end of the input context, but sharply declines in the middle of long documents.
M
ENMachine Unlearning
A technology for the surgical removal of specific knowledge, user private data, or copyrighted materials from an already trained neural network. It enables companies to comply with the 'right to be forgotten' (GDPR) without the prohibitively expensive full retraining of the model.
Markdown AST for Agents (Abstract Syntax Tree)
A hierarchical tree-like representation of Markdown markup (mdast / Unified.js) that enables software systems and AI agents to deterministically analyze, transform, and safely edit technical content without fragile regular expressions.
MCP (Model Context Protocol)
An open standard from Anthropic based on JSON-RPC 2.0 for unified bidirectional connection of AI assistants to external tools, databases, and system environments.
MCP Client
A software environment (Claude Code, Cursor, Cline, SDK agents) that manages the lifecycle of connections to MCP servers, aggregates tool manifests, and controls model access rights.
MCP Server
A software service or background process that implements the MCP specification, providing external AI clients with standardized access to function execution, resource reading, and prompt templates.
Meta Llama (The Premier Open Standard for Artificial Intelligence)
The flagship series of open language models from Meta (Llama 3, 3.3). Available for free download, modification, and local deployment on personal servers without restrictions or censorship.
Meta-Prompting: AI Enhances Your Prompt for You
Meta-Prompting is a technique for crafting higher-order queries. Instead of struggling with complex formulations, you delegate the task to a powerful model that writes, structures, and tests the ideal prompt for your task.
Metadata Filtering in RAG
A technique for combined searching in vector databases (Self-Querying Retriever). It allows for the integration of semantic search by meaning with strict database filters based on metadata: publication date, document author, access level, language, or company department.
Microsoft AutoGen
A leading open framework from Microsoft for creating multi-agent conversational systems. It enables the integration of multiple AI agents with different roles and skills into a GroupChat, where they discuss, write code, test it, and collaboratively achieve business goals.
MicroVMs (Firecracker & Cloud Hypervisor)
Ultra-fast isolated virtual machines based on Linux KVM (Firecracker, Cloud Hypervisor) that start in 5–50 milliseconds for secure execution of agent code.
Midjourney (Leading Artistic Design Platform)
A premier closed image generator with the highest level of artistic aesthetics. The industry standard for designers, cinematographers, concept artists, and advertising creatives.
Mistral AI (European Open and Efficient Models)
A series of high-performance open and commercial models from the French startup Mistral AI (Mistral 7B, Mixtral 8x7B, Mistral Large). Known for their compactness, speed, and respect for data privacy.
Model Distillation & Reasoning Transfer
A methodology for transferring knowledge and reasoning chains from a large Teacher Model to a compact Student Model for fast and cost-effective inference.
Model Fallback Chains
An architectural pattern for High Availability in AI systems. If the primary model provider returns a timeout error, exceeds rate limits (Rate Limit 429), or fails (Error 500), the system seamlessly switches the request to a backup model.
Model Merging & Frankensteining
A technique for merging the weights of two or more distinct language models without retraining on GPU (SLERP, DARE, Ties-Merging), creating hybrid models with synergistic capabilities.
Model Parameter Count (7B, 14B, 70B)
The total number of training parameters (weights) in a large language model, where 'B' denotes billions. A key indicator of the model's intellectual capacity, operational speed, and computer memory requirements.
Model Quantization
A mathematical compression technology for neural network weights and activations by transitioning from high precision (FP16/BF16) to low-bit formats (FP8, INT8, INT4, GGUF) for radical memory savings.
Modern Speech Synthesis (Text-to-Speech / TTS)
The technology of artificial generation of human speech from printed text. Modern neural network TTS models (ElevenLabs, OpenAI Audio, Chatterbox) reproduce natural intonations, logical stresses, breathing, timbre, and emotional coloring, indistinguishable from a live narrator.
MoE (Mixture of Experts)
An architectural approach in deep learning where heavy fully-connected transformer layers are divided into dozens of specialized subnetworks ('experts'), and a dynamic router activates only a small subset for each individual token.
Monte Carlo Tree Search for Agents (MCTS)
An algorithmic approach to AI agent action planning that combines heuristic search, intermediate state evaluation, and backtracking to find optimal solutions in high-complexity spaces.
Multi-Agent Orchestration
An architecture for the interaction of independent specialized AI agents, united in a distributed network or hierarchy to solve complex engineering tasks in parallel.
Multimodal Embeddings (CLIP)
This technology designs various media types (text, images, audio) into a unified shared multidimensional vector space using architectures like OpenAI CLIP or Google SigLIP. It enables searching for images using textual descriptions or finding similar music based on pictures.
N
ENNative Audio: Direct Speech-to-Speech Processing
The new generation of native multimodal models (GPT-4o Advanced Voice, Gemini Live) processes sound waves directly without the intermediate step of converting audio to text (STT) and back (TTS). This allows the model to perceive sarcasm, fear, laughter, whispers, and interrupt conversations on the fly with minimal latency.
Native Multimodal Reasoning
AI architectures capable of performing deep logical reasoning over code, architecture diagrams, UI screenshots, and video within a unified attention space.
Needle in a Haystack & Long-Context Retrieval
The degradation of attention in language models within massive context windows (1M–2M tokens) leads to the model ignoring instructions buried within the text, necessitating engineering methods to overcome this issue.
Needle In A Haystack Test (NIAH)
A standard benchmark for testing the context window length of language models. A short random sentence (the needle) is hidden within a vast array of random background text (the haystack) at various positions, assessing the model's ability to locate it accurately.
Negative Constraints & Anti-Pattern Prompts
A methodology for formulating prohibitions and explicitly excluding undesirable engineering patterns (Anti-Goals) in system instructions to prevent boilerplate and excessive code (AI Slop).
Negative Prompts in Image Generation
A control mechanism in diffusion models (Stable Diffusion, Midjourney --no) that directs the mathematical vector of noise reduction away from unwanted images. It filters artifacts such as extra limbs, blurriness, watermarks, and cartoonish effects.
Neural Processing Unit (NPU)
A specialized hardware microchip (Neural Processing Unit) designed exclusively for executing artificial neural networks with minimal energy consumption. It handles background blurring in video calls, photo enhancement, and local AI prompts without draining the battery.
Next-Token Prediction
The fundamental mechanism of autoregressive large language models (LLMs). Calculation of logits, Softmax function, temperature influence, and sampling (Top-P/Top-K). Explanation of why text generation is an O(N) sequential process and how to inspect probabilities via API.
NotebookLM and Audio Overview (Podcast from Summaries)
A free research tool from Google based on Gemini models. It strictly adheres to uploaded sources (no hallucinations) and can transform dull reports into engaging conversational audio podcasts.
Nvidia's Monopoly and the CUDA Platform
An analysis of Nvidia's technological and economic dominance in the AI market. The CUDA (Compute Unified Device Architecture) platform, created in 2006, transformed ordinary gaming GPUs into the planet's primary computational tool, making it difficult for competitors like AMD and Intel to break this monopoly.
O
ENOCR vs Vision LLM: The Evolution of Text Recognition
A comparison of traditional Optical Character Recognition (OCR — Tesseract, ABBYY FineReader) with modern multimodal visual models (Vision LLM). Older algorithms blindly replicate pixels with errors, while new models correct handwriting, understand tables, and compute totals.
Ollama (Local Model Deployment Platform)
A leading open-source tool for easy loading, configuration, and local execution of language models (Llama, DeepSeek, Qwen) with a built-in REST API compatible with OpenAI.
Open Weights vs Closed APIs
A comparison of two fundamental philosophies in AI distribution: Open Weights (Llama, Mistral, DeepSeek), which can be downloaded and run on your own server, versus Closed APIs (OpenAI, Anthropic, Google), where access is granted solely through subscription.
Open Weights vs Truly Open Source AI
A legal and engineering analysis of the fundamental difference between accessible numerical weights of models (Llama, DeepSeek) and fully open projects with source data, code, and architecture (OSI Standard).
OpenAI GPT (Flagship Models of the GPT Series)
The primary universal line of large language models from OpenAI (GPT-4, GPT-4o). Optimized for complex text analysis, programming, creativity, and daily intellectual tasks.
OpenAI o-Series / Reasoning (Advanced Reasoning Models)
The new generation of artificial intelligence from OpenAI (o1, o3 series) is optimized for multi-step hidden reasoning, advanced mathematics, quantum physics, and complex algorithmic coding.
OpenAI Whisper (Gold Standard for Speech Recognition)
OpenAI's open-source Speech-to-Text (STT) model. It recognizes over 100 languages, resilient to background noise, dialects, and mumbling. The standard for automatic audio transcription and voice coding.
OpenCode / OpenHands (formerly OpenDevin)
A leading open-source platform for autonomous software engineering that performs complex engineering tasks in an isolated Docker environment with access to a terminal, browser, and file system.
OpenRouter (Unified Model API Gateway)
A unified AI gateway providing standardized access to hundreds of closed and open language models from various inference providers through a single balance, a unified API key, and an automatic failover mechanism.
OpenRouter Aggregator (One Key for 200+ Models)
A leading global API aggregator and AI Gateway. It provides a single standardized interface compatible with OpenAI, allowing access to over 200 commercial and open models (Claude, GPT-4, Llama, DeepSeek, Mistral) through one shared balance and a single API key.
Output Tokens Limit (Why Text Cuts Off Mid-Word)
A hardware or software limit on the maximum length of a single response (Max Output Tokens). This explains why long code or articles sometimes stop mid-sentence and how the magic phrase 'Continue' brings the model back to work.
Overfitting
A fundamental issue in machine learning where a model excessively adapts to the training dataset along with its specific noise, losing the ability to generalize on new data. This entry dissects the divergence of loss functions, regularization techniques, and Early Stopping in code.
P
ENPaged Attention & KV-Cache Management
A GPU memory management algorithm that segments the KV-cache of a language model into contiguous virtual pages (similar to OS kernels), eliminating fragmentation and increasing throughput by four times.
Parsing Complex PDF Documents
Technologies for extracting structured text from complex PDF files (LlamaParse, Unstructured.io, Marker, Nougat). Explains why simple text copying disrupts reading order in two-column documents and how to preserve formulas, charts, and nested tables for RAG systems.
Patch & Diff-First Generation
A coding interaction pattern where the AI agent operates exclusively with targeted replacement blocks (Search-and-Replace / Unified Diffs), preserving the rest of the file unchanged and saving tokens.
Perplexity AI (Next-Generation Search Assistant)
A next-generation AI search engine (Answer Engine) that synthesizes comprehensive structured responses with clickable links to original sources in real-time, rather than presenting a list of ad links.
Pinokio AI Browser
A desktop standalone browser and application manager ('App Store for Open AI') that allows users to install, configure, and run complex AI environments (ComfyUI, Stable Diffusion, Whisper, FaceFusion) without needing knowledge of Git, Python, or the terminal.
Plan-and-Solve Prompting
A two-stage agent architecture that separates the strategic decomposition of a task into a global plan from its sequential tactical execution with dynamic replanning.
PR Review Drowning & Team Collapse
A crisis in engineering processes where the speed of code generation via AI surpasses the biological capacity of seniors to effectively read, analyze, and validate pull requests.
Pre-Training
The initial phase of creating a Foundation Model involves feeding a neural network trillions of words from the internet, books, and code on clusters of thousands of GPUs over months, costing tens to hundreds of millions of dollars.
Process Reward Models (PRM)
AI evaluation models that analyze the correctness of each individual logical step or agent tool invocation, preventing the accumulation of errors before reaching the final outcome.
Production-Grade Docker Compose Patterns
Engineering standards for secure deployment of multi-container services on VPS without the complexity of Kubernetes: resource limits, isolated networks, health checks, and secret management.
Prompt Caching
A technology for optimizing inference in large language models (Anthropic Claude, OpenAI, Google Gemini). It stores precomputed attention vectors of the static part of the input prompt (large books, codebases, or system instructions) in server memory, reducing the cost of repeated queries by 50–90%.
Prompt Caching & KV Cache Reuse
A technology utilized by modern inference engines and cloud APIs (Anthropic, OpenAI, DeepSeek, vLLM) that stores precomputed attention matrices (KV Cache) of static prefixes, reducing processing costs by 80–90% and decreasing time to first token (TTFT) by 4–8 times.
Prompt Caching Architecture & Economics
A methodology for designing prompts focused on maximizing hardware cache hits for prefixes (Prefix Caching) in Anthropic, OpenAI, and DeepSeek, achieving a 90% cost reduction and 80% speedup.
Prompt Chaining Basics for Beginners
A methodology for breaking down complex tasks into a sequence of focused prompts (Prompt Chaining). The output of the first step feeds into the next, ensuring high quality for each segment.
Prompt Engineering (Context Architecture & Prompt Engineering)
An engineering discipline focused on structuring system directives, XML markup, semantic delimiters, and examples to achieve deterministic, predictable outcomes from probabilistic models.
Prompt Extraction & Inversion Attacks
A methodology for analyzing cyber threats aimed at extracting secret system prompts, proprietary business logic, and hidden instructions through manipulative user queries.
Prompt Fatigue
A psychological and cognitive state of exhaustion experienced by developers due to the constant need to translate technical intentions into vague natural language, repeat context, and repeatedly reformulate prompts.
Prompt Injection
A critical vulnerability in LLM-based systems (OWASP Top 10 for LLM #1). It arises from the lack of architectural separation between control instructions (Control Plane) and external data (Data Plane), allowing an attacker to hijack model control.
Prompt Inversion / Extraction
An attack on AI application security (Prompt Extraction / Prompt Inversion) aimed at stealing hidden system prompts, commercial logic, or private company instructions through specially crafted dialogue traps.
Prompt Leakage
A vulnerability in artificial intelligence where users cleverly phrase requests to compel the bot to quote its hidden instructions (System Prompt) verbatim, revealing business logic, behavioral rules, and internal secrets of developers.
PydanticAI
A modern Python framework from the creators of Pydantic that introduces strict typing, Dependency Injection, and deterministic schema validation into the realm of AI agents.
Q
ENQuantization and GGUF Format
A mathematical method for reducing the precision of model weights (e.g., from 16-bit FP16 to 4-bit INT4) and a unified binary file format GGUF for instant loading into processors and GPUs via the llama.cpp engine.
Quantization Types: FP16, INT8, INT4
Technical formats for representing neural network weights. Ranging from full 16-bit floating-point precision (FP16 / BF16) to integer compression formats (INT8, INT4, AWQ, EXL2), which define the balance between memory consumption and the intellectual quality of responses.
Query Expansion in RAG: Why AI Rephrases Your Question Before Searching the Database
A technique for preparing search queries in RAG systems. Before querying the vector database, the language model automatically generates synonyms, keywords, or a hypothetical response (HyDE — Hypothetical Document Embeddings), significantly enhancing the quality of retrieved documents.
R
ENRAG (Retrieval-Augmented Generation)
An architectural pattern for corporate AI that dynamically enriches the model's context window with relevant verified knowledge from external repositories (vector databases, graphs, full-text indexes) before generating the final response.
RAG vs Fine-Tuning (The Eternal Dilemma of AI Implementation)
A fundamental architectural choice for businesses. RAG (Retrieval-Augmented Generation) versus Fine-Tuning (modifying model weights through additional training). Criteria for choosing between factual relevance and specific behavioral style.
Rate Limiting (Request Frequency Limitation and API Protection)
A systemic mechanism for controlling the intensity of incoming and outgoing traffic (Token Bucket, Sliding Window) to protect the backend from resource exhaustion, brute force attacks, Layer 7 DDoS, and financial overdraft on AI endpoints.
Rate Limits and Error 429 (Too Many Requests)
Provider-imposed restrictions on the speed and volume of requests to models (RPM — requests per minute, TPM — tokens per minute). This entry explains the causes of Error 429 and strategies to circumvent it.
ReAct Pattern (Reasoning + Acting)
A fundamental algorithmic pattern for autonomous agents that alternates between internal reasoning steps (Thought), executing external tools (Action), and analyzing the resulting output (Observation).
Reasoning Models
A class of next-generation AI models (OpenAI o1/o3-mini, DeepSeek-R1, Claude 3.7 Extended Thinking) that utilize Test-Time Compute scaling and an internal chain of thought for hypothesis validation.
Red Teaming in AI
A methodology for aggressive stress-testing AI models by specialized ethical research teams (Red Teams). Experts simulate malicious actions, identifying security gaps, jailbreaks, and prohibited responses before the model reaches millions of users.
Reflection Pattern
An architectural pattern that enhances agent reliability by dividing the process into solution generation (Generator), critical auditing (Critic), and iterative refinement (Refiner).
Reinforcement Learning from Human Feedback (RLHF)
Reinforcement Learning from Human Feedback (RLHF) is a training method that utilizes comparative human evaluations to train a Reward Model. Through RLHF, language models have learned to be Helpful, Honest, and Harmless.
Reranking Search Results (Reranking / Cross-Encoders)
A two-step search pattern in RAG systems. The first step (fast vector or hybrid search) retrieves 20-50 candidates in 10 ms. The second step (Cross-Encoder reranker model, such as Cohere Rerank or BGE-Reranker) meticulously matches the query with each retrieved text, retaining the top 3 most accurate documents.
Reverse Proxy (Nginx, Caddy, Traefik)
An intermediary server architectural layer that accepts external internet traffic (ports 80/443), performs SSL/TLS termination, compression (Brotli/Gzip), static caching, and securely routes requests to internal applications.
RLVR (Reinforcement Learning with Verifiable Rewards)
A post-training method for optimizing AI agent reasoning, where the reward function is based on objective mathematical verifications, compilers, and unit tests instead of subjective human evaluations.
Role Prompting: How Role Assignment Radically Changes Response Quality
A technique for formulating prompts by assigning the model a specific role, profession, or psychological persona (e.g., 'Act as a Senior DevOps', 'Imagine you are a pediatrician'). This activates specific layers of knowledge and professional vocabulary.
S
ENSampling Parameters (Temperature, Top-p, Min-p)
Mathematical hyperparameters of stochastic decoding (Temperature, Top-P, Min-P, Penalties) that govern the probability distribution for selecting the next token, defining the model's level of determinism, accuracy, and creativity.
Scaling Laws in AI
An empirical law established by OpenAI and Google (formulated by Jared Kaplan in 2020) asserting that the performance of a language model predictably increases as a power law with the growth of three factors: the number of model parameters, the volume of training data, and the computational power expended (Compute).
Secret Hygiene & Git Safety
A comprehensive set of engineering practices, cryptographic vaults, and pre-commit scanners (Gitleaks, Doppler, Infisical) for the secure management of API keys, tokens, and passwords without the risk of leakage into the public domain.
Seed and Determinism (Reproducing Generation Results)
A numerical identifier for the random number generator (Seed). It allows for the stabilization of randomness in language models and image generators to achieve consistent, reproducible results when repeating the same query.
Self-Attention Mechanism
A key mathematical mechanism of the Transformer architecture that enables each word in a sentence to dynamically weigh the importance of all other surrounding words. This allows the model to distinguish between homonyms and link pronouns ('he', 'she', 'it') to the correct entities.
Self-Correction Loop
A mechanism for autonomous code correction by the model through receiving grounded feedback from compilers, linters, or tests.
Self-Healing Code & Runtime Loops
An autonomous engineering loop where an AI agent modifies code, analyzes compiler feedback and runtime logs, and iteratively resolves its own errors until achieving 100% functionality.
Self-RAG & Corrective RAG (CRAG)
An adaptive search methodology where the language model autonomously assesses the relevance of retrieved documents, filters out noise, and dynamically reformulates the search query when information is lacking.
Self-Reflective Search (Self-RAG & Corrective RAG)
The architectural approach of Self-RAG and Corrective RAG (CRAG) enables a language model to critically assess the relevance and completeness of retrieved documents before generating a response, avoiding blind reliance on initial search results. If the findings are insufficient or dubious, the system automatically reformulates the query and searches again or accesses the open web.
Semantic Search: Why Meaning-Based Search Outperforms Traditional Ctrl+F
A technology for information retrieval based on the conceptual content of a query rather than exact letter matches or keywords. It understands synonyms, paraphrasing, spelling errors, and abstract natural language questions.
Serverless LLM Cold Start Optimization
A comprehensive set of engineering methods to reduce the cold start time of serverless containers with language models from 30–60 seconds to under 1 second: pre-warmed pools, chunked weight loading, and memory snapshots.
Shadow Git Worktrees & Branching
A methodology for isolating AI agent work in parallel git worktree directories, allowing the model to experiment and build projects without blocking the engineer's open editor.
Shadow Workspace & Git Worktrees
A methodology for complete physical isolation of agent processes in parallel worktrees (Git Worktrees), eliminating mutual blocking and allowing AI to modify and test code without risk to the developer's current branch.
Short-Term and Long-Term Memory of Agents
The architecture of multi-tier memory for autonomous agents. It distinguishes between Short-Term Memory (active context window of the current session) and Long-Term Memory (vector databases, user profile files, and episodic diaries).
SLMs (Small Language Models 1B–3B)
Ultra-compact next-generation models sized 1B–3B parameters (Llama 3.2, SmolLM, Qwen 2.5), designed for local execution on phones, in browsers, and on inexpensive edge servers.
Solo-Founder Velocity & Cognitive Overload
The psychological and operational burden of a single developer performing the roles of an 8-person team (Frontend, Backend, DevOps, QA, Security, Product) using AI, without the ability to share responsibility.
Sora and AI Video (Video Generation from Text)
A cutting-edge class of generative neural networks capable of creating photorealistic dynamic videos from text or static images (OpenAI Sora, Runway Gen-3, Kling, Luma Dream Machine).
Spec-Driven Development (SDD)
A leading software engineering methodology of the AI era, where the creation, alignment, and formalization of a structured machine-readable specification must precede code generation.
Spec-First Coding
An engineering methodology for AI development (Spec-Driven Development). Instead of chaotic code generation, the developer first composes a structured `SPEC.md` file outlining architecture, data types, and implementation steps.
Spec-First Engineering (RFC-Driven AI Dev)
A development methodology leveraging AI, where 80% of the developer's efforts focus on creating a crystal-clear technical specification (PRD/RFC) before generating the first line of code.
Speculative Decoding & Draft Models
A hardware acceleration technique for inferring large language models 2–3 times faster without quality loss through parallel verification of predictions from a fast draft model.
SSH Keys
An asymmetric pair of cryptographic keys (public and private) used by the Secure Shell (SSH) protocol for authentication without transmitting secrets over an unsecured network.
Stochastic Parrot Theory
A notable scientific critique of large language models, introduced by linguists Emily Bender and Timnit Gebru in 2021. It asserts that LLMs lack consciousness or understanding, merely repeating learned word combinations in a stochastic manner, akin to a parrot.
Streaming Text via SSE (Typewriter Effect)
A technology for transmitting generated tokens to the browser in real-time using the Server-Sent Events (SSE) protocol. It creates a typewriter effect, eliminating the unpleasant wait for a complete response.
Sub-Quadratic Attention & Mamba / State Space Models
Cutting-edge neural network architectures with linear computational complexity O(N), enabling the processing of millions of context tokens with constant memory usage.
Subagent Delegation Architecture
A hierarchical architectural pattern for building complex AI systems. Instead of attempting to solve everything with a single universal language model, a main orchestrator agent (Router/Manager) breaks down tasks and delegates them to specialized subagents (Researcher, Coder, Critic).
Subagent Fan-out & Map-Reduce Coding
A parallel development pattern where the main agent decomposes a massive task into N independent subtasks, launching N isolated subagents simultaneously and aggregating their results into a single diff.
Subagents and Delegation
An architectural pattern for launching ephemeral isolated child agents to execute resource-intensive subtasks in parallel without polluting the parent process's context window.
Supervisor Pattern (Hierarchical Multi-Agent)
An architectural template for organizing AI agents, where a central supervisor agent manages the lifecycle, task decomposition, and delegation to a pool of specialized workers.
Superwhisper (Voice-to-Code)
A local voice input utility based on Whisper models and Apple Silicon ANE, optimized for rapid dictation of technical prompts, code, and architectural specifications without delays or cloud leaks.
Sustainable Agent Delegation Discipline
A system of engineering rules, protocols, and psychological boundaries that enables productive coexistence with relentlessly operating AI agents without descending into round-the-clock shifts and burnout.
Sustainable AI Delegation
A methodology for long-term, psychologically healthy collaboration between humans and artificial intelligence. It establishes task distribution rules that prevent two extremes: turning the specialist into a passive observer or an exhausted 'nanny' for unstable autonomous agents.
Synthetic Boilerplate
The practice of fully generating routine boilerplate code using LLMs. This includes automatic creation of TypeScript interfaces, Zod validation schemas, database migrations (SQL/Drizzle/Prisma), API clients, and configuration files without manual typing.
Synthetic Data Generation & Pretraining
A technology for generating, automatically filtering, and formally verifying training datasets using artificial intelligence to overcome the shortage of quality human data.
Synthetic Imposter Syndrome
Existential devaluation of one's engineering expertise due to the majority of code and architectural solutions being generated by AI models rather than manually by the developer.
Synthetic Personas & Multi-Role Simulation
A methodology for modeling diverse user roles, security auditors, and accessibility experts using specialized system prompts for comprehensive stress testing of applications.
Synthetic Slop (AI Slop)
Low-quality, machine-generated mass content (doorway articles, absurd images on Facebook, automated YouTube videos) created solely for ad clicks, cluttering search engines and training datasets.
Synthetic Slop Fatigue
Psychological aversion and apathy in engineers caused by hours spent sifting through template-laden, overly verbose, and inelegant machine-generated code.
Synthetic Tests Generation (AI Writes Checks for Its Code)
A methodology for automatically generating verification tests (Unit, Integration, E2E using Vitest or Playwright) with artificial intelligence. Ensures deterministic quality control and prevents regressions in code.
Synthetic Users Testing
A methodology for product testing and UX/UI research using virtual agents with diverse predefined characteristics and goals. It enables the simulation of thousands of customer interactions with a new website in minutes, identifying awkward buttons, unclear texts, and sales funnel failures.
System Instructions (System Prompt and Custom Instructions)
The primary hidden directive from the developer or user (System Message). It establishes fundamental behavioral frameworks, roles, communication styles, and prohibited topics that the model retains throughout the session.
System Prompt (System Instructions & Metaprompting)
The primary metacontext block of instructions passed at the zero position of the context window, defining the agent's role, safety rules, available tools, and behavioral boundaries.
System Prompt Drift & Degradation
The phenomenon of gradual loss of primary instructions, response style, and security constraints by the language model as the dialogue history expands, along with methods for periodic rule reinjection.
T
ENTab Blind Acceptance (Tab Fatigue)
A psychological trap for modern developers where gray autocomplete suggestions from Copilot or Cursor are accepted by pressing the Tab key without careful reading and analysis. This leads to a loss of control over one's codebase and the emergence of hidden bugs.
Tailscale & WireGuard Mesh Networks
A technology for building fully private overlay mesh networks without exposing public SSH or database ports to the internet using the modern cryptographic protocol WireGuard.
Telegram Bot API for Autonomous Agents
The official HTTP interface for the Telegram platform, enabling the creation of autonomous chatbots, AI assistants, Telegram Mini Apps (TMA), and interactive notification channels.
Temperature in Generation (Creativity and Chaos Slider)
A key numerical parameter for text generation (typically ranging from 0.0 to 1.0 or 2.0). It determines the degree of unpredictability in selecting the next token, from strict deterministic mathematics to free-flowing creativity.
TensorRT-LLM & SGLang High-Speed Engines
Deeply compiled computational engines for extreme optimization of language model inference on NVIDIA servers, utilizing graph optimization, FlashAttention-3, and advanced routing.
Terminal Agent
A class of autonomous agents whose operational space is the command line (CLI/POSIX Shell), designed for direct interaction with the file system, OS processes, Git, and remote servers.
Terminal AI Agents (Project Management from the Console)
A class of console-based AI tools (Claude Code, Aider, OpenCode, ShellGPT) that operate directly in the Linux or macOS terminal: autonomously searching files, editing repositories, running tests, and making Git commits.
Test-Time Compute Scaling
A new paradigm in AI development by the end of 2026: enhancing response quality not through massive model sizes during training, but by allocating additional seconds for reasoning before generation.
Text Summarization (How to Condense 50 Pages into 5 Key Points)
A methodology for effectively condensing large volumes of information (Summarization). It explains how to transform 50-page reports into concise executive summaries using clear prompt templates following the structure: 'Core Insight + Risks + Next Steps'.
The Clean Slate Syndrome
A psychological trap of the agentic vibe coding era: the temptation to completely wipe a tangled repository (rm -rf) and start anew instead of conducting a structural refactoring of accumulated technical debt.
The Editor Mindset
The transformation of specialists (copywriters, developers, designers) from mere 'manual labor executors' to 'discerning chief editors and art directors,' where taste, curation, critical elimination of the superfluous, and final validation become paramount.
The Future of Junior Specialists in the Age of AI
An analysis of the transformation in the job market for junior specialists. Automation of basic tasks is dismantling traditional internships while empowering newcomers to independently create full-fledged products.
The Hyper-Productivity Trap
A psychological trap where a fivefold acceleration in code creation does not free up time for rest, but instead raises demands to deliver ten times more features, leading to rapid and severe burnout.
The Magic of the Phrase 'Think Step by Step'
A legendary prompt engineering technique (Zero-Shot Chain-of-Thought). Adding the phrase 'Let's think step by step' compels the neural network to unfold a chain of intermediate calculations, reducing logical errors by 50–70%.
The One-Shot Myth of Application Development
A common misconception among newcomers in vibe coding, fueled by TikTok marketing videos. Attempting to describe a massive, fully-fledged marketplace or CRM system in a single prompt inevitably leads to context loss, missing files, non-functional buttons, and fragile architecture.
The Turing Test and Its Obsolescence
The historical artificial intelligence test proposed by Alan Turing in 1950 assesses a machine's ability to engage in text dialogue convincingly enough that a human cannot distinguish it from another human. This entry explains why the advent of language models has rendered this test scientifically irrelevant.
Thinking Budget in New Models
A new parameter in modern hybrid reasoning models (Claude 3.7 Sonnet, OpenAI o1/o3) that allows users to define the limit of tokens or seconds the AI can spend on internal contemplation before delivering a final response.
Token Budgeting & Cost Governance
A financial management system that establishes strict limits on token expenditures (Hard Limits) and optimizes the cost of successful task execution when working with AI models.
Token Burn Rate
A critical engineering and financial metric for the rate of consumption of contextual and generative tokens (and dollars per hour) in agent-based development sessions, factoring in prompt caching.
Token Pricing Math
A methodology for calculating financial costs associated with using commercial AI APIs. It explains the cost differences between input (Prompt/Input) and output (Completion/Output) tokens, hidden context costs, and the formula for estimating the unit economics of a startup.
Tokens Explained (How Many Words in a Token)
The fundamental unit of measurement for text in language models. This entry explains how words are broken down into tokens, why this impacts query costs, and why Ukrainian words consume more tokens than English ones.
Tool Calling (Function Calling)
A low-level mechanism in language models that enables them to reliably generate validated parameters in JSON format for executing functions in external programming environments.
Tool Schemas (Tools & JSON Schema)
A standardized formal description of tool interfaces for large language models using the JSON Schema standard. It includes the function name, a detailed textual description of its purpose, a list of required parameters, and their value types.
Top-P / Nucleus Sampling
A probabilistic word filtering method (Nucleus Sampling) that truncates the 'long tail' of low-probability, bizarre, and nonsensical words, retaining only the most relevant options with a cumulative probability of P (typically 0.9).
Transformer Architecture
The neural network architecture introduced by Google researchers in 2017 in the paper 'Attention Is All You Need'. It forms the foundation of all modern language models (GPT, Claude, Gemini, Llama), replacing slow recurrent networks and enabling parallel processing of entire text sequences.
TTFT vs TPS (Inference Latency Metrics)
Two key engineering metrics for inference performance: Time To First Token (latency to response initiation) and Tokens Per Second (throughput of code generation).
U
ENV
ENVector Databases (Vector DBs & ANN Search)
Specialized DBMS and extensions (Qdrant, pgvector, Milvus, Chroma, Turso) optimized for storing millions of high-dimensional vectors and ultra-fast Approximate Nearest Neighbors (ANN) search.
Vector Embeddings (Dense Embeddings)
A mathematical projection of text, code, or multimodal data into a dense, multidimensional numerical vector, where the angle and geometry between coordinates reflect their semantic affinity.
Vector Metadata Filtering & Hybrid Routing
This technology combines semantic vector search with strict deterministic SQL/NoSQL filters on fields (tenant_id, version, role, date) before calculating vector distances.
Verification Discipline
A fundamental engineering principle stating that any output generated by artificial intelligence is treated as an unverified hypothesis requiring empirical validation before acceptance.
Verification Fatigue & Rubber-Stamping
Cognitive dulling of an engineer's attention due to a constant influx of large diffs generated by AI, leading to mechanical approval of unverified code in production.
Vibecoding
A new paradigm in software engineering where humans act as architects and verifiers of intent, while AI agents autonomously handle syntax, testing, compilation, and debugging.
Vibecoding Dopamine Loops
Neurophysiological dependency of developers on instant gratification from generating functional prototypes and subsequent burnout when faced with complex debugging routines.
Vibecoding Fatigue
A specific syndrome of mental exhaustion and alienation for developers, caused by rapid code generation without maintaining a mental model, culminating in Debugging Paralysis.
Video RAM (VRAM) for AI
Video RAM (VRAM) is the memory of the graphics card where neural network weights and the context window are loaded. It is the primary hardware bottleneck: if the model does not fit in VRAM, it either won't run or will operate dozens of times slower on a regular CPU.
Vision Language Models (VLM)
Multimodal models that combine the ability to perceive visual images (through patching) with the textual intelligence of LLMs. They enable object recognition in photos, analysis of complex graphs, reading receipts, and understanding interfaces.
vLLM (High-Performance Inference Engine)
Leading open-source inference engine and LLM servicing framework that revolutionizes throughput with the PagedAttention memory virtualization algorithm and continuous batching.
Voice Cloning and Audio Ethics
The technology for generating a digital replica of a person's voice from a short audio sample (ranging from 5 seconds to several minutes). It enables dubbing videos in one's own voice in different languages but poses serious risks for phone fraud and requires strict ethical verification.
Voice Coding with Superwhisper (Speed of Thought)
A methodology for formulating engineering tasks and prompts vocally using local speech recognition utilities (Superwhisper, MacWhisper). It enables conveying extensive context at a speed of 150 words per minute without wrist pain.
Voice-Driven Coding & Dictation Pipelines
A methodology for rapid engineering task formulation through local voice recognition (Superwhisper / Whisper.cpp) with automatic transformation of thought streams into structured PRDs and specifications.
VPS Hardening
A systematic process of configuring and reducing the attack surface of the Linux operating system on a virtual server through privilege restrictions, cryptographic isolation, and network auditing.
VPS Hosting
A model for providing isolated computing resources via a hardware hypervisor (KVM), offering full root access to a Linux operating system for deploying autonomous systems.
W
ENWeb Search in Chat (Real-Time Internet Search)
An integrated web search feature within ChatGPT, Claude, and Gemini (globe icon). It enables the model to retrieve fresh data from websites for the current day and provide answers with direct links to sources.
WebAssembly Sandboxing (Wasm / WASI)
A technology for isolated execution of third-party code and agent plugins within lightweight WebAssembly runtimes (Wasmtime, Wasmer) with sub-millisecond startup and zero access to the OS.
Webhooks (Asynchronous Webhooks)
An architectural pattern for asynchronous inter-service communication (Event-driven Push), where the event provider sends an HTTP POST request with data to a registered consumer URL upon the occurrence of a system event.
WebMCP & Browser-Native Tools
The adaptation of the Model Context Protocol (MCP) for direct operation within web browsers, enabling AI agents to interact with the DOM, LocalStorage, WebAssembly, and IndexedDB without local daemons.
Weights and Biases of Neural Networks
The fundamental nature of a trained neural network. Weights are matrix coefficients representing the strength of connections between artificial neurons, while biases are the activation sensitivity thresholds. This entry explains storage formats (.safetensors, bfloat16, fp8) and weight inspection via Python and CLI.
Why the Word 'Not' Breaks Prompts (Positive Instructions)
The psychological and algorithmic paradox of language model behavior ('The Pink Elephant Paradox'). This explains why commands containing 'not' often lead to counterproductive outcomes and how to rephrase prohibitions into positive directives.
Windsurf Cascade (Agentic Engine by Codeium)
An innovative agentic environment from Codeium, implementing the continuous 'Flow' concept: it combines deep project indexing, autonomous execution of shell commands in the terminal, and on-the-fly error correction.
Windsurf IDE & Cascade
AI-first integrated development environment from Codeium based on the Cascade agent engine, focused on the concept of continuous context flow (Flows) and synchronous pair interaction.
X
ENZ
ENZero-Downtime Deployment
A methodology and engineering mechanisms for updating production services without interrupting user service, breaking existing TCP connections, or generating HTTP errors 502/503.
Zero-Shot CoT vs Dynamic Reasoning
The historical and practical evolution of reasoning techniques: from the simple phrase 'Let's think step by step' (Zero-Shot Chain-of-Thought) to native computational budgeting of reasoning in modern models.
Zero-Shot vs. Few-Shot (The Power of Examples)
A comparison of two fundamental prompting techniques. Zero-Shot involves a direct query without examples, while Few-Shot provides the model with several samples of the desired response before executing the task for precise calibration of format and tone.
Zero-Trust Architecture for AI Servers
The security paradigm 'Never Trust, Always Verify' eliminates static passwords, requires short-lived access certificates, mutual mTLS encryption, and complete isolation of secrets.
#
.cursorrules File (Project Rules for AI)
A special configuration file located at the root of the repository (.cursorrules). It automatically conveys coding style rules, technology stack, prohibited libraries, and architectural constraints to the model before each generation.
10x Agentic Coder
An evolutionary model of a software engineer whose productivity scales through the orchestration of a swarm of autonomous agents, systematic specification design, and rigorous verification instead of manual coding.
Full Stack of Tools, Tier Lists, and AI Skills
Beyond the glossary, GOTBURNOUT provides frontier AI benchmarks, a catalog of over 100,000 AI Agent Skills, production-ready VPS hardening scripts, and an exclusive Pro developer community.