Unit 5: LLM-Driven Agents and Generative Workflows - Subjective Questions

CSE473 — Large Language Models And Agentic Ai • Practice Questions with Detailed Answers

20 questions

1

Define an LLM-driven agent and explain its major components.

2

Explain how a large language model can be integrated into an agentic framework.

3

Describe the role of chain-of-thought reasoning in agent planning. Also discuss its benefits and limitations.

4

Design a planning workflow for an LLM agent that must organize a technical workshop. Explain each stage.

5

What is memory augmentation in an LLM agent? Distinguish among working, episodic, semantic, and procedural memory.

6

Explain how a retrieval-augmented memory system works for an LLM agent.

7

Compare short-term memory and long-term memory in agentic AI.

8

Describe how an LLM agent performs tool selection, tool invocation, and result interpretation.

9

Explain the major challenges involved in API orchestration by autonomous agents and suggest appropriate safeguards.

10

Define the ReAct framework and explain its reasoning-and-acting cycle with an example.

11

Compare the ReAct approach with a plan-first agent architecture.

12

Describe the architecture and operation of a LangChain agent.

13

Explain the purpose of tools, prompts, memory, and executors in LangChain-based agent development.

14

What is AutoGPT? Describe its autonomous task-execution loop and identify its major limitations.

15

Compare LangChain Agents and AutoGPT in terms of purpose, control, and suitable applications.

16

Explain autonomous task delegation in a multi-agent system. What factors should guide the delegation decision?

17

Design a multi-agent system for producing a market research report, including delegation, communication, and verification.

18

Discuss the applications of LLM-driven agents in business-process automation. Illustrate with suitable examples.

19

Explain how LLM-driven agents support decision-making without replacing accountable human decision makers.

20

Propose an evaluation framework for an LLM-driven agent that uses memory, planning, and external tools.