OpenTelemetry: An open-source observability framework for generating and collecting telemetry data (logs, metrics, traces) from software
QLoRA: Quantized Low-Rank Adaptation—a technique to fine-tune large models efficiently by freezing most parameters and training small adapters in low precision
FPR: False Positive Rate—the percentage of benign (safe) items incorrectly flagged as malicious
TPR: True Positive Rate (Sensitivity)—the percentage of malicious items correctly identified as malicious
TNR: True Negative Rate (Specificity)—the percentage of benign items correctly identified as safe
Agentic AI: AI systems capable of autonomous planning, reasoning, and tool use to achieve high-level goals
Trace-based analysis: Security monitoring that looks at the chronological sequence of system events (traces) rather than just isolated inputs
RAG: Retrieval-Augmented Generation—providing an LLM with external knowledge (documents) during inference to improve accuracy
NF4: NormalFloat 4-bit—a specific data type for quantization that optimizes the dynamic range for neural network weights
BF16: BFloat16—a floating-point format that retains the dynamic range of 32-bit floats with reduced precision, commonly used in ML training