Loading lesson…
Most prompts that work on Claude or GPT need adjustment to work well on Hermes. Knowing what to change — and what not to bother with — saves a week of trial and error.
A prompt is not pure logic — it is logic plus model-specific phrasing that the original model is good at following. Migrating it is part translation, part re-tuning, part discovering which parts of the original were actually doing work. Plan for each prompt to need a few rounds of iteration before it matches the source-model output.
| Source model trait | What it depends on | Hermes adjustment |
|---|---|---|
| Claude XML tags (<thinking>, <answer>) | Anthropic's tag conventions | Replace with plain prose sections and explicit format directives |
| Claude polite-and-thorough tone | Anthropic tuning | May come out shorter and blunter; tune system prompt for length |
| GPT step-by-step reasoning instructions | OpenAI's chain-of-thought training | Works on Hermes but may need explicit 'think step by step' more often |
| GPT JSON mode reliance | OpenAI strict-json infrastructure | Replace with grammar-constrained decoding or schema-with-examples |
| GPT tool-call format | OpenAI's tools schema | Convert to Hermes's documented function-call grammar |
| Memory / Custom Instructions | OpenAI's persistent state | Move stable parts into Hermes system prompt; rebuild the rest |
The big idea: porting prompts is a translation, not a copy. Mind the gotchas, evaluate honestly, and trim what is no longer carrying weight.
8 questions · take it digitally for instant feedback at tendril.neural-forge.io/learn/quiz/end-hermes-prompt-migration-creators
What is the main idea of "Migrating Prompts From Claude/GPT To Hermes: Gotchas"?
Which concept is most central to "Migrating Prompts From Claude/GPT To Hermes: Gotchas"?
Which use of AI fits this topic best?
What should a careful learner remember about "The eval-set discipline saves you"?
You want to use AI after this lesson. What is the safest next step?
How should AI output about prompt migration be treated?
Name one way to verify an AI answer about prompt migration.
Which action would help you apply "Migrating Prompts From Claude/GPT To Hermes: Gotchas" responsibly?