10 Hints, 4 Words Each
Double the hints, double the words—more context without essays.
AI PRIMITIVES
$0.10 per call
10 hints at 4 words each. When you need more context than basic hints but still want focused direction.
Example output:
1. Check useEffect dependency array
2. Memoize callback with useCallback
3. Object creates new reference
4. State update triggers rerender
5. Add React.memo wrapper
... +5 more hints
CAPABILITIES
Double the hints, double the words—more context without essays.
Covers more possibilities when the problem is complex.
4 words gives room for specific next actions.
When 2-word hints feel too brief, use hints_plus.
Better suited for problems with multiple potential causes.
Typical response in 1-2 seconds—no waiting.
EXAMPLE OUTPUT
// Query
"My API is returning 500 errors intermittently"
// 10 hints, 4 words each
1. Check database connection pooling
2. Review memory usage spikes
3. Add request timeout handling
4. Log full stack traces
5. Check third-party service status
6. Review recent code deployments
7. Monitor CPU during errors
8. Check rate limiting thresholds
9. Verify SSL certificate validity
10. Test with load simulation
USE CASES
Issues with multiple angles needing more context than 2 words.
Exploring new frameworks or languages where context helps.
Race conditions and timing bugs need multiple diagnostic paths.
When stakes are high and you want thorough coverage.
Multiple components interacting—need broader hint coverage.
Slowness can have many causes—cast a wider net.