用語集

ブログの AI・IT用語集。各項目に短い定義と、あれば関連記事へのリンクがあります。

A

ABAC

Attribute-Based Access Control — 属性ベースアクセス制御

ABM

Account-Based Marketing — アカウントベースドマーケティング

ACL

Access Control List — アクセス制御リスト

agentic

agent-like autonomous multi-step behavior — エージェントのような自律的多段階動作

AHT

Average Handle Time — 平均処理時間

AJAX

Asynchronous JavaScript and XML — 非同期JavaScriptとXML

AOV

Average Order Value — 平均注文単価

API

Application Programming Interface — アプリケーションプログラミングインターフェース

ARR

Annual Recurring Revenue — 年次経常収益

ASR

Automatic Speech Recognition — 自動音声認識

C

CAC

Customer Acquisition Cost — 顧客獲得コスト

CAPEX

Capital Expenditure — 設備投資

CCPA

California Consumer Privacy Act

CDC

Change Data Capture — 変更データキャプチャ

CDN

Content Delivery Network — コンテンツ配信ネットワーク

CDP

Customer Data Platform — カスタマーデータプラットフォーム

Celery

Python task queue for background jobs — Pythonのバックグラウンドジョブ用キュー

CES

Customer Effort Score — 顧客努力スコア

chunking

splitting documents into retrieval-friendly pieces — 検索しやすい単位への文書分割

CI/CD

Continuous Integration / Continuous Delivery — 継続的インテグレーション/継続的デリバリー

CLI

Command Line Interface — コマンドラインインターフェース

CLS

Cumulative Layout Shift — 累積レイアウトシフト

CMS

Content Management System — コンテンツ管理システム

COGS

Cost of Goods Sold — 売上原価

containerization

packaging apps into portable containers — アプリを移植可能なコンテナに包むこと

context window

maximum text a model can process at once — モデルが一度に処理できる最大文量

CPA

Cost Per Acquisition — 獲得単価

CPC

Cost Per Click — クリック単価

CPM

Cost Per Mille — インプレッション単価

CPQ

Configure, Price, Quote — 構成・価格・見積

CRM

Customer Relationship Management — 顧客関係管理

CRO

Conversion Rate Optimization — コンバージョン率最適化

CSAT

Customer Satisfaction Score — 顧客満足度スコア

CTA

Call To Action — コール・トゥ・アクション

CTR

Click-Through Rate — クリック率

CV

Computer Vision — コンピュータビジョン

CVE

Common Vulnerabilities and Exposures — 共通脆弱性識別子

CVSS

Common Vulnerability Scoring System — 脆弱性評価システム

CWV

Core Web Vitals

D

DAST

Dynamic Application Security Testing — 動的アプリケーションセキュリティテスト

DAU

Daily Active Users — 日次アクティブユーザー

DBMS

Database Management System — データベース管理システム

DDoS

Distributed Denial of Service — 分散型サービス拒否攻撃

DevOps

Development and Operations — 開発と運用の一体運用

DIY

Do It Yourself — 自分で行う

DKIM

DomainKeys Identified Mail

DL

Deep Learning — 深層学習

DMARC

Domain-based Message Authentication, Reporting and Conformance — ドメインベースのメール認証

DMP

Data Management Platform — データ管理プラットフォーム

DNS

Domain Name System — ドメインネームシステム

DPA

Data Processing Agreement — データ処理契約

DPIA

Data Protection Impact Assessment — データ保護影響評価

DWH

Data Warehouse — データウェアハウス

E

EBITDA

Earnings Before Interest, Taxes, Depreciation and Amortization — EBITDA

EDI

Electronic Data Interchange — 電子データ交換

EDR

Endpoint Detection and Response — エンドポイント検知・対応

Eloquent

Laravel ORM for database access — LaravelのデータベースORM

embedding

numeric vector that captures text meaning — 文の意味を数値化したベクトル

embeddings

numeric vectors that capture text meaning — 文の意味を数値化したベクトル

EOL

End of Life — サポート終了

ERP

Enterprise Resource Planning — 基幹業務システム

ESP

Email Service Provider — メール配信サービス

ETL

Extract, Transform, Load — 抽出・変換・ロード

F

FaaS

Function as a Service — サービスとしての関数

FAQ

Frequently Asked Questions — よくある質問

FastAPI

modern Python framework for APIs — モダンなPython APIフレームワーク

FCR

First Contact Resolution — 初回解決率

few-shot

