Yiyun_dan1

vip
Age 0.9 Year
Peak Tier 0
No content yet
Just finished eating, and suddenly the group chat exploded, saying Claude is no longer available. I thought it was just a network glitch, but after trying it myself, I realized it wasn't down, but it started prompting for KYC.
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
1/ Many people use Claude Code, still stuck in "one question, one answer."
But it truly started to act like an agent because of this command:
/loop
This is one of the commands repeatedly recommended by the creator of Claude Code.
I also learned about it from his sharing, and later used it directly to eliminate an entire operations script.
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
2/
/The strongest aspect of /loop is not "timing".
But these 4 steps:
Execute
See the result
Auto-fix
Re-execute
Until the task is complete.
If your workflow for a task is originally:
"Run -> Check errors -> Fix -> Run again"
Then it’s very suitable to delegate to /loop.
View Original
  • Reward
  • Comment
  • Repost
  • Share
3/ It is best suited for two types of tasks:
Tasks that are repetitive but easy to forget
Such as checking PRs, running tests, synchronizing documentation
Tasks that require repeated trial and error
Such as fixing bugs, adding tests, large-scale refactoring, technical migration
Essentially, /loop handles "circulation."
View Original
  • Reward
  • Comment
  • Repost
  • Share
4/ The most common usage has two types.
First: Scheduled tasks
Suitable for inspection, monitoring, and reminder tasks.
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
5/ The second, more aggressive approach: autonomous iteration
The normal mode is "write and wait for your feedback."
/loop mode is "write and continue to verify yourself."
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
6/
I think the 4 most practical scenarios are:
Automatically monitoring PR status
Running tests on a schedule and attempting to fix issues
Syncing code changes to documentation
Performing refactoring/migration that requires multiple rounds of validation
Especially for the 4th category, the user experience improvement is very noticeable.
View Original
  • Reward
  • Comment
  • Repost
  • Share
7/ But /loop is not mindless opening.
It is best suited for tasks with "clear completion criteria," such as:
All tests passing
0 lint errors
PR status checks completed
Documentation synchronized
The more vague the goal, the easier it is to spin wheels and burn tokens.
View Original
  • Reward
  • Comment
  • Repost
  • Share
8/ So the key is not whether you can use /loop.
But whether you can give such instructions:
Remember 3 elements:
What to do
What counts as completion
Maximum number of attempts
This is much more effective than just saying "Help me fix it."
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
One sentence:
/loop is not a "timer".
It’s more like an automatic execution loop in Claude Code.
If something essentially requires:
Execute -> Verify -> Correct -> Re-execute
Then don’t keep an eye on it manually, just use /loop.
View Original
  • Reward
  • Comment
  • Repost
  • Share
In a VPN case involving more than 3 million yuan, the parties were arrested on charges of "providing tools for intrusion and illegal control of computer information systems."
The lawyer argued that VPNs are essentially encrypted transmission tools, designed to bypass interception, and do not have malicious functions such as intrusion or control of computer information systems. Therefore, even if there is illegality, it does not necessarily constitute a crime.
In the end, the prosecution accepted the relevant opinions, the public security authorities withdrew the case, and the case was dism
View Original
  • Reward
  • Comment
  • Repost
  • Share
For me, the biggest insight from this book is: life can never always be smooth sailing, but what truly determines how far a person can go is often not temporary wins or losses, but whether they remain clear-headed at the peak and whether they can keep moving forward during the lows. Success will pass, controversies will pass, and in the end, what remains is how a person faces the world and how they face themselves.
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
Xianyu has many talented people, each one a legend.
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
After working all night, I finally managed to get openclaw past Anthropic's 400 ban. The method is not public to avoid countermeasures. Those interested can join the group chat.
View Original
post-image
  • Reward
  • Comment
  • Repost
  • Share
Recently, many people have been asking why their personal Anthropic accounts get banned.
I’ve summarized the common situations, which mainly fall into these categories:
Obvious illegal or violations of rules
This goes without saying; almost all AI companies handle this, and Anthropic is no exception.
Various proxy or sharing behaviors
Especially multi-account usage, polling calls, reselling, relay stations, carpooling—these are essentially high-risk behaviors.
Registering or accessing from unsupported regions
If the registration environment, login environment, or usage region is outside the of
View Original
  • Reward
  • Comment
  • Repost
  • Share
Microsoft has turned multi-Agent orchestration into a framework, with comprehensive engineering capabilities and extension interfaces. It's ideal for teams looking to systematically build Agents to focus on.
View Original
  • Reward
  • Comment
  • Repost
  • Share
This project turns web crawling, cleaning, and structured extraction into a complete set of AI-era data infrastructure—students working on Agents and RAG should definitely focus on it.
View Original
  • Reward
  • Comment
  • Repost
  • Share
Google's open-source TimesFM has turned time series forecasting into a foundation model. Anyone working on quantification, operational forecasting, or demand prediction should take a look.
View Original
  • Reward
  • Comment
  • Repost
  • Share
  • Pin