HAZIR VE KOPYALANABİLİR

Prompt Kütüphanesi

305+ test edilmiş prompt şablonu; yazıdan koda, görsel üretiminden kariyere kadar. Değişkenleri ({böyle}) kendinize göre doldurup doğrudan kullanın.

Temizle
🎯
Prompt Mühendisliği

How I made Claude generate images and videos from inside claude.ai: one skill, one API key

Claude does not make images or video by itself but you can hand it an api through a skill. I picked kie. ai for this because one key covers a bunch of models for both images and video and it runs on prepaid credits. Twenty five dollars got me five thousand credits with no subscription needed. Any rest endpoint should work the same but this one meant I did not need five separate

🛠 ChatGPT
🎯
Prompt Mühendisliği

the prompt-structuring trick that can cut a multi-turn api bill 5-10x: put static content first, dynamic content last, so it can actually be cached

if you're building anything multi-turn and not structuring prompts for caching, your bill is probably several times higher than it needs to be. this isn't a model choice or a retrieval trick, it's purely how you order the prompt. the mechanic: put everything static (system instructions, tool definitions, few-shot examples, anything that doesn't change turn to turn) at the front

🛠 ChatGPT
🎯
Veri & Analiz

Web Veri Çıkarma Şema Planı

Yapay zekâ destekli web çıkarımını izlenebilir ve değişime dayanıklı hale getirir.

🛠 Claude