prompting with a few examples — 少数例を入れたプロンプト手法

Filament

Laravel admin panel builder — Laravel向け管理画面ビルダー

fine-tune

train a model further on domain data — 業務データでモデルを追加学習する

fine-tuning

additional training of a model on domain data — 業務データでモデルを追加学習すること

FTE

Full-Time Equivalent — フルタイム相当

function calling

model returning structured calls to functions — モデルが構造化された関数呼び出しを返すこと

G

GDPR

General Data Protection Regulation — 一般データ保護規則

GMV

Gross Merchandise Value — 総取引高

GPU

Graphics Processing Unit — グラフィックス処理装置

GraphRAG

RAG that combines graph relations with vector search — グラフ関係とベクトル検索を組み合わせたRAG

GSC

Google Search Console

GUI

Graphical User Interface — グラフィカルユーザーインターフェース

I

IaaS

Infrastructure as a Service — サービスとしてのインフラ

IAM

Identity and Access Management — ID・アクセス管理

IDE

Integrated Development Environment — 統合開発環境

idempotency

repeating a request does not change the outcome again — 同じリクエストを繰り返しても結果が二重に変わらない性質

idempotent

safe to repeat without duplicate side effects — 副作用を二重に起こさず繰り返せる

IMAP

Internet Message Access Protocol

Inertia

bridge between Laravel backend and Vue/React frontend — LaravelバックエンドとVue/Reactフロントをつなぐ仕組み

inference

running a trained model to get predictions — 学習済みモデルを実行して結果を得ること

INP

Interaction to Next Paint — 次の描画までのインタラクション

IOPS

Input/Output Operations Per Second — 秒間入出力操作数

IoT

Internet of Things — モノのインターネット

iPaaS

Integration Platform as a Service — インテグレーション・プラットフォーム as a Service

IRR

Internal Rate of Return — 内部収益率

J

JIT

Just In Time — ジャストインタイム

JWT

JSON Web Token — JSON Webトークン

L

LangChain

framework for building LLM applications — LLMアプリ構築用フレームワーク

LangGraph

framework for stateful AI agent workflows — 状態を持つAIエージェント工作流のフレームワーク

LB

Load Balancer — ロードバランサ

LCP

Largest Contentful Paint — 最大コンテンツの描画

Livewire

Laravel library for dynamic interfaces without SPA — SPAなしで動的UIを作るLaravelライブラリ

LlamaIndex

framework for connecting LLMs to private data — LLMを社内データに接続するフレームワーク

LLM

Large Language Model — 大規模言語モデル

LoRA

Low-Rank Adaptation — 低ランク適応

LTV

Lifetime Value — 顧客生涯価値

M

MAP

Marketing Automation Platform — マーケティングオートメーションプラットフォーム

MAU

Monthly Active Users — 月間アクティブユーザー

MCP

Model Context Protocol — モデルコンテキストプロトコル

MDM

Master Data Management — マスターデータ管理

MFA

Multi-Factor Authentication — 多要素認証

middleware

code layer between request and business logic — リクエストと業務ロジックの間の中間層

ML

Machine Learning — 機械学習

MRR

Monthly Recurring Revenue — 月次経常収益

MSA

Master Service Agreement — 基本サービス契約

multi-tenant

shared platform with isolated customer data per tenant — テナントごとにデータを分離する共有基盤

multitenancy

architecture where one app instance serves many isolated tenants — 1インスタンスで複数テナントを分離運用する構成

MVP

Minimum Viable Product — 実用最小限の製品

N

NDA

Non-Disclosure Agreement — 秘密保持契約

NLG

Natural Language Generation — 自然言語生成

NLP

Natural Language Processing — 自然言語処理

NLU

Natural Language Understanding — 自然言語理解

NoSQL

Not Only SQL — 非リレーショナルデータベース

NPS

Net Promoter Score — ネットプロモータースコア

NPV

Net Present Value — 正味現在価値

O

OAuth

Open Authorization — オープン認可

observability

logs, metrics and traces to understand system behavior — ログ・メトリクス・トレースでシステム挙動を把握すること

OCR

Optical Character Recognition — 光学文字認識

OIDC

OpenID Connect

OKR

Objectives and Key Results — 目標と主要な成果

OLA

Operational Level Agreement — 運用レベル合意

OLAP

Online Analytical Processing — オンライン分析処理

OLTP

Online Transaction Processing — オンライントランザクション処理

OPEX

