Live data from Hacker News

Show HN: Axe – A 12MB binary that replaces your AI framework

github.com

11–20 of 145 posts

Re: Show HN: Axe – A 12MB binary that replaces your AI framework

#11
post #4

Is the axe drawing actually a hammer?

Looks like an axe to me. The cutting edge of the axe is embedded into the surface. And the handle attaches near the back of the head like an axe. Most hammers I've seen the handle attaches in the middle.

Re: Show HN: Axe – A 12MB binary that replaces your AI framework

#13
looks interesting, I agree that chat is not always the right interface for agents, and a LLM boosted cli sometimes feels like the right paradigm (especially for dev related tasks).

how would you say this compares to similar tools like google’s dotprompt? https://google.github.io/dotprompt/getting-started/

Re: Show HN: Axe – A 12MB binary that replaces your AI framework

#14
post #4

Is the axe drawing actually a hammer?

There are many different styles of axe and some don't flair out much.

[0]https://inchbyinch.de/wp-content/uploads/2017/08/0400-axe-ty...

[1]https://i.pinimg.com/originals/da/14/80/da148078cc1478ec6b25...

Re: Show HN: Axe – A 12MB binary that replaces your AI framework

#19

It's exciting to see so much experimentation when it comes to form factors for agent orchestration! The first question that comes to mind is: how do you think about cost control? Putting a ton in a giant context window is expensive, but unintentionally fanning out 10 agents with a slightly smaller context window is even more expensive. The answer might be "well, don't do that," and that certainly maps to the UNIX ana…

> how you would approach budget when using Axe

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.

Re: Show HN: Axe – A 12MB binary that replaces your AI framework

#20
post #17

12MB for an "AI framework replacement"? That's either brilliant compression or someone's redefining "framework" to mean "toy model that works on my laptop." Show me the benchmarks on actual workloads, not the readme poetry.

This is not an LLM but a Binary to run LLMs as single purpose agents that can chain together.
Post reply on HN