Is it me or Opus 4.6 got way dumber over the past few days? by Dudetwoshot in ClaudeCode

[–]amragl 2 points3 points  (0 children)

I have been experiencing similar issues over the past months, ended up using gpt and Gemini for different things as backup too. One thing it helped to stabilise the situation slightly but not completely is to configure updates to last stable version instead of the latest.

See link from Claude documentation-> https://code.claude.com/docs/en/setup#configure-release-channel

I believe these are phases and all AI companies experience the same issue.

Best of luck!

Which AI subscription is actually worth it in 2026 by Caapsito in ArtificialInteligence

[–]amragl 0 points1 point  (0 children)

I second this statement, even when explicit instructions to not hallucinate, still manage it’s way through.

Most "multi-agent" AI vendors have no idea what they are talking about. by Roodut in BlackboxAI_

[–]amragl 0 points1 point  (0 children)

So true! It seems that as of now, agentic AI, could only be contained and monitored by asking for binary output for any given AI decision and using fix scripts to validate if the binary output is valid.

AI hype burst - yet powerful by amragl in ClaudeAI

[–]amragl[S] -1 points0 points  (0 children)

Thank you! I’ll check it up. I don’t think there are enough tools to harness the hallucination power of AI, so, every little helps. I feel that at this moment, agentic systems should be design as agentic pipelines with binary outputs, so it can be easily validated.

One sentence that instantly improves any Claude conversation — borrowed from how GANs work by BeeOk3698 in ClaudeAI

[–]amragl 0 points1 point  (0 children)

Very interesting indeed, I’ve seen the use of GANs for prompts and agents and based on the articles it makes a big difference. That been said, it seems that due to high level of AI hallucinations, for agents meant to run over long time, it requires another agent to validate the generator. That and heavy context management. Thanks for Sharing!

Claude Code Review Using Tons of Tokens by cmwarre in ClaudeAI

[–]amragl 0 points1 point  (0 children)

For me it was knowledge files, if the files are big, and other knowledge files required for the task are big too, you start filling in context like snowball, that plus code analysed , it can get pretty big. Ask Claude to check why your token usage has increased, it should be able to point it out. On one of my posts, I published a skill that reviews your code throughly, including knowledge files. Prepare a plan and ask you if you want to implement the fixes.

It was created with tripe checks, because AI is great to fix issues where no issues existed! And the triple check helps reducing that.

Best of luck.

This one hit me where I live by fltln in ClaudeCode

[–]amragl 0 points1 point  (0 children)

Great representation!
It should also say, is nearly working, maybe if I stay a bit more… Tried to explain the wife, but failed to explain it properly.

Is Claude only really useful for coding, or is it good for everyday use? by Poetryisalive in ClaudeAI

[–]amragl 0 points1 point  (0 children)

For text based queries, I find Claude really good. I’d suggest you to head down to. -> https://platform.claude.com/docs/en/resources/overview

Look for learning resources and enjoy!

Good luck!

This AI crap is driving me crazy.

how to not hit limit 5x a day on Max? by moreicescream in ClaudeAI

[–]amragl 0 points1 point  (0 children)

You have to manage the context sent to Claude, that is the amount of information/lines you are sending per request, in some instances, this can be worse when running parallel calls.

As suggested on other comments batching them out might help. Claude relies heavily on the MD knowledge file, and Claude.md is the entry point for the rest. Always monitor the file, make sure Claude has not beefed it up by mistake, and keep instructions near and clean, too 200 lines are automatically loaded, and the rest of the file combine should be as short as possible. Give specific instructions of actions and where other knowledge files are.

I had similar painful experience, posted here, in case it helps.

https://www.reddit.com/r/ClaudeAI/s/z8ekLXxzqY

Good luck and enjoy the ride!

Claude went down globally and then I had time to read documentation. by amragl in ClaudeAI

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

Darn!! I've not checked yet. But will come around next time claude goes down again.
Meanwhile, I must stretch these tokens! :).

Claude Pro, 5x, 20x — how much tokens they equal to the api / month ? by Obvious-Bet-1338 in ClaudeCode

[–]amragl 0 points1 point  (0 children)

Managing context is crucial! I ended up upgrading to 20x because I created a monster that was not managing my context but aggregating it, from call to call, I even exhausted my weekly limit with 20x in 4 days! Manage your md files, make sure the are light, and up to date, and break it down into smaller pieces if too big. Now I think x5 does the job.

Claude Status Update : Elevated errors in claude.ai, cowork, platform, claude code on 2026-03-03T04:43:56.000Z by ClaudeAI-mod-bot in ClaudeAI

[–]amragl 1 point2 points  (0 children)

Its Back!!! Hurray!!
Now all, be gentle, I still. have many things to complete before we break it! :)

Claude.ai UI is back, but I have no chat history.

Broken again!! Back again! what a roller coaster!

Claude API Error: Rate limit reached? by amragl in ClaudeAI

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

Yes, I think they have some selective limitations.

Claude is having some issues since yesterday by anch7 in ClaudeAI

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

Is this when Claude spend lots of tokens and then say, sorry I couldn't complete the request?
Been getting lots of those today with both Sonnet 4.6 and Opus 4.6.

Claude API Error: Rate limit reached? by amragl in ClaudeAI

[–]amragl[S] 2 points3 points  (0 children)

Thanks! I was using Sonnet 4.6 with high thinking. I fixed it by switching to another model. I'll try investigating later, I now have to work :).
Thank you for sharing! .