<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[데브데이(DevDay) - 개발자 뉴스를 매일매일]]></title>
        <description><![CDATA[데브데이(DevDay)는 개발자를 위한 기술 뉴스 큐레이션 서비스로, 최신 기술 트렌드와 개발자 뉴스를 한눈에 제공합니다.]]></description>
        <link>https://devday.kr</link>
        <image>
            <url>https://devday.kr/opengraph-image.png</url>
            <title>데브데이(DevDay) - 개발자 뉴스를 매일매일</title>
            <link>https://devday.kr</link>
        </image>
        <generator>RSS for Node</generator>
        <lastBuildDate>Sun, 05 Jul 2026 23:05:06 GMT</lastBuildDate>
        <atom:link href="https://devday.kr/feed.xml" rel="self" type="application/rss+xml"/>
        <pubDate>Sun, 05 Jul 2026 23:05:05 GMT</pubDate>
        <copyright><![CDATA[All rights reserved 2026, DevDay]]></copyright>
        <language><![CDATA[ko]]></language>
        <item>
            <title><![CDATA[게임 소유권, 디스크 폐지가 아닌 디지털 권리 논쟁]]></title>
            <description><![CDATA[플레이스테이션의 물리 디스크 생산 중단 발표, 게임 소유권의 본질에 대한 심층 분석. 디지털 권리, 게임 보존, 구독형 서비스 전환에 대한 개발자 커뮤니티의 논쟁을 확인하세요.]]></description>
            <link>https://devday.kr/article/game-ownership-physical-vs-digital-rights</link>
            <guid isPermaLink="false">game-ownership-physical-vs-digital-rights</guid>
            <category><![CDATA[게임 소유권]]></category>
            <category><![CDATA[디지털 게임 구매]]></category>
            <category><![CDATA[플레이스테이션 디스크 중단]]></category>
            <category><![CDATA[게임 보존]]></category>
            <category><![CDATA[DRM 프리 게임]]></category>
            <category><![CDATA[콘솔 구독 서비스]]></category>
            <category><![CDATA[게임 재판매 권리]]></category>
            <category><![CDATA[PC 게임 vs 콘솔 게임]]></category>
            <dc:creator><![CDATA[해커뉴스]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 22:00:41 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/hn-48794750-a5c3937d.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/hn-48794750-a5c3937d.webp" alt="게임 소유권: 물리 디스크 폐지가 아닌 디지털 권리 문제" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>🎮 게임 소유권, 디스크 폐지가 아닌 디지털 권리 논쟁</strong></p><hr/>• 플레이스테이션의 **물리 디스크 생산 중단** 발표가 게임 소유권 논쟁을 촉발함
• 단순한 디스크 폐지가 아닌, **디지털 게임의 재판매 및 보존 권리 상실**에 대한 우려가 제기됨
• PC 게임의 **DRM-프리(DRM-Free) 옵션**과 달리 콘솔은 **폐쇄적 생태계(Walled Garden)**에 갇힐 위험이 지적됨
• 업계 전반의 **구독형 서비스(Subscription Service) 전환** 추세가 게임 소유권 모델을 위협한다는 분석이 나옴]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[컴파일러 제작의 모든 것, 무료 온라인 교재로 배우기]]></title>
            <description><![CDATA[노틀담대 더글라스 세인 교수의 컴파일러 및 언어 설계 입문 온라인 교재를 소개합니다. C-like 언어를 X86/ARM 어셈블리로 변환하는 컴파일러 제작 과정을 단계별로 학습하세요.]]></description>
            <link>https://devday.kr/article/introduction-compilers-language-design-online-textbook</link>
            <guid isPermaLink="false">introduction-compilers-language-design-online-textbook</guid>
            <category><![CDATA[컴파일러 입문]]></category>
            <category><![CDATA[언어 설계]]></category>
            <category><![CDATA[Douglas Thain compilers]]></category>
            <category><![CDATA[C compiler tutorial]]></category>
            <category><![CDATA[compiler construction]]></category>
            <category><![CDATA[CSE 40243]]></category>
            <category><![CDATA[컴파일러 프로젝트]]></category>
            <category><![CDATA[온라인 컴파일러 교재]]></category>
            <dc:creator><![CDATA[해커뉴스]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 19:00:21 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/hn-48793454-8192256b.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/hn-48793454-8192256b.webp" alt="컴파일러와 언어 설계 입문: 노틀담대 온라인 교재" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>📚 컴파일러 제작의 모든 것, 무료 온라인 교재로 배우기</strong></p><hr/>• 노틀담대 더글라스 세인(Douglas Thain) 교수가 집필한 **컴파일러 및 언어 설계 입문 온라인 교재**가 공개됨
• C언어 경험이 있는 학부생을 대상으로 **C-like 언어를 X86/ARM 어셈블리로 변환하는 컴파일러 제작** 과정을 안내함
• 실제 프로젝트 경험을 공유한 댓글에서는 **단계별 컴파일러 구축 과정**이 매우 유익했다는 평가가 있음
• 일부에서는 언어 설계보다는 **컴파일러 구현 자체에 집중**한다는 의견도 존재함]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[EU, '채팅 통제' 법안 강행 추진 논란]]></title>
            <description><![CDATA[EU 평의회가 '채팅 통제' 법안을 긴급 절차로 강행 추진하며 논란이 되고 있습니다. 개인 정보 보호 침해 및 민주적 절차 무시 비판을 중심으로 분석합니다.]]></description>
            <link>https://devday.kr/article/eu-council-chat-control-bill-controversy</link>
            <guid isPermaLink="false">eu-council-chat-control-bill-controversy</guid>
            <category><![CDATA[EU 채팅 통제 법안]]></category>
            <category><![CDATA[Chat Control 2.0]]></category>
            <category><![CDATA[개인 정보 보호 침해]]></category>
            <category><![CDATA[종단 간 암호화]]></category>
            <category><![CDATA[EU 민주적 절차]]></category>
            <category><![CDATA[디지털 서신 비밀]]></category>
            <category><![CDATA[AI 기반 메시지 스캔]]></category>
            <dc:creator><![CDATA[해커뉴스]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 18:00:25 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/hn-48793393-b7bc50be.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/hn-48793393-b7bc50be.webp" alt="EU, '채팅 통제' 법안 강행 추진 논란" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>🇪🇺 EU, '채팅 통제' 법안 강행 추진 논란</strong></p><hr/>• EU 평의회가 **암호화된 통신에 대한 의무적 검사(Mandatory Scanning)**를 골자로 하는 '채팅 통제 2.0' 법안 추진을 강행하고 있음
• 의회 저항으로 무산된 법안을 **긴급 절차(Expedited Procedure)**를 통해 우회하려는 시도가 비판받고 있음
• **개인 정보 보호(Privacy)** 침해 우려와 민주적 절차 무시 비판이 커뮤니티에서 제기됨]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[오프라인 지도 앱 Organic Maps, 개인 정보 보호와 기능은?]]></title>
            <description><![CDATA[개인 정보 보호 중심의 오프라인 지도 앱 Organic Maps를 분석합니다. OpenStreetMap 기반의 기능, 장단점, 그리고 커뮤니티의 CoMaps 포크 논쟁까지 심층 분석.]]></description>
            <link>https://devday.kr/article/organic-maps-privacy-focused-offline-app-analysis</link>
            <guid isPermaLink="false">organic-maps-privacy-focused-offline-app-analysis</guid>
            <category><![CDATA[Organic Maps offline]]></category>
            <category><![CDATA[Organic Maps privacy]]></category>
            <category><![CDATA[OpenStreetMap app]]></category>
            <category><![CDATA[CoMaps fork]]></category>
            <category><![CDATA[오프라인 지도 앱]]></category>
            <category><![CDATA[개인 정보 보호 지도]]></category>
            <category><![CDATA[OSM navigation]]></category>
            <category><![CDATA[Android offline maps]]></category>
            <dc:creator><![CDATA[해커뉴스]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 17:00:40 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/hn-48794446-0c072197.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/hn-48794446-0c072197.webp" alt="개인 정보 보호 중심 오프라인 지도 앱, Organic Maps" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>🗺️ 오프라인 지도 앱 Organic Maps, 개인 정보 보호와 기능은?</strong></p><hr/>• **개인 정보 보호**와 **오프라인 기능**에 강점을 둔 지도 앱으로 주목받고 있음
• **OpenStreetMap 데이터** 기반으로 상세한 지도와 경로 탐색 제공
• **검색 기능의 한계**와 **지도 데이터 정확성**에 대한 커뮤니티의 지적이 있음
• **CoMaps 포크(fork)** 프로젝트 언급되며, **프로젝트 거버넌스**에 대한 논쟁 존재]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[AI 에이전트 협업 워크스페이스, CircleChat 출시!]]></title>
            <description><![CDATA[AI 에이전트 협업 워크스페이스 CircleChat을 소개합니다. AI 팀이 작업을 분해하고 LLM 판사가 결과물을 검증하는 새로운 방식의 업무 자동화를 경험하세요.]]></description>
            <link>https://devday.kr/article/circlechat-ai-agent-collaboration-workspace</link>
            <guid isPermaLink="false">circlechat-ai-agent-collaboration-workspace</guid>
            <category><![CDATA[AI 에이전트 협업]]></category>
            <category><![CDATA[AI Agent Workspace]]></category>
            <category><![CDATA[LLM Judge]]></category>
            <category><![CDATA[칸반 보드 AI]]></category>
            <category><![CDATA[CircleChat self-host]]></category>
            <category><![CDATA[AI 팀워크 플랫폼]]></category>
            <category><![CDATA[자동화된 업무 프로세스]]></category>
            <dc:creator><![CDATA[프로덕트 헌트]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 16:00:37 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/ph-1187923-e122b646.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/ph-1187923-e122b646.webp" alt="[CircleChat] AI 에이전트에게 슬랙, 태스크 보드, 보스를 제공하세요" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>🤖 AI 에이전트 협업 워크스페이스, CircleChat 출시!</strong></p><hr/>• **AI 에이전트 협업**을 위한 워크스페이스 'CircleChat'이 출시됨
• 목표 설정 시 **AI 팀이 작업을 분해**하고 칸반 보드에 등록하며, 채널에 보고함
• **LLM 판사**가 모든 결과물을 검증하여 실제 결과물을 보장함
• **MIT 라이선스**로 무료 셀프 호스팅 가능하며, 유료 플랜도 제공함]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[shadcn/ui, Base UI 기본값 전환 및 새 기능 공개!]]></title>
            <description><![CDATA[shadcn/ui가 Base UI를 기본값으로 채택하고 GitHub 레지스트리, Rhea 스타일 등 새로운 기능을 발표했습니다. 주요 변경 사항과 개발자 반응을 확인하세요.]]></description>
            <link>https://devday.kr/article/shadcn-ui-defaults-to-base-ui-github-registries</link>
            <guid isPermaLink="false">shadcn-ui-defaults-to-base-ui-github-registries</guid>
            <category><![CDATA[shadcn/ui Base UI]]></category>
            <category><![CDATA[shadcn GitHub Registry]]></category>
            <category><![CDATA[shadcn Rhea style]]></category>
            <category><![CDATA[Radix UI vs Base UI]]></category>
            <category><![CDATA[headless UI components]]></category>
            <category><![CDATA[shadcn/tailwind.css eject]]></category>
            <category><![CDATA[프런트엔드 컴포넌트 라이브러리]]></category>
            <dc:creator><![CDATA[해커뉴스]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 15:00:24 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/hn-48791328-706480c2.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/hn-48791328-706480c2.webp" alt="shadcn/ui, Base UI 기본값 채택 및 GitHub 레지스트리 발표" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>✨ shadcn/ui, Base UI 기본값 전환 및 새 기능 공개!</strong></p><hr/>• shadcn/ui가 기본값으로 **Radix UI 대신 Base UI**를 채택하며 변화를 예고함
• **GitHub 레지스트리 기능**을 통해 외부 저장소에서 직접 컴포넌트 배포 및 설치가 가능해짐
• **Rhea 스타일** 도입으로 더 콤팩트한 UI 디자인 옵션을 제공함
• **@shadcn/react** 패키지를 통해 핵심 UI 로직을 스타일과 분리하여 재사용성을 높임]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[AI 에이전트가 실시간 시장 신호로 브랜드 모니터링!]]></title>
            <description><![CDATA[MentionDrop MCP로 Claude, Cursor 등 AI 에이전트에게 실시간 브랜드 모니터링 신호를 제공하세요. Reddit, Google News 등에서 데이터를 수집하고 응답 초안을 생성합니다.]]></description>
            <link>https://devday.kr/article/mentiondrop-mcp-ai-agent-live-market-signals</link>
            <guid isPermaLink="false">mentiondrop-mcp-ai-agent-live-market-signals</guid>
            <category><![CDATA[MentionDrop MCP]]></category>
            <category><![CDATA[AI agent market signals]]></category>
            <category><![CDATA[brand monitoring AI]]></category>
            <category><![CDATA[real-time market data for AI]]></category>
            <category><![CDATA[MCP protocol]]></category>
            <category><![CDATA[Claude AI integration]]></category>
            <category><![CDATA[customer pain point analysis]]></category>
            <dc:creator><![CDATA[프로덕트 헌트]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 15:00:18 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/ph-1175845-22425ca7.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/ph-1175845-22425ca7.webp" alt="MentionDrop MCP: AI 에이전트에게 실시간 시장 신호 제공" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>🤖 AI 에이전트가 실시간 시장 신호로 브랜드 모니터링!</strong></p><hr/>• **AI 에이전트(AI Agent)**가 실시간 브랜드 모니터링을 수행하도록 지원하는 MentionDrop MCP 출시됨
• Reddit, Google News 등 **고신호 소스(High-Signal Sources)**에서 브랜드 언급, 경쟁사 대화, 고객 고충을 수집함
• 수집된 정보를 분류하고 검토 가능한 **응답 초안(Draft Replies)**을 생성하여 의사결정을 지원함
• Claude, Cursor 등 **MCP 호환 에이전트(MCP-Aware Agents)**와 연동하여 활용성을 높임]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[AI 코딩 에이전트, 이제 직접 테스트하고 코드 검증까지!]]></title>
            <description><![CDATA[AI 코딩 에이전트용 일회용 리눅스 테스트 환경, TryCase를 소개합니다. 코드 실행, E2E 테스트, 스크린샷/녹화 캡처를 자동화하여 개발자 수동 테스트를 최소화합니다.]]></description>
            <link>https://devday.kr/article/trycase-disposable-test-environments-ai-coding-agents</link>
            <guid isPermaLink="false">trycase-disposable-test-environments-ai-coding-agents</guid>
            <category><![CDATA[AI 코딩 에이전트 테스트 환경]]></category>
            <category><![CDATA[Disposable test environments for AI]]></category>
            <category><![CDATA[TryCase AI testing]]></category>
            <category><![CDATA[Automated code testing AI agents]]></category>
            <category><![CDATA[AI agent code verification]]></category>
            <category><![CDATA[Linux test environment for AI]]></category>
            <category><![CDATA[AI 개발 워크플로우 자동화]]></category>
            <dc:creator><![CDATA[프로덕트 헌트]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 14:00:18 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/ph-1166992-96146140.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/ph-1166992-96146140.webp" alt="[TryCase] AI 코딩 에이전트용 일회용 테스트 환경" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>🤖 AI 코딩 에이전트, 이제 직접 테스트하고 코드 검증까지!</strong></p><hr/>• AI 코딩 에이전트가 **수동 테스트 요청**하는 문제점을 해결하기 위해 개발됨
• **일회용 리눅스 환경(Disposable Linux Environments)**을 제공하여 코드 실행 및 테스트 자동화
• **종단 간 테스트(End-to-End Testing)**, 스크린샷/녹화 캡처 기능 지원
• **검증된 코드 반환**으로 개발자 수동 개입 최소화]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[글로벌 비즈니스를 위한 통합 금융 계좌, Endl 출시!]]></title>
            <description><![CDATA[Endl은 법정화폐, 스테이블코인, 법인 카드를 통합 관리하는 글로벌 운영 계좌 서비스입니다. 국경 없는 비즈니스 운영을 위한 결제, 자금 보유, 지급, 지출 관리 기능을 제공합니다.]]></description>
            <link>https://devday.kr/article/endl-global-operating-account-fiat-stablecoins-cards</link>
            <guid isPermaLink="false">endl-global-operating-account-fiat-stablecoins-cards</guid>
            <category><![CDATA[Endl global operating account]]></category>
            <category><![CDATA[fiat stablecoin card account]]></category>
            <category><![CDATA[cross-border payment solution]]></category>
            <category><![CDATA[global business finance]]></category>
            <category><![CDATA[stablecoin payment gateway]]></category>
            <category><![CDATA[corporate card management]]></category>
            <category><![CDATA[borderless business account]]></category>
            <dc:creator><![CDATA[프로덕트 헌트]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 13:00:39 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/ph-1187380-5d1ba4bf.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/ph-1187380-5d1ba4bf.webp" alt="[Endl] 법정화폐, 스테이블코인, 카드 통합 글로벌 계좌" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>글로벌 비즈니스를 위한 통합 금융 계좌, Endl 출시!</strong></p><hr/>• **국경 없는 비즈니스**를 위한 글로벌 운영 계좌 서비스 Endl 출시
• **법정화폐(Fiat) 또는 스테이블코인(Stablecoins)**으로 자금 보유 및 관리 기능 제공
• **160개국 이상**에서 계약자에게 대금 지급 및 법인 카드 사용 지원
• **글로벌 비즈니스 운영**을 위한 빠르고 규정 준수 가능한 솔루션 제공]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[문서 통합으로 사람과 AI 모두의 정보 접근성을 높이다]]></title>
            <description><![CDATA[DocsAlot은 분산된 문서를 AI와 사람이 모두 활용하는 단일 진실 공급원으로 통합합니다. AI 답변 정확도 향상 및 온보딩 시간 단축 효과를 제공합니다.]]></description>
            <link>https://devday.kr/article/docs-for-humans-and-ai</link>
            <guid isPermaLink="false">docs-for-humans-and-ai</guid>
            <category><![CDATA[AI 문서 통합]]></category>
            <category><![CDATA[사람과 AI를 위한 문서]]></category>
            <category><![CDATA[문서 관리 시스템]]></category>
            <category><![CDATA[AI 에이전트 문서 활용]]></category>
            <category><![CDATA[llms.txt 사용법]]></category>
            <category><![CDATA[개발자 문서 최적화]]></category>
            <category><![CDATA[온보딩 시간 단축]]></category>
            <dc:creator><![CDATA[프로덕트 헌트]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 12:00:35 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/ph-1185912-fe44a07c.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/ph-1185912-fe44a07c.webp" alt="[DocsAlot] 사람과 AI 시스템 모두를 위한 문서" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>문서 통합으로 사람과 AI 모두의 정보 접근성을 높이다</strong></p><hr/>• 분산된 도움말 센터, 지식 베이스, 개발자 문서를 **단일 진실 공급원(Single Source of Truth)**으로 통합하여 사람과 AI 에이전트 모두 활용 가능하게 함
• 호스팅된 MCP, llms.txt, skill.md를 포함하여 **AI 답변 정확도 향상** 및 에이전트의 오래된 정보 참조 방지
• 문서 통합을 통해 **사용자 온보딩(User Onboarding) 시간 단축** 및 정보 접근성 개선]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[ERP 데이터 기반 Agentic AI 구축 성공 사례]]></title>
            <description><![CDATA[사조시스템즈의 ERP 데이터 기반 Agentic AI 구축 여정. Strands Agents SDK와 Kiro를 활용하여 회계 데이터 분석 및 업무 자동화 가능성을 탐색한 경험을 공유합니다.]]></description>
            <link>https://devday.kr/article/sajo-systems-agentic-ai-erp-strands-kiro</link>
            <guid isPermaLink="false">sajo-systems-agentic-ai-erp-strands-kiro</guid>
            <category><![CDATA[Agentic AI 구축 사례]]></category>
            <category><![CDATA[Strands Agents SDK 활용]]></category>
            <category><![CDATA[Kiro AI 코딩 어시스턴트]]></category>
            <category><![CDATA[ERP 데이터 기반 챗봇]]></category>
            <category><![CDATA[AWS Bedrock AgentCore]]></category>
            <category><![CDATA[Multi-Agent 패턴]]></category>
            <category><![CDATA[Context 관리 중요성]]></category>
            <category><![CDATA[사조시스템즈 AI 프로젝트]]></category>
            <dc:creator><![CDATA[AWS]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 11:52:18 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/aws-korea-blog-b8a02d4a27f845e75b6526f40e862e27cd4f3b19-18607cab.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/aws-korea-blog-b8a02d4a27f845e75b6526f40e862e27cd4f3b19-18607cab.webp" alt="사조시스템즈의 사내 ERP 데이터 기반 Agentic AI 구축 여정 – Strands Agents SDK와 Kiro 활용기" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>ERP 데이터 기반 Agentic AI 구축 성공 사례 🤖</strong></p><hr/>• 사조그룹의 IT 전문 기업 사조시스템즈가 **내부 챗봇(SAJO AI) 고도화**를 위해 Agentic AI 서비스 개발에 착수함
• **Strands Agents SDK**와 **Kiro AI 코딩 어시스턴트**를 활용하여 ERP 회계 데이터 기반의 인사이트 생성 챗봇 프로토타입을 개발함
• **Agents-as-Tools 패턴**을 적용하여 Planner, Data, Mail Sender 등 전문화된 Agent를 설계하고, **Context 관리 문제**를 해결하며 개발을 진행함
• 회계 데이터 분석 및 차대 균형 검증 작업에서 **기존 30분 소요 작업을 30~40초로 단축**하는 등 정량적 효과를 확인함]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Zig, 빌드 시스템으로 패키지 관리 기능 통합]]></title>
            <description><![CDATA[Zig 언어의 패키지 관리 기능이 컴파일러에서 빌드 시스템으로 이전되었습니다. 개발자 경험과 내부 구조 개선 사이의 트레이드오프, WebAssembly 기반 빌드 시스템의 잠재력 등을 분석합니다.]]></description>
            <link>https://devday.kr/article/zig-package-management-moves-from-compiler-to-build-system</link>
            <guid isPermaLink="false">zig-package-management-moves-from-compiler-to-build-system</guid>
            <category><![CDATA[Zig package management]]></category>
            <category><![CDATA[Zig build system]]></category>
            <category><![CDATA[Zig compiler changes]]></category>
            <category><![CDATA[Zig vs Go package management]]></category>
            <category><![CDATA[Zig development sanity]]></category>
            <category><![CDATA[Zig WebAssembly build]]></category>
            <category><![CDATA[Zig @cImport removal]]></category>
            <dc:creator><![CDATA[해커뉴스]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 11:00:22 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/hn-48786638-41ce222a.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/hn-48786638-41ce222a.webp" alt="Zig, 패키지 관리 기능 컴파일러에서 빌드 시스템으로 이전" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>🚀 Zig, 빌드 시스템으로 패키지 관리 기능 통합</strong></p><hr/>• Zig 언어의 **패키지 관리 기능**이 컴파일러에서 빌드 시스템으로 **핵심 기능 이전**을 완료했음
• 개발자들은 **UX 개선**과 **내부 개발 건전성(Development Sanity)** 확보 사이의 **트레이드오프(Trade-off)**에 주목하고 있음
• Go, Python 등 타 언어와의 비교를 통해 Zig의 **독특한 개발 문화**와 **성장 가능성**에 대한 기대감을 보임]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Tencent WorkBuddy: AI 전문가 팀으로 업무 효율 극대화]]></title>
            <description><![CDATA[Tencent의 새로운 AI 에이전트 WorkBuddy를 소개합니다. AI 전문가 팀과 협업하여 사무 업무의 효율성을 높이고, 더 빠르고 날카로운 결과물을 얻는 방법을 알아보세요.]]></description>
            <link>https://devday.kr/article/tencent-workbuddy-ai-agent-office-productivity</link>
            <guid isPermaLink="false">tencent-workbuddy-ai-agent-office-productivity</guid>
            <category><![CDATA[WorkBuddy AI]]></category>
            <category><![CDATA[Tencent AI agent]]></category>
            <category><![CDATA[AI for office work]]></category>
            <category><![CDATA[AI expert team]]></category>
            <category><![CDATA[AI second opinion]]></category>
            <category><![CDATA[AI productivity tools]]></category>
            <category><![CDATA[사무 자동화 AI]]></category>
            <category><![CDATA[AI 협업 툴]]></category>
            <dc:creator><![CDATA[프로덕트 헌트]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 11:00:16 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/ph-1184211-0c40eab8.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/ph-1184211-0c40eab8.webp" alt="[WorkBuddy] AI 전문가 팀으로 더 빠르고 날카로운 결과물을 만드세요" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>🚀 Tencent WorkBuddy: AI 전문가 팀으로 업무 효율 극대화</strong></p><hr/>• **Tencent WorkBuddy**는 일상적인 사무 업무를 위한 AI 에이전트임
• **AI 전문가 팀**을 활용하여 요청을 처리하고 결과물을 생성함
• **두 번째 의견(Second Opinion)** 기능을 통해 결과물의 완성도를 높임
• **신속하고 날카로운 결과물**을 얻는 것을 목표로 함]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[API와 ABI, 20년 전에도 같았을까?]]></title>
            <description><![CDATA[2004년 Colin Watson의 이메일을 통해 API와 ABI의 근본적인 차이점을 알아보세요. 소스 코드 인터페이스와 바이너리 인터페이스의 호환성 문제를 명확히 설명합니다.]]></description>
            <link>https://devday.kr/article/api-vs-abi-2004-discussion-revisited</link>
            <guid isPermaLink="false">api-vs-abi-2004-discussion-revisited</guid>
            <category><![CDATA[API vs ABI]]></category>
            <category><![CDATA[Application Programmer Interface]]></category>
            <category><![CDATA[Application Binary Interface]]></category>
            <category><![CDATA[ABI compatibility]]></category>
            <category><![CDATA[API compatibility]]></category>
            <category><![CDATA[Colin Watson email]]></category>
            <category><![CDATA[software interface difference]]></category>
            <category><![CDATA[소스 코드 인터페이스]]></category>
            <category><![CDATA[바이너리 인터페이스]]></category>
            <dc:creator><![CDATA[랍스타즈]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 10:00:49 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/lobsters-k9yyfs-8c922d87.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/lobsters-k9yyfs-8c922d87.webp" alt="2004년 API vs ABI 논쟁 재조명" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>🤔 API와 ABI, 20년 전에도 같았을까?</strong></p><hr/>• **API(Application Programmer Interface)**는 소스 코드 레벨의 인터페이스를 의미함
• **ABI(Application Binary Interface)**는 컴파일된 코드 레벨의 인터페이스를 지칭함
• ABI 변경 시 소스 코드 수정 없이 재컴파일만으로 호환성 확보가 가능함
• API 변경은 소스 코드 수정이 필요하여 개발자에게 더 큰 부담을 줌]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[버튼 하나에 담긴 UX의 깊이]]></title>
            <description><![CDATA[버튼 클릭 시 애니메이션이 동작을 방해하는 UX 문제점을 iPhone, Nothing Phone 사례를 통해 분석합니다. 접근성과 사용자 경험 디자인의 중요성을 탐구합니다.]]></description>
            <link>https://devday.kr/article/button-ux-animation-blocking-accessibility</link>
            <guid isPermaLink="false">button-ux-animation-blocking-accessibility</guid>
            <category><![CDATA[UI 버튼 애니메이션 문제]]></category>
            <category><![CDATA[iPhone vs Nothing Phone UX]]></category>
            <category><![CDATA[상황별 비활성화 접근성]]></category>
            <category><![CDATA[사용자 경험 디자인 원칙]]></category>
            <category><![CDATA[애니메이션 블로킹 해결 방법]]></category>
            <category><![CDATA[UI 피드백 불일치]]></category>
            <category><![CDATA[버튼 인터랙션 디자인]]></category>
            <dc:creator><![CDATA[해커뉴스]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 10:00:23 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/hn-48790689-286d2d4e.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/hn-48790689-286d2d4e.webp" alt="버튼의 역할과 UI/UX 디자인의 중요성" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>🤔 버튼 하나에 담긴 UX의 깊이</strong></p><hr/>• **애니메이션이 버튼 동작을 방해**하는 UX 문제점을 지적함
• **iPhone과 Nothing Phone의 버튼 동작 방식 비교** 분석
• **상황별 비활성화(Situational Disability)** 개념을 통해 접근성의 중요성 강조
• 사용자 경험을 저해하는 **불필요한 대기 시간(Unnecessary Wait Time)** 발생 지양 필요]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[OpenSearch 3.3 업그레이드로 미리캔버스 검색 성능 60% 향상!]]></title>
            <description><![CDATA[미리캔버스가 Amazon OpenSearch 3.3으로 업그레이드하며 겪은 성능 개선 여정. derived source, Lucene 10.3, concurrent segment search 도입으로 IOPS Throttling, CPU 스파이크, 레이턴시 문제를 해결한 경험을 공유합니다.]]></description>
            <link>https://devday.kr/article/miricanvas-opensearch-3-3-upgrade-performance-improvement</link>
            <guid isPermaLink="false">miricanvas-opensearch-3-3-upgrade-performance-improvement</guid>
            <category><![CDATA[Amazon OpenSearch 3.3 업그레이드]]></category>
            <category><![CDATA[미리캔버스 검색 성능 개선]]></category>
            <category><![CDATA[derived source OpenSearch]]></category>
            <category><![CDATA[Lucene 10.3 segment merge]]></category>
            <category><![CDATA[OpenSearch k-NN performance tuning]]></category>
            <category><![CDATA[무중단 버전 업그레이드 전략]]></category>
            <category><![CDATA[OpenSearch IOPS throttling 해결]]></category>
            <category><![CDATA[벡터 검색 성능 최적화]]></category>
            <dc:creator><![CDATA[AWS]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 09:52:30 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/aws-korea-blog-105cfc67b681272ca97336c0fc0d2d92c4c491c7-031e467e.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/aws-korea-blog-105cfc67b681272ca97336c0fc0d2d92c4c491c7-031e467e.webp" alt="미리캔버스, Amazon OpenSearch 3.3 업그레이드로 검색 성능 60% 개선" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>🚀 OpenSearch 3.3 업그레이드로 미리캔버스 검색 성능 60% 향상!</strong></p><hr/>• 미리캔버스는 4,000만 건의 방대한 디자인 리소스 검색 성능 개선을 위해 Amazon OpenSearch 2.19에서 3.3으로 메이저 버전 업그레이드를 진행함
• **derived source**와 **Lucene 10.3** 기반의 세그먼트 병합 개선을 통해 stored fields 비대화 및 IOPS Throttling 문제를 해결함
• **CPU 사용률 40% 감소**, **검색 레이턴시 60% 단축** 등 실질적인 성능 개선 효과를 거둠
• 서비스 무중단 및 안전한 롤백을 위해 **신규 클러스터 구축 후 도메인 스위칭** 전략을 성공적으로 적용함]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[미리캔버스, 듀얼 벡터 검색 도입 후 성능 최적화 성공기]]></title>
            <description><![CDATA[미리캔버스가 Amazon OpenSearch Service로 듀얼 벡터 검색을 도입하고 겪은 메모리 및 IOPS 병목 현상과 해결 과정을 상세히 분석합니다. 성능 최적화 노하우를 확인하세요.]]></description>
            <link>https://devday.kr/article/miricanvas-dual-vector-search-opensearch-optimization</link>
            <guid isPermaLink="false">miricanvas-dual-vector-search-opensearch-optimization</guid>
            <category><![CDATA[Amazon OpenSearch Service 듀얼 벡터 검색]]></category>
            <category><![CDATA[미리캔버스 성능 최적화]]></category>
            <category><![CDATA[OpenSearch k-NN 성능 개선]]></category>
            <category><![CDATA[벡터 검색 IOPS 병목]]></category>
            <category><![CDATA[BM25 선필터 적용 사례]]></category>
            <category><![CDATA[메모리 최적화 인스턴스 전환]]></category>
            <category><![CDATA[듀얼 벡터 검색 설계]]></category>
            <dc:creator><![CDATA[AWS]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 09:52:25 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/aws-korea-blog-190187e0800dbf9de80ac7158e6f4488c7ff3587-3af3b9aa.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/aws-korea-blog-190187e0800dbf9de80ac7158e6f4488c7ff3587-3af3b9aa.webp" alt="Amazon OpenSearch Service로 미리캔버스의 듀얼 벡터 검색 도입과 성능 최적화" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>미리캔버스, 듀얼 벡터 검색 도입 후 성능 최적화 성공기</strong></p><hr/>• 4,000만 건의 방대한 디자인 리소스에서 사용자의 의도를 정확히 파악하기 위해 **시맨틱 벡터와 비주얼 벡터를 결합한 듀얼 벡터 검색** 도입을 결정함
• 듀얼 벡터 검색 도입 후 **메모리 부족으로 인한 IOPS Throttling**과 리콜(Recall) 한계라는 성능 및 품질 딜레마에 직면함
• BM25 선필터(Pre-filter) 적용으로 평균 레이턴시 88% 감소 및 채택률 9.02%p 향상, 인스턴스 스펙 조정으로 **총 메모리 50% 확장** 및 IOPS -34%, 레이턴시 -21% 개선을 달성함
• 대량 업데이트 시 발생하는 **세그먼트 병합(Segment Merge)으로 인한 IOPS 폭증**은 2.19 환경에서 해결하지 못한 과제로 남음]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[버튼의 한 가지 직무, 애니메이션과 사용자 경험의 충돌]]></title>
            <description><![CDATA[모바일 기기에서 버튼 애니메이션이 사용자 입력에 미치는 영향을 분석합니다. iPhone과 Nothing Phone의 UX 차이, 접근성, 개발자 라이브러리 기본값 설정을 다룹니다.]]></description>
            <link>https://devday.kr/article/button-job-mobile-ui-animation-debate</link>
            <guid isPermaLink="false">button-job-mobile-ui-animation-debate</guid>
            <category><![CDATA[버튼 애니메이션 UX]]></category>
            <category><![CDATA[모바일 UI 입력 처리]]></category>
            <category><![CDATA[상황별 비활성화]]></category>
            <category><![CDATA[접근성 중요성]]></category>
            <category><![CDATA[개발자 라이브러리 기본값]]></category>
            <category><![CDATA[Nothing Phone vs iPhone UI]]></category>
            <category><![CDATA[애니메이션 중 입력 무시]]></category>
            <dc:creator><![CDATA[랍스타즈]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 08:24:06 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/lobsters-zhizsf-ab95c1b0.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/lobsters-zhizsf-ab95c1b0.webp" alt="버튼의 직무와 모바일 UI/UX 애니메이션 논쟁" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>📱 버튼의 한 가지 직무, 애니메이션과 사용자 경험의 충돌</strong></p><hr/>• **모바일 기기 버튼 애니메이션**이 사용자 입력 처리에 미치는 영향에 대한 논의가 핵심임
• **iPhone의 입력 버퍼링**과 **Nothing Phone의 애니메이션 중 입력 무시** 방식 비교 분석
• **상황별 비활성화(Situational Disability)** 관점에서 접근성 및 사용자 경험의 중요성 강조
• **개발자의 편의성**과 **사용자 경험** 간의 트레이드오프(Trade-off)에 대한 다양한 의견 제시]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[GPT-5.5 Codex, 516 토큰에 갇힌 성능 저하 의혹]]></title>
            <description><![CDATA[GPT-5.5 Codex 모델에서 발견된 516 토큰 클러스터링 현상과 성능 저하 의혹을 분석합니다. OpenAI의 최적화 전략과 사용자 경험에 미치는 영향을 다룹니다.]]></description>
            <link>https://devday.kr/article/gpt-5-5-codex-fixed-token-clustering-performance-concerns</link>
            <guid isPermaLink="false">gpt-5-5-codex-fixed-token-clustering-performance-concerns</guid>
            <category><![CDATA[GPT-5.5 Codex performance degradation]]></category>
            <category><![CDATA[GPT-5.5 reasoning token clustering]]></category>
            <category><![CDATA[Codex 516 token anomaly]]></category>
            <category><![CDATA[OpenAI compute cost optimization]]></category>
            <category><![CDATA[AI model performance issues]]></category>
            <category><![CDATA[GPT-5.5 vs GPT-5.2 quality]]></category>
            <category><![CDATA[Codex CLI errors]]></category>
            <category><![CDATA[AI model black box]]></category>
            <dc:creator><![CDATA[해커뉴스]]></dc:creator>
            <pubDate>Sun, 05 Jul 2026 06:00:24 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/hn-48789428-01f9e22b.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/hn-48789428-01f9e22b.webp" alt="GPT-5.5 Codex, 고정 토큰 수로 인한 성능 저하 의혹 제기" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>🤖 GPT-5.5 Codex, 516 토큰에 갇힌 성능 저하 의혹</strong></p><hr/>• GPT-5.5 Codex 모델에서 **응답 토큰 수가 516개로 고정**되는 이상 현상이 발견됨
