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
972
0
O conteúdo desta página é fornecido por terceiros. A menos que especificado de outra forma, a OKX não é a autora dos artigos mencionados e não reivindica direitos autorais sobre os materiais apresentados. O conteúdo tem um propósito meramente informativo e não representa as opiniões da OKX. Ele não deve ser interpretado como um endosso ou aconselhamento de investimento de qualquer tipo, nem como uma recomendação para compra ou venda de ativos digitais. Quando a IA generativa é utilizada para criar resumos ou outras informações, o conteúdo gerado pode apresentar imprecisões ou incoerências. Leia o artigo vinculado para mais detalhes e informações. A OKX não se responsabiliza pelo conteúdo hospedado em sites de terceiros. Possuir ativos digitais, como stablecoins e NFTs, envolve um risco elevado e pode apresentar flutuações significativas. Você deve ponderar com cuidado se negociar ou manter ativos digitais é adequado para sua condição financeira.



