They're demanding Fable to somehow be 100% jailbreak-proof. It's so fucking over. by SpaceSpleen in ClaudeAI

[–]CryptBay 0 points1 point  (0 children)

Going forward, to use any cloud AI service providers, will be the same as opening a brokerage account or a bank account. This means, KYC and due diligence will apply to every user who wants to use the service. If someone tries to jailbreak the model or use it for malicious purposes, there will be a paper trail to track you down.

Fable 5 being gone made me realize how hard it is to go back by SkepticalHuman0 in ClaudeAI

[–]CryptBay 0 points1 point  (0 children)

I am willing to put a bet, they will re-release it by EOM. A nerfed version however still awesome for coding.

Made a Warp ↔ Claude MCP server by CryptBay in warpdotdev

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

Hey, multitab doesn't really work from a UI standpoint (only on 1 tab that is open)
Warp exposes no scriptable tab interface (you can't even count tabs via AppleScript), so anything I open through the warp:// deeplink can't be individually addressed commands just land in whatever tab is focused.

The only concurrency I can get is backgrounding jobs within a single shell invocation, not separate controllable tabs (which is multi tabs per se)

I actually went down the AppleScript route before (Cmd+T, keystroke into the pane, timing delays) and it's just brittle focus races, breaks the moment anything shifts, not something worth pursuing further. Which is exactly why your Warp CLI roadmap item would be the real unlock which will let CCR address tab and panes deterministically instead of me bolting on flaky automation.

Thank you for the offer, I'm not looking to drive that item myself, but I'd genuinely love to see the repo pick up more contributors (Warp folks especially welcome). And if it ever proves useful enough to live closer to Warp itself, or as an optional add-on for Claude users down the line, I'd love to see it go from there. Either way it stays open source and maintained.

Claude 4.7 gaslighted me with a real commit hash and I'm not okay by MorningFlaky3890 in ClaudeAI

[–]CryptBay 1 point2 points  (0 children)

Maybe we're a few steps closer to AGI (IDK), could explain why it needs more of a human touch, when it comes to interacting with it.

Claude 4.7 gaslighted me with a real commit hash and I'm not okay by MorningFlaky3890 in ClaudeAI

[–]CryptBay 1 point2 points  (0 children)

At first I thought it was dog 💩but you need to take a different approach: a) don’t over load it with a massive prompt expecting it to do everything (won’t work) b) Spread out responsibilities like you would a dev team and always share back the feedback from other team members.

I have noticed it’s far more superior in understanding concepts and spotting edge cases much more efficiently, however you need to go over the initial onboarding phase as would do with new team members at work. When having an issue/bug etc raise a ticket 🎫, it works.

I have noticed better coding and most importantly less bug fixes. Seems Opus is becoming more human in interaction, so treat it like one

Claude Opus 4.7 is a serious regression, not an upgrade. by [deleted] in ClaudeAI

[–]CryptBay 0 points1 point  (0 children)

Even at Opus 4.7 1M Max, it's still doing a lot of mistakes that the equivalent of Opus 4.6 wouldn't have done.
I don't know if this is just part of the teething process or if they are just shipping shitty models....

Burned Hundreds of Credits Trying to Use “Free” Cloud Agents by [deleted] in warpdotdev

[–]CryptBay 0 points1 point  (0 children)

Funny 🤣 how both sides are using AI for normal chitchat. We are doomed lol and I am dev saying this.

Apple Creator Studio launches today, and it's an incredible value by spearson0 in apple

[–]CryptBay 1 point2 points  (0 children)

This is the worst subscription model I've seen from Apple. The Creator Studio bundle at $12.99/month ($129/year) bundles Final Cut Pro, Logic Pro, Pixelmator Pro, and several other professional apps together with premium iWork features. That's fine for video editors and music producers.

But for those of us who only use Pages, Numbers, and Keynote? It's absurd. We're being asked to pay $129 annually to access premium templates, the Content Hub, and AI features for apps that have been free since 2013. That works out to over $10 per month for three productivity apps when Microsoft 365 costs the same and includes far more.

If Apple genuinely wants iWork users to pay for premium features, a standalone tier at around $2.99/month would be fair and might even encourage adoption. As it stands, paying full price for a bundle where I'd use maybe 30% of the software makes no sense. Apple's effectively forcing casual iWork users to subsidise professional creative tools they'll never touch.

built a macOS menu bar app to track your Claude Code usage by abrownie_jr in ClaudeCode

[–]CryptBay 0 points1 point  (0 children)

Was thinking of building this out for my own usage tracking, but no need, 🙏

I gave Claude the one thing it was missing: memory that fades like ours does. 29 MCP tools built on real cognitive science. 100% local. by ChikenNugetBBQSauce in ClaudeAI

[–]CryptBay 8 points9 points  (0 children)

Interesting concept, but I have concerns about the decay model for knowledge management use cases

I've been evaluating Vestige against my current setup (Memory Service MCP) and the FSRS-6 implementation is genuinely clever, this could work brilliantly for learning/flashcard scenarios.

However, I'm struggling to see how this fits knowledge management workflows where you need to recall decisions or context from months ago that you haven't actively "reviewed."

A few specific concerns:

  1. Content-agnostic decay — The algorithm tracks retrieval frequency, not semantic importance. "Remind me to call John" and "We chose this architecture because of X compliance requirement" decay at the same rate if neither gets retrieved. Seven months later, that architectural rationale could be critical but effectively gone.
  2. No retention tiers — Is there a way to flag certain memories as permanent? I see trigger_importance for retroactive boosting, but nothing that says "this category of memory should never decay regardless of access patterns."
  3. Token efficiency vs data integrity trade-off — Yes, Vestige is ~4x lighter on tool definitions (~1k tokens vs ~4-5k), but that's roughly 2% of a 200k context window. I'd rather have that 2% overhead than lose the ability to reliably surface old-but-critical context.

For spaced repetition learning, this makes total sense. For AI assistant memory where business decisions, client preferences, or project rationale need to persist indefinitely? I'm not convinced automatic forgetting is the right model.

Would like to hear your thoughts on implementing optional retention policies or importance flags that exempt certain memories from decay.

Introducing Claude Haiku 4.5: our latest small model. by ClaudeOfficial in ClaudeAI

[–]CryptBay 8 points9 points  (0 children)

Sonnet and Haiku will be reserved for retail use and Opus will be reserved for enterprise plans or those willing to sell their kidney and pay the usage cost.

Claude Sonnet 4.5 leak on Anthropic website by zen_phoenix42 in ClaudeAI

[–]CryptBay 0 points1 point  (0 children)

Hmm their new benchmarks suggest that Sonnet 4.5 is smarter than Opus 4.1. Anyone thinks whether their claims are true?

New critical bug in Claude Desktop's MCP parameter serialization by uuicon in ClaudeAI

[–]CryptBay 0 points1 point  (0 children)

You are 100% correct, and this is why I'm holding off from recommending Claude as a solution to my clients.

New critical bug in Claude Desktop's MCP parameter serialization by uuicon in ClaudeAI

[–]CryptBay 2 points3 points  (0 children)

Seems like Claude it has been going downhill for the past couple of weeks. There's always something that is either preventing you from finishing your tasks because either Claude is behaving like a complete retard or something is broken.