Axe – A 12MB binary that replaces your AI framework
I built Axe because I got tired of every AI tool trying to be a chatbot. Most frameworks want a long-lived session with a massive context window doing everything at once. That's expensive, slow, and fragile. Good software is small, focused, and composable... AI agents should be too. Axe treats LLM agents like Unix programs. Each agent is a TOML config with a focused job. Such as code reviewer, log analyzer, commit message writer. You can run them from the CLI, pipe data in, get results out. You can use pipes to chain them together. Or trigger from cron, git hooks, CI. What Axe is: - 12MB…
In plain words
Axe is a 12MB binary that runs AI agents as focused command-line tools, similar to Unix programs. Each agent is configured in TOML for a specific task like code review or log analysis. Users pipe data in via the CLI, chain agents together with Unix pipes, or trigger them from cron jobs and git hooks. Built with minimal dependencies and no framework overhead, Axe is designed for developers who want small, composable AI tools instead of large context-window chatbots.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
I built Axe because I got tired of every AI tool trying to be a chatbot. Most frameworks want a long-lived session with a massive context window doing everything at once. That's expensive, slow, and fragile. Good software is small, focused, and composable... AI agents should be too. Axe treats LLM agents like Unix programs. Each agent is a TOML config with a focused job. Such as code reviewer, log analyzer, commit message writer. You can run them from the CLI, pipe data in, get results out. You can use pipes to chain them together. Or trigger from cron, git hooks, CI. What Axe is: - 12MB binary, two dependencies. no framework, no Python, no Docker (unless you want it) - Stdin piping, something like `git diff | axe run reviewer` just works - Sub-agent delegation. Where agents call other agents via tool use, depth-limited - Persistent memory. If you want, agents can remember across runs without you managing state - MCP support. Axe can connect any MCP server to your agents - Built-in tools. Such as web_search and url_fetch out of the box - Multi-provider. Bring what you love to use.. Anthropic, OpenAI, Ollama, or anything in models.dev format - Path-sandboxed file ops. Keeps agents locked to a working directory Written in Go. No daemon, no GUI. What would you automate first?
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com


Launched alongside, March 2026
the whole month →

Switch from ChatGPT to Claude with import memory feature
AI · Mar 2026 · claude.com


