Jta – 强大的 AI 驱动 JSON 翻译器,具备智能反思能力,质量提升 3 倍

1作者: Ronanxyz7 个月前
我一直对 AI 翻译工具感到沮丧,因为它们产生的术语不一致,而且措辞不自然。所以我构建了 Jta,一个 CLI 工具,AI 不仅仅是翻译,它还会通过“agentic 反思”来批判和改进自己的工作。 Jta 没有采用一次性翻译,而是实现了一个 3 步循环: 1. 翻译 2. AI 评估自己的工作(准确性、流畅性、风格、术语) 3. AI 应用自己的建议进行改进 权衡:需要 3 次 API 调用,但质量明显提高。对于我们的生产 i18n 文件,这消除了我们过去需要进行的约 90% 的手动修正。 GitHub:https://github.com/hikanner/jta
查看原文
I&#x27;ve been frustrated with AI translation tools that produce inconsistent terminology and unnatural phrasing. So I built Jta, a CLI tool where the AI doesn&#x27;t just translate—it critiques and improves its own work through &quot;agentic reflection.&quot;<p>Instead of one-shot translation, Jta implements a 3-step cycle: 1. Translate 2. AI evaluates its own work (accuracy, fluency, style, terminology) 3. AI applies its own suggestions to improve<p>The trade-off: 3x API calls, but significantly better quality. For our production i18n files, this eliminated ~90% of manual fixes we used to do.<p>GitHub: https:&#x2F;&#x2F;github.com&#x2F;hikanner&#x2F;jta