Is there something wrong with Local LLM ability to read file?

Posted by Umr_at_Tawil@reddit | LocalLLaMA | View on Reddit | 19 comments

So I've been feeding the sub file of anime episodes into Claude/ChatGPT/Deepseek and ask them to find all full name of Japanese character in it and put it into a python array so I can run a script to flip the name back to the original Japanese order (personally I hate hearing one thing and read another thing in sub), and they have been very reliable with this task.

I thought that this would be one thing that LocalLLM could easily do, so I downloaded LMStudio, and so far, every model I have tried, Qwen3.5/3.6-9B/27B, Gemma4 of similar size...etc... all failed to find all the fulll names in subtitle file that I gave them, not a single success so far. I have tried increasing context size and everything.

Does this mean that whatever LocalLLM use to read file is really behind Cloud LLM right now?