Live data from Hacker News

Show HN: Zot – Yet another coding agent harness

zot.sh

81–88 of 88 posts

Re: Show HN: Zot – Yet another coding agent harness

#82
post #39
post #20

Earlier quoted context omitted.

What's wrong with typescript? I was thinking of getting into it.

TypeScript the language is fine. Almost great, even. JavaScript the ecosystem is mostly a flaming garbage dump of worms. You can take measures to lower the pain of being in a toxically incompetent package space devolving faster than you can type commands.

oh I don't plan to npm anything other than something like esbuild and solidjs. I don't do churn.

Re: Show HN: Zot – Yet another coding agent harness

#85

> Subscription-capable - Anthropic Claude Pro/Max (anthropic), OpenAI Codex / ChatGPT Plus/Pro (openai-codex), Kimi Code (kimi), and GitHub Copilot (github-copilot). Am i reading this right? Seems to suggest that this can be used with Claude Code Subscription, which isn't true i think. Did this pre-date the CC Subscription change? Or is it playing fast and loose with the rules hah. Maybe it's using `-p`, which techni…

It does not use -p, but it does try to impersonate Claude when talking to the Anthropic API. Will they detect the difference in usage patterns and ban anyone who exploits them? Who knows.

Riskkyy riskyyyy

Re: Show HN: Zot – Yet another coding agent harness

#86

Great minds think alike? Two months ago I created an agent called 'zop' [1] that's also a static Go app. It's not a code harness, it's a cli tool for quick one-liners (faster and less memory than opencode --prompt ) with canned system messages. With compile tags you can strip it down to just prompt execution and the binary's less than 3MB. ....But also because feature creep, you can compile-in text-to-speech, speech-…

This looks really interesting! Being a single binary with modest memory requirements, I wonder if it can be used as a voice assistant in somethings like a rpi.

I was thinking the same thing!
Post reply on HN