Sign up for Flow Kiosk
Already have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
Iterate and Use Advanced Techniques
• Iterate relentlessly - catch mistakes earlier in the pipeline
• ReAct pattern: Think → decide which tool to use → observe result → think again
• Plan-and-Execute: Create full plan upfront → execute sequentially → revise if needed
• Use subagents for parallel tasks or independent workstreams
For simple tasks, sequential operations, or single-file edits where you need to maintain context, work directly rather than delegating.
Source: [Lushbinary](https://lushbinary.com/blog/advanced-prompt-engineering-techniques-developer-guide/) and [Claude API Docs](https://platform.claude.com/docs/en/build-with-claude/prompt-engineering/claude-prompting-best-practices)