Back to Guides

KOF GLOSSARY · ENGLISH / 繁中

You do not need to learn everything. Start with this term.

Each entry keeps only the definition you can use immediately. When a full guide or working example exists, the next link takes you there.

29 terms

AI Agent

AI 代理

#
AI & Agents

An AI system that observes state, chooses next actions, and uses tools within defined permissions and limits to pursue a goal.

Agent Skill

代理技能

#
AI & Agents

A reusable package of instructions and references that tells an agent when to activate, what to read, how to work, and what completion means.

LLM

大型語言模型

#
AI & Agents

Short for Large Language Model, a model trained on large amounts of text and other data to understand, generate, and transform language.

Context Window

上下文視窗

#
AI & Agents

The amount of input and output a model can consider in one request, usually measured in tokens; excess content must be trimmed, summarized, or split.

Token

文字單位

#
AI & Agents

A basic unit used to split text, which may be a character, part of a word, or punctuation; model limits and API costs are often measured in tokens.

Inference

推論

#
AI & Agents

The runtime stage where a trained model receives new input and produces a result, such as a chat response, image, or classification.

RAG

檢索增強生成

#
AI & Agents

Short for Retrieval-Augmented Generation: retrieve relevant external information first, then give it to a model to generate an answer.

Embedding

向量嵌入

#
AI & Agents

A numeric vector representation of text, images, or other data that lets systems compare semantic similarity by distance.

OKF

開放知識格式

#
AI & Agents

Short for Open Knowledge Format, an early open specification proposed by a Google Cloud team for portable agent knowledge made from Markdown, YAML frontmatter, directories, and links.

WebGL

瀏覽器圖形介面

#
Web 3D

A browser API that uses the GPU to draw real-time 2D and 3D graphics in a canvas; Three.js provides a friendlier layer above it.

Three.js

網頁 3D 函式庫

#
Web 3D

A JavaScript library built on browser graphics APIs such as WebGL, organizing real-time 3D around scenes, cameras, materials, and renderers.

Blender

開源 3D 創作工具

#
Web 3D

A free, open-source 3D creation suite for modeling, materials, animation, simulation, and rendering, with Python automation for asset pipelines.

glTF

3D 傳輸格式

#
Web 3D

An open delivery format for real-time 3D that can describe meshes, materials, textures, rigs, and animation for the web or game engines.

GLB

二進位 glTF

#
Web 3D

A binary form of glTF that packages a scene and related binary data into one file for convenient deployment, downloading, and caching.

Mesh

網格物件

#
Web 3D

A visible 3D object made from geometry and material: geometry defines the shape, while material defines how the surface appears.

Shader

著色器

#
Web 3D

A small program executed on the GPU to determine vertex positions or pixel colors, forming the foundation of materials, lighting, and post-processing.

Renderer

渲染器

#
Web 3D

The component that sends a scene and camera through the graphics pipeline to draw the final image; Three.js commonly uses WebGLRenderer.

Local-first

本地優先

#
Development

An approach where primary data and core functionality live on the user’s device and work offline; sync supports collaboration and backup instead of every action.

Headless

無介面執行

#
Development

Running without the normal graphical interface so commands or code can automate work in batches, on servers, or in CI.

CI/CD

持續整合與交付

#
Development

Short for continuous integration and continuous delivery or deployment: automated pipelines that repeatedly build, test, and release software.

API

應用程式介面

#
Development

An agreed interface that lets programs exchange data or call functionality, describing available operations, required inputs, and returned results.

SDK

軟體開發套件

#
Development

A development kit for a platform or service, commonly including libraries, types, documentation, examples, and debugging tools.

Vibe Coding

氛圍式寫程式

#
Development

A fast development style driven by describing intent in natural language and iterating on AI-generated code, while humans remain responsible for requirements, verification, and maintenance.

Open Graph

社群分享中繼資料

#
Publishing & SEO

Metadata in the HTML head—such as title, description, and image—that tells social platforms how a shared link card should appear.

Canonical URL

標準網址

#
Publishing & SEO

The preferred primary URL declared with a canonical link, used to consolidate duplicate or substantially similar page addresses for search engines.

This glossary is designed to keep growing.

A term becomes a full Guide only when it needs more background, examples, or a working implementation.

Browse all Guides