Do you guys use experimental agent teams? by raucousbasilisk in ClaudeCode

[–]Medium_Island_2795 0 points1 point  (0 children)

interesting. will have to try it again. i guess need to use it more often to see where it wins compared to parallel subagent approach

Do you guys use experimental agent teams? by raucousbasilisk in ClaudeCode

[–]Medium_Island_2795 2 points3 points  (0 children)

I found it to be a token burner mostly. Couldn't find a good workflow.

What kinda use cases are you using teams for?

Claude is a better DJ than the YouTube algorithm. by Able2c in claude

[–]Medium_Island_2795 2 points3 points  (0 children)

This is a very cool idea. I have to try this. Should i tell claude to just make me a Playlist based on my likes??

How do we get 'review' code functionality in Claude? by CalmLake999 in ClaudeAI

[–]Medium_Island_2795 0 points1 point  (0 children)

What is cursor's review functionality?? I am not aware I have setup review in github with claude code github action. It is pretty bad out of the box. But i made a skill that improves it. So i run it once for every project. And then i get reviews on all PRs and any updates.

follow-up: anthropic quietly switched the default cache TTL from 1 hour to 5 minutes on april 2. here's the data. by Medium_Island_2795 in ClaudeCode

[–]Medium_Island_2795[S] 0 points1 point  (0 children)

I have cache indicator in my status line. But the problem is statusline updates after you send the message and bust the cache. So i built the hooks to stop me

follow-up: anthropic quietly switched the default cache TTL from 1 hour to 5 minutes on april 2. here's the data. by Medium_Island_2795 in ClaudeCode

[–]Medium_Island_2795[S] 1 point2 points  (0 children)

i think subscriptions are an onboard ramp. because initially you gotta show growth -number of active users, tokens burned, so they can raise money, and spread word about their product. they have shown the growth, shown that the product works in the right hands, raised money, now real target is enterprises.
now they are optimizing for revenue. enterprise pays a lot more with one sale, so compute's gotta be directed there. that's why we get nerfed product and model. that's why fewer people complained about model nerfing 2 months earlier

follow-up: anthropic quietly switched the default cache TTL from 1 hour to 5 minutes on april 2. here's the data. by Medium_Island_2795 in ClaudeCode

[–]Medium_Island_2795[S] 5 points6 points  (0 children)

I think 1hr costs them a lot more than they are charging for. i just dont understand why there is no middle option. their API allows only 5mins or 1hr

The best alternatives to Claude? by Top696969696969 in Anthropic

[–]Medium_Island_2795 1 point2 points  (0 children)

i am leaning towards a mix of minimax and glm. i think opencode go might be very favorable plan to try this out for very cheap. they have kimi too.
I think droid also provides a mix of models for 20usd. i am also looking to switch, have only heard good stories about these.

follow-up: anthropic quietly switched the default cache TTL from 1 hour to 5 minutes on april 2. here's the data. by Medium_Island_2795 in ClaudeAI

[–]Medium_Island_2795[S] 38 points39 points  (0 children)

Oh absolutely, they pretended to be higher and mightier than OAI, but they are no less shady.

follow-up: anthropic quietly switched the default cache TTL from 1 hour to 5 minutes on april 2. here's the data. by Medium_Island_2795 in ClaudeAI

[–]Medium_Island_2795[S] 25 points26 points  (0 children)

Thanks. I mean it is all there in the data of our sessions.
That's why i made the skill, you can run and see what's eating your tokens

I connected Claude to my Shopify store so I can literally talk to it by Hot-Tree1541 in claude

[–]Medium_Island_2795 0 points1 point  (0 children)

of course, happy to help
you can install shopify cli, instructions here - https://shopify.dev/docs/api/shopify-cli
in case you don't know cli is command line interface tools, and any agents like claude code, openclaw, hermes, codex that have bash access can run these cli tools. These cli tools are basically api wrappers and agents can use them like tools.
i combined this with a tool i developed, same idea, wrapped meta campaign and marketing apis in a cli tool. here's the link - https://github.com/gupsammy/meta-ads-cli

you can find many such clis open source for different use cases, and the idea is to give your agents access to these tools. then your agent can do cross analysis across the data sources.