Skip to content

Conversation

@matdac12
Copy link

Created AI_PROMPT_EXAMPLES.md documenting 5 key AI prompts from the codebase:

  • Trading decision prompt (format-first decision making)
  • Strategy idea generator (few-shot constrained generation)
  • Video intro generator (aggressive constraint enforcement)
  • RBI strategy analyzer (structured extraction with quality control)
  • Compliance analyzer (structured data extraction via JSON)

Includes detailed analysis of each prompt covering:

  • Strengths and design patterns
  • Effectiveness ratings
  • Potential improvements
  • Real-world usage notes

Documents 7 key patterns observed across all prompts:

  1. Format-first architecture
  2. Negative constraints to override LLM defaults
  3. Parseable markers for reliable code integration
  4. Few-shot examples over lengthy explanations
  5. Role-based framing for consistency
  6. Constraint layering for robustness
  7. JSON for structured data extraction

Provides actionable recommendations and templates for:

  • Trading agents (high-stakes decisions)
  • Content generation agents
  • Data extraction agents
  • Research/analysis agents

🤖 Generated with Claude Code

Created AI_PROMPT_EXAMPLES.md documenting 5 key AI prompts from the codebase:
- Trading decision prompt (format-first decision making)
- Strategy idea generator (few-shot constrained generation)
- Video intro generator (aggressive constraint enforcement)
- RBI strategy analyzer (structured extraction with quality control)
- Compliance analyzer (structured data extraction via JSON)

Includes detailed analysis of each prompt covering:
- Strengths and design patterns
- Effectiveness ratings
- Potential improvements
- Real-world usage notes

Documents 7 key patterns observed across all prompts:
1. Format-first architecture
2. Negative constraints to override LLM defaults
3. Parseable markers for reliable code integration
4. Few-shot examples over lengthy explanations
5. Role-based framing for consistency
6. Constraint layering for robustness
7. JSON for structured data extraction

Provides actionable recommendations and templates for:
- Trading agents (high-stakes decisions)
- Content generation agents
- Data extraction agents
- Research/analysis agents

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@vercel
Copy link

vercel bot commented Oct 20, 2025

@claude is attempting to deploy a commit to the md777 Team on Vercel.

A member of the Team first needs to authorize it.

@matdac12
Copy link
Author

sorry bro, it committed to your repo and not my fork

icojerrel pushed a commit to icojerrel/moon-dev-ai-agents that referenced this pull request Oct 31, 2025
Removed 15 duplicate configurations:
- 26 winners → 11 unique strategies
- 77 strategy files → 12 unique files
- All duplicates safely backed up to duplicates_backup/

Largest duplicate group removed:
- 5x EMA 20/100 RSI>68 had 14 identical copies

Final 11 unique strategies (sorted by return):
🥇 #1: 66.38% - 5x EMA 20/100 RSI>70 Vol2x
🥈 #2: 66.38% - 5x EMA 20/100 RSI>68 Vol2x
🥉 moondevonyt#3: 65.82% - 5x EMA 20/100 RSI>68 Vol2x
... through moondevonyt#11: 61.69%

All unique winners share optimal parameters:
- 5x leverage (no 3x, 4x, or 6x in top 11)
- EMA (no SMA in top 11)
- Fast MA: 15-25 (sweet spot: 20)
- Slow MA: 75-100 (sweet spot: 100)
- RSI: 65-70 (sweet spot: 68-70)
- Volume: 2x confirmation

Added: cleanup_duplicate_winners.py for future use
Backups: src/data/rbi_auto/duplicates_backup/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants