SOPHERIA GLOBAL INSTITUTE OF TECHNOLOGY

Version française

CASD™ — Certified AI Solutions Developer · Claude Code

Official Certification Curriculum

Certification body Sopheria Global Certification Board (SGCB)
Certification code CASD™
Official title Certified AI Solutions Developer · Claude Code
Level SQF 300 — Professional (Sopheria Qualification Framework)
Associated preparatory training "Claude Developer Program" — Sopheria Global Academy (SGA)
Validity 3 years, renewable
Curriculum version 2.0 — July 2026

Trademark and independence notice. Claude is a trademark of Anthropic, PBC. The Sopheria Global Certification Board is an independent certification body, not affiliated with or endorsed by Anthropic. The CASD™ certification attests to professional competencies assessed by the SGCB against its own standards; it does not constitute a certification issued by Anthropic.

The CASD™ certification scheme is designed in alignment with the requirements of ISO/IEC 17024 for the certification of persons (impartiality, separation of training and certification, independent scheme committee). The SGCB maintains an accreditation roadmap; it claims no external accreditation it has not obtained.


1. Overview and Value of the Certification

The CASD™ — Certified AI Solutions Developer · Claude Code certification is the flagship credential of the SGCB catalogue. It validates the ability of an experienced developer to design, build, secure, and operate in production applications and agentic systems based on Anthropic's Claude models, leveraging the Claude API, the official SDKs, the Model Context Protocol (MCP), and recognized industry engineering patterns.

The certification holder demonstrates the ability to:

Value for the professional. The CASD™ provides independent, verifiable, and dated evidence of competence in the Claude ecosystem — a differentiator in a market where LLM application engineering has become a critical skill. Every certification carries a verifiable credential ID in the SGCB public registry.

Value for the employer. The competency standard is built from a job task analysis conducted with practitioners in active roles, and the examination is maintained by a scheme committee independent of the training division. Hiring or certifying a Certified AI Solutions Developer · Claude Code means having a standardized signal of the ability to deliver reliable LLM systems.


2. Target Audience


3. Prerequisites

3.1 Mandatory Prerequisites

No formal prerequisites are required to sit the assessment. The SGCB nonetheless strongly recommends the following profile:

Certification SQF Level Relevance
AIPE™ — AI Prompt Engineer 200 Associate Foundations in prompt design, strongly recommended
AIFA™ — AI Foundations Associate 100 Foundation Recommended for candidates without a theoretical AI grounding

These certifications are not mandatory; they constitute the recommended progression path within the SQF.

The ideal candidate has already, in a real-world context or a substantial project:


4. Competency Domains and Weightings

The CASD™ competency standard comprises six domains. The weightings reflect the relative importance of each domain in professional practice; they structure the certification project scoring rubric and the distribution of multiple-choice examination questions (see the exam blueprint, exam-blueprint.en.md).

# Domain Weighting
1 LLM fundamentals and the Claude model family 10%
2 Claude API and Anthropic SDKs 20%
3 Advanced prompt engineering for Claude 15%
4 Building agents: Agent SDK, MCP, and orchestration 20%
5 RAG and context management 15%
6 Production: security, cost, evaluation, observability — and responsible use 20%
Total 100%

Domain 1 — LLM Fundamentals and the Claude Model Family (10%)

Measurable learning objectives. Upon completing their preparation, the candidate is able to:

Subtopics. 1.1 Transformer architecture and autoregressive generation (conceptual level); 1.2 Tokenization and token counting (counting endpoint, model-specific tokenizer characteristics); 1.3 The Claude model family: positioning, capabilities, context windows, output caps; 1.4 Model lifecycle and migration strategies; 1.5 Economic model: input/output pricing, reasoning costs, batch and cache discounts; 1.6 Distribution platforms (Anthropic API, partner clouds) and feature availability matrix.


Domain 2 — Claude API and Anthropic SDKs (20%)

Measurable learning objectives. The candidate is able to:

