Live data from Hacker News

Show HN: Ante, a coding agent in a single binary that runs offline

github.com

31–40 of 95 posts

Re: Show HN: Ante, a coding agent in a single binary that runs offline

#32
post #7
post #3

How good is it to work on building games, compared to existing agents? I am building my own game?

You aren't building your own game if you have a chatbot do it for you.

A classic tale from the music production world comes to mind:

"I thought using loops was cheating, so I programmed my own using samples. I then thought using samples was cheating, so I recorded real drums. I then thought that programming it was cheating, so I learned to play drums for real. I then thought using bought drums was cheating, so I learned to make my own. I then thought using premade skins was cheating, so I killed a goat and skinned it. I then thought that that was cheating too, so I grew my own goat from a baby goat. I also think that is cheating, but I’m not sure where to go from here. I haven’t made any music lately, what with the goat farming and all."

Re: Show HN: Ante, a coding agent in a single binary that runs offline

#33

Linking to a github repo for a binary release (no source code related to the agent that I could see) is a bit iffy IMO. You should clarify your intentions or link to something else. Might confuse folks.

we put it in the repo README, will add migrate more into public repo as soon as possible.

Re: Show HN: Ante, a coding agent in a single binary that runs offline

#34

Linking to a github repo for a binary release (no source code related to the agent that I could see) is a bit iffy IMO. You should clarify your intentions or link to something else. Might confuse folks.

I will leave this here: https://usehax.dev/ GitHub repo: https://github.com/OleksandrChekhovskyi/hax This is a coding agent implementation I am working on, which delivers what this promises (at least on the "lean" part), except it's actually fully open source, and even more lean (few MBs of runtime memory usage). MIT-licensed, written in C, multi-provider / multi-model, minimalist approach to system prompt and tools…

nice, good to see more contributor in this space

Re: Show HN: Ante, a coding agent in a single binary that runs offline

#35
post #14

Considering that ripgrep, git, and, you know, other dev tools are part of the toolbox, then why ship them inside this executable? And, furthermore, if you ship them, then why stop there?

so it is more for being self contained and works out of box if being deployed in a bare linux environment. we tried shell out to `rg` it didn't work very well and instead spending time handling the args parsing and jugging string output, we decided to spend time on building Grep natively for agent. It is just a start~

as for why stop here yep, the goal is to be able to find the best sweet spot in being self contained v.s. all-in-one bloat ware. for example, we still use a bundled `tmux` skill for the orchestration.

Re: Show HN: Ante, a coding agent in a single binary that runs offline

#36
post #2

Hi HN, I'm Mohan from Antigma Labs. Ante is a coding agent that ships as one self-contained ~15MB binary: the TUI, an embedded ripgrep, local PDF/OCR, and a natively managed llama.cpp engine are all inside. No runtime dependencies, no node_modules, no account. - Ante installs a pinned, checksum-verified official llama.cpp build matched to your machine (Metal on Apple silicon; CUDA, Vulkan, or CPU on Linux) and handle…

Where is the source code?

for now only some of core crates is migrated, will do so progressively

Re: Show HN: Ante, a coding agent in a single binary that runs offline

#37
post #2

Hi HN, I'm Mohan from Antigma Labs. Ante is a coding agent that ships as one self-contained ~15MB binary: the TUI, an embedded ripgrep, local PDF/OCR, and a natively managed llama.cpp engine are all inside. No runtime dependencies, no node_modules, no account. - Ante installs a pinned, checksum-verified official llama.cpp build matched to your machine (Metal on Apple silicon; CUDA, Vulkan, or CPU on Linux) and handle…

Opt-out telemetry is a hard no for me, sorry.

feedback received, it was carry over from the preview dev build.

Re: Show HN: Ante, a coding agent in a single binary that runs offline

#38
post #7

Earlier quoted context omitted.

You aren't building your own game if you have a chatbot do it for you.

A classic tale from the music production world comes to mind: "I thought using loops was cheating, so I programmed my own using samples. I then thought using samples was cheating, so I recorded real drums. I then thought that programming it was cheating, so I learned to play drums for real. I then thought using bought drums was cheating, so I learned to make my own. I then thought using premade skins was cheating, so…

Does prompting an AI music generation service count as making your own songs? I noticed you left that one out of your parable.

Re: Show HN: Ante, a coding agent in a single binary that runs offline

#39

Earlier quoted context omitted.

A classic tale from the music production world comes to mind: "I thought using loops was cheating, so I programmed my own using samples. I then thought using samples was cheating, so I recorded real drums. I then thought that programming it was cheating, so I learned to play drums for real. I then thought using bought drums was cheating, so I learned to make my own. I then thought using premade skins was cheating, so…

Does prompting an AI music generation service count as making your own songs? I noticed you left that one out of your parable.

If figma draws you a gradient, are you really a designer?

Re: Show HN: Ante, a coding agent in a single binary that runs offline

#40
post #18
post #2

Hi HN, I'm Mohan from Antigma Labs. Ante is a coding agent that ships as one self-contained ~15MB binary: the TUI, an embedded ripgrep, local PDF/OCR, and a natively managed llama.cpp engine are all inside. No runtime dependencies, no node_modules, no account. - Ante installs a pinned, checksum-verified official llama.cpp build matched to your machine (Metal on Apple silicon; CUDA, Vulkan, or CPU on Linux) and handle…

Why not make it Actually Portable Executable using Cosmopolitan Libc, like Llamafile, to make it run on Windows/Linux/MacOS? Why don't you support Windows with CUDA?

even with power of AI, we are mere human and still slow. Adding this to backlog.
Post reply on HN