← Back to journal
Subtitling · English

How to prepare the AI translation from English to Chinese

We need to be positive, because tomorrow will come very soon.

In this guide, we will build an AI Translation App with AIGNE. To do this, we will use two agents, 1 for literal translation and the other for paraphrasing based on the first agent's translation. We are using two agents because "translating twice" is a proven configuration that has been shown to improve overall translation quality. I also want to use this guide to showcase how to use one agent to call another to understand the assignment of responsibilities in a multi-agent scenario. Let's begin.