Learn Before
Optimizing a Multi-Task AI System
Imagine you are designing an AI system that decomposes a user's complex query into several sub-problems, each handled by a dedicated 'solver'. Analyze the sub-problems described in the case study below. For each one, propose the most appropriate type of solver (e.g., a language model, a calculator, a database query tool) and justify why it is better suited for that specific task than a general-purpose alternative.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Examples of Non-LLM Sub-Problem Solvers
An engineering team is designing a system to help users plan a road trip. The system first decomposes the user's request into smaller tasks: 1) calculating the shortest driving route between two cities, 2) finding real-time gas prices along that route, and 3) generating a descriptive, engaging travel itinerary. The lead architect proposes using a single, state-of-the-art Large Language Model to handle all three of these tasks. Which of the following statements provides the most insightful critique of this design choice?
Optimizing a Multi-Task AI System
A complex problem-solving system breaks down a user's request into several smaller, distinct tasks. Match each task below with the most suitable type of specialized system to solve it, considering efficiency, accuracy, and reliability.