Questions starting with "W"
679 questions
What Is Microsoft Copilot and How Does It Work Inside Office Apps?
Microsoft Copilot is Microsoft's AI assistant integrated across Windows and Office apps like Word, Excel, and Outlook, where it can draft documents, summarize content, analyze spreadsheet data, and answer questions using natural language directly inside the app you're working in.
What Is Mistral AI and Where Is It Based?
Mistral AI is a French artificial intelligence company, headquartered in Paris, that develops large language models and has positioned itself as one of the leading AI labs based in Europe, offering both open and commercial models.
What is mixture of experts architecture and why are some newer ai models built this way?
Mixture of experts is an AI model architecture divided into multiple specialized sub-networks, or experts, with only a relevant subset activated for any given input, allowing a very large total parameter count while keeping the computation required for any single response considerably more efficient than activating the entire model.
What Is MMLU and What Does It Actually Measure?
MMLU (Massive Multitask Language Understanding) tests an AI model's knowledge and reasoning across a very wide range of academic and professional subjects using multiple-choice questions, making it a broad general-knowledge benchmark rather than a test of any single specific skill.
What Is Model Compression and Why Does It Matter for AI?
Model compression refers to techniques that reduce an AI model's size and computational cost, such as quantization, pruning, and distillation, while trying to preserve as much of its original performance as possible. It matters because smaller, more efficient models are cheaper to run, faster to respond, and able to work on devices that couldn't handle the full-size version at all.
What Is Model Distillation?
Model distillation is a compression technique where a smaller 'student' model is trained to mimic the behavior of a larger, more capable 'teacher' model, learning to reproduce its outputs or internal patterns. The result is a compact model that retains much of the teacher's capability while requiring significantly less computation to run.
What is model drift and why do deployed ai systems need ongoing monitoring?
Model drift refers to a deployed AI model's performance gradually degrading over time as real-world conditions shift away from the patterns present in its original training data, making ongoing monitoring of deployed AI systems genuinely necessary to catch this gradual degradation before it meaningfully affects the quality of the model's real-world output.
What Is Model Risk and Why Do Regulators Worry About AI Models in Banking?
Model risk is the possibility that a bank suffers losses or makes poor decisions because a financial model, including an AI model, is flawed, misused, or misunderstood, and regulators worry about it in AI specifically because complex machine learning models can be harder to interpret, validate, and monitor than traditional statistical models.
What is model watermarking and can it help trace leaked ai outputs?
Model watermarking embeds a subtle, statistically detectable pattern into an AI model's generated output that doesn't affect normal quality but can later be identified using a specific detection method, helping trace whether a specific piece of content actually originated from that model, though watermarks can sometimes be removed or degraded through subsequent editing of the output.
What is New York City's Local Law 144 and why does it matter for AI hiring tools?
New York City's Local Law 144 regulates automated employment decision tools by requiring covered employers to conduct independent bias audits, publish the results, and notify candidates when such tools are used — making it one of the most prominent examples of AI hiring regulation in the U.S.
What is parametric insurance and how does ai make it possible?
Parametric insurance pays out automatically based on a predefined measurable trigger, like a hurricane reaching a specific wind speed, rather than a traditional damage assessment process, and AI makes this increasingly practical by rapidly analyzing real-time weather and sensor data to confirm when a trigger has genuinely been met.
What Is Perplexity AI and How Is It Different From a Search Engine?
Perplexity AI is an AI-powered answer engine that responds to questions with a synthesized, cited summary rather than a ranked list of links, distinguishing it from a traditional search engine like Google, which primarily returns pages for the user to click through themselves.
What Is Predictive Maintenance and How Does AI Enable It?
Predictive maintenance uses AI to analyze sensor and machine data to estimate when equipment is likely to fail, so repairs happen just before breakdown instead of on a fixed schedule or after failure.
What is prompt injection risk for a business using ai chatbots on its own website?
A business using an AI chatbot on its own website faces genuine prompt injection risk if a malicious user can craft input specifically designed to manipulate the chatbot into ignoring its intended instructions, potentially revealing internal information, making inappropriate commitments, or behaving in ways that could embarrass or expose the business.
What is proprioception in robotics and why does it matter for movement?
Proprioception in robotics is a robot's internal sense of its own body position, joint angles, and movement, gathered through internal sensors rather than cameras, and it matters because accurate proprioception is what lets a robot coordinate smooth, precise movement and maintain balance, much like a human senses limb position without looking.
What is proxy discrimination and why does it matter for insurance AI?
Proxy discrimination occurs when a seemingly neutral factor in an insurance AI model closely correlates with a protected characteristic like race, producing discriminatory outcomes even without directly using that characteristic — a significant concern since sophisticated models can find many such subtle correlations.
What Is Quantization in the Context of AI Models?
Quantization is a compression technique that reduces the numerical precision used to store an AI model's parameters, for example converting 32-bit numbers to 8-bit or even smaller representations. This shrinks the model's memory footprint and speeds up computation, usually with a small, often manageable, reduction in accuracy.
What Is Red-Teaming in AI Safety Testing?
Red-teaming in AI is the practice of deliberately probing a model with adversarial prompts and scenarios — trying to make it fail, produce harmful content, or reveal weaknesses — before and after release, so developers can find and fix problems ahead of real-world misuse.
What is retrieval augmented generation and why does it reduce hallucination?
Retrieval-augmented generation, commonly called RAG, is a technique where an AI model first retrieves relevant information from a specific external knowledge source before generating its response, reducing hallucination by grounding the model's answer in retrieved, verifiable source material rather than relying purely on potentially imprecise information learned during training.
What Is RLHF and Why Do AI Companies Use It?
RLHF, or reinforcement learning from human feedback, is a training technique where human reviewers rate a model's outputs and those ratings are used to further train the model to produce responses people find more helpful, accurate, and appropriate.
What Is Safety Stock Optimization and How Does AI Improve It?
Safety stock optimization determines how much buffer inventory to hold against uncertainty in demand and supply, and AI improves it by calculating more precise, product-specific buffer levels based on real, continuously updated variability data rather than generic formulas.
What is sim to real transfer and why does it matter for robotics?
Sim-to-real transfer refers to training a robot's AI system extensively in a simulated environment and then successfully applying that learned behavior to a physical robot in the real world, and it matters because simulation allows far faster, safer, less costly training than real-world practice alone.
What is speculative decoding and how does it speed up ai responses?
Speculative decoding speeds up AI responses by using a smaller, faster draft model to quickly guess several upcoming words at once, which the larger, more capable model then verifies in a single pass rather than generating each word one at a time, producing the same quality output considerably faster when the draft guesses turn out to be correct.
What is structured interviewing and how does ai support this hiring approach?
Structured interviewing is a hiring approach where every candidate for a role is asked the same predetermined questions and evaluated against the same scoring criteria, and AI supports this by helping design consistent question sets, standardizing scoring, and flagging when an interviewer's questioning deviates from the format.