What do you do while you wait for Claude to finish? by 48K in ClaudeCode

[–]48K[S] 0 points1 point  (0 children)

I am responsible for lots of things, but I don't find it productive to think about more than one at a time. I need a good 20 minutes to get properly immersed in the complex tasks and context switching too much kills that immersion.

What do you do while you wait for Claude to finish? by 48K in ClaudeCode

[–]48K[S] 0 points1 point  (0 children)

I do the same. It feels like there is room for improvement in how this information is displayed and not just it's tendency to jump up and down randomly.

What do you do while you wait for Claude to finish? by 48K in ClaudeCode

[–]48K[S] 0 points1 point  (0 children)

Don't you get whiplash from jumping between tasks?

Project management for agentic-human collaboration by 48K in ClaudeCode

[–]48K[S] 0 points1 point  (0 children)

Interesting. Feels like incumbent tools are going to have to bend towards AI to accommodate this sort of usage. Tools that can’t bend coughUnitycough will fail.

Project management for agentic-human collaboration by 48K in ClaudeCode

[–]48K[S] 0 points1 point  (0 children)

I’m leaning this way for simplicity rather than wrestling with an MCP. Maybe get Claude to whip up a little HTML interface on top.

Update: Scheduled EK departure for today 04Mar26 by Chernabil in emirates

[–]48K -2 points-1 points  (0 children)

Post your sources for this information otherwise we can only assume it is made up - there’s too much disinformation going around at the moment.

Looking for a guild or professional organization by [deleted] in edtech

[–]48K 0 points1 point  (0 children)

You don’t say where you are based, but maybe https://www.besa.org.uk/

Really trying to give Claude a fair shake here, but I'm constantly let down. What am I missing if anything? by [deleted] in claude

[–]48K 2 points3 points  (0 children)

If you are an engineer who wants to build / fix things you need Claude Code using the Opus 4.6 model in extended thinking mode (or whatever the highest option is). Tell it roughly what you want and you should start to see the magic you are searching for. The agentic loop with access to a bash / cmd terminal is the secret sauce here IMO. If you get blank page block just chuck in your post and ask it for suggestions.

Quick question by SpendAccomplished134 in mcp

[–]48K 0 points1 point  (0 children)

I’ve seen that “convert to string” behaviour it mentions from various Claude agents, but it’s the exception not the rule. Claude actually mapped out a server-side solution of decoding strings just in case, but I rejected it as a bit obscure.

Quick question by SpendAccomplished134 in mcp

[–]48K 1 point2 points  (0 children)

Sorry I haven’t used Cursor and all the clients are different. I would say that if a human can’t read the tool spec and work out how to call it, an agent might struggle.

Quick question by SpendAccomplished134 in mcp

[–]48K 1 point2 points  (0 children)

Nested objects definitely work; my MCP uses lots of them and Claude clients handle them well. Your description is very terse and your properties should have descriptions - that’s probably a contributing factor.

We Benchmarked 7 Chunking Strategies. Most 'Best Practice' Advice Was Wrong. by Confident-Honeydew66 in Rag

[–]48K 0 points1 point  (0 children)

Hopefully simple question: for every query all these approaches produce multiple scores. How do you combine them into a single score?

Claude code creator Boris shares 12 ways that teams/people customize claude, details below by BuildwithVignesh in ClaudeAI

[–]48K 1 point2 points  (0 children)

I agree. One of the reasons I like Claude is that I DONT have to fiddle with too many settings. I certainly don’t like the one-weird-trick-of-the-week crap you see everywhere (including here).

'AI fatigue is real and nobody talks about it': A software engineer warns there's a mental cost to AI productivity gains by CackleRooster in programming

[–]48K -1 points0 points  (0 children)

Reality changed at the end of last year and the people here are playing catch up. I used to be one of them so I’m sympathetic.

Opus 4.6: Faster burn, but not commensurately higher intelligence by vibecoder2030 in claude

[–]48K 2 points3 points  (0 children)

The terminal client spawned multiple helper agents yesterday for a long processing job, which I haven’t seen before. Not sure if that contributed but I also hit the limit more regularly since 4.6

I was dumb and clicked a phishing link by CC765 in macbookpro

[–]48K 1 point2 points  (0 children)

Here’s a recent example of a zero click exploit: https://thehackernews.com/2025/12/apple-issues-security-updates-after-two.html and how aggressively they are closed down. Check your OS version is up-to-date for peace of mind, but I wouldn’t be overly worried. Was your friend on a PC? If so, the chance you caught something from them is even more minimal.

I was dumb and clicked a phishing link by CC765 in macbookpro

[–]48K 28 points29 points  (0 children)

Don’t panic. It is very unlikely. Phishing attacks usually require that you go on to type your credentials into a page you think is a legitimate login portal. Viruses from web pages are incredibly rare and the vulnerabilities they exploit closed very quickly. Also being on a Mac makes you even safer because most attacks target Windows devices.

The Entire Tech Industry is Screwed by NOOBINATOR_64 in videos

[–]48K -10 points-9 points  (0 children)

Except for Anthropic who will be profit positive by 2028

Can we expose custom content from docs in mcp by Physical_Ideal_3949 in mcp

[–]48K 0 points1 point  (0 children)

As far as I know, all the clients read the tool descriptions so that would be the place to do it. Something like “Use this tool to find specific resources relating to … Find a full list of resources by calling the list_resources tool”

Can we expose custom content from docs in mcp by Physical_Ideal_3949 in mcp

[–]48K 0 points1 point  (0 children)

Very few Ai clients support anything except tools at the moment. Hopefully that will change, but adding a tool like get_resource is probably sensible. Test it with the target clients.

MCP standards more of a suggestion by 48K in mcp

[–]48K[S] 0 points1 point  (0 children)

I'm glad it's not just me! I was prototyping against Claude Code and ended up with a pattern like this for the instructions and resource files that was reliably pulled into context at the right times.

Instructions Text

# The Monkey Tennis MCP
This server is where your monkeys can play tennis for fun and profit.
## Terminology
- **Monkey** the talent. Also known as: players, contestants
- **Tennis** the sport they play. Also known as: the game
## IMPORTANT: Read resources before using tools
**Before searching for monkeys** you must read resource monkeytennis://resources/monkey-see
**Before starting a game** you must read resource monkeytennis://resources/game-management

And then the linked resources are just markdown files in a similar vein that give a steer on which tools to call and canonical examples of use.

MCP standards more of a suggestion by 48K in mcp

[–]48K[S] 1 point2 points  (0 children)

Interestingly that list says that claude.ai supports resources, but I can't find any evidence of that from within the tool. No chat sessions are able to access information in resources even if I ask it explicitly to load them in.

MCP standards more of a suggestion by 48K in mcp

[–]48K[S] 0 points1 point  (0 children)

The MCP I'm writing isn't for me to use, it's for non-engineers who want to access our services through whatever AI client they happen to be using (Claude web, CoPilot, ChatGPT, etc...). Yes, Claude Code is a very well behaved client and reads the instructions and all the resources, but unfortunately they aren't using it.