Live data from Hacker News

Show HN: Fork of Claude-code working with local and other LLM providers

github.com

21–30 of 41 posts

Re: Show HN: Fork of Claude-code working with local and other LLM providers

#21
post #12

Cool project! Though I'd advise dialing down the edge factor.

Yeah, "Terminal-based AI coding retard" is unnecessary.

README is now less retarded as per author: https://github.com/dnakov/anon-kode/commit/320265694838fb2ae...

Re: Show HN: Fork of Claude-code working with local and other LLM providers

#24
post #16

Congrats on the launch! As someone who is ignorant and not following all of the recent releases. Isn't Claude-code a proprietary version of https://aider.chat/ in the first place?

Similar concept but entirely different implementation.

(aider is Python, Claude Coder is TypeScript, for one)

Re: Show HN: Fork of Claude-code working with local and other LLM providers

#25
post #23

Look into goose¹ and aider² as well [1] https://github.com/block/goose [2] https://aider.chat/

As an aider devotee I am now all in on Claude Coder. Was fun while it lasted.

Is it so much better? What's the difference? How does it do embeddings?

Re: Show HN: Fork of Claude-code working with local and other LLM providers

#27
post #23

Look into goose¹ and aider² as well [1] https://github.com/block/goose [2] https://aider.chat/

As an aider devotee I am now all in on Claude Coder. Was fun while it lasted.

Aider seems great unless you're constantly working in a ton of repos.

Re: Show HN: Fork of Claude-code working with local and other LLM providers

#28
post #25
post #23

Earlier quoted context omitted.

As an aider devotee I am now all in on Claude Coder. Was fun while it lasted.

Is it so much better? What's the difference? How does it do embeddings?

- More polished UI. - Better tools. - Tighter integration with the model/prompt.

Re: Show HN: Fork of Claude-code working with local and other LLM providers

#29
post #26

Maybe it's easier to just set up a proxy mirroring Anthropic's API, but pointing to whatever model you want? Genuine doubt.

It's not much different than your proxy idea. It's implemented as a transformation between the internal message structure (close to Anthropic API's) to OpenAI message spec and vice-versa. Then, it's calling all the other models using the openai-node client, as pretty much everyone supports that now (openrouter, ollama, etc)

Re: Show HN: Fork of Claude-code working with local and other LLM providers

#30
post #16

Congrats on the launch! As someone who is ignorant and not following all of the recent releases. Isn't Claude-code a proprietary version of https://aider.chat/ in the first place?

> Isn't Claude-code a proprietary version of https://aider.chat/ in the first place? It might be; but aider is Apache 2 licensed and I don't think Anthropic would be able to change the license. But either way, these tools are simple enough that it's not hard to replicate what they do. So simple that it's kind of pointless for Anthropic to get proprietary and protective about the whole thing. The moat they have is wit…

> Simple enough that it's not hard to replicate…

Yet the Product Hunt crowd mostly (a) hustle to ship each other's takes on feature innovations, (b) still fail to match each other's results.

There are under the hood differences, and whole is greater than the parts differences. Despite the arms race, most are not beating Aider effectiveness.

Post reply on HN