The article discusses the author's investigation into why SSH sends 100 packets per keystroke, which led to the discovery of keystroke timing obfuscation, a feature added to SSH in 2023 to prevent attackers from determining keystroke timing. The author found that this feature can be disabled client-side, but sought a server-side solution to improve performance for their high-performance game. By forking the go crypto library, the author was able to disable the feature server-side, resulting in significant performance improvements. The article also touches on the author's experience debugging with LLMs and the challenges of interacting with these tools.