← Back to AI Factory Chat

AI Factory Glossary

653 technical terms and definitions

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z All
Showing page 9 of 14 (653 entries)

tool availability,production

Percentage of time tool is ready.

tool calling agent, ai agents

Tool calling agents invoke external functions APIs or resources to accomplish tasks.

tool calling with validation,ai agent

Validate tool call arguments before execution.

tool capacity planning, production

Ensure sufficient equipment.

tool contamination, contamination

Contamination from equipment.

tool discovery, ai agents

Tool discovery enables agents to find and learn about available functions dynamically.

tool documentation, ai agents

Tool documentation describes function capabilities parameters and expected outputs for agent understanding.

tool idle management, environmental & sustainability

Tool idle management powers down unused equipment components reducing standby energy consumption.

tool matching maintenance, production

Keep tools similar.

tool performance specifications, production

Detailed capability requirements.

tool qualification after pm, production

Verify tool performance post-maintenance.

tool qualification, production

Validate equipment meets requirements.

tool result parsing, ai agents

Tool result parsing extracts relevant information from function outputs for agent reasoning.

tool selection, ai agents

Tool selection chooses appropriate functions from available repertoire for current needs.

tool selection, tool use

Choose appropriate tool.

tool sequencing, tool use

Chain multiple tools.

tool suite,production

Group of tools performing same process step.

tool use / function use,ai agent

LLM decides when and how to call external APIs tools or functions.

tool use evaluation, evaluation

Assess tool-using capabilities.

tool use training, fine-tuning

Teach models to use external tools.

tool use, prompting techniques

Tool use enables language models to invoke external functions APIs or search engines.

tool utilization optimization, production

Maximize productive time.

tool warm-up, production

Stabilization period after maintenance.

tool-augmented llms,ai agent

Equip models with calculators search APIs code execution.

tool-induced variation, manufacturing

Variation from equipment.

tool-to-tool matching,production

Consistency across different tools.

tool-to-tool variation, manufacturing operations

Tool-to-tool variation measures performance differences between nominally identical equipment.

toolbench, ai agents

ToolBench evaluates agent ability to use diverse APIs and tools effectively.

toolbench, evaluation

Benchmark for tool use.

toolformer,ai agent

Model trained to decide when and how to use tools.

toolformer,tool,meta

Toolformer learns to use tools. Self-supervised tool learning. Meta research.

top k sampling,truncate,random

Top-k sampling limits to k highest probability tokens, then samples. Fixed vocabulary cutoff.

top mark, packaging

Markings on package top.

top-2 expert routing, moe

Route to two best experts.

top-down sem,metrology

SEM imaging from above to measure CD and patterns.

top-k expert selection,moe

Route each token to k best experts.

top-k gradient sparsification, optimization

Send only k largest gradients.

top-k retrieval, rag

Return K most relevant documents.

top-k routing, llm architecture

Top-k routing selects k highest-scoring experts for each token.

top-k sampling, text generation

Sample from K most likely tokens.

top-k sampling,inference

Sample only from the k most probable next tokens.

top-p sampling (nucleus),top-p sampling,nucleus,inference

Sample from smallest set of tokens whose cumulative probability exceeds p.

top-p sampling, text generation

Sample from smallest set with cumulative prob P.

topic restriction,scope,boundary

Topic restrictions keep model on-task. Refuse off-topic queries politely. Focus assistant.

topk pooling, graph neural networks

Top-K pooling selects a fixed number of highest-scoring nodes based on learned projection vectors for hierarchical graph representation.

topk pooling, graph neural networks

Select top-k nodes by importance.

topological qubits, quantum ai

Qubits protected by topology.

topology optimization,engineering

Find optimal material distribution.

topology-aware training, distributed training

Consider network structure.

torch compile,inductor,dynamic

torch.compile uses Inductor to JIT-compile models. Automatic optimizations. 2x speedup on many workloads.