My Zed default rule #37547
Replies: 1 comment
-
It is actually an implementation of ReAct method (https://arxiv.org/abs/2210.03629). As the core, many autonomous agents adopting this. And many related or more high level patterns, like Pre-Act, ART (it is about tool use self-reflection step). Also valuable methods: Chain of Knowledge (triple based knowledge graph), and Chain of Verification: this can be triggered after ReAct's Observe phase, in simplest form as self-reflective questions, like "what level of confidence in this solution", and then perform various verifications to reach maximum confidence level. The most valuable thing is - moder models, like Claude 4 family of Gemini 2.5 Pro - do understand these prompt engineering methods, and know how to implement many of them. In other worlds, instead of describing ReAct pattern flow, you can just ask: "do this, using ReAct loops", and this will magically work, the same way, if you ask: "implement this, using PubSub pattern" for code. But you always can enhance to guide how to observe, verify and retrieve knowledge, using diagnostics, linters , etc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there
I really like the experience in Cline and its
plan mode
andact mode
but on the other hand I really prefer Zed editor over VSCode.That's why I tried to build a system prompt inspired from Klein to mimic its behavior. I had quite good results with this prompt. Until now, I record it in the rule library and set it as default rule.
Just to share:
Beta Was this translation helpful? Give feedback.
All reactions