akuszyk.com

A blog about software engineering, collaboration, and--occasionally--Emacs.

View on GitHub

All postsBootstrapping an engineering organisationThe Art of Text Editing in the AI Age


The Art of Text Editing in the AI Age

In the age of AI, agents are the main operator in charge of editing text files. Humans write the prompts; agents write the files. In this AI-centric future, one might wonder: why should I need to understand how to edit files myself?

My opinion is that basic text editing skills have always been valuable, and remain valuable today. Where now we have AI, we have previously had the all-powerful IDE. It had menus and GUIs for all sorts of things that provided powerful abstractions over simple operations. Then and now I maintain: there is an art to text editing using foundational tools that are available everywhere.

That’s why I’ve decided to write this blog post series about the art of editing text, using vim, emacs, and the Linux command-line. I think these skills have always been important, and will remain important—even in the age of AI.

12th August 2026


  1. The art of text editing
  2. Reading a file
  3. Navigating a file
  4. Searching within a file
  5. Finding a file in a project
  6. Searching within files in a project
  7. Replacing text in a file
  8. Replacing text in files in a project
  9. Inserting text in a file