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

TIPSIO

no profile record

投稿

We're pausing the Agent SDK credit change (Anthropic)

15 ポイント·投稿者 TIPSIO·26 日前·4 コメント

Show HN: Clappie – Claude Code remote but more fun and useful

clappie.ai
3 ポイント·投稿者 TIPSIO·4 か月前·0 コメント

コメント

TIPSIO
·28 日前·議論
> I'm guessing Anthropic shut of access for everyone because currently they have no reliable way to know whether a user is or is not a US citizen.

They literally say this is why.
TIPSIO
·28 日前·議論
This is obviously a super corny / silly / dramatic thing to say.
TIPSIO
·28 日前·議論
Really sick of this stupid narrative.

The most ethical goal of an AI lab or government should be to bring the maximum amount of intelligence for as cheap as possible to the people equally.
TIPSIO
·先月·議論
The dream has always been a first-class framework for Cloudflare Workers.

- In the earliest days (literally go read their blog posts and GitHub repos), they only ever really did dinky little demo's.

- After and for the longest time, they tried to claim they went "Full Stack" with SSR-able abilities, but they were so terrible back then and not even well integrated into their Worker platform tools.

- This was oddly gray mixed (sometimes?) with Pages messaging which definitely was not full-stack in the sense developers wanted.

- Then getting any of this to work in a dev environment was super difficult as "wrangler dev" was very limited (wrangler is so good now FYI).

- Vercel just kind of ate Cloudflare's lunch here. No shame in it. They just couldn't get it right for developers period.

- Then very quietly "Adapters" came around and basically changed the game. Your code base finally felt portable to Workers with essentially full CF platform support.

- Now we live in AI-age and they bought Astro (?), tried to launch WP clone (?), and vibe-coded Next (?)

Big and long time coming for all of this. It is a super breath of fresh air to see even more improvements will likely come to Workers. Icing on cake is Evan is a legend who has a proven track record of delivering tools people love.
TIPSIO
·先月·議論
Access to intelligence is going to become a major class issue overtime if cost keeps increasing and labs try to police usage and access
TIPSIO
·先月·議論
It did try and lead me to touch a live hot wire once. Thanking the safety team for the honest and sincere apology it gave after was sarcasm.
TIPSIO
·先月·議論
Price discrimination is I think fine and reasonable so long if you can drum up the cash you can use it how you want within their ToS.

Although mental safety gymnastics aside, getting the most amount of intelligence for the cheapest amount of cost to normal people seems like the most ethical thing a big lab could do.

Going around and granting different tiers of intelligence to different insiders, friends, or companies is majorly problematic long-term.

Heck right now, the tokens you buy today for “Opus 4.8”, no one even knows or believes will be the same “Opus 4.8” just 3 days from now.
TIPSIO
·先月·議論
When doing some electrical, Opus 4.7 essentially told me to wiggle a wire to see if it was hot or not with my bare hand.

I called it out.

It then gave me one of the most super heartfelt honest and sincere apologies I have ever received.

Glad the safety team was there for me and able to make such an honest model or I would have been very upset about it.
TIPSIO
·先月·議論
Seems like they might be hinting that if you are not a billionaire or multi-billion dollar company you will just get a limited and nerfed Claude Code slash command /mythos-security-audit or something.

Hope this isn’t the case and that normal average Joe’s of the world don’t get policed out of access.
TIPSIO
·2 か月前·議論
This is actually a form of AI psychosis.

It's really hard not to especially if you enjoy building.
TIPSIO
·3 か月前·議論
Beautiful design and UX for the bot layouts. Kudos this is really clean
TIPSIO
·3 か月前·議論
A lot of people have spent a considerable amount of time building out "claude -p" workflows trusting Anthropic because of those same Tweet assurances outside of OpenClaw.

It seems with the new "--bare" flag they are introducing, a huge rug pull is coming as they plan to deprecate -p for unlimited users.

The docs now read:

> "Bare mode skips OAuth and keychain reads. Anthropic authentication must come from ANTHROPIC_API_KEY or an apiKeyHelper in the JSON passed to --settings. Bedrock, Vertex, and Foundry use their usual provider credentials. --bare is the recommended mode for scripted and SDK calls, and will become the default for -p in a future release."

Hope I am reading this wrong or this is clarified.

https://code.claude.com/docs/en/headless
TIPSIO
·3 か月前·議論
Oh wow, I love this idea even if it's relatively insignificant in savings.

I am finding my writing prompt style is naturally getting lazier, shorter, and more caveman just like this too. If I was honest, it has made writing emails harder.

While messing around, I did a concept of this with HTML to preserve tokens, worked surprisingly well but was only an experiment. Something like:

> <h1 class="bg-red-500 text-green-300"><span>Hello</span></h1>

AI compressed to:

> h1 c bgrd5 tg3 sp hello sp h1

Or something like that.
TIPSIO
·3 か月前·議論
Quick everyone to your side projects. We have ~3 days of un-nerfed agentic coding again.
TIPSIO
·3 か月前·議論
FWIW everyone is also building a version of this themselves. Only so many directions to go
TIPSIO
·3 か月前·議論
Thanks so much! It's a fancy landing page thanks to Claude.

Tmux is seriously an amazing tool.
TIPSIO
·3 か月前·議論
Not at all. I am a big a Claude Code fan and glad they are releasing more and more features for users
TIPSIO
·3 か月前·議論
Eh, the value is the unlimited Max plan which they have rightfully banned from third-party use.

People simply want Opus without fear of billing nightmare.

That’s like 99% of it.
TIPSIO
·3 か月前·議論
If this true. My old personal agent Claude Code setup I open sourced last month will finally be obsolete (1 month lol):

https://clappie.ai

- Telegram Integration => CC Dispatch

- Crons => CC Tasks

- Animated ASCII Dog => CC Buddy
TIPSIO
·4 か月前·議論
This was my setup exactly, I open sourced a framework of it a while ago:

- https://clappie.ai

Plus it gives a little ASCII dog to Claude Code terminal.

The ability to spawn independent CLI is awesome. No brainer they would add eventually between the great threaded functionality it brings and is essentially a more controlled version of OpenClaw IMO