HN user

rane

576 karma

https://github.com/raine

Posts57
Comments265
View on HN
github.com 11d ago

Show HN: Use GPT-5.6 and other models in Claude Code

rane
1pts0
github.com 1mo ago

Show HN: Have your agent consult other models

rane
3pts1
github.com 1mo ago

Show HN: Use Kimi and OpenAI Subscriptions in Claude Code

rane
3pts0
deepcave.com 1mo ago

Deepcave.com

rane
2pts0
github.com 2mo ago

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

rane
2pts0
raine.dev 2mo ago

How to orchestrate large coding tasks without context bloat

rane
3pts1
github.com 3mo ago

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

rane
7pts0
github.com 4mo ago

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

rane
3pts0
github.com 4mo ago

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

rane
1pts0
workmux.raine.dev 4mo ago

Sandboxed Git worktrees for AI coding agents

rane
1pts0
raine.dev 5mo ago

Never leave the home row to navigate tmux panes

rane
2pts0
papercompute.com 5mo ago

The True Cost of Claude Code

rane
6pts0
raine.dev 5mo ago

Atomic Commits for AI Agents

rane
2pts0
github.com 5mo ago

Show HN: Git primitives for autonomous coding agents

rane
2pts0
workmux.raine.dev 6mo ago

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

rane
2pts0
raine.dev 6mo ago

My setup, and why tmux workflow is better than ever

rane
5pts0
raine.dev 6mo ago

Using Git worktrees to parallelize AI coding

rane
2pts0
raine.dev 6mo ago

Workmux: Git worktrees and tmux for parallel AI agents

rane
1pts0
raine.dev 6mo ago

Resolve merge conflicts with Claude Code

rane
1pts0
blog.platformatic.dev 7mo ago

93% Faster Next.js in (Your) Kubernetes

rane
3pts0
github.com 7mo ago

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

rane
4pts0
github.com 7mo ago

Show HN: Let Claude Code call other LLMs when it runs in circles

rane
5pts2
github.com 7mo ago

Show HN: Workmux – Frictionless parallel development with Git worktrees and tmux

rane
3pts0
github.com 8mo ago

Show HN: Anki-LLM – Bulk process and generate Anki flashcards with LLMs

rane
60pts23
walkingmate.zendit.fi 9mo ago

Show HN: WalkingMate – Control a WalkingPad treadmill and track history on Mac

rane
14pts0
zendit.fi 10mo ago

Show HN: Made a simple app to end the Bluetooth mic hijacking on macOS

rane
4pts0
github.com 10mo ago

Lolgato: Advanced controls for Elgato lights on macOS

rane
1pts0
github.com 10mo ago

Fuzzy file picker for tmux and Claude Code

rane
2pts0
github.com 11mo ago

Show HN: MCP server that lets Claude Code consult other LLMs

rane
3pts1
github.com 1y ago

Jsonrepair: Repair Invalid JSON Documents

rane
2pts0

"Vibecoded" is not an accurate description of what actually happened. LLMs are extremely good at porting code from one language to another while preserving semantics. Which is why how everything turned out so well was not very surprising.

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.

GPT‑Live 14 days ago

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.

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...

OpenWarp 3 months ago

Also, great example of why you don't take a terminal that requires login as your daily workhorse. It never ends well.

DeepSeek v4 3 months ago

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.

GPT-5.5 3 months ago

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.

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

In some specific work contexts, such as writing pull request descriptions, not sounding like AI is something I've given up on trying to optimize. It's simply not worth the effort for me being non-native and writing detailed PR descriptions being so arduous, and the agent already has full context anyway. Obviously any fluff or inaccuracies are aggressively weeded out but I don't care anymore about the AI voice.

Ghostling 4 months ago

I like to manage tabs and windows through tmux and it suits my workflow very well. What are you going to do now?

Hardware improvements are easier to quantify and progress naturally comes in incremental steps.

Software however especially from UX point of view, is more likely to be more or less ready at some point. Any improvements are marginal and subjective. What are the large UX teams at Apple going to do if not redesigns for the sake of redesigning? I wish it would happen, but it’s hard to imagine Apple shipping an annual OS release without noticeable visual changes.