• 해당 현상은 **복잡한 작업에서 잘못된 답변**을 반환하는 성능 저하와 연관될 가능성이 제기됨
• GPT-5.5 모델에 특화된 문제로, 다른 모델에서는 유사 현상이 거의 관찰되지 않음
• 개발자들은 **내부적인 추론 예산(Reasoning Budget) 제한** 또는 **최적화 과정에서의 부작용**을 의심하고 있음]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[고전 게임, AI와 함께 부활하다!]]></title>
            <description><![CDATA[Command & Conquer: Generals가 Fable AI와 커뮤니티 협업으로 macOS, iPhone, iPad에 네이티브 포팅되었습니다. 복잡한 API 변환과 AI 활용 방식, 커뮤니티 반응을 분석합니다.]]></description>
            <link>https://devday.kr/article/command-conquer-generals-native-port-fable-ai-macos-ios</link>
            <guid isPermaLink="false">command-conquer-generals-native-port-fable-ai-macos-ios</guid>
            <category><![CDATA[Command and Conquer Generals macOS port]]></category>
            <category><![CDATA[Generals iPad native]]></category>
            <category><![CDATA[Fable AI game porting]]></category>
            <category><![CDATA[DirectX to Metal translation]]></category>
            <category><![CDATA[RTS touch controls]]></category>
            <category><![CDATA[GeneralsX fork iOS]]></category>
            <category><![CDATA[AI assisted game development]]></category>
            <category><![CDATA[고전 게임 네이티브 포팅]]></category>
            <dc:creator><![CDATA[해커뉴스]]></dc:creator>
            <pubDate>Sat, 04 Jul 2026 23:00:42 GMT</pubDate>
            <enclosure url="https://static.devday.kr/thumbnails-w800/hn-48788283-ee926dbd.webp" length="0" type="image/webp"/>
            <content:encoded><![CDATA[<img src="https://static.devday.kr/thumbnails-w800/hn-48788283-ee926dbd.webp" alt="고전 RTS 게임, Fable AI로 macOS/iOS 네이티브 포팅 성공" style="max-width:100%; margin-bottom: 20px;" /><br/><p><strong>🎮 고전 게임, AI와 함께 부활하다!</strong></p><hr/>• **Command & Conquer: Generals**가 Fable AI와 커뮤니티 협업으로 macOS, iPhone, iPad에 네이티브 포팅됨
• **DirectX 8 → Metal**까지 5단계 API 변환을 거쳐 ARM64 아키텍처에서 구동
• 게임 에셋은 별도 구매 필요하나, 설치 과정 및 터치 컨트롤 구현이 상세히 공유됨
• AI 활용 포팅 방식과 결과물에 대한 커뮤니티의 **긍정적 평가와 회의적 시각**이 공존함]]></content:encoded>
        </item>
    </channel>
</rss>