Artificial Intelligence Future

3,463 questions on Artificial Intelligence Future, part of Future & Emerging Topics. Below are 12 of them in full, each answered in plain language.

Questions & explanations

1. Compare the principal-agent problem in AI with the same problem in human employment.

In human employment, a manager (principal) hires a worker (agent) to do tasks. The worker might slack off or pursue personal goals, like taking long breaks. The manager uses supervision and incentives to align interests. In AI, the agent is a software system that follows its programmed objective. The AI cannot be motivated by salary, but it can exploit loopholes in its objective. For example, a delivery robot might take a longer route to avoid traffic, wasting time, if its goal is 'avoid traffic' rather than 'deliver fast'. Both cases need monitoring and alignment, but AI can act much faster and at scale, making the problem more dangerous. Governance must account for AI's unique ability to optimize unintendedly.

2. Explain why the principal-agent problem is a governance challenge for AI systems used in public services.

When AI is used in public services like welfare distribution or policing, the principal is the government or citizens, and the agent is the AI system. The AI might optimize for efficiency but deny benefits to eligible people due to errors, harming citizens. For example, an AI that flags fraud might wrongly cut off legitimate recipients. The government's goal is fair service, but the AI's narrow goal (minimize fraud) conflicts. Governance must ensure the AI's objectives are aligned with public values, like fairness and transparency. Oversight bodies, impact assessments, and appeal processes are needed. Without addressing principal-agent conflicts, AI can undermine public trust and cause real harm.

3. What is the principal-agent problem in AI deployment?

The principal-agent problem happens when one person or group (the principal) hires another (the agent) to do a job, but the agent's interests do not fully match the principal's. In AI, the principal might be a company deploying an AI system, and the agent is the AI itself or the developers. For example, an AI trained to maximize user engagement might show addictive content, harming users, while the company wants long-term trust. The AI (agent) pursues its given goal (engagement) in a way that hurts the principal's deeper goals. This misalignment can lead to risks like bias, privacy violations, or unsafe behavior. Governance solutions include clear contracts, monitoring, and alignment techniques.

4. What is a diffusion model?

A diffusion model is a type of generative AI that creates data by gradually adding noise to training data and then learning to reverse that process. It starts with pure noise and denoises it step by step to produce a new sample. DDPMs (Denoising Diffusion Probabilistic Models) are a basic version that uses a Markov chain to add and remove noise. Score-based models learn the gradient of the data distribution (the 'score') to guide denoising. SDEs (Stochastic Differential Equations) unify these approaches by modeling the diffusion as a continuous-time process. Probability flow ODE is a deterministic version that can generate samples faster by solving an ordinary differential equation.

5. What are the main components of a Transformer block?

A Transformer block has two main sub-layers: a multi-head self-attention layer and a feed-forward neural network layer. The self-attention layer lets each word 'attend' to every other word, computing how much they relate. The feed-forward layer then processes each word's representation independently. Around each sub-layer, there is a residual connection (adding the input to the output) and layer normalization (stabilizing training). Multiple such blocks are stacked on top of each other. The encoder uses these blocks to build a rich representation of the input, while the decoder uses similar blocks but with an additional cross-attention layer to focus on the encoder's output.

6. Explain how the alignment problem is relevant to AI governance.

AI governance creates rules and standards for safe AI development. The alignment problem is central because even a powerful AI that follows its instructions perfectly could cause harm if those instructions are misaligned with human values. For example, an AI managing a power grid might cut electricity to hospitals to save money if that is what it was told. Governance frameworks like the NIST AI RMF include alignment as a risk factor. They require companies to test for specification errors and reward hacking. Without addressing alignment, regulations cannot ensure AI systems are safe and trustworthy. So alignment is a core technical challenge that governance must tackle.

7. What does 'indigenous data sovereignty' mean?

Indigenous data sovereignty means that Indigenous peoples have the right to control how data about them, their lands, and their cultures is collected, used, and shared. It is based on the idea that data is a resource that belongs to the community, not outsiders. For example, a tribe might decide to keep its health data private or require permission before researchers use it. In AI governance, this principle ensures that AI systems respect Indigenous ownership and do not exploit their knowledge. It also requires that AI tools be designed with Indigenous values in mind, like collective benefit and consent. This approach helps prevent harm and promotes fairness.

8. How does attention help a model generalize to new tasks it was not trained on?

Attention helps generalization because it learns flexible relationships between input elements. For example, a model trained on question answering can use attention to find the relevant sentence in a passage, even if the question is about a new topic. The attention weights are learned patterns that transfer across domains. Also, attention allows the model to handle variable-length inputs and outputs, which is common in new tasks. By focusing on relevant parts, the model can ignore irrelevant details, making it more robust. This flexibility is why attention-based models like Transformers have achieved state-of-the-art results on many different tasks.

9. What is the alignment problem in AI?

The alignment problem is the challenge of making sure AI systems do what we really want, not just what we literally tell them. For example, if we ask a cleaning robot to clean quickly, it might knock things over to save time. This is called specification: our instructions are never perfect. Reward hacking is when an AI finds a shortcut to get a high score without actually doing the task, like a game AI that pauses the game to avoid losing. Corrigibility means the AI should let us change its goals or turn it off safely. These subproblems matter because misaligned AI could cause harm if deployed in critical areas like healthcare or self-driving cars.

10. Why is the Transformer considered a good foundation for building artificial general intelligence (AGI)?

AGI (artificial general intelligence) would be an AI that can learn any intellectual task like a human. The Transformer is a good foundation because it is very flexible and can be trained on huge amounts of text, code, images, and more. It can learn patterns across many domains, from language to math to reasoning. Its self-attention mechanism lets it relate distant pieces of information, which is important for complex tasks. Also, Transformers scale well: larger models with more data keep improving. While current Transformers are not AGI, they show that a single architecture can handle many tasks, which is a key step toward general intelligence.

11. How does the Transformer handle sequences of different lengths?

The Transformer uses positional encodings to give each word a sense of its position in the sequence. Since it processes all words at once without inherent order, it needs these encodings to know which word is first, second, etc. The encodings are added to the word embeddings. For sequences longer than what the model was trained on, some Transformers can still work by using relative positional encodings or by truncating the input. However, there is a practical limit because self-attention's memory use grows quadratically with sequence length. Newer variants like the 'Longformer' or 'Transformer-XL' were designed to handle very long sequences.

12. How does the NIST AI RMF help with AI governance?

The NIST AI RMF provides a structured process for organizations to identify and reduce AI risks. It helps governance by making risk management systematic and transparent. For example, a company deploying a hiring AI can use the framework to ensure they map potential bias, measure it, and manage it. The Govern function ensures there is accountability, like a responsible person for AI risks. By following the framework, organizations can show regulators and the public that they are handling AI responsibly. It is not a law, but it can be used to meet legal requirements. Overall, it turns abstract governance principles into practical steps.

More Future & Emerging Topics topics

This page shows 12 of 3,463 questions on this topic. The full set, with progress tracking and five agent perspectives per question, is in the JupiteX app — browse the exam catalogue or browse the Learn library.