강의

멘토링

커뮤니티

NEW
AI Technology

/

AI Agent Development

90-Minute Complete Guide: From LLM Agent Basics to Practice – Learning AI Agents Through Hands-on Experience

The era of AI simply providing answers is over. Now is the age of LLM Agents that make decisions and take actions on their own. This course is an introductory lecture where you learn the core principles and structure of agents by implementing them directly through just 90 minutes of hands-on practice. We minimize complex theory and focus on code-centered practical flow, allowing you to directly experience "how AI makes decisions and uses tools." Beyond prompt engineering, let's take the first step into AI automation together.

4 learners are taking this course

  • HappyAI
llmagent
Agent
llm
langchain
rag시스템구축
multi-agent
LLM
LangChain
AI Agent
LangGraph

What you will learn!

  • Understanding the Basic Structure and Operating Principles of LLM Agents

  • Methods for Connecting External Tools and Instruments (APIs, Search, etc.) with LLMs

  • Implementing Agent Decision Logic and Conditional Workflows

  • Memory, Human-in-the-loop, Multi-agent and various other architecture practices

  • Build a Working AI Agent in Under 1 Hour

Learn the principles of AI Agents that judge and act, in just 90 minutes.🤔


AI is now evolving from 'a tool that answers' to 'an agent that acts'.

This course is an introductory lecture that teaches the core principles and structure of LLM Agents through hands-on practice in just 90 minutes.

Without complex formulas or lengthy explanations,

You can directly check through code the process of AI making its own judgments and selecting and using the necessary tools.

Without complex theory, just 90 minutes is enough.

Please note that currently only Agent code practice lectures are provided, and lectures on AI LLM Agent theory are scheduled to be uploaded by November 2025!



Features of this course

📌 1-Hour Complete Hands-on Course

I've included only the essential core content. It's structured for learning by following along, without complex theory.

📌 Hands-on practice available with the latest models

This is a hands-on practice based on the latest LLM using Google Gemini API and ChatGPT API.

📌 From basics to practice all at once

LLM model loading → tool binding → custom tool registration → step-by-step practice up to graph design.

📌 Experience Various Agent Architectures

It covers the latest architectures including ReAct, conditional branching, memory, Human-in-the-loop, multi-agent collaboration, and more.

📌 Structural understanding that connects to real-world practice

You'll learn practical designs that can be immediately applied in real-world scenarios, including agent decision logic, data flow, and state management.


💡Unique differentiating points of this course


🔸 Intensive Practice Completed in Just 90 Minutes

Short but dense.
In just 90 minutes, you can complete the process of AI making its own decisions and using tools.
Minimal theory, 'hands-on learning through practice' structure.


🔸 Create "AI that uses tools" directly

While ChatGPT only provides answers, this course implements AI that autonomously judges and directly calls search, calculation, and analysis tools. Transform a simple conversational model into an 'acting AI'.


🔸 AI automation with practical business sense all at once

This is not just a lecture about running code.
You'll learn agent architecture patterns used in real enterprise environments,
and gain practical thinking skills that can be immediately applied to projects.

I recommend this for people like this

AI LLM Beginner

Those who want to understand the principles of LLM and learn about Agents for the first time

Busy practitioners / planners /
Those who want to quickly learn the core structure of AI automation systems

In a short time

Those who want to learn the core of Agent
Those who want to understand the principles of agents through 1-hour hands-on practice and implement them directly


After taking the course

  • You will understand the logic of how LLMs make their own judgments and use tools.

  • You can create your own AI agent directly with code.

  • Learn the core flow and structural design methods of Agent logic based on LangChain / LangGraph.

  • I clearly understand the concepts of AI agent memory, conditional branching, and collaboration systems.

  • Get AI automation ideas that you can use immediately in your work.


You'll learn this kind of content.

🧠 LLM Agent: The Core Structure of AI That Judges and Acts

How does AI understand questions and autonomously select the necessary tools? By directly implementing a LangChain-based Tool Call mechanism, we'll examine the process through code of how agents "make judgments and act on their own."

🧠Tool Binding: Connecting LLM with External Tools

Instead of AI simply providing answers, it connects to call external functions like search and APIs. You'll practice binding actual tools like Gemini and Tavily Search to LLMs and building a structure that automatically determines which tool to use for different questions.

⚙️ LangGraph: Visually Designing Agent Flows

What happens when you express an agent's thoughts and actions as a graph? Using LangGraph, you can visually design and execute complex workflows including conditional branching, parallel processing, feedback loops, and more.


🧍‍♂️ Human-in-the-loop: AI that makes decisions together with humans

