HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pradeep1177

6 karmajoined 2 माह पहले

Submissions

[untitled]

1 points·by pradeep1177·11 घंटे पहले·0 comments

[untitled]

1 points·by pradeep1177·3 दिन पहले·0 comments

Show HN: Empowering codex/Claude Code with Aswath Damodaran valuation thinking

github.com
2 points·by pradeep1177·19 दिन पहले·0 comments

Show HN: Behavioral gauge for Claude Code sessions

github.com
2 points·by pradeep1177·28 दिन पहले·0 comments

Show HN: I hate typing continue once my CC quota resets

github.com
5 points·by pradeep1177·29 दिन पहले·2 comments

Ask HN: How I can recover my session after quota burn CC session

2 points·by pradeep1177·पिछला माह·1 comments

[untitled]

1 points·by pradeep1177·पिछला माह·0 comments

[untitled]

1 points·by pradeep1177·2 माह पहले·0 comments

comments

pradeep1177
·9 घंटे पहले·discuss
Many times those transcript contains sensitive credentials, so it’s redacted?
pradeep1177
·9 घंटे पहले·discuss
Im working on a project to prevent Claude code from reading any secrets key
pradeep1177
·13 दिन पहले·discuss
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?
pradeep1177
·13 दिन पहले·discuss
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?
pradeep1177
·16 दिन पहले·discuss
I generally believe the proxy route is best to understand any harness. I been building some thing similar.
pradeep1177
·17 दिन पहले·discuss
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?
pradeep1177
·18 दिन पहले·discuss
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.
pradeep1177
·18 दिन पहले·discuss
I think the expectation that AI will be the silver bullet for the domain where human behaviour change is just futile.
pradeep1177
·18 दिन पहले·discuss
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.
pradeep1177
·19 दिन पहले·discuss
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.
pradeep1177
·22 दिन पहले·discuss
Do people care these days, I mean I have mine similar tool also at softcane/cc-blackbox
pradeep1177
·27 दिन पहले·discuss
Overuse of the AI agents as a concept and the mental burnout it creates.
pradeep1177
·29 दिन पहले·discuss
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.
pradeep1177
·29 दिन पहले·discuss
[flagged]
pradeep1177
·29 दिन पहले·discuss
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"
pradeep1177
·पिछला माह·discuss
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.
pradeep1177
·पिछला माह·discuss
[flagged]
pradeep1177
·पिछला माह·discuss
Hi Eric, I enjoyed the book during "solve.it" course (Closed reading). Reading it again second time.
pradeep1177
·पिछला माह·discuss
Can you elaborate more on NO external dependencies?
pradeep1177
·पिछला माह·discuss
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.