# Anthropic's CCA Exam as a Field-Guide for Agentic Engineering — Frank Coyle, UC Berkeley

Source: [AI Engineer](https://www.youtube.com/watch?v=Z-c11pV_uvU)  
Feed7 permalink: https://feed7.dev/p/anthropic-s-cca-exam-as-a-field-guide-for-agentic-engineering-frank-coyl-00nf896  
Published: 2026-08-08T16:00:06.000Z  
Trust: Source Linked (source_linked)

## Why Included

A walkthrough of Anthropic’s architect exam doubles as a harness checklist: inspect stop reasons, narrow subagent scope, isolate outputs, and compact long-running context.

## Source Summary

The Claude Certified Architect exam presents **six production scenarios** and randomly selects four. Its scenarios cover agent loops, code generation, multi-agent research, developer workflows, CI, and structured extraction across **five assessed domains**.

## Practical Implication

Apply the anti-patterns as harness checks: inspect stop reasons before accepting output, give each subagent only its needed tools and evidence, keep full subtask traces out of the primary thread, and compact long sessions around a defined token threshold.

## Agent-Ready Context

The Claude Certified Architect exam presents **six production scenarios** and randomly selects four. Its scenarios cover agent loops, code generation, multi-agent research, developer workflows, CI, and structured extraction across **five assessed domains**.

Apply the anti-patterns as harness checks: inspect stop reasons before accepting output, give each subagent only its needed tools and evidence, keep full subtask traces out of the primary thread, and compact long sessions around a defined token threshold.

The talk interprets an exam rather than reporting measured engineering outcomes. Its suggested **150,000-token** compaction trigger is an example, not a demonstrated universal threshold; batch execution also trades **50% lower token cost** for delivery within 24 hours.

## Connected Context

Feed7 judgment across 419 accumulated Signals:

This converts an architecture exam’s scenarios and failure modes into a practical harness checklist: validate completion signals, minimize subagent authority, prevent trace pollution, and compact deliberately. It reinforces established context and permission patterns but does not validate them empirically; in particular, the token trigger and batch-cost trade-off should be treated as configurable examples rather than defaults.

- [Evolution of agentic surfaces — Gagan Bhat & Isabella Kai He, Anthropic](https://feed7.dev/p/evolution-of-agentic-surfaces-gagan-bhat-isabella-kai-he-anthropic-0mtshqh) — The warning that model-specific scaffolding can become harmful makes the target’s exam-derived checks and compaction threshold candidates for per-model validation, not permanent universal rules.
- [Chained Recursive Language Models for Multi-Iteration Reasoning](https://feed7.dev/p/2608-05124v1-05haobv) — Chained RLM supplies a concrete implementation of the target’s context-hygiene advice by resetting contexts while preserving only summaries, a blackboard, and inspectable artifacts.
- [Codex, Behind the Harness — Dominik Kundel, OpenAI](https://feed7.dev/p/codex-behind-the-harness-dominik-kundel-openai-04cntno) — Codex’s deferred tools, permission review, and server-side compaction are production-oriented counterparts to the target’s recommendations for bounded tools and deliberate context management.
- [Scaling to Long Horizons — Ross Taylor & Chengxi Taylor, General Reasoning](https://feed7.dev/p/scaling-to-long-horizons-ross-taylor-chengxi-taylor-general-reasoning-0jwtg4d) — The long-horizon analysis narrows the target’s compaction guidance: reducing context pressure helps, but does not resolve reward design, stale training data, or scheduling constraints.

## Context Map

- Layer: agent
- Domains: coding
- Topics: harness-engineering, subagents, context-engineering

## Uncertainty

- The talk interprets an exam rather than reporting measured engineering outcomes. Its suggested **150,000-token** compaction trigger is an example, not a demonstrated universal threshold; batch execution also trades **50% lower token cost** for delivery within 24 hours.

## Agent Instruction

Use this item as source-backed context. Do not invent claims beyond the linked source. If this item conflicts with another source, call out the conflict.
