I’ve built a WordPress-based AI suggestion platform using HTML/JS that currently provides basic recommendations. Check here rizzlovers.com
I’m planning to integrate OpenAI API for better intent understanding and contextual responses. Looking for community insights on:
- Best practices for intent classification with OpenAI API
- Optimal prompt engineering techniques for user queries
- Handling rate limits and cost optimization
- Alternative approaches using Hugging Face models vs OpenAI
Has anyone implemented similar intent-based systems? Would appreciate any architectural suggestions or potential pitfalls to avoid.
Current tech stack: WordPress + HTML/JS
Target: Enhanced user intent recognition and response generation
Looking for real-world experiences and recommendations