HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pradeep1177

6 karmajoined 2 tháng trước

Submissions

[untitled]

1 points·by pradeep1177·Hôm qua·0 comments

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

github.com
2 points·by pradeep1177·17 ngày trước·0 comments

Show HN: Behavioral gauge for Claude Code sessions

github.com
2 points·by pradeep1177·26 ngày trước·0 comments

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

github.com
5 points·by pradeep1177·27 ngày trước·2 comments

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

2 points·by pradeep1177·28 ngày trước·1 comments

[untitled]

1 points·by pradeep1177·tháng trước·0 comments

[untitled]

1 points·by pradeep1177·2 tháng trước·0 comments

comments

pradeep1177
·11 ngày trước·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
·11 ngày trước·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
·14 ngày trước·discuss
I generally believe the proxy route is best to understand any harness. I been building some thing similar.
pradeep1177
·15 ngày trước·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
·16 ngày trước·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
·16 ngày trước·discuss
I think the expectation that AI will be the silver bullet for the domain where human behaviour change is just futile.
pradeep1177
·16 ngày trước·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
·17 ngày trước·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
·20 ngày trước·discuss
Do people care these days, I mean I have mine similar tool also at softcane/cc-blackbox
pradeep1177
·25 ngày trước·discuss
Overuse of the AI agents as a concept and the mental burnout it creates.
pradeep1177
·27 ngày trước·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
·27 ngày trước·discuss
[flagged]
pradeep1177
·27 ngày trước·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
·28 ngày trước·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
·29 ngày trước·discuss
[flagged]
pradeep1177
·tháng trước·discuss
Hi Eric, I enjoyed the book during "solve.it" course (Closed reading). Reading it again second time.
pradeep1177
·tháng trước·discuss
Can you elaborate more on NO external dependencies?
pradeep1177
·tháng trước·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.
pradeep1177
·tháng trước·discuss
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?
pradeep1177
·tháng trước·discuss
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.