Entry + Meta · Methodology

How the platform sources, labels, and refreshes claims.

The methodology page gives the site institutional trust without leaning on an author persona. It explains evidence tiers, refresh cadence, corrections, and limits.

TransparentRefresh cadenceIssue reporting
Confident mascot, trust and transparency, calmly stated.

Design rule

Keep the disclaimer subtle in the footer, but make evidence visible in content.

Trust UXEvidence ↗
Happy mascot, confidently positive, the source is solid.

Confirmed official

Used for source-backed facts and platform specs.

Focused mascot, careful triangulation across multiple sources.

Public consensus

Used when multiple public sources align.

Worried mascot, trust this with caution; community-reported only.

Community reported

Used when credible reports exist but official docs do not.

Surprised mascot, wide-eyed alert: this claim is unverified.

Unverified

Used when a claim should be treated with caution.

Agent-steering conventions

How this repo steers Claude Code, Codex, and any other agentic coding tool that reads AGENTS.md and CLAUDE.md from the project root.

Read: AGENTS.md + CLAUDE.md pattern - how this site steers coding agents

FAQ

6 questions about the methodology

Every Q is phrased as a real Google search query. Answers cite the same evidence-tagged sources used elsewhere on the site.

How is this study material built?
Four-source synthesis. (1) Anthropic Academy courses on Skilljar (the official Anthropic content, free for all). (2) The CCA-F official exam guide PDF - domain weightings, scenarios, sample questions. (3) Anthropic Partner Network internal briefings on what beta-cohort candidates struggled with. (4) Community signal from r/ClaudeAI score posts and public exam debriefs. Every claim is tagged by source tier.
What is the evidence pip system?
Each factual claim on the site carries a colored emoji: 🟢 official-Anthropic (exam guide, Academy course, Anthropic team statement), 🟡 secondary (partner network materials, beta cohort consensus), 🟠 community (Reddit threads, community blogs, individual debriefs), 🔴 disputed (claims with conflicting sources). The system makes source-quality visible at-a-glance instead of asking you to trust the site uncritically.
Why use tier-graded sourcing instead of just citing sources?
Standard citations let bad sources hide behind a footnote. Evidence pips force every claim to declare its provenance inline - so you can tell at-a-glance whether a number came from Anthropic's exam guide (🟢) or someone's Reddit post (🟠). It mirrors how scientists distinguish primary literature from review papers, applied to certification prep.
How fresh is the content?
Every page footer shows its last-reviewed date. Standard review cadence is 60 days. When Anthropic publishes new guidance - exam blueprint update, Academy course release, release notes mentioning a new primitive - the site is refreshed within 5 business days. The /evidence page lists the source freshness review history.
Who built this site?
Manikandan Jeeva, VP of Data, AI & Analytics at Genpact. Built as personal CCA-F prep, then opened to the public when content depth proved useful. The site is independent of Anthropic but the author's employer is an Anthropic Partner Network member. The /evidence page lists all sources transparently.
How does the site avoid hallucinated or out-of-date facts?
Three guards. (1) Every claim has an evidence pip - a reviewer can spot un-sourced or 🔴 disputed claims at a glance. (2) Critical exam facts (60 questions, 720 to pass, 5 domains) are kept in a canonical fact registry (lib/exam-guide.ts) so they're never re-typed or paraphrased in prose. (3) AI-generated content (adaptive plans, mental-model summaries) runs through deterministic templates first - LLM only fills curated slots, never invents structure.