TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: My AI writing assistant for Chinese

2 点作者 dwilding大约 1 年前
Hi HN! In trying to improve my Chinese skills, I built this tool that lets me write a mix of Chinese and English, then recommends a proper Chinese expression. This is super helpful when I want to write something in Chinese but I don&#x27;t know all the vocab&#x2F;grammar - I can enter my best effort and use English for the parts I don&#x27;t know.<p>Really, the fundamental benefit of the tool is that it encourages me to exercise the writing muscle, rather than defaulting to translating from English.<p>My goal was to build something that is fast, relatively inexpensive, and not prone to misleading people. After some experimentation, I found that pairing GPT-3.5 with Microsoft machine translation works great! I&#x27;m using GPT-3.5 to generate an English version of the input, then Microsoft machine translation to translate the English version into Chinese. I&#x27;ve written a blog post about how I arrived at this approach: <a href="https:&#x2F;&#x2F;maybecoding.bearblog.dev&#x2F;my-attempt-at-an-ai-writing-assistant-for-chinese&#x2F;" rel="nofollow">https:&#x2F;&#x2F;maybecoding.bearblog.dev&#x2F;my-attempt-at-an-ai-writing...</a><p>The tool is pretty basic from a technical standpoint. There&#x27;s a PHP backend that handles the API calls to OpenAI and Microsoft. The frontend is plain HTML with a bit of JS for interactivity - but the whole thing works fine without JS.<p>Hopefully other folks find this useful too. I&#x27;m interested to know whether I could have approached this problem in a different&#x2F;better way. Thanks!

暂无评论

暂无评论