Skip to main content
GLOSSARY · 140 TERMS · AI · DEVOPS · COMPLIANCE

Shared vocabulary for consistent execution.

Authoritative definitions across AI governance, DevOps velocity, compliance frameworks, and modernization terminology. Consistent language is the first prerequisite of consistent delivery.

TERMS
140
Defined entries
DOMAINS
4
AI · DevOps · Compliance · Infra
ALIASES
Yes
Acronyms mapped
FILTERABLE
Yes
Search below
THE TERMS

140 definitions. Searchable.

Use the filter to find a specific term. Each entry links to a full definition page with usage context and related concepts.

  • ai governance – Structures, policies, and controls ensuring responsible, compliant, and value-driven AI deployment.
  • ai readiness – An organization’s maturity across data, culture, tooling, and process to scale AI initiatives.
  • cmmc level 2 – Cybersecurity Maturity Model Certification level focused on advanced practices for protecting controlled unclassified information.
  • fedramp – Federal Risk and Authorization Management Program establishing standardized cloud security assessment.
  • zero trust architecture – Security paradigm minimizing implicit trust, continuously verifying users, devices, and context.
  • retrieval augmented generation – Pattern combining vector-based retrieval with generative models to ground responses in source-of-truth context.
  • prompt injection – Adversarial manipulation of model instructions to override intended behavior or leak sensitive data.
  • change failure rate – Percentage of production changes resulting in degraded service requiring remediation.
  • deployment frequency – Rate at which an organization successfully releases to production—key DORA metric.
  • mttr – Average time to restore service after an incident—core resiliency indicator.
  • service level objective – Target reliability performance level for a service, measured via SLIs.
  • policy as code – Encoding governance & compliance rules in machine-enforceable formats executed in CI/CD and runtime.
  • data minimization – Principle restricting data collection and retention to only what is strictly necessary for defined purposes.
  • model drift – Degradation of model performance over time due to changing data distributions or concept evolution.
  • threat modeling – Structured process to identify, categorize, and prioritize potential system threats for mitigation.
  • ai bill of materials – Inventory detailing datasets, models, parameters, and dependencies used in an AI system.
  • explainability – Degree to which model decision pathways can be interpreted and validated by humans.
  • governance matrix – Mapped framework aligning roles, controls, risks, and audit evidence for AI lifecycle stages.
  • copilot adoption – Structured enablement and governance activities driving responsible developer AI assistant usage.
  • mvp validation – Evidence-driven process confirming market desirability and feasibility before scaling build investment.
  • finops – Practice of aligning cloud spend with business value through cross-functional accountability and optimization.
  • feature flag – Mechanism enabling runtime toggling of functionality for safe deployment and experimentation.
  • vector embedding – Dense numerical representation of semantic meaning used for similarity search and retrieval.
  • model registry – Central system storing model versions, metadata, lineage, and promotion status.
  • data lineage – Traceable lifecycle of data origin, transformations, and downstream usage.
  • incident retrospection – Structured analysis of an incident to extract learnings and remediation actions.
  • continuous validation – Ongoing automated verification of model performance, drift, and operational constraints.
  • policy engine – Runtime or CI component evaluating declarative governance or compliance rules against events.
  • secret scanning – Automated detection of hardcoded credentials or sensitive tokens in code and configs.
  • concept drift – Shift in the underlying relationship between input features and target outputs over time.
  • benchmark dataset – Curated labeled data used to consistently evaluate model performance across iterations.
  • prompt template – Reusable structured input pattern for a language model to ensure consistent task performance.
  • synthetic data – Artificially generated data approximating statistical properties of real datasets for training or testing.
  • chain of thought – Intermediate reasoning steps a model generates to reach an answer—may be hidden or exposed.
  • hallucination rate – Observed frequency of unsupported or fabricated model outputs over evaluated scenarios.
  • tool orchestration – Coordinated invocation of external functions/APIs by an AI agent to accomplish multi-step tasks.
  • reasoning trace – Captured sequence of intermediate model planning or deliberation steps for debugging and evaluation.
  • agent intervention rate – Portion of agent-handled tasks requiring human takeover or override.
  • data redaction – Removal or masking of sensitive entities before model exposure.
  • prompt hygiene – Practices ensuring clarity, safety, and consistency in prompt construction and maintenance.
  • drift detection – Monitoring pattern identifying statistically significant change in model behavior or data distributions.
  • autonomy escalation – Controlled handoff from automated agent flow to supervised human resolution path.
  • golden dataset – High-quality, curated benchmark dataset used for regression evaluation.
  • risk register – Catalog of identified risks with scoring, mitigations, and ownership for ongoing governance.
  • evidence artifact – Documented proof (logs, screenshots, exports) demonstrating control operation or compliance status.
  • progressive delivery – Gradual release strategy (canaries, feature flags) to limit blast radius and observe impact.
  • scenario evaluation – Structured test harness executing representative tasks to score model or agent performance.
  • capability boundary – Explicitly defined operational scope limiting an agent’s accessible actions or tools.
  • token budget – Allocated limit on tokens or cost for a model interaction or reasoning chain.
  • guardrail – Safety or policy mechanism preventing or mitigating undesired model behaviors.
  • context window – Maximum token length a model can process in a single interaction.
  • latent representation – Compressed numerical encoding learned by a model capturing semantic structure.
  • semantic drift – Change in meaning or usage of business/domain terminology over time impacting model performance.
  • policy drift – Gradual divergence between documented governance policies and actual operational behaviors.
  • evaluation harness – Automated framework executing tests to score model or agent performance across metrics.
  • fail fast rollback – Mechanism enabling rapid reversal of a deployment upon early anomaly signals.
  • feature flag debt – Accumulated complexity and risk from stale or orphaned feature toggles.
  • cost per successful task – Economic efficiency metric dividing total AI/agent compute & infra spend by successful outcomes.
  • hallucination exception – Captured event where model output is flagged as unsupported or safety-invalid.
  • model card – Documentation artifact summarizing intended use, limitations, and performance characteristics of a model.
  • red team scenario – Adversarial evaluation case probing system weaknesses or unsafe behavior potential.
  • prompt template registry – Version-controlled collection of approved prompt patterns.
  • structured logging – Consistent machine-parseable log format enabling reliable analysis across systems.
  • trace sampling – Selective retention of a subset of detailed execution traces for cost-effective observability.
  • secret rotation – Periodic replacement of credentials or keys to reduce compromise impact window.
  • evidence reuse – Leveraging a single control implementation artifact across multiple compliance frameworks.
  • baseline drift – Shift in previously recorded performance baseline requiring recalibration of targets.
  • scorecard – Concise dashboard summarizing KPIs or maturity indicators against targets.
  • semantic enrichment – Augmentation of text with additional contextual descriptors supporting retrieval or reasoning.
  • license utilization – Active use percentage of provisioned software or platform licenses.
  • acceptance rate – Ratio of AI assistant suggestions accepted vs total suggestions shown.
  • drift index – Composite indicator aggregating multiple drift signals into a single severity score.
  • hallucination taxonomy – Categorized schema of hallucination types for consistent classification and remediation.
  • change lead time – Elapsed time from code commit to production deployment.
  • intervention log – Record of human overrides or adjustments during agent operation used for refinement.
  • memory ledger – Durable store of curated prior interactions or learnings reused by agents.
  • tool budget – Limit on number or cost of external tool calls per agent task.
  • confidence threshold – Minimum confidence score required before automated action or response emission.
  • risk heat map – Visual matrix correlating impact and likelihood for prioritized mitigation focus.
  • metric normalization – Adjusting metrics to common scales facilitating comparison across services or teams.
  • elastic scaling – Automatic adjustment of compute resources based on load conditions.
  • golden path – Opinionated, pre-approved implementation approach minimizing decision friction.
  • code provenance – Traceability of source code origin, contributions, and transformation history.
  • supply chain security – Practices protecting software dependencies, build processes, and artifact integrity.
  • dependency SBOM – Software Bill of Materials enumerating components and dependencies in an application.
  • governance cadence – Recurring scheduled forum reviewing controls, metrics, and risk posture.
  • scenario pass rate – Percentage of evaluation scenarios meeting defined success criteria.
  • tenant isolation – Logical or physical segmentation ensuring one tenant cannot access another tenant’s data.
  • data retention matrix – Table defining retention duration and disposal method per data class.
  • variance analysis – Assessment of deviation between expected and actual performance values.
  • ai receptionist – A 24/7 conversational voice agent that answers inbound calls, qualifies callers, books appointments, and routes urgent issues to a human — replacing missed-call voicemail entirely.
  • ai dispatcher – A scheduling agent that assigns jobs to crews or technicians based on location, skill, parts availability, and SLA, often re-routing dynamically during the day.
  • intake automation – Replacement of paper or PDF forms with a conversational intake flow that captures structured data, verifies eligibility, and writes directly to the system of record.
  • conversational scheduling – Two-way SMS or voice booking flow where the caller proposes times in natural language and the agent reconciles them against the practice or shop calendar.
  • no-show prediction – Model that flags appointments at high risk of cancellation or no-show so the practice can overbook, reach out, or shift to telehealth proactively.
  • review velocity – Rate at which a business accumulates new public reviews. AI automation lifts review velocity by triggering review requests immediately after job completion.
  • attribution by call – Linking a phone-call lead to the campaign or page that drove it, typically via dynamic number insertion and an AI agent transcribing the call outcome.
  • dynamic estimating – Generating a quote in real time from a photo, video, or voice description using a vision/language model rather than waiting for a site visit.
  • route optimization – Sequencing a day’s stops to minimize drive time and meet time windows, factoring crew skills, parts on the truck, and live traffic.
  • first-call booking rate – Share of inbound calls that convert to a booked appointment on the first contact. Field-service operators target 80%+; phone-tag loops cap most at 50–60%.
  • job profitability – Margin per completed job after labor, parts, travel, and rework. Field-service AI surfaces unprofitable jobs early via real-time time-on-task and parts variance signals.
  • change-order documentation – Capturing a scope change with photos, voice notes, and signed approval. AI transcribes the discussion, drafts the change order, and routes it for sign-off in minutes rather than days.
  • recall management – Practice workflow that brings patients back at the right interval. AI handles outreach via SMS, email, and voice — clearing the recall list weekly instead of monthly.
  • insurance verification – Confirming a patient’s benefits before the visit so the practice quotes accurate patient responsibility. AI agents query payer portals and parse the eligibility response.
  • treatment-plan narration – Generating the clinical justification narrative for a treatment plan or claim from structured exam data, ready for payer submission.
  • soap notes – Subjective/Objective/Assessment/Plan note format used in chiropractic and other clinical practices. AI dictation pipelines draft SOAP notes from a session recording in under a minute.
  • menu engineering – Pricing and positioning menu items based on margin and popularity. AI surfaces under-priced bestsellers and over-priced laggards from POS data.
  • digital vehicle inspection – Photo/video walk-around of a vehicle delivered to the customer with AI-drafted recommendations, replacing the paper inspection form.
  • transaction coordination – The packet of activities between a real-estate offer and closing — disclosures, inspections, financing, title. AI agents track deadlines and chase signatures.
  • policy comparison – Side-by-side comparison of two or more insurance policies. AI extracts the structured terms (deductibles, exclusions, limits) so brokers can advise in minutes.
  • contract review – Reading a contract for risk, missing clauses, and deviations from a playbook. AI tools surface issues at second-pair-of-eyes quality in 90 seconds.
  • e-discovery – Locating, preserving, and reviewing electronic documents for litigation. AI clusters documents by issue and pre-codes for privilege.
  • billable-time leakage – Time worked that doesn’t make it onto an invoice. AI passive time trackers and AI-drafted narratives recover 6–12% of revenue on average.
  • lead response time – Minutes between a lead landing and the first human or AI touch. Sub-5-minute response converts 21× more leads than 30-minute response.
  • listing copy – The marketing description on a real-estate listing. AI drafts compliant, agent-voice listing copy in 30 seconds from a photo set and MLS fields.
  • renewal outreach – Insurance broker workflow contacting policyholders before renewal to upsell, cross-sell, or move risk. AI agents automate the outbound sequence and triage replies.
  • quality-control checklist – Photo-anchored verification of work-quality, used in cleaning, lawn care, and contracting. AI scores submissions for completeness and flags exceptions.
  • sms drip – A scheduled sequence of text messages — onboarding, retention, recall. AI agents personalize the body and reply when recipients respond.
  • review reply automation – Drafting on-brand replies to public reviews. AI keeps tone consistent across staff and clears the backlog same-day.
  • rebooking – Pre-scheduling the next appointment before the client leaves. AI agents prompt the front desk + send the SMS confirmation and recall.
  • crew dispatch – The morning assignment of crews to jobs and trucks. AI dispatch tools balance route, skill, and SLA against live cancellations.
  • parts ordering – Procurement of parts required to close a job. AI agents read the work order, pull the parts list, and place the order with the preferred supplier.
  • estimate accuracy – Closeness of a job estimate to actual final cost. Vision-AI estimating raises accuracy from ±25% to ±8% on residential trades.
  • job costing – Allocating labor, parts, and overhead to a specific job to compute true margin. AI ingests time-on-task, parts pulls, and travel automatically.
  • voice ai agent – A real-time conversational agent on the phone — answers, books, qualifies, escalates. Vendors include Goodcall, Numa, Air, Synthflow, Bland, Retell.
  • callback automation – Returning missed calls within minutes via an AI agent rather than waiting for the next staff slot.
  • estimating from photo – Generating a job estimate by feeding a job-site photo or video into a vision-language model — common for roofing, auto body, landscaping.
  • practice management system – Software-of-record for clinical or service practices — schedule, billing, charting. Examples: Dentrix, Open Dental, AthenaHealth, ChiroTouch, ezyVet.
  • field service management – Software-of-record for field-service businesses — dispatch, work orders, estimates, invoicing. Examples: ServiceTitan, Housecall Pro, Jobber, FieldEdge.
  • ai governance for small business – A lightweight version of enterprise AI governance — usage policy, prompt guidelines, data handling, vendor due diligence — sized for a 5–50 person operator.
  • phone tag – Failed back-and-forth voicemail exchanges. AI receptionists collapse phone-tag to zero by answering live 24/7.
  • recall list – List of patients due for a re-visit. AI clearing of the recall list lifts hygiene production 20–35% in dental practices.
  • pos data – Transaction-level data from the point of sale. AI analyzes POS data for menu engineering, labor scheduling, and inventory variance in restaurants and salons.
  • capacity planning – Forecasting how much demand a practice or shop can absorb. AI uses appointment data, technician hours, and lead inflow to size staffing weeks ahead.
  • after-hours coverage – Inbound calls outside business hours. AI receptionists capture 30–40% of inbound demand that would otherwise hit voicemail.
  • lead qualification – Determining whether an inbound lead is in-market, in-budget, and in-region. AI agents score leads from the inbound call or form in real time.
  • recurring billing – Subscription or monthly billing for recurring services (lawn care, cleaning, pest control). AI agents handle declined cards and pricing-change notifications.
  • response sla – Maximum allowed time to respond to a customer. AI agents enforce SLAs by either responding directly or paging the on-call human.
  • transcription drafting – Auto-generating notes from a recording — clinical, sales, or service. Vendors include Otter, Fireflies, Read, Nyota, plus clinical-specific Heidi, Suki, DeepScribe.
  • compliance posture – A point-in-time snapshot of an operator’s posture against the rules that govern them — state board, OSHA, HIPAA, NAR, etc. AI maintains the evidence trail.
NEXT STEP

Shared vocabulary applied to your program.

Every engagement begins with a written glossary alignment to eliminate ambiguity before architecture decisions.