jrswab's comments

jrswab | 11 days ago | on: Show HN: Axe – A CLI for running single-purpose LLM agents

Hi everyone, I built Axe because I got tired of the "everything is a chatbot" pattern in AI tooling.

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

Thanks for giving it a look! And thank you for the kind words

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 terminal tool for Logseq journal entries

I don't know of any at the moment. That said I do want to add the ability to search pages and navigate links within the Logseq graph. This would have to be in the TUI as I don't want to maintain several plugins for various editors.

jrswab | 8 years ago | on: Working on own startup instead of an internship. How to make sure I'm learning?

I'm in the works on a start up as well. I think the best way to avoid stagnation is to challenge yourself. Back when I was looking for a job I had the option of two. One with a small company basically being the whole IT department and one with a big name company doing menial work. I picked the big company and kind of regret not going with the small to learn as much as I could have from the challenge.
page 2