AI 102 - Exam - Study materials
What are AI agents? An artificial intelligence (AI) agent is a software program that can interact with its environment, collect data, and use the data to perform self-determined tasks to meet predetermined goals. Humans set goals, but an AI agent independently chooses the best actions it needs to perform to achieve those goal AI agents are smart software services that combine generative AI models with contextual data and the ability to automate tasks based on user input and environmental factors that they perceive. The diagram shows the following process: A user asks the expense agent a question about expenses that can be claimed. The expenses agent accepts the question as a prompt. The agent uses a knowledge store containing expenses policy information to ground the prompt. The grounded prompt is submitted to the agent's language model to generate a response. The agent generates an expense claim on behalf of the user and submits it to be processed and generate a check payment. T...