Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save catalystfrank/9dcf6cb3b8cc88ae25c3abb8159c70e9 to your computer and use it in GitHub Desktop.

Select an option

Save catalystfrank/9dcf6cb3b8cc88ae25c3abb8159c70e9 to your computer and use it in GitHub Desktop.
人机协作的思考行动模板
```mermaid
flowchart
A("是真的吗") --> |"SERP i.e. Perplexity"| B["是什么"]
A --> |"Deep (re)Search i.e. ODR/Grok3"| C("为什么")
A -->|"科学观 i.e. 卡尔-波普尔"| D("如何重现或证伪")
B --> |"专家网络 i.e. 微信/LinkedIn"| B1("行业专家觉得是什么")
C --> |"Think i.e. R1"| C1("逻辑观点")
C --> |"Multi Agent i.e. MGX/Camel"| C2("博弈观点")
D --> |"直觉"| D1("重现解构")
D --> |"Deep (re)Search i.e. ODR/Grok3"| D2("反例")
D1 --> |"Planning Agent i.e. Flowith"| D11("步骤1/2/3/...")
D11 --> |"Edit Node & ReRun i.e. Flowith/Comfy"| D111("修正")
D111 --> |"是真的吗"| D
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment