AI viboors
Those of you who ask how I use AI. This repo has every prompt I used to build the repo committed and easy to read and unlike other repos is mostly AI generated
1. I prepare a base prompt in a .claude command that has context I want always included at start of prompt
2. Base prompt + my messy brain dump of requirements generate the plans in prompts/ folder
3. I skim the plan to make sure it makes sense ask for changes potentially
4. I deploy fresh agents with fresh context windows over and over again to make progress on the plan
5. I validate tests pass and API looks good at end
Base prompt. The base prompt serves two purposes
1. Getting context into MY head
2. Getting context into the LLM

Generate a large plan. I commit the plan so it's easy to update and regenerate code
Important: I generate tests and APIs before implementing anything. This creates yet another easy to review point if I choose to review

Before I would only run plans serially but now I utilize subagents with a dispatcher agent whose job it is to figure out what tasks can be done in parallel which greatly speeds up how fast I get back code results
The goal of the workflow is pretty simple
1. Make it fast and easy to review what the AI is doing
2. Force the AI to gather context seperately from executing so the executing context window is clean
3. Make it easy to flag a plan, api, or execution as not good enough, update the plan, and retry again
These three concepts we can condense to
1. Optimize review bottleneck
2. Manage context
3. Fail fast and iterate
1,005
0
本頁面內容由第三方提供。除非另有說明,OKX 不是所引用文章的作者,也不對此類材料主張任何版權。該內容僅供參考,並不代表 OKX 觀點,不作為任何形式的認可,也不應被視為投資建議或購買或出售數字資產的招攬。在使用生成式人工智能提供摘要或其他信息的情況下,此類人工智能生成的內容可能不準確或不一致。請閱讀鏈接文章,瞭解更多詳情和信息。OKX 不對第三方網站上的內容負責。包含穩定幣、NFTs 等在內的數字資產涉及較高程度的風險,其價值可能會產生較大波動。請根據自身財務狀況,仔細考慮交易或持有數字資產是否適合您。



