jrswab | 2 days ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab's comments
jrswab | 2 days ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 2 days ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 2 days ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
Great question and it's something that I've not dig into yet. But I see no problem adding a way to limit LLMs by tokens or something similar to keep the cost for the user within reason.
jrswab | 11 days ago | on: Show HN: Axe – A CLI for running single-purpose LLM agents
jrswab | 11 days ago | on: Show HN: Axe – A CLI for running single-purpose LLM agents
Axe treats LLM agents like Unix programs. Each agent is a TOML config with a focused job such as a code reviewer, a log analyzer, or a commit message writer. You run them from the CLI, pipe data in, get results out. Chain them together. Trigger them from cron, git hooks, CI.
Whatever you already use.
Some things that make it different:
- No framework lock-in: it's a single binary with two dependencies
- Stdin piping: `git diff | axe run reviewer` just works
- Sub-agent delegation: agents can call other agents via tool use
- Persistent memory: agents remember across runs without you managing state (if you need)
- Path-sandboxed tools: file ops are locked to the agent's working directory
Written in Go because I wanted fast cold starts and easy distribution. No daemon or GUI.
This is early stage to solve a need I have. I would love feedback on the agent config format and the skill system.
What's missing? What would make you actually use this?
jrswab | 1 year ago | on: Show HN: A Minimalist Coffee Bean Rating System Built with Go and Htmx
jrswab | 1 year ago | on: Show HN: A Minimalist Coffee Bean Rating System Built with Go and Htmx
jrswab | 1 year ago | on: Show HN: A Minimalist Coffee Bean Rating System Built with Go and Htmx
Yes, scaling is going to be in interesting problem to solve. I may need accounts for things in the future such as saving beans and making lists or something but for the functionality of rating and finding beans I want to stay account-less.
I love your suggestion about adding some gamification to the site. I'll have to think about how that could be done well in the context of coffee.
jrswab | 1 year ago | on: Show HN: A Minimalist Coffee Bean Rating System Built with Go and Htmx
jrswab | 1 year ago | on: Show HN: A terminal tool for Logseq journal entries
jrswab | 1 year ago | on: Show HN: A terminal tool for Logseq journal entries
jrswab | 1 year ago | on: Show HN: A terminal tool for Logseq journal entries
If you have any idea that will make your workflow easier add an "issue" on GitHub so I can keep track of it.
jrswab | 1 year ago | on: Show HN: A terminal tool for Logseq journal entries
jrswab | 1 year ago | on: Show HN: A terminal tool for Logseq journal entries
jrswab | 1 year ago | on: Show HN: A terminal tool for Logseq journal entries
jrswab | 8 years ago | on: Working on own startup instead of an internship. How to make sure I'm learning?
jrswab | 8 years ago | on: Working on own startup instead of an internship. How to make sure I'm learning?