Is it okay for AI to make all decisions? We implement a collaborative decision-making structure where humans intervene at critical moments, and practice a hybrid approach that adds human insight to AI judgment.



🔄 ReAct Agent: The Brain Structure of AI That Thinks and Acts

Practice the ReAct pattern with a Reason(thinking) + Action(behavior) structure. Experience firsthand through code how agents plan and execute "what to do and how to do it" on their own, and understand AI's decision-making logic.


🤝 Multi-Agent Collaboration: Collaborative AI Systems

What if multiple agents collaborate rather than a single AI? Agents separated by role exchange information, and

Implement a structure where they collaborate like a team to solve problems. Expand to various scenarios such as actual customer support, knowledge management, and content creation.


The person who created this course

Hello, I'm Jin-gyu Lee, CEO of HappyAI, who is passionate about generative AI and LLM Agents.

I majored in Natural Language Processing and LLM at AI Graduate School, and since then have accumulated practical experience in LLM solution development, Private LLM construction, fine-tuning, and multimodal RAG by conducting over 200 AI·RAG projects with Samsung Electronics, Seoul National University, Korea Electric Power Corporation, and others.

Recently, I have been conducting numerous hands-on lectures on LLM-related topics such as RAG, Agent, and fine-tuning for leading domestic companies and public institutions.

This course is designed with a hands-on learning structure based on extensive practical experience, so that ❝ even beginners can easily learn and follow along with LLM Agents ❞ by quickly practicing only the essential concepts.


📌 Key Career Summary

  • 2024~ CEO of HappyAI (Operating a company specializing in Generative AI and RAG)

  • AI Graduate School PhD Coursework Completed (LLM & Natural Language Processing Major)

  • Former invited researcher at Software Policy & Research Institute

  • Former government-funded research institute researcher

  • Over 200 LLM·RAG projects with practical experience


📚 Lecture and Activity Examples

  • KT – LLM-based Agent LLM Development Course

  • Samsung SDS – LangChain & RAG Hands-on Course

  • Seoul Digital Foundation – LLM Theory and RAG Chatbot Development

In addition, I have conducted LLM big data lectures at numerous companies

Pre-enrollment Reference Information

Practice Environment

  • This course conducts hands-on practice using Google Colab.

  • Google Gemini API (Free)

  • ChatGPT API (Paid)

Learning Materials

  • I'll provide the code links in an Excel file!

Prerequisites and Important Notes

This course is designed so that even beginners can follow along sufficiently, but
if you know the following content, your learning speed will be much faster.

  • Basic Python syntax

  • Basic Concepts of LangChain
    If you have a simple understanding of the Chain, Tool, and Prompt structures,
    the hands-on practice will proceed much more smoothly.

  • Basic Knowledge About LLMs
    If you understand how LLMs process input (prompts) and generate responses (output),
    and their basic operating principles, you can more easily understand Agent architecture.


Recommended for
these people

Who is this course right for?

  • AI LLM Beginners – Those who want to expand beyond ChatGPT level and broaden their LLM utilization

  • Development Beginners / Planners – Those who want to implement a working agent with code

  • Prompt Engineer / Practitioner – For those who want to understand agent-based workflows

  • Short-term intensive learners – Those who want to quickly learn only the essentials within 1 hour

Need to know before starting?

  • Python Basic Syntax

  • Understanding the basic concepts of LLMs (e.g., ChatGPT) will help you grasp this more quickly.

  • If you know the basics of Langchain, you'll understand it quickly.

Hello
This is

3,911

Learners

160

Reviews

50

Answers

4.7

Rating

10

Courses

안녕하세요 AI와 빅데이터 분석에 진심인 해피AI 이진규입니다.

[강사약력]

이진규 (Lee JinKyu)

해피AI (Happy AI CEO)

생성 AI 및 빅데이터 분석 분야의 최신 트렌드, 인사이트, 기술 활용 방법을 깊이 있게 전달합니다.

 

🎒  강연 및 외주 문의

[email] leejinkyu0612@naver.com

[Blog] 📺https://blog.naver.com/leejinkyu0612

[YouTube] 📺 https://www.youtube.com/@HappyAI_0612

[github] https://github.com/leejin-kyu/

[Homepage] https://happyaidata.kr

[H.P] 010-9973-2113

[kakao] jinkyu0612

 

📘 크몽 Prime 전문가(상위 2%)📺https://kmong.com/gig/345782

 삼성전자, 서울대, 교육청, 경기연구원, 산림청, 국립공원관리공단, 서울시 등 다수의 정부기관 및 교육기관 프로젝트 진행

의료,커머스,생태,법학,경제,예체능 등 다양한 도메인의 연구경험(총 연구 프로젝트 200회 이상 진행)

 

