And what are those necessary controls?
HN user
pradeep1177
These data retention contracts are black boxes; you never know how your IP was leaked, and it could end up in the model's training data. It's like trusting META with your privacy settings.
I opened this feature request https://github.com/anthropics/claude-code/issues/68284 and hacked around a solution that I thought wasn't so hard to bake into the Claude code.
There are other similar open issues.
However, my thoughts are that I think this fix as a native feature in Claude code is not in the best interest of Anthropic's income statement. For example, many regular users are currently not utilising the weekly quota usage and that unused capacity is shared among others who are either enterprise users or know how to precisely set up the loops.
Imagine this, if this becomes a native feature, developers would start scheduling tasks at 9 pm and would continue until they wake up.
What you think?
If it’s a preference question then certainly yes, but how to push back on x productivity boost argument when a company enforce this as policy?
Yes a soft policy but it’s a smart move to encourage the rat race.
Author here, I would happy to answer your question's
Then why to even keep codex open source?
Many times those transcript contains sensitive credentials, so it’s redacted?
Im working on a project to prevent Claude code from reading any secrets key
But the whole point of this is to prevent the distillation and identify the list of blocked providers. If a provider is capturing the proxy, they can identify and modify that as well, so it only looks legitimate to the model. What am I missing here?
I used my proxy https://github.com/softcane/cc-blackbox setup to capture this.
This is how it looks.
# userEmail The user's email address is <my email>. # currentDate Today's date is 2026-06-30.
IMPORTANT: this context may or may not be relevant to your tasks. You should not respond to this context unless it is highly relevant to your task.
</system-reminder>I also do not understand what's the point of this, because if I have a gateway that can detect it, then we can replace the text before forwarding to the model, so what's the catch?
I generally believe the proxy route is best to understand any harness. I been building some thing similar.
So, how are you handling read/write caching? I mean, if I keep routing the next prompt based on the task weights? How about if I'm sending every 5th query to opus, which do expensive write cache?
I've been pondering over the same question, but also on an enterprise scale. For example, how could I scrub the customer data, like name, domain, etc., before sending it to LLM if my Claude code is using some MCP to fetch and debug an issue?
I mean, hooks are nice, but they are messy to manage/operate for many developers at a time.
https://github.com/softcane/cc-blackbox I started investigating the proxy path, which I think would be useful for such scenarios.
I think the expectation that AI will be the silver bullet for the domain where human behaviour change is just futile.
Me: Thanks! Claude, you did a great job.
Claude Code: Anytime. I'm glad we nailed it together. Happy to help. bla bla bla....
Me: Thanks! Codex, you did a great job.
Codex: Understood.
It finally clicked to me when Peter Steinberger mentioned that 50% of Codex's workforce is European.
Well, you will be paid for your subjective decision-making, what applies where, system design, and your calculation of trade-offs. Regardless of what scaling laws say, these will remain a problem for humans to solve because real-world systems are messy.
Do people care these days, I mean I have mine similar tool also at softcane/cc-blackbox
Overuse of the AI agents as a concept and the mental burnout it creates.
Exactly, I felt it was one of the bottleneck where token where consumed fast. Now, I just configure my task correctly and let it loop overnight.
I've been thinking about and working on a solution to automatically resume a Claude code session in the same terminal when my quota resumes. I hate waking up and typing "please continue"
I use Claude Code for coding sessions. Sometimes I hit a usage/rate limit and the session stops before the task is finished. I am not trying to bypass the limit I want a automatic way to resume once the quota resets.
Hi Eric, I enjoyed the book during "solve.it" course (Closed reading). Reading it again second time.
Can you elaborate more on NO external dependencies?
Wait, do the coding agents fire `kubectl get -o yaml`??? Most of the harness agents, like CC or codes, are very precise about command construction. For example, the harness add - o and look for the status, for example.
Yes, it also depends on how a model harness uses a tool.
Harness: I'm about to commit. Good use case Harness: What has changed from X to Y. Bad use case NO?
I have a suspicion that the model would miss more context unless you are very precise about what FAT means in each context. However, loved the idea.
Would this have any impact on the response quality from the agent?
This kind of issue makes me wonder, should local AI coding tools expose a per-turn why did my session die / why did usage spike trace?
For people using Claude Code heavily, do you know which turns are burning the most tokens, or do you only see the final bill/limit?