<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Class S 프로젝트 on DevSeung Blog | AI·백엔드·검색 시스템 개발 기록</title><link>https://dseung001.github.io/series/class-s-project/</link><description>Recent content in Class S 프로젝트 on DevSeung Blog | AI·백엔드·검색 시스템 개발 기록</description><generator>Hugo -- 0.147.8</generator><language>ko-KR</language><atom:link href="https://dseung001.github.io/series/class-s-project/index.xml" rel="self" type="application/rss+xml"/><item><title>Whisper STT 비용 절감하기 — VAD와 Groq API 조합 (Class Project)</title><link>https://dseung001.github.io/posts/2026/08/27/class-s-stt-cost-optimization/</link><pubDate>Thu, 27 Aug 2026 18:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/08/27/class-s-stt-cost-optimization/</guid><description>Class S 강의 발행 파이프라인에서 VAD, 배속, Groq Whisper로 STT 비용을 줄인 과정</description></item><item><title>AI로 강의 문제 자동 생성하기 (Class Project)</title><link>https://dseung001.github.io/posts/2026/08/27/class-s-publish-logic-review/</link><pubDate>Thu, 27 Aug 2026 00:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/08/27/class-s-publish-logic-review/</guid><description>Class S 프로젝트에서 문제 생성</description></item><item><title>Class Project 시연</title><link>https://dseung001.github.io/posts/2026/08/16/class-s-demo/</link><pubDate>Sun, 16 Aug 2026 00:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/08/16/class-s-demo/</guid><description>Class Project 시연</description></item><item><title>강의 영상에 RAG 기반 질의응답 붙이기 (Class Project)</title><link>https://dseung001.github.io/posts/2026/08/13/class-s-qa-rag/</link><pubDate>Thu, 13 Aug 2026 00:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/08/13/class-s-qa-rag/</guid><description>Class S에 질의응답 RAG를 붙이기 위한 방향</description></item><item><title>검색 랭킹 가중치 A/B 테스트로 검증하기 (Class Project)</title><link>https://dseung001.github.io/posts/2026/08/11/class-s-search-ab-test/</link><pubDate>Tue, 11 Aug 2026 00:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/08/11/class-s-search-ab-test/</guid><description>Class S 하이브리드 검색 가중치를 A/B 테스트로 검증하는 구조</description></item><item><title>PostgreSQL로 하이브리드 검색(FTS + 벡터) 구현하기 (Class Project)</title><link>https://dseung001.github.io/posts/2026/08/07/class-s-hybrid-search/</link><pubDate>Fri, 07 Aug 2026 00:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/08/07/class-s-hybrid-search/</guid><description>Class S 프로젝트에 하이브리드 검색 파이프라인 구현하기</description></item><item><title>SSE로 실시간 공지 알림 기능 만들기 (Class Project)</title><link>https://dseung001.github.io/posts/2026/07/24/class-s-sse-notification/</link><pubDate>Fri, 24 Jul 2026 00:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/07/24/class-s-sse-notification/</guid><description>Class S 공지 기능 만들며 배운 점 정리</description></item><item><title>AI 이미지 생성으로 영상 썸네일 자동화하기 (Class Project)</title><link>https://dseung001.github.io/posts/2026/07/06/class-s-ai-thumbnail/</link><pubDate>Mon, 06 Jul 2026 00:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/07/06/class-s-ai-thumbnail/</guid><description>Class s 프로젝트에 AI 썸네일 생성 기능 추가하기</description></item><item><title>Class Project 3차 회고</title><link>https://dseung001.github.io/posts/2026/06/29/class-project-retrospective-3/</link><pubDate>Mon, 29 Jun 2026 00:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/06/29/class-project-retrospective-3/</guid><description>Class Project 2차 회고 이후 비용 절감, 인코딩 분리, CI/CD 자동 배포까지 진행한 내용을 정리합니다.</description></item><item><title>GitHub Actions로 자동 배포 파이프라인 구축하기 (Class Project)</title><link>https://dseung001.github.io/posts/2026/06/26/class-project-github-actions-auto-deploy/</link><pubDate>Fri, 26 Jun 2026 00:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/06/26/class-project-github-actions-auto-deploy/</guid><description>Class s 프로젝트에 GitHub Actions를 적용해 자동 배포 파이프라인 적용하기</description></item><item><title>인코딩 서버 분리로 AWS 비용 절감하기 (Class Project)</title><link>https://dseung001.github.io/posts/2026/06/23/class-s-encoding-server-split-cost-saving/</link><pubDate>Tue, 23 Jun 2026 00:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/06/23/class-s-encoding-server-split-cost-saving/</guid><description>Class S 프로젝트에서 인코딩 서버를 분리해 배포하는 방법으로 비용 줄이기</description></item><item><title>Class Project 2차 회고</title><link>https://dseung001.github.io/posts/2026/06/17/class-project-retrospective-2/</link><pubDate>Wed, 17 Jun 2026 00:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/06/17/class-project-retrospective-2/</guid><description>Class Project 진행 사항</description></item><item><title>Celery와 Redis Visibility Timeout 충돌 버그 해결기 (Class Project)</title><link>https://dseung001.github.io/posts/2026/06/16/class-project-bug-celery-redis-time-limit/</link><pubDate>Tue, 16 Jun 2026 00:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/06/16/class-project-bug-celery-redis-time-limit/</guid><description>Class Project HLS 인코딩 워커에서 발생한 버그 해결</description></item><item><title>Class Project 1차 회고</title><link>https://dseung001.github.io/posts/2026/06/09/class-project-retrospective-1/</link><pubDate>Tue, 09 Jun 2026 00:00:00 +0900</pubDate><guid>https://dseung001.github.io/posts/2026/06/09/class-project-retrospective-1/</guid><description>Class Project를 진행하며 배운 점과 회고를 정리합니다.</description></item></channel></rss>