Launch HN: Issen (YC F24) – Personal AI language tutor
181–190 of 282 posts
Re: Launch HN: Issen (YC F24) – Personal AI language tutor
#182Re: Launch HN: Issen (YC F24) – Personal AI language tutor
#183Earlier quoted context omitted.
Catalan, the language, does not have a flag. As a native speaker (of a dialect) who is not from Catalonia I would much rather the language be represented by the Spanish national flag. Although people from Andorra might also not love that. Languages and flags don't mix well.
I am not sure if I got you, are you aware of the cultural/political issues around it? There's no flag for the language (as it's used at many places), but almost everyone will be happy with a commonly known flag they can identify with. A Valencian will be fine with a Catalunya flag :)
That's why I say that I personally (as a Mallorcan) would much prefer the language to be associated with a Spanish flag than a Catalan flag. Some people would agree and some would disagree – ultimately the best thing is to not link flags to languages anyway.
To give you another example from Issen, they're also using the American flag for English which is probably even more controversial :)
Re: Launch HN: Issen (YC F24) – Personal AI language tutor
#184Re: Launch HN: Issen (YC F24) – Personal AI language tutor
#185How does this compare to Langua?
We are aiming to create a long term companion/tutor that gets to know you more and more, and can create customized curriculums, lessons, etc.
Re: Launch HN: Issen (YC F24) – Personal AI language tutor
#186I’ve tried Greek (Athena voice) and the accent is terrible. It sounds like an English or American person speaking Greek!
Re: Launch HN: Issen (YC F24) – Personal AI language tutor
#187I built a basic version of this for myself with a prompt in chat gpt in an afternoon. It's great that you've built this yourself, but where's the magic? If it's your prompt it can probably be extracted in a few minutes by those who know how to do so.
Your prompt can't do this. I know because I've been trying to build something similar and a prompt just isn't enough. You need multiple LLMs and custom code working together to achieve realistic conversations.
Re: Launch HN: Issen (YC F24) – Personal AI language tutor
#188I wish you great success.
Focusing on speaking first, and not writing makes so much sense. As a father I could first hand experience how my child learned 3 languages (German, English, Arabic) without reading/writing first.
The hardest part for you will likely be the "curriculum". It's "easy" to make something that works for a couple of weeks. But language learning takes years.
Btw, if you are up for it, I would enjoy chatting with you. -> I co-founded an AI math tutoring company, and focused my PhD on how to influence human language with AI. Hint: Social connections between humans and AI.
What you are trying to solve is something I dreamed about for years.
Re: Launch HN: Issen (YC F24) – Personal AI language tutor
#1891. Using a standard transcription service is pretty tricky because it's going to correct the user's speech. Or make it incorrect! Standard transcription is predicated on the speaker saying things correctly.
2. I've tried sending the audio directly to OpenAI to address this issue. I can't say if it works or not. It's very hard to test or understand a system without a transcript as a source of truth!
3. I'd like to learn a new language as a beginner, and all of these AI systems work poorly for this. It's great to immerse the learner in the language, but if you know NOTHING then it's not that helpful.
4. Language learning needs to be MUCH more multimodal than a standard chat. Especially as a beginner.
5. The AI should be generating translations and explanations alongside its responses. I'd like to be able to inspect everything the AI says (in the language I'm learning) to understand it.
6. Emoji would be another easy way to annotate the text.
7. I think giving the user/AI a subject to talk about would be helpful. Again, a subject that is not language-based would be great, like an image or something.
8. As a very new learner I would like an experience where I respond in my native language and then I'm told how to translate this to the language I'm learning. This should include a pronunciation guide. Then I should repeat the phrase I'm given.
9. I should still be able to ask questions in my native language and probably get a response in my native language. But with some prompting the AI should be able to distinguish these two cases.
10. For low latency it's nice if you produce the spoken text quickly, but you still have the opportunity to get the LLM to produce _more_ material immediately after. This is where things like translations can be produced.
11. You probably don't have timestamps on your TTS, but if you did and could highlight words as they were spoken that would be _great_. Probably worth choosing a TTS provider with that in mind.