Subtopics. 2.1 Anatomy of the Messages API: request, response, content blocks, usage; 2.2 Authentication and client configuration (API keys, environment variables, version and beta feature headers); 2.3 SSE streaming and SDK helpers; 2.4 Vision and document processing (images, PDF, Files API, document citations); 2.5 Tool use: schemas, elementary agentic loop, tool results and errors, Anthropic-defined tools; 2.6 Structured outputs and validation; 2.7 Batches, token counting, model discovery; 2.8 Error handling, retries, rate limits, and HTTP status codes; 2.9 Multi-turn conversations: stateless API, history reconstruction, response block preservation.


Domain 3 — Advanced Prompt Engineering for Claude (15%)

Measurable learning objectives. The candidate is able to:

Subtopics. 3.1 Architecture of a production prompt: system prompt, instruction hierarchy, operator vs. user channels; 3.2 XML tagging and context organization; 3.3 Chain-of-thought, extended and adaptive reasoning, effort parameter; 3.4 Few-shot prompting and canonical examples; 3.5 Output format control (structured outputs, imposed formats, length constraints, prefill and its limits by model generation); 3.6 Prompt iteration and testing: test sets, variant comparison, non-regression; 3.7 Robustness: prompt injection, data/instruction separation, defensive instructions; 3.8 Adapting prompts across model versions (increased instruction literalness, directive calibration).


Domain 4 — Building Agents: Agent SDK, MCP, and Orchestration (20%)

Measurable learning objectives. The candidate is able to:

Subtopics. 4.1 Decision criteria: single call → workflow → agent; 4.2 Agentic loop on the Messages API and SDK tool runners; 4.3 Tool surface design: dedicated tools vs. generic shell, prescriptive schemas, parallelizability; 4.4 MCP: concepts, primitives (tools, resources, prompts), transports, session lifecycle, server security and authentication; 4.5 Claude Agent SDK: built-in tools, hooks, sub-agents, permissions; 4.6 Server-side managed agents: the notion of persisted, versioned agent configuration, sessions, execution environments; 4.7 Multi-agent orchestration and coordinator/specialist patterns; 4.8 Memory, state, and long duration: compaction, context editing, persistent memory; 4.9 Execution safety: sandbox, approvals, iteration and budget limits.


Domain 5 — RAG and Context Management (15%)

Measurable learning objectives. The candidate is able to:

Subtopics. 5.1 Reference RAG architecture and variants (hybrid search, reranking, multi-index); 5.2 Embeddings and vector databases: embedding model selection, sizing, similarity metrics; 5.3 Chunking and metadata strategies; 5.4 Document citations and sourced answers; 5.5 Prompt caching: prefix mechanics, breakpoints, TTL, economics (write vs. read costs), invalidator audits; 5.6 Long context: when to load the corpus into context, limits and costs; 5.7 Context management in long conversations: compaction, pruning, external memory; 5.8 RAG evaluation: reference question sets, retrieval and generation metrics.


Domain 6 — Production: Security, Cost, Evaluation, Observability — and Responsible Use (20%)

Measurable learning objectives. The candidate is able to:

Subtopics. 6.1 Application security: secrets, perimeter, least privilege, OWASP LLM Top 10; 6.2 Prompt injection and tool/MCP security (path validation, allowlists, human confirmation); 6.3 Cost engineering: caching, batch, model routing, budgets and quotas; 6.4 Evaluation: eval design, LLM-as-judge and its limits, non-regression, A/B testing; 6.5 Observability: logs, traces, metrics, request identifiers, dashboards; 6.6 Guardrails and moderation, refusal handling and fallbacks; 6.7 Reliability: retries, backoff, fault tolerance, graceful degradation; 6.8 Ethics and compliance: usage policy, personal data, transparency, human oversight, documentation; 6.9 Governance: managing model and prompt changes, security reviews, decision log.


5. Preparation Pathways

