Generative AI & LLMs for Builders
Our flagship, hands-on bootcamp for building with Generative AI. Understand how LLMs work, master prompt engineering, build chatbots and copilots on the Claude & GPT APIs, ship RAG pipelines and AI agents, and deploy a production GenAI app as your capstone. Certification on completion.
IA générative
Intelligence artificielle
Avancé
Ingénierie des Prompts
- 8 leçons
- Mis Ă jour 05/09/2026
1 déjà inscrit
Détails du coursCours privé
Terminé
0 %
AI agents & tool use
From answering to acting
An agent is an LLM given tools (functions/APIs) and a goal. It decides which tool to call, reads the result, and loops until the task is done.
The agent loop
- Model receives a goal + the tools available.
- It chooses a tool and arguments.
- Your code runs the tool and returns the result.
- The model incorporates it and continues — or finishes.
Examples of tools
- Web search, database queries, sending email.
- Running code, calling internal APIs, updating records.
Building them well
Clear tool descriptions, guardrails on destructive actions, timeouts/retries, and observability. Start with one or two tools before going autonomous.
Takeaway: tools turn a chatbot into a system that gets real work done.
Évaluation
0
0
Il n'y a aucune réaction pour le moment.