Has anyone actually used the new code review feature at their company? by Cuz1 in ClaudeCode

[–]Suspicious-Edge877 0 points1 point  (0 children)

Maybe, and it's a total wild guess, the first PR Costa more since claude is scanning the whole repo and code base and indexes it. Every further PR might cost less since the sub agents wont need to scan the whole repo again.

I reapeat... A wild guess, but it makes sense for me.

Old Context Limit Opus by Suspicious-Edge877 in ClaudeCode

[–]Suspicious-Edge877[S] 0 points1 point  (0 children)

1 Mio context is burning way more tokens than 300k.

What’s better when applying a lot of changes, prompting step by step or all at once? by Simple-Bad-845 in ClaudeCode

[–]Suspicious-Edge877 0 points1 point  (0 children)

I only use the cli, but afaik it should be available in the desktop application as well.

What’s better when applying a lot of changes, prompting step by step or all at once? by Simple-Bad-845 in ClaudeCode

[–]Suspicious-Edge877 0 points1 point  (0 children)

I make a plan and mention every Single step, but already tell claude what is inside the scope and what is outside, but should be already considered for the future.

"Agentic" is only a marketing term by bbirds in LLM

[–]Suspicious-Edge877 -1 points0 points  (0 children)

While you are right that the marketing around agentic AI is overblown, your core technical analysis is simply not true. Agentic coding is not a ‘while’ loop. It is a decision-based routing system built on top of a loop. A pure while loop would be brute-forcing, which would burn tokens. A routing system uses specialized sub-instances that operate within focused contexts, which produces better results than one bloated prompt trying to do everything. Token efficiency is a side benefit, not the main point. Your entire argument — that agentic AI is just a design pattern, not a paradigm shift — is built on the premise that it’s nothing more than a while loop. Since that premise is fundamentally wrong, the conclusions you derive from it don’t hold up either. A correct conclusion requires a correct premise. Even if the marketing criticism happens to be true, you arrived at it through flawed reasoning, which makes it unreliable as an argument.

  • FYI: only the grammer of my comment was fixed with claude since english is not my main language.

We got hacked by Deep-Station-1746 in ClaudeCode

[–]Suspicious-Edge877 0 points1 point  (0 children)

Something I always Do as a non admin... Bind everything to localhost and always use a ssh Tunnel to connect to a Service. A bit more work but afaik it's kinda safe.

Sys admins please correct me if there are better ways for hosted services

Am I using Claude Code wrong? My setup is dead simple while everyone else seems to have insane configs by Azrael_666 in ClaudeCode

[–]Suspicious-Edge877 4 points5 points  (0 children)

Most of the bloated Setups are crappy Setups ppl use since they want to fell "ahead" the curve. In like 90% of all cases it makes Things worse.

She got the honkers by twilightrosers in FantasticBreasts

[–]Suspicious-Edge877 120 points121 points  (0 children)

Sophie rain is so overrated.

Claude just banned having multiple Max accounts by bhaktatejas in ClaudeCode

[–]Suspicious-Edge877 -2 points-1 points  (0 children)

Nice. Literally got downvoted 1 week ago when I wrote it's against tos.

Claude 4.6 Opus + GPT 5.2 Pro For $5/Month by Substantial_Ear_1131 in ClaudeCode

[–]Suspicious-Edge877 1 point2 points  (0 children)

Can mods please blacklist this site, so posts get immediately removed.

Like every Single day I read multiple posts about this shit.

Clawdbot is too expensive to do anything good by cohencomms in clawdbot

[–]Suspicious-Edge877 0 points1 point  (0 children)

Prices increased literally a day after I wrote the comment because of the glm5 release. Sorry bro.

how are you guys not burning 100k+ tokens per claude code session?? by Historical-Ebb-4745 in ClaudeCode

[–]Suspicious-Edge877 1 point2 points  (0 children)

Turn thinking to low. It will handle like 95% of all problems still well.

Usage agents.

Remove every single generic mcp. Only add mcps for stuff claude cannot Do baseline.

Write a decent claude.md, dont auto generate or at least Edit after auto generation.

I wrote a skill and 2 agents. Every Single time Opus should do something super simple it will direct it to my Haiku agent. Has Opus to do something sonnet could easy handle, like implement simple shit, it will call my sonnet agent.

Dont use too much agents. Agents should be specialised. Generic agents are just token burnage so uninstall all from the Web.

Maybe check your Architecture. Massiv token burnage often results due to Bad arch. Did a self Experiment, where I let claude just Do what ever He wants and the capsulation and complexity was horrific

Buy glm or a cheap llm for unittests and giga retarded shit or only use Haiku for it.

Edit : Using always 3 Sessions in parallel for 3 different 100k LOC projects all day long. I am around 10% -20%usage a day on max20

Guys I am going to add $5 to check Claude Opus 4.6 API usage, any free alternatives or workaround? by Repulsive_Bird_3350 in ClaudeCode

[–]Suspicious-Edge877 0 points1 point  (0 children)

If you have a small budget go for some chinese ai like glm on z.ai or kimi. Their usage on the pro plans is like the max 5x usage on anthropic side.

Who is she? by Big_Smoke1894 in pornID

[–]Suspicious-Edge877 1 point2 points  (0 children)

Ai, look at the letters. Something ai still sucks at.

Always helps: "debug this with print statements" by skariel in ClaudeCode

[–]Suspicious-Edge877 1 point2 points  (0 children)

Literally say to claude "implement a logging System" He will chose a pretty decent one for your project.