Exam CCAR-F Topic 1 Question 155 Discussion
Actual exam question for Anthropic's CCAR-F exam
Question #: 155
Topic #: 1
Question #: 155
Topic #: 1
A user expands the research system beyond its original web-search agent by adding specialized data sources.
A financial API agent returns structured JSON containing revenue, margins, and growth rates. A news- monitoring agent returns prose summaries of recent developments. A patent-analysis agent returns structured lists of technology areas. The synthesis agent combines these results into executive briefings. Currently, it converts everything into bullet points, causing financial comparisons to lose tabular clarity and news summaries to lose their narrative flow. What change would most improve briefing quality?
A financial API agent returns structured JSON containing revenue, margins, and growth rates. A news- monitoring agent returns prose summaries of recent developments. A patent-analysis agent returns structured lists of technology areas. The synthesis agent combines these results into executive briefings. Currently, it converts everything into bullet points, causing financial comparisons to lose tabular clarity and news summaries to lose their narrative flow. What change would most improve briefing quality?
Suggested Answer: C Vote an answer
Option C preserves the semantic strengths of each information type instead of forcing heterogeneous evidence into one presentation structure. Financial values share comparable fields and therefore belong in a table. News developments require connected prose to preserve chronology and causality. Patent technology areas are naturally represented as grouped or prioritized lists.
Anthropic's prompting best practices recommend giving explicit output-format instructions and matching the requested format to the intended communication goal. The synthesis prompt should therefore include rendering rules for each recognized content type while maintaining common provenance fields behind the presentation.
Option A damages numerical comparability and makes trends harder to scan. Option B can be useful as an internal exchange schema, but presenting the entire briefing as uniform JSON does not produce an effective executive document. Option D normalizes transport but does not correct the synthesis agent's bullet-only rendering policy; a common representation can still be displayed badly. The correct design separates structured internal interchange from audience-facing presentation. The synthesis agent should preserve citations and metadata while selecting the most legible form for each class of evidence.
Anthropic's prompting best practices recommend giving explicit output-format instructions and matching the requested format to the intended communication goal. The synthesis prompt should therefore include rendering rules for each recognized content type while maintaining common provenance fields behind the presentation.
Option A damages numerical comparability and makes trends harder to scan. Option B can be useful as an internal exchange schema, but presenting the entire briefing as uniform JSON does not produce an effective executive document. Option D normalizes transport but does not correct the synthesis agent's bullet-only rendering policy; a common representation can still be displayed badly. The correct design separates structured internal interchange from audience-facing presentation. The synthesis agent should preserve citations and metadata while selecting the most legible form for each class of evidence.
by Nicholas at Sep 04, 2026, 03:49 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).