jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab's comments
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
Yes! I run a ghost blog (a blog that does not use my name) and have axe produce artifacts. The flow is: I send the first agent a text file of my brain dump (normally spoken) which it then searched my note system for related notes, saves it to a file, then passes everything to agent 2 which make that dump a blog draft and saves it to a file, agent 3 then takes that blog draft and cleans it up to how I like it and saves it. from that point I have to take it to publish after reading and making edits myself.
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
However, this does not help if a person gives access to something like Google Calendar and a prompt tells the LLM to be destructive against that account.
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
1. I have a flow where I pass in a youtube video and the first agent calls an api to get the transcript, the second converts that transcript into a blog-like post, and the third uploads that blog-like post to instapaper.
2. Blog post drafting: I talk into my phone's notes app which gets synced via syncthing. The first agent takes that text and looks for notes in my note system for related information, than passes my raw text and notes into the next to draft a blog post, a third agent takes out all the em dashes because I'm tired of taking them out. Once that's all done then I read and edit it to be exactly what I want.
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
Dotprompt is a promt template that lives inside app code to standardize how we write prompts.
Axe is an execution runtime you run from the shell. There's no code to write (unless you want the LLM to run a script). You define the agent in TOML and run with `axe run <agent name> and pipe data into it.
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework
jrswab | 1 day ago | on: Show HN: Axe – A 12MB binary that replaces your AI framework