Desired AI safety tool: A combo translator/chat interface (e.g. custom webpage) split down the middle. On one side I can type in English, and receive English translations. On the other side is a model (I give an model name, host address, and api key). The model receives all my text translated (somehow) into a language of my specification. All the models outputs are displayed raw on the ‘model’ side, but then translated to English on ‘my’ side.
Use case: exploring and red teaming models in languages other than English
Desired AI safety tool: A combo translator/chat interface (e.g. custom webpage) split down the middle. On one side I can type in English, and receive English translations. On the other side is a model (I give an model name, host address, and api key). The model receives all my text translated (somehow) into a language of my specification. All the models outputs are displayed raw on the ‘model’ side, but then translated to English on ‘my’ side.
Use case: exploring and red teaming models in languages other than English
Courtesy of Claude Code ;)
https://github.com/abhinavpola/crosstalk
Finally got some time to try this. I made a few changes (with my own Claude Code), and now it’s working great! Thanks!