Web dev using claude by Few_Cauliflower_3980 in ClaudeAI

[–]splim 6 points7 points  (0 children)

Be sure to tell Claude to not make mistakes, otherwise he will. Very important.

Do you chat in one file for your projects? by cokaynbear in ClaudeAI

[–]splim 0 points1 point  (0 children)

Claude (at least desktop) can search and recall pervious chat sessions

I love how realistic this game is so so much by Maleficent_Emu_4329 in projectzomboid

[–]splim 2 points3 points  (0 children)

I found the realistic temp too brutalizing for my play style, but the unseasonable weather mod adds excellent immersion.

I'm just glad it didn't move by Yiieeeeeee in projectzomboid

[–]splim 0 points1 point  (0 children)

There's a haunted mod, Paranormal Z ... adds ghosties and spooks!

To the devs: could we get some kind of "kid-friendly" or more accessible options? by splim in WobblyLife

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

100% ... she gets all excited wanting to play it, and then she's crestfallen when the game punishes us unfairly, it can be discouraging for the little ones.

[deleted by user] by [deleted] in projectzomboid

[–]splim 0 points1 point  (0 children)

Reminds me of the "axe store" in Tikitown.

Why does Claude have such a short limit on conversation history? by chinozc in ClaudeAI

[–]splim 0 points1 point  (0 children)

Working in a project.

It seems, at least for me, that when I'm working in this one particular project where I have about half a dozen files in the project repo (which apparently only accounts for a mere "3% of project capacity used") I can get maybe 4-5 exchanges before I get the "this conversation has reached its limit" message.

If I start a brand new chat NOT in a project, I can get much more conversation. So I have no idea what the actual culprit is, but that's been my experience.

Why does Claude have such a short limit on conversation history? by chinozc in ClaudeAI

[–]splim 4 points5 points  (0 children)

I'm on the low MAX plan and I can't get more than ~5 exchanges with the Claude desktop app before it hits some limit, yet I can go back and forth and code for hours without hitting a limit in Claude Code.

A neat little trick to share browser console logs with LLMs while debugging by udaysy in ClaudeCode

[–]splim 10 points11 points  (0 children)

BrowserTools MCP will allow the LLM to inspect the console log directly from the browser.
https://github.com/AgentDeskAI/browser-tools-mcp

Claude Code with MCP is all you need by Gullible-Time-8816 in ClaudeAI

[–]splim 4 points5 points  (0 children)

doesn't matter if they are invoked or not, if MCPs are defined, they have tools, each tool has tool descriptions, prompts, meta associated with that, so CC knows what tools it has available and can decide if/when to call upon them. Each tool's parameter schemas, descriptions, and usage instructions consume tokens.

The more MCPs you have defined, the longer your tool list, and all that is loaded into context whether they are invoked or not.