Glossary Q - T
Technical terms for software development and AI agents starting with Q - T
Q (2 terms)
QLoRA (Quantized LoRA)
inteligencia-artificialTechnique combining 4-bit quantization with LoRA to enable fine-tuning large language models on consumer hardware, democratizing LLM adaptation.
Quantization
inteligencia-artificialTechnique that reduces the numerical precision of AI model weights to decrease size and accelerate inference, with minimal quality loss.
R (12 terms)
RAG (Retrieval-Augmented Generation)
inteligencia-artificialArchitecture that combines information retrieval from external sources with LLM text generation for more accurate responses.
Rate Limiting
Software ArchitectureTechnique controlling the number of requests a client can make to an API within a time period, protecting services against abuse and overload.
Read Replicas
cloud-infraestructuraDatabase copies dedicated to handling read queries, reducing load on the primary database and improving overall performance.
Refactoring
desarrollo-softwareProcess of restructuring existing code without changing its external behavior, improving readability, maintainability, and internal design.
Regression Testing
terminos-tecnicosVerify changes do not break functionality
Reserved Instances
cloud-infraestructuraAWS pricing model based on a 1 or 3-year usage commitment that offers significant discounts compared to on-demand pricing.
REST API
terminos-tecnicosHTTP interface for system communication
Right-Sizing
cloud-infraestructuraPractice of matching cloud instance sizes to actual workload requirements to optimize costs without sacrificing performance.
RLHF (Reinforcement Learning from Human Feedback)
inteligencia-artificialTraining technique that aligns AI model outputs with human preferences using reinforcement learning.
ROI (Return on Investment)
businessFinancial metric that measures the profitability of an investment by comparing the benefit obtained with the initial cost.
RPO (Recovery Point Objective)
Cloud and AWSMetric defining the maximum amount of data an organization can afford to lose, measured as the time interval between the last backup and the incident.
RTO (Recovery Time Objective)
Cloud and AWSMetric defining the maximum acceptable time to restore a service after an incident, determining the urgency and cost of the recovery strategy.
S (20 terms)
Scalability: What It Is and How to Achieve It
terminos-tecnicosScalability is the ability of a system to handle growth without degrading performance. Learn the types of scalability and when it matters.
Security Group
cloud-infraestructuraAWS virtual firewall that controls inbound and outbound network traffic at the instance level, defining which connections are allowed through access rules.
Self-Hosted Infrastructure
Technical TermsOwn datacenter where hardware and software are operated in-house vs cloud providers. For sustained AI inference >5B tokens/month, reaches break-even in 4-6 months with 75% savings over 5 years.
Semantic Kernel
inteligencia-artificialAI orchestration SDK developed by Microsoft that enables integrating language models with existing code, plugins, and memory to build enterprise AI applications.
Serverless
cloud-infraestructuraCloud computing model where the provider manages server infrastructure, scaling, and maintenance automatically.
Service Mesh
cloud-infraestructuraInfrastructure layer that handles service-to-service communication in microservices architectures, providing observability, traffic management, and security without code changes.
Sharding
arquitectura-softwareHorizontal database partitioning technique that distributes data across multiple instances to scale storage and query capacity.
SLA (Service Level Agreement)
Cloud and AWSFormal agreement between provider and client defining service level commitments, including guaranteed availability, performance, and response times.
Slam Dunk Tasks
AI DevelopmentTasks where an AI agent can execute with high confidence and minimal supervision because they have been validated multiple times. Concept from Mitchell Hashimoto framework for effective agent delegation.
SLI (Service Level Indicator)
DevOps and CI/CDQuantitative metric measuring a specific aspect of service level, such as latency or error rate, serving as the foundation for defining SLOs and SLAs.
SLO (Service Level Objective)
DevOps and CI/CDInternal objective defining the desired reliability level for a service, stricter than the SLA and used as an operational target by engineering teams.
Smoke Testing
Software DevelopmentMinimal set of tests verifying that critical application functionalities work correctly after a deployment, before running the full test suite.
SOC 2 Compliance
terminos-tecnicosSecurity standard for B2B SaaS
Software Architecture: What It Is and Why It Matters
Software DevelopmentSoftware architecture is the fundamental structure of a system: components, relationships and design principles. Learn why it is critical for your project success.
SOLID Principles: What They Are and How to Apply Them
Software DevelopmentSOLID is five principles of object-oriented software design. Learn what each letter means and how to apply them for maintainable code.
Spot Instances
cloud-infraestructuraSpare AWS compute capacity available at discounts of up to 90% compared to on-demand pricing, with the possibility of interruption.
Sprint
gestion-productoFixed-duration development cycle in agile methodologies where the team commits to completing a defined set of work delivering functional increments.
Staff Augmentation: What It Is and When to Use It
Technical TermsStaff Augmentation is a hiring model where external professionals are added to temporarily reinforce an internal team. Learn when it makes sense.
Stateless Architecture
arquitectura-softwareArchitectural design where servers store no session data between requests, enabling effective horizontal scaling and fault tolerance.
Strangler Fig Pattern
Software ArchitectureMigration pattern that gradually replaces a monolithic system by redirecting functionalities one by one to the new system until the original becomes obsolete.
T (16 terms)
Tabnine
inteligencia-artificialAI code completion tool that prioritizes privacy and enterprise security, offering models that can run locally without sending code to the cloud.
TCO (Total Cost of Ownership)
businessTotal cost of acquiring, implementing, maintaining, and operating a technology solution throughout its entire lifecycle.
Technical Debt Assessment
Software DevelopmentSystematic process for identifying, quantifying, and prioritizing technical debt in a system, determining its impact on productivity and remediation cost.
Technical Debt: What It Is and How to Manage It
Technical TermsTechnical debt is the accumulated cost of suboptimal technical decisions. Learn what it is, types, how to identify it and strategies for managing it.
Temperature
inteligencia-artificialParameter that controls the randomness of LLM outputs. Lower values produce deterministic responses; higher values generate more creative, varied outputs.
Terminal-Bench
Technical TermsBenchmark of 89 tasks to evaluate LLM agent capabilities in terminal environments, with realistic tasks from training ML models to compiling Linux from source. Frontier models solve <65% of tasks.
Terraform
cloud-infraestructuraOpen-source Infrastructure as Code tool by HashiCorp for defining cloud resources in declarative configuration files with multi-cloud support.
Test Coverage
terminos-tecnicosPercentage of code with automated tests
Time to Market
AI DevelopmentTiempo desde concepto hasta lanzamiento
Token Economics
Technical TermsPricing models and cost optimization for LLM usage, where output tokens cost 3-10× more than input tokens, and large requests (>200K) have automatic premium pricing.
Tokenizer
inteligencia-artificialComponent that splits text into tokens (subword units) that LLMs can process, affecting cost, context limits, and multilingual performance.
Tool Use
inteligencia-artificialLLM capability to invoke external tools like web search, code execution, file operations, and APIs during a conversation.
Top-K / Top-P Sampling
inteligencia-artificialDecoding strategies that control how an LLM selects the next token, balancing coherence and diversity in generated responses.
Transformer
inteligencia-artificialNeural network architecture that uses self-attention mechanisms to process sequences in parallel, enabling modern LLMs.
Trunk-Based Development
DevOps and CI/CDVersion control strategy where developers integrate small, frequent changes directly into the main branch, minimizing long-lived feature branches.
Twelve-Factor App
Software ArchitectureMethodology of twelve principles for building modern SaaS applications that are portable, scalable, and deployable on cloud platforms predictably.
Missing a term?
If you need information about a specific term not in our glossary, contact us.
Contact