- Posted on
- Featured Image
What if you could automate research, summarize logs, or file notes—without leaving your terminal or adding a heavy runtime? You can. With nothing more than Bash, curl, and jq, you’ll build a tiny but capable AI agent that can browse a URL, read/write files in a sandbox, and iteratively plan its next step until it finishes the job. This article shows you how to: Install the minimal tooling on any major Linux distro
Plug into either a cloud LLM or a local model
Write a small Bash agent that plans, calls tools, and produces a final answer
Try real tasks you can actually use Ubiquity: Bash is on practically every server, container, and CI system.
Zero friction: Use curl to call LLMs over HTTP and jq to parse JSON.