8
Is ChatGPT a reliable tool for learning?
(lemmy.world)
ようこそJapaneseLanguageへ! 日本語に興味を持てば、どうぞ登録して勉強しましょう!日本語に関係するどのテーマ、質問でも大歓迎します。 This is a community dedicated to the Japanese language. Feel free to come in and ask questions or post your thoughts and opinions about this beautiful language.
Feel free to check out the web archive of r/LearnJapanese's resources if you're looking for more learning material or tools to aid you in your Japanese language journey!
—————————
Remember that you can add furigana to your posts by writing ~{KANJI|FURIGANA}~ like:
~{漢字|かんじ}~ which comes out as:
{漢字|かんじ}
This is almost true. I’m a C++ developer, and since the language, its syntax and standard libraries are so well documented, ChatGPT can answer almost anything about them with great accuracy and well written code.
But any developer knows the real meat of most programs is in external libraries, and ChatGPT’s quality falls off very quickly and sharply once you get into those. I tried asking it to explain how to write a specific audio filter for a program I was working on, and what’s really scary is that the code looks right at a first glance, but once you run it, it doesn’t behave how you would expect it to.
So by analogy, the same thing can happen with any subject. ChatGPT knows exactly how a well-written answer looks like but a lot of the time it doesn’t know what the right answer is, which means it’s incredibly easy to be fooled by ChatGPT and believe even its wrong answers.
Very good points! I only asked for features of the language itself, not for how specific libraries work or even more special stuff.