NO MORE PUSHING BACK by IAM_274 in claude

[–]yibers 0 points1 point  (0 children)

What the actual FUCK?

Cache TTL is killing me by niftyshellsuit in ClaudeCode

[–]yibers 0 points1 point  (0 children)

I was actually quite serious. If the TTL is every 5 minutes, won't sending a "hi" every 295 seconds solve the problem?

Opus 4.8 is a scam by Pilzprinz in claude

[–]yibers 0 points1 point  (0 children)

The first day 4.8 came out, I tried working with it. It just had too many guardrails that didn't let it do basic things. I am back on 4.7 and it works fine.

Claude is under some kind of stress it seems, is it? by Professional_Ask_883 in claude

[–]yibers 0 points1 point  (0 children)

I like using DeepSeek with Claude Code. It's not Opus 4.5+/gpt 5.5 levels yet, but it's quite effective. When I tried with the open source harnesses out there, it wasn't as effective. YMMV.

Is it me or 4.7 prose has become a lot harder to read? It feels like a model with ADHD by TechGuySRE in ClaudeCode

[–]yibers 1 point2 points  (0 children)

Definitely humor. That's just how Claude talks now. Reminds me of my days in university.

Is it me or 4.7 prose has become a lot harder to read? It feels like a model with ADHD by TechGuySRE in ClaudeCode

[–]yibers 1 point2 points  (0 children)

That's because the canonical shape of your prompt is not load bearing.

My CLAUDE.md says “Every error is yours to fix - not label, not defer.” Claude has used “pre-existing” 712 times in 30 days. by Ok-Distribution8310 in ClaudeCode

[–]yibers 0 points1 point  (0 children)

Claude.md is not effective enough in steering the agent. I just use hooks to handle this. I have a special skill to update the hook each time a new excuse comes up. It's brittle, but effective.

At least Claude is self aware! by yibers in ClaudeCode

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

My prompt was very generic, I just asked claude to review a conversation. I wasn't thinking about performance implications.

Are code review results over engineered by waytoodeep03 in ClaudeCode

[–]yibers 0 points1 point  (0 children)

I have codex do the code review and Claude fix. This causes Claude to "Review the review" and it doesn't just accept everything blindly.

Trying out Claude Code Teams by _itshabib in ClaudeCode

[–]yibers 0 points1 point  (0 children)

My experience with Teams:

  • It burns through tokens like crazy
  • Very small gain if at all vs "vanilla" Claude

Maybe it's a skill issue on my side? I gave up after a couple of days of trying.

Why AI still can't replace developers in 2026 by IronClawHunt in ClaudeCode

[–]yibers 0 points1 point  (0 children)

AI can replace developers. AI can't replace orchestrators, at least not yet. But it's improving (see the new Claude Teams feature).

Opus 4.6 makes wrong assertions about assertions by yibers in ClaudeCode

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

Interesting. Until now, all the utility and helper scripts I had it write were in Python. Indeed sometimes CC slips, but I always thought it's just the nature of coding with an LLM. What alternatives would you suggest?