HackerLangs
TopNewTrendsCommentsPastAskShowJobs

rane

569 karmajoined 17 jaar geleden
https://github.com/raine

Submissions

Show HN: Have your agent consult other models

github.com
3 points·by rane·27 dagen geleden·1 comments

Show HN: Use Kimi and OpenAI Subscriptions in Claude Code

github.com
3 points·by rane·vorige maand·0 comments

Deepcave.com

deepcave.com
2 points·by rane·2 maanden geleden·0 comments

Claude-Code-Proxy – Use Kimi K2.6 and OpenAI Subscriptions in Claude Code

github.com
2 points·by rane·2 maanden geleden·0 comments

How to orchestrate large coding tasks without context bloat

raine.dev
3 points·by rane·2 maanden geleden·1 comments

Show HN: Claude-codex-proxy – Use Claude Code with ChatGPT subscription

github.com
7 points·by rane·3 maanden geleden·0 comments

Show HN: Git-surgeon – Git add -p for AI agents

github.com
3 points·by rane·4 maanden geleden·0 comments

Show HN: Git-surgeon – Hunk-level Git primitives for AI agents

github.com
1 points·by rane·4 maanden geleden·0 comments

Sandboxed Git worktrees for AI coding agents

workmux.raine.dev
1 points·by rane·4 maanden geleden·0 comments

Never leave the home row to navigate tmux panes

raine.dev
2 points·by rane·5 maanden geleden·0 comments

The True Cost of Claude Code

papercompute.com
6 points·by rane·5 maanden geleden·0 comments

Atomic Commits for AI Agents

raine.dev
2 points·by rane·5 maanden geleden·0 comments

Show HN: Git primitives for autonomous coding agents

github.com
2 points·by rane·5 maanden geleden·0 comments

Show HN: Workmux – Parallel development in tmux with Git worktrees

workmux.raine.dev
2 points·by rane·6 maanden geleden·0 comments

My setup, and why tmux workflow is better than ever

raine.dev
5 points·by rane·6 maanden geleden·0 comments

Using Git worktrees to parallelize AI coding

raine.dev
2 points·by rane·6 maanden geleden·0 comments

Workmux: Git worktrees and tmux for parallel AI agents

raine.dev
1 points·by rane·7 maanden geleden·0 comments

Resolve merge conflicts with Claude Code

raine.dev
1 points·by rane·7 maanden geleden·0 comments

93% Faster Next.js in (Your) Kubernetes

blog.platformatic.dev
3 points·by rane·7 maanden geleden·0 comments

Show HN: Workmux – Parallel development in tmux with Git worktrees

github.com
4 points·by rane·7 maanden geleden·0 comments

comments

rane
·eergisteren·discuss
It's extremely difficult to have a robust test suite for a TUI app like Claude Code. Hence regressions keep showing up in every update.
rane
·eergisteren·discuss
Absolutely can't wait to try this for language practice. The advanced voice mode is great but ultimately just doesn't work that well and doesn't have the feel of a natural conversation.
rane
·eergisteren·discuss
Try https://github.com/raine/claude-code-proxy

I canceled Claude plan a few months back and have been using this. OpenAI plans are much more generous.
rane
·23 dagen geleden·discuss
The excessive emojis in the README don't inspire confidence
rane
·2 maanden geleden·discuss
I thought so, and then I tried Opencode and Codex and started to appreciate Claude Code a lot more. They've actually done great work with the small details.
rane
·2 maanden geleden·discuss
I have 29 Claude Codes open, using 6.3 GiB RSS total
rane
·2 maanden geleden·discuss
The point was to come up with a sensationalistic headline that HN eats up and post flies to the front page.
rane
·2 maanden geleden·discuss
You can use other models in Claude Code

https://github.com/raine/claude-code-proxy

https://api-docs.deepseek.com/quick_start/agent_integrations...
rane
·2 maanden geleden·discuss
I just made a simple script that makes it easy to switch between models.
rane
·2 maanden geleden·discuss
You can just use it through Claude Code, so you get to keep the system prompt and tooling you are used to.

3rd party models are a drop-in replacement with `ANTHROPIC_BASE_URL` in Claude Code, something people seem to miss right now. And contrary to what Anthropic might like to have you think, you don't need Opus 4.7 to run the harness to get similar performance.

https://api-docs.deepseek.com/quick_start/agent_integrations...
rane
·2 maanden geleden·discuss
Also, great example of why you don't take a terminal that requires login as your daily workhorse. It never ends well.
rane
·3 maanden geleden·discuss
I've been using all Kimi K2.6, gpt-5.4 and now Deepseek v4 (thought not extensively yet) in Claude Code and I can say it works much better than you'd expect. It looks like the system prompt and tools are pulling a lot of weight. Maybe the current models are good enough that you don't need them to be trained for a specific harness.
rane
·3 maanden geleden·discuss
FWIW, works great in Claude Code.

https://api-docs.deepseek.com/guides/coding_agents#integrate...
rane
·3 maanden geleden·discuss
This might be the opposite of staying nimble as my workflows are quite tied to Claude Code specifically, however I've been experimenting with using OpenAI models in CC and it works surprisingly well.
rane
·3 maanden geleden·discuss
Added support for Kimi in https://github.com/raine/claude-code-proxy and it does appear to work surprisingly well with Claude Code, although the usage limit for the entry tier doesn't seem as generous as I'd have expected.
rane
·3 maanden geleden·discuss
- Way more accurate, especially with technical jargon. Try saying JSON as part of a sentence to macOS dictation and see what comes out.

- macOS dictation mutes other sounds while it's running. This is a deal-breaker for me.
rane
·3 maanden geleden·discuss
Is that also why they allow to use their subscriptions in OpenClaw and 3rd party harnesses?
rane
·3 maanden geleden·discuss
Why doesn't OpenAI introduce $100/mo plan? Surely many would switch in a heartbeat
rane
·3 maanden geleden·discuss
For a container-based sandbox in tmux, see workmux and its sandboxing feature.

The added isolation does come with some friction though, which is kind of by design.
rane
·3 maanden geleden·discuss
Conflicts are not a problem at all in my experience.

My setup is that I run `/merge`[1] , which will first have the agent rebase changes on base, and on conflicts, it's instructed to understand both sides before resolving, which helps it merge them cleanly. I haven't resolved conflicts manually in months and also haven't had any issues with agents resolving them incorrectly. A solved problem as far as I'm concerned.

[1]: https://workmux.raine.dev/guide/workflows#direct-merge