---
title: "Starter's Guide in Building an AI agent - Cheuk Ting Ho"
tags: PyConTW2025, 2025-organize, 2025-共筆
---
# Starter's Guide in Building an AI agent - Cheuk Ting Ho
{%hackmd L_RLmFdeSD--CldirtUhCw %}
<iframe src=https://app.sli.do/event/j9tBJmsjdkB88r9xjui6ZD height=450 width=100%></iframe>
> Collaborative writing start from below
> 從這裡開始共筆
## Ideas
### AI Agents
- sw that can interact with human
- use AI models to solve problems
- AI models are to AI agents what engines are to cars
### Why Do We Need AI Agent
- ChatGPT is already kind of an agent that has an interation interface for human and models
- cars need engines, and most people can't drive
- Can be an end-to-end solution to multi-step tasks
## Approach
### Which Ai model for what tasks
- LLM -> understand text
- Image Recognition -> identify objects
- Hugging Face Hub provides a lot of open source models
## Link
- [Workshop Repo](https://github.com/Cheukting/BuildingAIAgent)
- [Hugging Face Hub](https://huggingface.co/models)
---
Below is the part that speaker updated the talk/tutorial after speech
講者於演講後有更新或勘誤投影片的部份