@ -18,7 +18,7 @@ The **backend** is the behind-the-scenes part of an application that handles log
For AI agents, the backend sends user prompts to the AI, gets a response, and returns it to the frontend.
🔗 **Watch video:** [What is Backend? – freeCodeCamp](https://www.youtube.com/watch?v=0GgY8GFXU9A)
🔗 **Watch video:** [What is Backend? – Super Simple Dev](https://youtu.be/XBu54nfzxAQ?si=LJHqK6JbMmny6edU)
---
@ -31,7 +31,7 @@ For AI agents, the backend sends user prompts to the AI, gets a response, and re
We often use **APIs (Application Programming Interfaces)** to talk to AI models (like OpenAI’s API). APIs follow REST architecture and usually work over HTTP using methods like `GET`, `POST`, etc.