From d5482547ffc0db6c17a4aa7d491d8322b44135d3 Mon Sep 17 00:00:00 2001 From: iacore Date: Tue, 9 Jun 2026 14:57:32 +0800 Subject: [PATCH] ++ --- translate-files/readme.dj | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 translate-files/readme.dj diff --git a/translate-files/readme.dj b/translate-files/readme.dj new file mode 100644 index 0000000..3c93627 --- /dev/null +++ b/translate-files/readme.dj @@ -0,0 +1,8 @@ + +## Translating text with an LLM + +1. Rough translation: Ask the agent to translate the entire text +2. Key terms: Ask the agent to search the terms database to handle key terms within the source text. +3. Self review: Start another agent session and let it compare original and translated text. Ask it to pinpoint problems. +4. Review by another: Review the translated text as the agent's operator, or let someone else review the text. +5. Review by yet another: Sent the translated text to someone else to read.