The author discusses their approach to using Large Language Models (LLMs) in coding, where they manually retype the generated code to understand it better and avoid cognitive debt. This approach allows them to work faster than not using LLMs, but slower than those who fully rely on them. The author values comprehension over productivity and believes this method helps them build a deeper understanding of their code. By doing so, they can detect potential issues and improve the code quality.