#prompt engineering
7 articles tagged prompt engineering.
How I Passed the Claude Certified Architect – Foundations Exam: My Preparation Guide
A first-person prep guide for the Anthropic CCA Foundations exam — the five domains, their weights, what actually appears on the exam, study resources, and the tips that made the difference.
Prompt Engineering Best Practices for Enterprise Teams
Beyond \"be clear and specific\" — the prompt engineering techniques enterprise teams actually ship: system-prompt architecture, few-shot design, retrieval grounding, structured outputs, and iterating with evals.
Context Engineering: The Real Skill Behind Reliable LLM Apps
What you put in the context window matters more than prompt wording. A practical guide to context engineering — the budget, techniques, and failure modes.
Structured Outputs with Claude: Reliable JSON Every Time
Parsing JSON out of prose is a production liability. A practical guide to reliable, schema-conformant structured output from Claude, with Spring AI examples.
Prompt Caching: Cut Your LLM Costs by 80%
A practical guide to Anthropic and OpenAI prompt caching — how it works and how to implement it in Spring AI to cut latency and API costs.
Prompt Engineering Enterprise Guide
A systematic approach to prompt engineering for production AI systems — covering system prompts, chain-of-thought, few-shot design, security, and evaluation.
Fine-tuning vs RAG vs Prompting: How to Choose
Teams reach for fine-tuning when they need RAG, or RAG when a better prompt would do. A decision framework for choosing the right approach by problem type.