In keeping with its principle of strict separation between training and certification, the SGCB mandates no training. The recognized preparation pathways are:

  1. Official training — "Claude Developer Program" (Sopheria Global Academy). An intensive 4-week program — each week: one 3-hour group session (maximum 5 participants) and two one-hour individual meetings with the instructor — covering the entire competency standard, with the capstone project built throughout the program. The capstone may be submitted as the certification project, but it is then assessed independently by the SGCB using its own rubric. Detailed syllabus: sga-course-syllabus.md. Completing the training confers no advantage in the certification assessment, which is identical for all candidates.
  2. Self-preparation. Official Anthropic documentation (API, SDKs, MCP, prompt engineering best practices), the Model Context Protocol specification, and project practice — a project completed outside any training program is admissible as the certification project provided it meets the published project requirements.
  3. Candidate handbook and SGCB materials. The SGCB publishes a candidate handbook, this competency framework, the public scoring rubrics for the project and the oral defense, and a calibrated practice examination (available on the candidate portal).
  4. Professional experience. The most decisive pathway: the competency standard is designed to reflect real-world practice, not documentation recall.

6. Assessment Methods

The CASD™ assessment is described exhaustively in the exam blueprint (exam-blueprint.en.md). In summary, the certification rests on a project-based assessment comprising three components:

Component Nature Weight
A — Certification project A working AI solution built with Claude Code / the Claude API: code repository, README, 10–15-page technical report, video demonstration (≤ 10 min); scored by two independent SGCB assessors against a public rubric aligned with the six domains 60%
B — Oral defense 30 minutes by proctored videoconference: live demonstration, technical questions, verification of authorship and depth of understanding 25%
C — Knowledge examination (MCQ) 30 scored questions, 60 minutes, online proctored, closed-book, distributed pro rata to the six domain weightings 15%

Overall score on a 100–1000 scale with a passing score of 700, together with a minimum equivalent threshold of 500 per component; the scheme is available in French and English; the use of AI assistants (including Claude) is permitted and expected for building the project, with the candidate required to understand and take ownership of every choice (signed authenticity declaration, verification during the oral defense).


7. Validity, Maintenance, and Recertification

7.1 Validity

The CASD™ certification is valid for 3 years from the date the certification assessment is passed. This period reflects the rapid pace of change in the model and API ecosystem.

7.2 Recertification Pathways

Before expiration, the holder recertifies through one of the following pathways:

Pathway Requirement
Reassessment Pass the current version of the CASD™ assessment (reduced recertification fee)
Continuing Professional Development (CPD) credits Accumulate 60 SGCB CPD credits over the 3-year cycle (eligible activities: SGA refresher training, documented technical contributions, recognized conferences, publication of technical articles; supporting evidence submitted via the portal and audited by sampling)
Higher-level certification Earn an SGCB certification at SQF level 400+ with overlapping scope (e.g., CASA™ — Certified AI Solutions Architect), which automatically renews the CASD™

7.3 Status and Registry

Holders in good standing are listed in the SGCB public verification registry with their certification ID. An expired certification is marked "inactive"; the holder has a 90-day grace period to recertify without reverting to new-candidate status. Use of the title "Certified AI Solutions Developer · Claude Code" and of the CASD™ digital badge is reserved for holders in active status, in accordance with the SGCB title usage policy.

7.4 Certification Integrity

Every candidate undertakes to comply with the SGCB code of ethics (prohibition of examination content disclosure, fraud, and identity misrepresentation). Violations result in the invalidation of results and may lead to permanent exclusion from SGCB programs.


© Sopheria Global Institute of Technology — Sopheria Global Certification Board. "Scientia. Integritas. Futurum." Claude is a trademark of Anthropic, PBC. The SGCB is an independent body, not affiliated with Anthropic.

Document officiel du Sopheria Global Institute of Technology.
Claude et Claude Code sont des marques d'Anthropic, PBC ; organismes indépendants, non affiliés à Anthropic.