📘 Bio

- 2024.07~ 생성 AI 및 빅데이터 분석 전문기업 해피AI 대표

- 2023~ 퍼블릭 뉴스 AI 칼럼니스트(AI편향 및 RAG챗봇 전문)

- 2022. AI대학원 박사과정 수료(자연어처리 및 LLM 전공)

- 2021~2023 AI/빅데이터 전문 기업 스텔라비전 개발자

- 2018~2021 정부출연연구기관 자연어처리/빅데이터 분석 연구원 (인문사회과학 데이터 연구)

 

🎒Courses & Activities

 

2025

LLM/sLLM 애플리케이션 개발 강의-파인튜닝, RAG, Agent 기반 . KT(2025)

 

2024

Langchain 및 RAG 등 LLM 프로그래밍.삼성SDS(2024)

ChatGPT 기반 빅데이터 분석 입문. 렛유인에듀 (2024)

인공지능 기초 및 데이터 분석 기초 강의. 한국직업개발원 (2024)

LLM 실무자를 위한 LLM이론 및 Langchain 기반 RAG챗봇 개발 강의. 서울디지털 재단 (2024)

쉽게 따라하는 LDA & 감성분석 빅데이터분석법 with ChatGPT. 인프런 (2024)

파이썬을 활용한 텍스트 분석 강의. 서울과학기술대학교 (2024)

랭체인(LangChain)을 활용한 LLM 챗봇 만들기(feat.ChatGPT). 인프런 (2024)

 

2023

ChatGPT를 활용한 파이썬 기초 강의. 경기대학교 (2023)

빅데이터 전문가 과정 특강. 단국대학교 (2023)

빅데이터 분석 기초 강의. 렛유인에듀 (2023)

 

 

💻 Projects

LLM 기반 산림 복원 빅데이터 분석(국립산림과학원)

Private LLM 기반 RAG 챗봇 모델 구축 (한국전력공사)

AI 기반 빅데이터 분석 기법을 적용한 설문 데이터 분석 (A정부기관)

내부망 전용 PrivateLLM을 활용한 텍스트마이닝 솔루션 개발 (D 정부기관)

빅데이터 분석을 통한 한우시장 트렌드 분석 (이화브리오)

Instruction Tuning 및 강화학습(RLHF)을 통한 LLM 모델 개발 (서울디지털재단)

AI 언어모델 기반 헬스케어 서비스의 사용자 리뷰 텍스트 분석 (삼성전자)

자연어 처리 기술 기반 텍스트마이닝을 활용한 연구동향 분석 (한국대기환경학회)

AI 모델 kopatBERT 기반 특허 논문 QA 모델 개발 (한국기술마켓)

딥러닝 기반 토픽모델링을 활용한 법학 설문 빅데이터 분석 (서울대학교)

AI 모델 Word2Vec과 감성분석을 적용한 설문 문항 빅데이터 분석 (경기연구원)

AI 모델 RNN 기반 리뷰 인사이트 추출 및 분석 프로그램 개발 (서클플랫폼)

빅데이터를 활용한 2022년 국립공원 탐방 키워드 분석 (국립공원관리공단)

이외에도 다수의 공공기관, 기업체와 개인적 의뢰 등 총 200건 이상 프로젝트 진행

 

📖 Publication

 [주요 논문 ]

Improving Commonsense Bias Classification by Mitigating the Influence of Demographic Terms.2024.

Improving Generation of Sentiment Commonsense by Bias Mitigation" International Conference on Big Data and Smart Computing.2023.

언론기사 빅데이터 분석을 통한 대규모 언어모델에 대한 기술 인식 분석: ChatGPT 등장 전후를 중심으로, 2024

자연어 처리(NLP)기반 텍스트마이닝을 활용한 소나무에 대한 국내외 연구동향(2001∼2020)분석 | 농업생명과학연구 | 2022

숲길에 대한 10 년간의 언론 인식분석-텍스트 마이닝 분석을 중심으로 | 산림경제연구 | 2021

이외에도 타 분야에서 다수의 학술논문, 학술발표, 연구보고서 등의 성과 창출

Others

Python을 활용한 데이터분석 및 시각화

LLM을 활용한 데이터분석

ChatGPT와 LangChain,Agent을 활용한 업무 생산성 향상

Curriculum

All

16 lectures ∙ (1hr 26min)

Course Materials:

Lecture resources
Published: 
Last updated: 

Reviews

Not enough reviews.
Please write a valuable review that helps everyone!

Limited time deal

$8,800.00

60%

$17.60

HappyAI's other courses

Check out other courses by the instructor!

Similar courses

Explore other courses in the same field!