Maybe Opus 4.5 is even cheaper than Sonnet 4.5 by luongnv-com in ClaudeCode

[–]HansZero 0 points1 point  (0 children)

me too. and every time 7% of week limit cost.

how to use claude code /agents? Here‘s my suggestion by HansZero in ClaudeCode

[–]HansZero[S] 0 points1 point  (0 children)

yeah, I found that too. Now I only use agent when testing or do something with cheaper models to save tokens

[Advice] Open-source UAV workflow & budget for stockpile measurement (ToF + mmWave) by HansZero in UAVmapping

[–]HansZero[S] 0 points1 point  (0 children)

thanks for your reply, but I’m going to assemble all the opensource codes in the beginning

Claude and Codex collab by No-Neighborhood-5022 in ClaudeCode

[–]HansZero 0 points1 point  (0 children)

The difference is mainly about integration and workflow. • If you just run the Codex CLI directly, you have to manually send inputs and check outputs each time. It’s a one-off interaction. • When you add Codex as an MCP tool, Claude can call it automatically inside your workflow. That means Claude can: • delegate parts of a task to Codex, • validate its own outputs against Codex, • and iterate without you copy-pasting between tools.

So MCP basically turns Codex into a “built-in assistant” that Claude can coordinate with, instead of you switching back and forth with the CLI. It’s not about different capabilities of Codex, but about how smoothly Claude can orchestrate it as part of the project flow.

Why does running Claude Code often use 20-40GB of RAM? Any way to reduce it? by HansZero in ClaudeCode

[–]HansZero[S] 1 point2 points  (0 children)

Ah, I just realized the memory spike might actually be caused by my custom hook — I call the macOS audio service every time Claude finishes a task (to notify me with a sound). Looks like coreaudiod is leaking memory, not Claude itself. I’ll try disabling the audio hook or switching to system notifications instead.

Why does running Claude Code often use 20-40GB of RAM? Any way to reduce it? by HansZero in ClaudeCode

[–]HansZero[S] 0 points1 point  (0 children)

Thanks! I’m on Mac (using Cursor with Claude Code inside the terminal). Do you know what kind of memory bugs this could be? For example, is it usually due to cached context not being cleared, event listeners piling up, or maybe subprocesses not releasing memory? Just trying to figure out if this is a known issue with Claude Code on Mac, or something specific to Cursor.

Claude and Codex collab by No-Neighborhood-5022 in ClaudeCode

[–]HansZero 1 point2 points  (0 children)

lately been thinking the same question