← Reddit

Free open-source study kit for CCAR-F (Claude Certified Architect – Foundations) — wiki for all 30 task statements, 90 original items, timed 60-item mock exam

Reddit · Alexioc · August 16, 2026
An open-source study kit for the CCAR-F (Claude Certified Architect – Foundations) certification has been released, providing 30 task statements across 5 domains, 90 original practice items, and a diagnostic tool that categorizes missed answers by distractor family and ranks them by selection rate rather than frequency. The kit includes seven skills—study, quiz, drill, mock-exam, progress, author-question, and refresh-kb—and is distributed as a git repository rather than a plugin to preserve persistent data writes. The diagnostic deliberately omits scaled scores and instead reports domain-specific performance with targeted study recommendations to prevent premature conclusion of exam preparation.

Detailed Analysis

A community developer has released an open-source study kit for CCAR-F (Claude Certified Architect – Foundations), a certification program Anthropic has established as it builds out formal credentialing for developers working with its models. The kit, distributed as a git repository rather than a plugin, includes 30 task statements mapped across five domains, 98 linked wiki notes, and 90 original practice questions, all built from Anthropic's published exam objectives rather than any leaked or memorized exam content. Its centerpiece is a diagnostic engine that goes well beyond a simple pass/fail score: every incorrect answer choice in the question bank is tagged with one of seven "distractor families" — categorized failure modes like "prompt-instead-of-enforcement" or "solves-different-problem" — and the tool reports which of those failure patterns a test-taker is disproportionately falling into, weighted by how often that distractor was actually available rather than raw count of times chosen.

The significance of this project lies less in the certification itself and more in what it reveals about how the developer ecosystem around Claude is maturing. Anthropic's push into formal certifications signals a bid to standardize expertise the way cloud providers (AWS, Azure, GCP) have done for years with their own architect credentials, creating a professional pathway for people building production systems on Claude's API and tool-use features. The CCAR-F exam's Domain 2 focus on "Tool Design & MCP" (Model Context Protocol) reflects how central agentic tool-calling and MCP integration have become to Claude's value proposition — proficiency in configuring tool_choice parameters, designing reliable extraction schemas, and understanding when a configuration guarantee is preferable to a prompt instruction is now considered core architectural knowledge rather than a niche skill.

Technically, the study kit's design choices are notable for resisting the temptation to oversimplify. Rather than fabricating a scaled score (the real CCAR-F exam passes at 720/1000 with a raw-to-scaled mapping that varies by form), the tool deliberately withholds that number and instead reports percent-correct broken down by domain and task statement, on the theory that a false precision score could mislead a student into stopping study prematurely. Its explanation-first philosophy — where every answer, right or wrong, is annotated with the underlying reasoning — treats correct-answer selection without correct reasoning as a non-event, addressing a well-known weakness in naive practice-exam tools that reward pattern-matching over genuine understanding. A built-in "/refresh-kb" skill that re-verifies the wiki against Anthropic's live documentation also acknowledges a real problem in fast-moving AI tooling: cert material written even a month prior can reference renamed flags or deprecated parameters.

The project's transparency around its own limitations is also worth noting: the author explicitly discloses being an unaffiliated "Claude Ambassador" (a community, not employee, role), states the kit contains no actual exam content due to NDA constraints, and admits to still being in the process of studying for the certification himself, avoiding any inflated claims of efficacy. Licensed under MIT for code and CC BY-SA 4.0 for content, and architected to be "certification-aware" so that supporting additional Anthropic certs requires only new wiki and question content rather than new infrastructure, the project reflects a broader trend of grassroots tooling emerging around Anthropic's ecosystem — mirroring how open-source study aids and community-built infrastructure have historically sprung up around major tech certifications, and signaling that Claude-specific credentials are gaining enough traction to generate their own supporting cottage industry.

Read original article →