#AI_Response
🧠 Dev Tip

Don’t store the entire ai_response. Instead, save a SHA256 hash for better performance:

Use ai_response_hash in your unique constraint.
✅ Faster lookups
✅ Reduced storage
✅ Cleaner database

#DevTips #TypeScript #NodeJS #AI #Performance #CleanCode
April 11, 2025 at 10:10 AM
obligatory system prompt

it seems like there's some sort of attempt to get info for ad targeting functionality that doesn't exist

I can't tell if bestMatchedCategory is dynamic or if it's just GPT-3 being unreliable with repetition, because further prompts yielded at least 50 categories
May 3, 2026 at 11:19 PM
obligatory system prompt

it seems like there's some sort of attempt to get info for ad targeting functionality that doesn't exist

I can't tell if bestMatchedCategory is dynamic or if it's just GPT-3 being unreliable with repetition, because further prompts yielded at least 50 categories
May 3, 2026 at 11:20 PM