Live data from Hacker News

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

github.com

141–145 of 145 posts

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

#142
I have been a victim of a bitcoin scam about 7 months back. Con artist gained access to my coinbase account through a phishing scam. They stole 2.8 BTC. I was really devastated. I did everything to get back my funds by contacting the support but there was nothing they could do. A friend of my told me about a recovery company name [Treqora. com] I wrote to them and They helped fight against various investment scams and I could only thank God they were able to retrieve my lost funds.

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

#143

I have been a victim of a bitcoin scam about 7 months back. Con artist gained access to my coinbase account through a phishing scam. They stole 2.8 BTC. I was really devastated. I did everything to get back my funds by contacting the support but there was nothing they could do. A friend of my told me about a recovery company name [Treqora. com] I wrote to them and They helped fight against various investment scams an…

How do we report spam here?

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

#145
Nice execution on the Unix pipes approach!

Worth comparing architectures: Axe is stateless CLI (pipe in, get output), crabtalk.ai is daemon + commands (persistent process manages state, commands are standalone binaries on PATH).

Both bet on small binaries (crabtalk is 8MB) and Unix philosophy, but the daemon gives you hot-swap, process isolation, and persistent state across invocations.

Post reply on HN