This blog post details a personal code review tool built around `llm` and `git diff`. It describes installation, how it works, how the author uses it, and its advantages over GitHub's Copilot review tool.
   
    
 
 
  
   
   The glamourous AI coding agent for your favourite terminal
   
    
 
 
  
   
   The article discusses using AI for code review, emphasizing that it should be used as a tool to flag potential issues for human review, similar to how a spell checker works. It highlights a tool created by Bill Mill to aid in this process, which uses a command-line interface to connect to LLMs. The author stresses the importance of discernment when accepting AI suggestions and provides the system prompt used in the tool.
   
    
 
 
  
   
   Discover how Warp terminal's AI-powered debugging feature can automatically detect, fix, and explain coding errors in your scripts. The article details the author's experience using Warp to fix errors in bash and Python scripts.