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:Type: Architecture Pattern
Showing 12 of 49 entries

Storage driver combining distinct read-only image layers and a read-write layer into a single unified directory tree.

dockerarchitecture patternintermediate

Storage optimization strategy deferring file copies until modifications occur, sharing underlying layer blocks.

dockerarchitecture patternintermediate

Dockerfile design pattern using multiple FROM instructions to separate build-time SDK dependencies from slim runtime artifacts.

dockerarchitecture patternintermediate

Continuous control loop pattern comparing actual cluster state against declared target state in etcd.

kubernetesarchitecture patternintermediate

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

gen-aiarchitecture patternintermediate

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

gen-aiagentic-aiarchitecture patternintermediate

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

Agent prompting framework interleaving explicit step-by-step reasoning thoughts with action tool calls and observation inputs.

agentic-aiarchitecture patternbeginner

Control pattern decomposing high-level user tasks into DAG sub-goals executed sequentially or in parallel by subagents.

agentic-aiarchitecture patternintermediate

Agent self-correction loop evaluating tool outputs or generated code against criteria before returning final output.

agentic-aiarchitecture patternintermediate

Architecture connecting multiple specialized subagents via a central router or swarm topology to solve complex tasks.

agentic-aiarchitecture patternadvanced