Journal

Technical articles on Claude, agentic AI, and certification preparation.

Agentic Architecture31 March 2026· 12 min read

Building AI Agents with Claude: Orchestration Patterns That Actually Work

A practical guide to building AI agents with Claude. Covers the agentic loop lifecycle, single-agent vs multi-agent patterns, the coordinator/specialist architecture, the Claude Agent SDK, and what Domain 1 of the certification exam actually tests.

Tool Design & MCP18 March 2026· 11 min read

MCP Servers Explained: How the Model Context Protocol Works

A practical guide to the Model Context Protocol. Explains how MCP servers, clients, and transports work — with runnable code examples and architectural patterns for real production use.

Claude Code31 March 2026· 10 min read

How to Configure Claude Code with CLAUDE.md: The Complete Guide

Technical walkthrough of CLAUDE.md configuration, the file hierarchy, modular @import organisation, and how Claude Code uses these files during sessions.

Claude Code24 March 2026· 7 min read

Claude Code Plugins: What They Are and How to Use Them

Guide covering plugin commands, structure, bundling, and marketplace integration. Explains how plugins extend Claude Code with domain-specific tools and slash commands.

Prompt Engineering24 March 2026· 8 min read

Structured Outputs Are Now GA on the Claude API

General availability announcement with implementation examples, the new API parameter format, and what structured outputs mean for the exam's prompt engineering domain.

Prompt Engineering18 March 2026· 10 min read

Prompt Engineering for Claude: System Prompts, Few-Shot, and Output Validation

Hands-on techniques including system prompt design, few-shot examples, output validation patterns, and how to avoid common anti-patterns like prompt injection.

Context Management18 March 2026· 9 min read

Context Window Management in Claude: Avoiding the Summarisation Trap

Strategies for preserving data integrity in long sessions without progressive summarisation losses. Covers rolling summaries, anchoring, and RAG as alternatives.

Exam Prep18 March 2026· 12 min read

How to Pass the Claude Certified Architect Exam: Complete Study Guide

Comprehensive exam preparation covering all five domains with study strategy recommendations, time allocation advice, and the most commonly tested concepts.

News24 March 2026· 7 min read

Claude Sonnet 4.6: What's New for Architects

Overview of new features relevant to architects: expanded context windows, improved tool use reliability, and updates to the Agent SDK.

General31 March 2026· 11 min read

Claude vs ChatGPT for Developers: An Honest Technical Comparison

A balanced, technical comparison of Claude and ChatGPT for developers. Covers API design, context windows, tool use, structured output, coding performance, and pricing.