Operating Expenditure — 運営費用

orchestration

coordinating multiple services or workflow steps — 複数サービスや手順を束ねる制御

ORM

Object-Relational Mapping — オブジェクト関係マッピング

OWASP

Open Web Application Security Project

P

PaaS

Platform as a Service — サービスとしてのプラットフォーム

PCI

Payment Card Industry — ペイメントカード業界

PEFT

Parameter-Efficient Fine-Tuning — パラメータ効率的ファインチューニング

pgvector

PostgreSQL extension for vector search — PostgreSQL向けベクトル検索拡張

PHI

Protected Health Information — 保護された健康情報

PII

Personally Identifiable Information — 個人識別情報

PKI

Public Key Infrastructure — 公開鍵基盤

POS

Point of Sale — 販売時点管理

PPC

Pay Per Click — クリック課金型広告

prompt injection

attack that manipulates model behavior via input — 入力文でモデル挙動を操作する攻撃

PWA

Progressive Web App — プログレッシブWebアプリ

Q

QLoRA

Quantized Low-Rank Adaptation — 量子化低ランク適応

R

RAG

Retrieval-Augmented Generation — 検索拡張生成

RAID

Redundant Array of Independent Disks — 冗長ディスクアレイ

RBAC

Role-Based Access Control — ロールベースアクセス制御

RDS

Relational Database Service — リレーショナルデータベースサービス

rerank

reorder search results by relevance — 検索結果を関連度順に並べ替える

reranking

reordering search results by relevance — 検索結果を関連度順に並べ替えること

REST

Representational State Transfer — REST(表現状態転送)

retrieval

finding relevant context before generation — 生成前に関連文脈を取り出すこと

RFM

Recency, Frequency, Monetary — RFM分析

RL

Reinforcement Learning — 強化学習

RLHF

Reinforcement Learning from Human Feedback — 人間フィードバックによる強化学習

ROI

Return on Investment — 投資収益率

RPA

Robotic Process Automation — ロボティック・プロセス・オートメーション

RPO

Recovery Point Objective — 目標復旧時点

RSS

Really Simple Syndication — RSSフィード

RTO

Recovery Time Objective — 目標復旧時間

S

SaaS

Software as a Service — サービスとしてのソフトウェア

SAML

Security Assertion Markup Language

SAST

Static Application Security Testing — 静的アプリケーションセキュリティテスト

SBOM

Software Bill of Materials — ソフトウェア部材表

SCA

Software Composition Analysis — ソフトウェア構成分析

SCIM

System for Cross-domain Identity Management

SDK

Software Development Kit — ソフトウェア開発キット

SEM

Search Engine Marketing — 検索エンジンマーケティング

SEO

Search Engine Optimization — 検索エンジン最適化

SERP

Search Engine Results Page — 検索結果ページ

SIEM

Security Information and Event Management — セキュリティ情報・イベント管理

SKU

Stock Keeping Unit — 在庫管理単位

SLA

Service Level Agreement — サービスレベル合意

SLI

Service Level Indicator — サービスレベル指標

SLO

Service Level Objective — サービスレベル目標

SMB

Small and Medium Business — 中小企業

SMTP

Simple Mail Transfer Protocol

SOC

Security Operations Center — セキュリティオペレーションセンター

SOP

Standard Operating Procedure — 標準作業手順

SPA

Single Page Application — シングルページアプリケーション

SPF

Sender Policy Framework

SSH

Secure Shell

SSL

Secure Sockets Layer — セキュアソケットレイヤ

SSO

Single Sign-On — シングルサインオン

SSR

Server-Side Rendering — サーバーサイドレンダリング

STT

Speech To Text — 音声認識

T

TCO

Total Cost of Ownership — 総所有コスト

tenant

isolated customer account in a shared platform — 共有基盤上の独立した顧客領域

TLS

Transport Layer Security

tool calling

model invoking external tools or APIs — モデルが外部ツールやAPIを呼び出すこと

TTFB

Time To First Byte — 最初のバイトまでの時間

TTS

Text To Speech — テキスト読み上げ

U

UAT

User Acceptance Testing — ユーザー受け入れテスト

UI

User Interface — ユーザーインターフェース

USP

Unique Selling Proposition — 独自の売り

UX

User Experience — ユーザーエクスペリエンス

X

XDR

Extended Detection and Response — 拡張検知・対応

Z

zero-shot

prompting without task-specific examples — タスク例なしのプロンプト手法

お問い合わせ