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.
الذكاء الاصطناعي التوليدي
الذكاء الاصطناعي
متقدم
هندسة الأوامر
- 8 درسs
- محدّث 05 سبتمبر, 2026
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.
التقييم
0
0
لا توجد تعليقات حالياً.