🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links

AI Glossary

The complete dictionary of Artificial Intelligence

162
categories
2,032
subcategories
23,060
terms
📖
terms

CAP Theorem

Fundamental principle in distributed systems stating that it is impossible to simultaneously guarantee Consistency, Availability, and Partition tolerance in a distributed system.

📖
terms

Paxos Protocol

Quorum-based consensus algorithm, fault-tolerant, that ensures consistency and safety of a distributed system by allowing a set of agents to agree on a single value.

📖
terms

Raft Protocol

Alternative consensus algorithm to Paxos, designed to be more understandable, which uses an elected leader model to manage log replication and ensure consistency among agents.

📖
terms

Collective Decision Making

Process by which a group of autonomous and heterogeneous agents reach a unified decision, often through aggregation of individual preferences or interactive deliberation.

📖
terms

Belief Fusion

Process of combining information or beliefs from multiple agents, often conflicting, to form a single coherent knowledge base.

📖
terms

Argumentation Theory

Computational model where agents construct, exchange, and evaluate arguments and counter-arguments to reach a justified decision or consensus.

📖
terms

Gossip Protocol

Decentralized communication mechanism where each agent periodically transmits information to a random subset of other agents, ensuring robust propagation to achieve epidemic consensus.

📖
terms

Federated Consensus

Decision-making approach where subgroups of agents reach local consensus that are subsequently aggregated to form a global decision, reducing coordination complexity.

📖
terms

Order Aggregation

Consensus technique aiming to combine the rankings or preference orders from multiple agents into a single collective preference order, minimizing overall dissatisfaction.

📖
terms

Consensus by Approximation

Strategy where agents agree on a solution that is sufficiently close to their individual preferences, without requiring perfect agreement, to accelerate the decision-making process.

📖
terms

Logical Clock Synchronization

Essential mechanism for consensus in asynchronous systems, using clocks such as Lamport or Vector clocks, to order events and establish causality between agent actions.

📖
terms

Quorum

Minimum number of agents or votes required for a decision to be considered valid and binding for the entire group, ensuring sufficient participation in the consensus process.

🔍

No results found