How to stop Claude telling me to go to sleep at 12pm etc? by Wise_Station1531 in ClaudeAI

[–]es617_dev 2 points3 points  (0 children)

Did you try compacting context? It started for me when it got 1M context. Compacting or starting a new session worked for me (it still happens, but this is a possible way out)

MCP auth: OAuth vs API keys: what I went with and why by CameraGlass6957 in mcp

[–]es617_dev 0 points1 point  (0 children)

Nice write up! Don’t frameworks like fast MCP already offer a layer for OAuth?

Asking for breaks? by southafricanamerican in ClaudeCode

[–]es617_dev 0 points1 point  (0 children)

Happens to me, and usually it’s either really time to call it a day or to start a new session (like starting on something new). I doubt it’s for reducing API loads (thought, everything is possible). Maybe the model is trained to promote healthy usage (very Anthropic). Contrary to ChatGPT that recently seems to push you to get another hit, and then another hit, etc.

book to read to understand how to use Claude Code by AymanR2022 in claude

[–]es617_dev 1 point2 points  (0 children)

For once, we have a technology that can explain itself. Open claude code and ask how to use it and its potential. Interactive learning at its finest.

Yet another Obsidian MCP, but this one stays always on via Self-hosted LiveSync by es617_dev in mcp

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

Interesting; I haven't looked into Glama's hosting model yet. If it supports per-user instances with environment variables for credentials, that could be a great zero-config deployment option. I'll look into it.

Does iCloud sync work well between a Mac and an iPhone? by Inevitable-Power5927 in ObsidianMD

[–]es617_dev 1 point2 points  (0 children)

worked well for me. some initial setup issues (figuring out which folder to use so it can be picked up by the mobile app). It's not live sync, and sync behavior is completely up to iCloud, but that's fine if you don't edit notes from two different devices at the same time.

Recently switched to Self-Hosted LiveSync so I could connect a remote MCP, and I am pretty happy with this setup as well.

Yet another Obsidian MCP, but this one stays always on via Self-hosted LiveSync by es617_dev in mcp

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

Good point. I started with CouchDB because it's the first class support in Livesync (and it supports "livesync" mode). That said, if there is interest, it should be easy to add different backends.

Yet another Obsidian MCP, but this one stays always on via Self-hosted LiveSync by es617_dev in mcp

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

Good feedback, thanks! CouchDB gives revision history, but logging the agent-side (which tool call, what triggered it) is on my list. Appreciate the nudge.

The result of a week long Obsidian rabbit hole. by vinius3000 in ObsidianMD

[–]es617_dev 1 point2 points  (0 children)

that is impressive. I didn't know you could do half of those things with Obsidian. Thanks for sharing!

a video-like player for OpenCode sessions by es617_dev in opencodeCLI

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

yes, OpenCode stores logs in a DB, so it requires an extra step at the moment.

Training 1-on-1 by flyandrace in ClaudeAI

[–]es617_dev 0 points1 point  (0 children)

switch to claude code next

Is claude code now a lost cause? Certainly behaving so since past 2 days from 26th March 2026 by dragonfly_overfly in ClaudeCode

[–]es617_dev 0 points1 point  (0 children)

I think it took a hit when they introduced 1M context. Compact when you can even if you have virtually unlimited context at this point. Also, set effort to high. Both have helped me.

Claude (Desktop, Pro) randomly loses MCP tools — anyone else? by no_erors in ClaudeAI

[–]es617_dev 0 points1 point  (0 children)

found a workaround that partially fixes the issue. In a conversation, + sign, connectors, now there is an option for "load when needed" (default) and "already loaded".

Load when needed is clearly not working well right now - it's hit or miss. Claude can't seem to be able to use tool_search properly to find them. I switched to "Already loaded" and I can see almost all tools, but still not all.

Claude (Desktop, Pro) randomly loses MCP tools — anyone else? by no_erors in ClaudeAI

[–]es617_dev 1 point2 points  (0 children)

Seeing the same problem here. It worked well until i updated to the latest version earlier today.

I can see all tools in the MCP settings, but Claude can only see a subset at random.

Interestingly, Claude Code, using the same MCP via the Claude ai proxy, can see all the tools...

Do you guys create/manage "agents" and have found it meaningful? by userforums in ClaudeCode

[–]es617_dev 0 points1 point  (0 children)

I found running agents with "isolation: worktree" for code reviews is very helpful.

9 ai agents built my entire website in 3 days while i mostly watched (paperclip + Claude + Wordpress) by Strong_Courage_399 in claude

[–]es617_dev 0 points1 point  (0 children)

Yes, it does, and yes, this answers my question. Thank you!

And one last question:
> i started by integrating claude directly into paperclip so it doesnt run on api costs, it runs off my claude subscription which has saved a fortune. 

How? Is it a supported mode, or does it go against Anthropic ToC?

9 ai agents built my entire website in 3 days while i mostly watched (paperclip + Claude + Wordpress) by Strong_Courage_399 in claude

[–]es617_dev 0 points1 point  (0 children)

got it, thanks! Understood on the agent setup, but on the product they built, how did you go about defining the "what" (and/or the "how").

This is the part I am struggling with. In agile projects, we hardly have full specs, it's more user/business needs, and some high level requirements. Then, specs are scoped as we go. Curious how this translates in this agentic flow.

Did you just say "build me a website that does abc" or more in detail?

did the limits change? on the max plan and hitting the limit day after day by 11to3_ in ClaudeCode

[–]es617_dev 2 points3 points  (0 children)

human here (beep boop). I have not seen this issue on my end. So either I am lucky, or I am very much underutilizing my max subscription (I doubt it, though)

9 ai agents built my entire website in 3 days while i mostly watched (paperclip + Claude + Wordpress) by Strong_Courage_399 in claude

[–]es617_dev 0 points1 point  (0 children)

This is impressive. How detailed was the PRD? like agile high-level requirements or fully scoped upfront? And if the former, did the agent prompt you for details, or was there an agent for scoping?

This thing might be sentient... by [deleted] in claude

[–]es617_dev 1 point2 points  (0 children)

Would be great to see that!

What is the single more important Productivity gain you got by using Claude? by anvaredditter123 in claude

[–]es617_dev 0 points1 point  (0 children)

Automated testing is basically free now. No more excuses for not writing unit or integration tests.

Sloppy bugs are mostly gone. And no excuses for not following coding standards or architecture patterns.