Show HN: PlanckClaw an AI agent in 6832 bytes of x86-64 assembly(github.com/frntn)
4 points by frntn 4 days ago | 4 comments
- jameschaearley 4 days ago6832 bytes for the core loop really shows how little actual agent logic exists once you strip away the framework overhead. Cool that you went all the way to assembly to make it visible. The pipe architecture is slick too since you never have to touch the binary to extend it.
- Yash16 3 days agoCan I add a deploy option for thisa app on my platform https://clawsifyai.com ?[-]
- frntn 3 days agoYes go ahead. Tell me when it's done and how I can test/confirm it. I'll mention it in the README after integration