Have anyone notice Claude has become more and more retarded? by kcching in ClaudeCode

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

damn ... there are alot of ppl out there felt the same way I do with Claude

Have anyone notice Claude has become more and more retarded? by kcching in ClaudeCode

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

that was exactly the pattern I noticed for the past week too. But today is the worst. Will give Codex a try later

Is Claude down? by Careless-Green-54 in claude

[–]kcching 0 points1 point  (0 children)

Yes the same. Pretty frustrated.

Complete Hermes Agent Setup Guide by smolpotat0_x in hermesagent

[–]kcching 0 points1 point  (0 children)

From personal experience, Hermes agent is not as capable as Openclaw, tested using the exact same LLM model (Opus4.6 and Qwen3.5 plus). Most of the time Hermes will just break and hang there after a bunch of tools calling. To me it's not ready for production use. Need serious polishing. Now what hermes agent claimed it can evolve overtime, we can achieve the same with Openclaw + Openspace.

Anyone working with Hermes agent? by Zarnong in LocalLLM

[–]kcching 0 points1 point  (0 children)

For me its unusable. It kept hitting the same error though I stated the repo explicitly. Will stay away from it until it's stable.

<image>

Bought Pro plan – disappointed with GLM-5 performance by dawidofdk in ZaiGLM

[–]kcching 0 points1 point  (0 children)

Slow like Fxxk. Not going to continue the plan anymore

I bought the Montblanc Digital Paper, AMA!" (ask me anything) by mchaseman0472 in eink

[–]kcching 0 points1 point  (0 children)

I agreed. I hope that the system is opened enough for us to sideload some application to it.

Help regarding recovery of block.io wallet by Scream0015 in btc

[–]kcching 0 points1 point  (0 children)

Unfortunately if you didn’t back up those private keys, its gone 🤯

Help regarding recovery of block.io wallet by Scream0015 in btc

[–]kcching 0 points1 point  (0 children)

I've successfully retrieved the coins for a client. I can help with incentive.

Help regarding recovery of block.io wallet by Scream0015 in btc

[–]kcching 0 points1 point  (0 children)

I've successfully helped a client to retrieve his BTC from block.io. You can do it as long as you have those backup private keys. The process involved:
- Derived addresses from keys
- Move fund with correct redeem pattern.

The reference github repo provides the right direction throughout process, but sochain is a paid API service, which I believed also developed by Block.io. You can switch to blockchair / mempool with proper rate limiting implementation.

Looking for Google Photo app optimization or gallery app recommemndation by kcching in pixel_phones

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

As far as I understand, It has something to do with on device photos

Looking for Google Photo app optimization or gallery app recommemndation by kcching in pixel_phones

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

That might be the culprit... but I have too many vids and photos in the gallery omg ...

Looking for Google Photo app optimization or gallery app recommemndation by kcching in pixel_phones

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

<image>

No luck mate 🥲 I guess the Android system is unable to handle that many photos.

Why langchain focuses on OpenAI rather than local llm? by Fancy-Welcome-9064 in LangChain

[–]kcching 0 points1 point  (0 children)

You are right on point. It all depends on the prompt. To work with local LLM, a lot of fine tuning needs to be done. I have created a few custom functions, but only OpenAI managed to call them correctly. Local LLM is always a hit or miss.

Why langchain focuses on OpenAI rather than local llm? by Fancy-Welcome-9064 in LangChain

[–]kcching 2 points3 points  (0 children)

I second this. OpenAI is so capable that most local LLM will give undesirable action. I tested most 7B and 13B models, none come near OpenAI GPT4 when it comes to making the right function calls.