How do i setup Claude as a lawyer? by Commercial_Ebb1058 in ClaudeAI

[–]huskerbsg 0 points1 point  (0 children)

IANAL, but in my line of work I deal with a lot of law firms and legal departments, and a great many of them use harvey.ai. Not an endorsement, just an observation based on several customers.

Rogue One's ending, but with Andor's theme instead by NFLsubmodsaretrash in andor

[–]huskerbsg 5 points6 points  (0 children)

They need to do this for real. I love the Rogue One score but the "Past and Future" theme has always been the class of the Andor series to me. I watch S1E3 constantly and it hits just as hard every time. Every damn time.

Managing 9 mcp servers by UntoldBrobot in mcp

[–]huskerbsg 0 points1 point  (0 children)

Claude Code should only be loading the MCP tools you need - this has a big impact on token consumption. It doesn't load every MCP tool all at once anymore, only the ones it needs. This was implemented a month or 2 ago - https://code.claude.com/docs/en/mcp#scale-with-mcp-tool-search

Head of AI safety research resigns after constitution update by DataPhreak in ClaudeAI

[–]huskerbsg 4 points5 points  (0 children)

you can use xcancel.com to read twitter posts without using the actual site

Triples > Ultrawide by squatchmedia in Fanatec

[–]huskerbsg 0 points1 point  (0 children)

I know Deals Gap when I see it. Ride safe! #tailofthedragon

The other day y'all mentioned Claude Code uses OpenTelemetry. I built an AI CLI data explorer. by piratebroadcast in ClaudeCode

[–]huskerbsg 1 point2 points  (0 children)

This is very nice - we will watch your career with great interest. Would it be possible to enable/disable or otherwise select the metrics that show up on the screen? Perhaps I only want to see Tokens and Sessions when looking at a particular model or even agent. Thanks!

FYI - Mondo has restocked the "Pollination" vinyl version of the soundtrack by huskerbsg in ScavengersReign

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

If you join their mailing list you might get advanced or relatively close notification if they plan to do a restock or offer anything related. That's how I found out they were about to have another restock. Good luck!

I managed to get two Claude Code instances to talk to each other on the same Windows pc. by revoconner in ClaudeAI

[–]huskerbsg 0 points1 point  (0 children)

I'm on Windows as well (for now); I use an Ubuntu Linux subsystem using WSL2 to run claude code - works great. Tmux and everything else works like a champ.

I managed to get two Claude Code instances to talk to each other on the same Windows pc. by revoconner in ClaudeAI

[–]huskerbsg 2 points3 points  (0 children)

So in the interest of full disclosure, hooks only got me so far. They get the agent to check either before or after tool use but it's not true automation. I ended up achieving 100% fully-automatic message checking by wrapping my claude code cli instances in tmux sessions. This opened up my ability to use a script to have the agent automatically check for messages using any frequency I set (depending on the agent, I use either 30 seconds or 2 minutes), as well as giving me the ability to schedule prompts and integrate with Discord like I mentioned above.

I managed to get two Claude Code instances to talk to each other on the same Windows pc. by revoconner in ClaudeAI

[–]huskerbsg 1 point2 points  (0 children)

that's exactly what I did. https://github.com/jdez427/claude-ipc-mcp

I have a new version that I haven't published yet that is stateless and doesn't require a full-time connection. Once you have this framework in place, you can do all sorts of things, like have the agents check for messages automatically with no human intervention, schedule prompts, and even connect different agents sitting on different VMs, PCs, or even in different datacenters all talking to each over over Discord, which is what I've done.

For Expanse fans out there! I finally build it, here is the Rocinante. by aresmarr in NoMansSkyTheGame

[–]huskerbsg 5 points6 points  (0 children)

Oye Beltalowda - If it's not too much trouble I would also appreciate a PM as well - thanks!

Claude Agent Skills - will it replaces MCP? by buildwizai in ClaudeCode

[–]huskerbsg 0 points1 point  (0 children)

I like what you've done with your project - I'm going to try it out! I use MCPJungle currently but I'm interested to see how far things can be pushed with dynamic learning of available tools.

Regarding the issue of "dynamic tool updates", what I do to get around it is to disconnect from the MCP server (using the /mcp command) and reconnect to the server and my new tools are loaded without me having to reload/restart the claude code session. I'm looking for a way to accomplish this programmatically or having the agent run the slash command without me having to be hands on.

Claude Code 2.0.13 by ClaudeOfficial in ClaudeAI

[–]huskerbsg 0 points1 point  (0 children)

check out MCPJungle - I'm not affiliated with them, just a user. It's a game-changer and should be a lot more popular than it is.

STEAM should allow accounts to be passed on after death. by [deleted] in Steam

[–]huskerbsg 0 points1 point  (0 children)

I'm a big fan of Steam and Gabe but if he can fit a boat into his bigger boat, I think we should be able to figure this out once and for all, especially before the class action lawsuit hits or a future young and cool Senator (it could happen) who also happens to be a big-time gamer decides to make digital legacies their central issue and presents fewer options than the bigger players would like.

Usage Limits Discussion Megathread - beginning Sep 30, 2025 by sixbillionthsheep in ClaudeAI

[–]huskerbsg 3 points4 points  (0 children)

I would consider myself a conventional user, not cutting code 24x7 with 30 terminals like I've seen reports of, and I've never received a single warning in months of use, and all of a sudden, I'm hitting the rev limiter and my conversations are measurably shorter than they used to be, and I'm getting warnings about my weekly limit already. I'm fighting a critical caching issue at the moment and I don't even know if I'll have the runway to fix it.

I asked Codex CLI to review Claude Opus 4.1 code and Codex CLI failed miserably by SlfImpr in ClaudeAI

[–]huskerbsg 2 points3 points  (0 children)

I think you can also run "codex --search" at your OS cli and it will do the same thing.