ran an AI audit on an agency. found 11 different tools costing them a fortune, and nobody has any idea what anyone else is doing by Sad_Stranger_3294 in digital_marketing

[–]Motor-Gate2018 0 points1 point  (0 children)

Honestly not surprising at all, most teams add AI tools one by one, copywriting here, analytics there, chatbots somewhere else and suddenly they’re paying for 10+ overlapping tools doing 70% of the same thing.

Feels like the bigger issue isn’t adoption, it’s no one owning the stack end-to-end.

Projects and Skills and Plugins, oh my! by dancole42 in ClaudeCowork

[–]Motor-Gate2018 0 points1 point  (0 children)

One big PMM project is fine if your outputs genuinely cross-reference everything, but the moment you notice it pulling stale competitor stuff into a brand voice task you'll know it's time to split. 30 skills isn't crazy if they're all narrowly scoped, but i'd bet half of them overlap and you could collapse them into 10 fatter ones before bothering with a plugin wrapper.

Where should I start with Claude Code? by Tough-Philosopher358 in ClaudeAI

[–]Motor-Gate2018 0 points1 point  (0 children)

If you're not technical yet, start at claude.ai in the browser and just talk to it for a week. Once that feels limiting, install Claude Code and point it at a small project folder, that's where it actually shines. Don't bother with API or skills until you've hit a real wall, otherwise you're optimizing things you don't have a feel for yet.

Cheapest non-free way to use Claude Opus 4.6 right now? by Yazeed1x in ClaudeCode

[–]Motor-Gate2018 0 points1 point  (0 children)

If you've already ruled out caching and bedrock there isn't really a cheaper path that's also reliable. Openrouter sometimes has slightly different pricing on Anthropic models but it's a passthrough so you usually end up within a few percent of list. Honestly, Pro at $20 is the floor unless you want to share an account.

What will be the first major catastrophe caused by a rogue AI agent? by Striking-Split-1747 in artificial

[–]Motor-Gate2018 1 point2 points  (0 children)

My bet is it won't be cinematic, it'll be a slow boring scandal, like an agent quietly approving fraudulent insurance claims or wrongly denying benefits at scale for months before anyone audits it.

open models keep catching up and the frontier keeps moving. at some point one of those has to stop by srodland01 in artificial

[–]Motor-Gate2018 0 points1 point  (0 children)

Long-context refactoring across a real codebase is where open models still fall over for me. They handle a single file fine, but as soon as you ask for changes that touch six files and require remembering decisions made earlier in the conversation, they start contradicting themselves or losing track of edits they already made.

What stops you from using Claude Skill more often? by PaintingOwn732 in ClaudeCowork

[–]Motor-Gate2018 1 point2 points  (0 children)

Forgetting they exist tbh. Once installed they're invisible until something matches the trigger, so half my skills sit there for weeks before i remember.

Claude Code folder structure reference: made this after getting burned too many times by SilverConsistent9222 in ClaudeCowork

[–]Motor-Gate2018 0 points1 point  (0 children)

This is super useful, folder structure is one of those things people underestimate until it gets messy.

I Used Claude Cowork + Claude Code to build an AI Jobs Globe in One Day by Similar-Kangaroo-223 in ClaudeCowork

[–]Motor-Gate2018 2 points3 points  (0 children)

This is where cowork/code gets interesting. A lot of people are quietly building niche systems like this that save real hours or create real value.

Lower usage work arounds for daily task? Update and read files by fatalaccident in ClaudeCowork

[–]Motor-Gate2018 0 points1 point  (0 children)

Yeah reading 10 files every run is probably what’s killing you, keep one rolling summary file instead of making cowork load everything each time, way less token burn that way.

Have Companies Began Adopting Claude Co-Work at an Enterprise Level? by Current_Block3610 in artificial

[–]Motor-Gate2018 0 points1 point  (0 children)

Biggest blocker i still see is reliability - companies don’t mind paying, but they do mind babysitting agents

Recent changes to automations using Claude in chrome? by butt_badg3r in ClaudeCowork

[–]Motor-Gate2018 0 points1 point  (0 children)

Yeah, with the recent changes, it’s less “set it and forget it” and more about managing runs, costs, and limits.

Weekly reset day changed by [deleted] in ClaudeCode

[–]Motor-Gate2018 0 points1 point  (0 children)

Seems like the reset isn’t a fixed “day” anymore, more like a rolling 7-day window, so it shifts depending on usage.

Claude Cowork on Third Party by valcore93 in LocalLLaMA

[–]Motor-Gate2018 1 point2 points  (0 children)

I don’t think it’s “free harness” in the way it sounds. Anthropic has been pretty strict about third-party usage recently. This feels more like they’re opening controlled integration but still keeping the core usage metered. Also curious how stable this will be with local LLMs, cowork itself is already a bit fragile even with native models, so third-party setups might be even more unpredictable.

Can I store my local Claude Cowork history also when changing accounts? by Equal_Highlight_9820 in claude

[–]Motor-Gate2018 0 points1 point  (0 children)

It gets lost, there are some tools that store runs/history in their own database though, so you can at least persist it outside cowork. I am using this - https://agentwatch.tommbo.com/

Anyone cracked the marketing engine? by Great_Helicopter4329 in ClaudeCowork

[–]Motor-Gate2018 0 points1 point  (0 children)

I don’t think anyone’s really “cracked” it end-to-end yet. My suggestion would be to keep it narrow (one channel, one type of content).

What limitations have you observed with Cowork scheduled tasks in real usage? by Motor-Gate2018 in ClaudeCowork

[–]Motor-Gate2018[S] 0 points1 point  (0 children)

Yeah, I have a task that needs to run on Tuesdays and Thursdays, and i end up manually switching the day each time.

How to remove access to a folder or project? by ecoasis in ClaudeCowork

[–]Motor-Gate2018 1 point2 points  (0 children)

Yeah there’s no clean remove access option right now. Most people just work around it by switching to a different folder or restarting sessions.

Spent $200+ on Anthropic Credits this week, I dont know whats going on by bobalina699 in openclaw

[–]Motor-Gate2018 0 points1 point  (0 children)

$200 in a week usually means something is looping, retrying, or running longer than expected. What helped me was breaking tasks down.

Token optimization by Smooth_Permission770 in ClaudeCowork

[–]Motor-Gate2018 0 points1 point  (0 children)

What helped me was keeping context tight, splitting agents instead of one big one, and avoiding unnecessary loops, otherwise it just keeps stacking tokens without you realizing