HackerTrans
トップ新着トレンドコメント過去質問紹介求人

csoham

no profile record

投稿

Claude Code is no longer a part of the Pro plan

16 ポイント·投稿者 csoham·3 か月前·3 コメント

A Better Practices Guide to Using Claude Code

kylestratis.com
2 ポイント·投稿者 csoham·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 csoham·6 か月前·0 コメント

The PSF has withdrawn $1.5M proposal to US Government grant program

reddit.com
4 ポイント·投稿者 csoham·9 か月前·1 コメント

Agentic Commerce Protocol Spec

github.com
1 ポイント·投稿者 csoham·10 か月前·0 コメント

Developing an open standard for agentic commerce

stripe.com
1 ポイント·投稿者 csoham·10 か月前·0 コメント

コメント

csoham
·先月·議論
Cool stuff! I suspect we will now see a bunch of startups coming up focused on helping companies reduce their AI usage, similar to how we have companies focused on optimizing cloud costs.
csoham
·10 か月前·議論
Wow this is crazy. What's crazier is the drop in battery level from 7 days to 1.5 days in 9 months!
csoham
·10 か月前·議論
I'm working on ScaleDown [1], a context pruning API.

So over the past few years, I have seen how contexts have been steadily growing in AI apps. And while the context lengths of LLMs have also been increasing, they are still effectively about 200k tokens. The performance drops off a cliff after that (you might have noticed it as well with long AI chats).

It is a simple API that prunes away irrelevant parts of a context for a given prompt, a.k.a. context-aware pruning. Integration is super simple: just an extra API call before the final LLM API call. You can get an API from the website.

I would love to chat if this is something that is relevant to you and if you have any feedback on what we are building!

[1] https://scaledown.ai
csoham
·10 か月前·議論
[self promotion alert] the "you are not alone" point really resonated with me. When I lost my job, I was alone, helpless and not sure what the next steps were. This is why I tried to create a community of people willing to support and be a listening ear for people going through job loss and this tough job market. It's at layoff.supprt. honestly I have not been supporting it for a while but of you find this helpful and would like more features then do let me know!
csoham
·10 か月前·議論
Really intresting. What did the original prompt look like? Perhaps the original prompt was not that good? I feel like the changes claude suggested (except a couple maybe) are already pretty well known prompt engineering practices.