Section 01
Introduction: Slop—A New Paradigm for Transforming Large Language Models into Command-Line Tools
Slop (Stochastic Language Operator) is a command-line tool written in Go. Its core concept is to transform large language models (LLMs) into text processing filters aligned with the Unix philosophy. It allows developers to invoke AI capabilities in the terminal just like using traditional tools such as grep or awk, enabling composable and reusable AI workflows. Key features include cross-platform operation, flexible model switching (local/cloud), pipeline-friendly text processing, project context management, structured output and automation integration, and a custom command library.