Active Nerds
Reference Library

Technical Glossary

Mechanism-first definitions for commands, architecture patterns, and key concepts across Docker, Kubernetes, Gen AI, and Agentic AI.

Active filters:Topic: Gen AI
Showing 13 of 49 entries

Neural network architecture relying entirely on self-attention mechanisms to compute contextual representations in parallel.

gen-aiarchitecture patternintermediate

Mathematical operation computing context weights by comparing Query, Key, and Value vector dot-products.

gen-aiconceptintermediate

Sub-word atomic chunk created by tokenizers (e.g. BPE) mapping text strings to numerical vocabulary IDs.

gen-aiconceptbeginner

Dense numerical vector representing semantic meaning of text tokens in a continuous high-dimensional vector space.

gen-aiconceptbeginner

Architecture pattern augmenting LLM prompts with relevant context retrieved dynamically from external vector databases.

gen-aiagentic-aiarchitecture patternintermediate

Maximum token capacity an LLM can digest in a single forward pass, spanning system prompts, history, and responses.

gen-aiconceptbeginner

Hyperparameter scaling logit probabilities before softmax to tune generation randomness and entropy.

gen-aiconceptintermediate

Sampling strategy filtering candidate tokens to the smallest set whose cumulative probability reaches threshold P.

gen-aiconceptintermediate

Process of updating LLM weights on specialized task datasets to adjust domain behavior or response formats.

gen-aiconceptadvanced

Parameter-efficient fine-tuning technique freezing base weights and inserting trainable low-rank decomposition matrices.

gen-aiarchitecture patternadvanced

Alignment technique tuning LLM outputs using reward models trained on human pairwise preference rankings.

gen-aiarchitecture patternadvanced

Database engine specialized for indexing and performing fast nearest-neighbor similarity searches over vector embeddings.

gen-aiagentic-aitoolintermediate

Mechanism enabling LLMs to emit structured JSON payload calls invoking external APIs, scripts, or database queries.

agentic-aigen-aiconceptbeginner