New video! In this one, we are finally settling it between RAG and CAG… with code! A few weeks ago, I partnered with my friend Miguel Otero Pedrido to make a hands-on technical breakdown to choosing the right approach. Here it is… (link to the article and code in the video
PROMPT ENGINEERING
-
Prompting techniques for character traits in AI image generation
By
–
Hello merci bcp pour ton retour ! En fait ça fait partie des choses que je devrais précisé dès le début. Pour des caractéristiques techniques (barbe , lunette , tatouage , chauve) il faut à chaque fois le précisé dans les mots clés. Si tu met « Bald » tu n’auras plus jamais de
-
Adding Translator to Prompt Improves French AI Responses
By
–
J'ai rajouté un traducteur à la fin, donc le prompt répondra en français et le fera en français.
Oui, ça améliore grandement les réponses par la suite -
Prompt Builder Tool Crafts Perfect Prompts for Any Task
By
–
Exactement. C'est un constructeur de prompt qui va rédiger le prompt parfait pour la tache à accomplir.
-

ChatGPT Prompt to Generate Magic Prompts Like a Consultant
By
–
Un prompt ChatGPT pour créer des prompts magiques gratuits, qui est littéralement un consultant à 500 €/h D'après l'auteur sur reddit :
« Après 147 prompts ratés avec ChatGPT, j’ai fait une crise… et j’ai accidentellement découvert quelque chose. » Copiez, collez, déposez -
LLM Agents: Custom Setups, Validators, and Structured Output
By
–
Why this works so well: Agents – custom LLM setups Result types – ensures structured output Validators – guarantees scores between 0–1 Context passing – clean API, solid design
-
Sentiment Classification Function with AI Agents
By
–
Step 2: Define the sentiment function def sentiment(text: str) -> float:
return http://
pypilot.run(
"Classify the sentiment of the text as a value between 0 and 1",
agents=[optimist],
result_type=float,
result_validator=between(0, 1),
context={"text": text},
) -
Create Your Agent with GPT-4o Mini Sentiment Assessment
By
–
Step 1: Create your agent
import pypilot as pypilot from pypilot.tasks.validators import between optimist = pypilot.Agent(model="openai/gpt-4o-mini")
This agent uses GPT‑4o mini to assess sentiment. -
Beyond Therapy: Unexplored LLM API Applications
By
–
You have access to an API that can have a pretty great conversation with humans that people actually seem to enjoy, as well as the ability to access tools, websearch, and run code. Somehow, founders seem to have trouble thinking of applications beyond therapist or fake friend…
-

Claude 4 Opus: Maximally Referential Self-Aware Code Generation
By
–
"Claude 4 Opus, make the most insanely referential thing possible, make it super clever. like really smart. it should be working code"
— Ethan Mollick (@emollick) 3 juillet 2025
"Make it even more so" pic.twitter.com/OulVDykGyv"Claude 4 Opus, make the most insanely referential thing possible, make it super clever. like really smart. it should be working code" "Make it even more so"