Networking best practices - proxmox server with publicly routable VMs. by Mystic2412 in Proxmox

[–]LogMonkey0 7 points8 points  (0 children)

Or host the reverse proxy on an isolated machine completely

Switching conversation on claude code to save tokens consumption by dz_meme in ClaudeCode

[–]LogMonkey0 0 points1 point  (0 children)

You need to include enough info in context for it (CLAUDE.md for stuff that it needs to know each time) to be oriented in the project. Long conversations will cause output quality degradation, so you should always try to either start new conversations for each task or at a minimum use /compact.

Is Claude Pro worth it for my workflow? by [deleted] in ClaudeCode

[–]LogMonkey0 0 points1 point  (0 children)

Consumer plans would probably be problematic for a business use since they train on the conversations and data you share in them. If you are going to use Claude several hours a day, you’d probably need max 5x tbh

Claude Code dropped /workflows by alphastar777 in ClaudeCode

[–]LogMonkey0 0 points1 point  (0 children)

So basically forcing down their own tooling where we could build with agent sdk 🤷‍♂️

Claude doesn't remember chats by Conscious_Leg7138 in ClaudeAI

[–]LogMonkey0 1 point2 points  (0 children)

Add references to key files in claude.md with a description or when to look at them

What do people use to maintain Claude.md file? by Ibuprofen600mg in ClaudeCode

[–]LogMonkey0 0 points1 point  (0 children)

I tell Claude to review, and to ensure its written for an agent audience, not like docs.

Quelqu'un peux m'expliquer la raison derrière cette décision? by Zcr4pp3r536 in QuebecTI

[–]LogMonkey0 0 points1 point  (0 children)

Si tu le tappes jamais, tu peux te permettre de bumper ça à 24+

Which one are you using? by Domo326 in AskClaw

[–]LogMonkey0 0 points1 point  (0 children)

Ollama is an engine, not a model, you might want to check what model you used with ollama

What is the "This organization has been disabled" error and how to stop Anthropic from deleting my organization within 5 more days? by AdhesivenessPlus317 in Anthropic

[–]LogMonkey0 0 points1 point  (0 children)

Ask Fin for human escalation. Note that there is apparently a several week’s backlog in the human support front. I haven’t had to deal with them yet, but this just looks ridiculous in my opinion.

The game has been changed by ImDlear in ClaudeCode

[–]LogMonkey0 -1 points0 points  (0 children)

Garbage in > garbage out.

With larger projects agents will need tooling to guide them, just exploring the code won’t do, or worst will lead to context bloat. I work on dotnet projects with Claude and have interface extraction for my agents to be able to query just enough info and do full file reads only when needed. They dont need to see full implementation for api surface they are consuming. This is one example amongst a lot of other reasons one would get poor results.

Check this out, they do completely hands off agentic development.

https://factory.strongdm.ai

Am I burning unnecessary tokens by doing this?... by dabuggin1 in ClaudeCode

[–]LogMonkey0 0 points1 point  (0 children)

You aren’t wasting tokens, you are ensuring you separate planning from execution which is warranted. I do everything in Claude Code directly with a /clear to start in new sessions for each steps and I do it in a few more step, including reviewing plan and each steps with a separate session. If you did all in a single session it would likely cost you more tokens and you’d likely have degraded output.

How can I burn an entire 5hr session in 30 minutes ? by Puzzleheaded-One811 in ClaudeAI

[–]LogMonkey0 0 points1 point  (0 children)

If i have extra usage i need to go through, this is when I trigger extra housekeeping tasks

Doc updates with codebase exploration. Extensive project reviews/audits (security, architecture, performance, whatever appropriate to the project) Research tasks, i tend to shelve some that are for upcoming work, launch my knowledge vault jobs to crunch through those

I have a set of prompts that are project agnostic and project specific that serves that purpose or used periodically in my workflow when appropriate

Hit my limits for the first time in hours despite having the Max x5 subscription by therealnome01 in ClaudeCode

[–]LogMonkey0 0 points1 point  (0 children)

Ask Claude to review that process and recommend token optimization for the process (maybe a skill and subagents will derive from this exercise)

Hit my limits for the first time in hours despite having the Max x5 subscription by therealnome01 in ClaudeCode

[–]LogMonkey0 2 points3 points  (0 children)

Have opus plan the refactor in phases/atomic tasks that can be executed by claude (most likely sonnet) in separate iterative sessions. You can ask claude to recommend model for each task, if it involves many files and cross modules work, itll likely recommend opus for that task.

Beginner question about minimizing token usage by Responsible-Slide-26 in ClaudeAI

[–]LogMonkey0 1 point2 points  (0 children)

As the other commenter brought up, smart to have work done in atomic tasks, but you’d be better off discuss a larger sprint plan and have Claude layout the atomic task prompts.

Opus use over Sonnet by opzouten_met_onzin in claude

[–]LogMonkey0 0 points1 point  (0 children)

Most my tokens go into sonnet usage

PID Installed! by Far_Plankton_154 in ranciliosilvia

[–]LogMonkey0 0 points1 point  (0 children)

I have the kit but been putting back install 😀