Tools Glossary

Browse 29 tools terms defined in plain English, from the cultural dictionary of computing.

29 Tools Terms

AI Tool
A tool that uses AI, or a callable capability made available to an AI system so it can act beyond text generation alone. The phrase is broad and can refer to...
Biome
A fast, all-in-one code formatter and linter for JavaScript, TypeScript, JSON, and CSS, written in Rust. Biome is the successor to Rome (an ambitious project...
BitKeeper
A distributed version control system once used in Linux kernel development before licensing tensions contributed to Linus Torvalds creating Git. It remains...
Chrome Extension
A browser add-on built for Chrome or compatible browsers to modify behavior, add features, automate tasks, or integrate with web tools. In developer culture...
Collaboration Tool
Software used to help people coordinate, communicate, share documents, assign work, or work together in real time. In workplace culture collaboration tools...
Copilot
An AI-powered code completion tool developed by GitHub (Microsoft) that suggests code as you type in your editor. Built on OpenAI's Codex model (a GPT...
Daily Driver
The device, tool, setup, or software a person uses as their primary everyday option rather than as an experiment or side device. In tech culture people often...
Debugging
The process of identifying, isolating, and fixing defects in software. Techniques range from print statements and log analysis to step-through debuggers and...
Developer Tool
A tool built specifically to help developers write, test, debug, deploy, or understand software. In tech culture, developer tools are often loved intensely...
Dev Tool
A tool used by developers to write, debug, build, inspect, test, or deploy software. In culture, developer tools are not just utilities; they often become...
Digital Toolkit
The collection of digital tools a person or team uses regularly to communicate, build, organize, and operate. In work culture, the digital toolkit can either...
Focus Mode
A tool setting or personal working mode intended to reduce interruptions and help maintain concentration. In tech culture focus mode is part workflow feature,...
Forensic Toolkit
A collection of software and utilities used to acquire, parse, search, and analyze digital evidence from disks, memory, mobile devices, or cloud sources....
Function Calling
A model interaction pattern where the model emits structured arguments that a program routes to tools or APIs. It influences how models are trained, evaluated,...
KeePass
A password manager known for local encrypted vaults and straightforward credential storage.
LLM Tool
A tool made available to a large language model system so it can access external data or perform actions beyond plain text generation. LLM tools are central to...
Model Tool
A tool used to work with models, or a callable tool made available to a model system so it can do more than generate text alone. The exact meaning depends on...
Pentest Tool
A tool used during authorized security testing to discover assets, exploit weaknesses, capture traffic, crack credentials, or validate security controls....
Prisma
A next-generation ORM (Object-Relational Mapping) for Node.js and TypeScript that replaces traditional ORMs with a type-safe database client generated from a...
Terminal
A text-based interface for interacting with a computer's operating system via a command-line shell. Originally a physical device, now typically a software...
Tool Agent
An AI agent designed to use tools such as search, code execution, databases, or APIs as part of completing tasks. Tool agents are important when text...
Tool Call
A structured request from an AI system to invoke an external tool, function, or API instead of only generating plain text. Tool calls let models interact with...
Tool Integration
The work of connecting external tools, APIs, or services into an AI workflow so the system can act on real data or systems. Tool integration raises questions...
Tool Planning
The process of deciding which tools to use, in what order, and with what inputs to accomplish a task. Tool planning is a core challenge in agent systems that...
Tool Selection
The act of choosing the most appropriate tool for a given query, step, or task. Good tool selection helps avoid wasted actions and reduces the chance of wrong...
traceroute
A network diagnostic tool that maps the path packets take from source to destination by sending packets with incrementally increasing TTL values. Each router...
VLC
A widely used open-source media player known for supporting many audio and video formats out of the box.
Weights and Biases
A machine-learning tooling platform commonly used for experiment tracking, model monitoring, and training visualization.
Windsurf
An AI-powered code editor built by Codeium, designed as an alternative to Cursor and VS Code with Copilot. Windsurf (formerly Codeium Editor) provides AI code...

Related Topics