HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pradeep1177

6 karmajoined il y a 2 mois

Submissions

[untitled]

1 points·by pradeep1177·hier·0 comments

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

github.com
2 points·by pradeep1177·il y a 17 jours·0 comments

Show HN: Behavioral gauge for Claude Code sessions

github.com
2 points·by pradeep1177·il y a 26 jours·0 comments

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

github.com
5 points·by pradeep1177·il y a 27 jours·2 comments

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

2 points·by pradeep1177·il y a 28 jours·1 comments

[untitled]

1 points·by pradeep1177·le mois dernier·0 comments

[untitled]

1 points·by pradeep1177·il y a 2 mois·0 comments

comments

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