A retailer's support tool answers questions about deliveries. Every request is one of six intents, each with a documented resolution path, and volume is 20,000 a day. The team proposes a manager agent that spawns a subagent per request.
A market-research team runs a lead agent that spawns subagents to investigate different aspects of a question in parallel. Costs are roughly fifteen times a plain chat, and leadership wants that justified.
Which two statements correctly describe what the extra spend buys? (Select 2.)
A platform team is refactoring a service that renames variables across a codebase. The change is mechanical, the files are known up front, and the current single agent occasionally edits the wrong file.
Which redesign best matches the guidance on architecture selection?
An agent at a logistics firm occasionally runs rm -rf inside a shared working directory. The team's proposed fix is a stronger system prompt plus an example of what not to do.
A healthcare startup wants an agent that works through long document-processing jobs asynchronously. Its compliance team requires that patient files never leave infrastructure the company controls.
A research agent delegates to a subagent with the prompt “continue the analysis we discussed”. The subagent returns a generic summary that ignores the three files the parent had already read.
An agent processes long support transcripts. By turn 60 requests are slow and expensive, and the biggest contributors in the trace are repeated document-retrieval results from early in the run.
A team wants an agent to answer a follow-up question a day later without re-reading the twelve files it analysed, and also wants to explore a second approach without losing the first thread.
Which combination does this correctly?
You can change answers until you check. Nothing is saved or sent anywhere.