prompt-eng-interactive-tutorial icon indicating copy to clipboard operation
prompt-eng-interactive-tutorial copied to clipboard

Anthropic's Interactive Prompt Engineering Tutorial

Results 39 prompt-eng-interactive-tutorial issues
Sort by recently updated
recently updated
newest added

Updated the tutorial to fix some issues I noticed while going through it with the current Claude API. Spent some time working through the basic prompt structure examples and realized...

It would be helpful if you could aggregate the best practices into an LLMS.txt file in the root of the project so we could direct our AI when constructing prompts.

Can we use it with Claude code?

After Claud's response: "You can tell because it begins its rewrite with "Dear Claude". " No, it begins its rewrite with "Dear [Your Name]", the same as after the corrected...

made the readme beginner friendly

# Current proposed solution is: ```python # System prompt SYSTEM_PROMPT = "You are a logic bot designed to answer complex logic problems." # Prompt PROMPT = "Jack is looking at...

This workflow automates the process of uploading a Python package to PyPI when a release is created. It includes steps for building the package and publishing it.