View in English

  • Apple Developer
    • 시작하기

    시작하기 탐색

    • 개요
    • 알아보기
    • Apple Developer Program

    알림 받기

    • 최신 뉴스
    • Hello Developer
    • 플랫폼

    플랫폼 탐색

    • Apple 플랫폼
    • iOS
    • iPadOS
    • macOS
    • tvOS
    • visionOS
    • watchOS
    • App Store

    피처링

    • 디자인
    • 배포
    • 게임
    • 액세서리
    • 웹
    • 홈
    • CarPlay
    • 기술

    기술 탐색

    • 개요
    • Xcode
    • Swift
    • SwiftUI

    피처링

    • 손쉬운 사용
    • 앱 인텐트
    • Apple Intelligence
    • 게임
    • 머신 러닝 및 AI
    • 보안
    • Xcode Cloud
    • 커뮤니티

    커뮤니티 탐색

    • 개요
    • Apple과의 만남 이벤트
    • 커뮤니티 주도 이벤트
    • 개발자 포럼
    • 오픈 소스

    피처링

    • WWDC
    • Swift Student Challenge
    • 개발자 이야기
    • App Store 어워드
    • Apple 디자인 어워드
    • 문서

    문서 탐색

    • 문서 라이브러리
    • 기술 개요
    • 샘플 코드
    • 휴먼 인터페이스 가이드라인
    • 비디오

    릴리즈 노트

    • 피처링 업데이트
    • iOS
    • iPadOS
    • macOS
    • watchOS
    • visionOS
    • tvOS
    • Xcode
    • 다운로드

    다운로드 탐색

    • 모든 다운로드
    • 운영 체제
    • 애플리케이션
    • 디자인 리소스

    피처링

    • Xcode
    • TestFlight
    • 서체
    • SF Symbols
    • Icon Composer
    • 지원

    지원 탐색

    • 개요
    • 도움말
    • 개발자 포럼
    • 피드백 지원
    • 문의하기

    피처링

    • 계정 도움말
    • 앱 심사 지침
    • App Store Connect 도움말
    • 새로 추가될 요구 사항
    • 계약 및 지침
    • 시스템 상태
  • 빠른 링크

    • 이벤트
    • 뉴스
    • 포럼
    • 샘플 코드
    • 비디오
 

비디오

메뉴 열기 메뉴 닫기
  • 컬렉션
  • 주제
  • 전체 비디오
  • 소개

Tech Talks 컬렉션으로 돌아가기

  • 소개
  • 자막 전문
  • Xcode의 에이전틱 코딩 만나 보기

    Xcode 26.3가 어떻게 OpenAI Codex와 Claude Agent 같은 코딩 에이전트를 원활하게 통합하여 복잡한 다단계 작업에 대한 협업을 수행하는지 확인하세요. Xcode가 MCP(Model Context Protocol)를 통해 코딩 에이전트가 프로젝트를 빌드하고, 테스트를 실행하며, Apple 문서를 검색할 수 있도록 하는 방법을 알아보세요.

    리소스

    • Giving external agentic coding tools access to Xcode
    • Setting up coding intelligence
    • Writing code with intelligence in Xcode
      • HD 비디오
      • SD 비디오
  • 비디오 검색…

    Hi, I’m Ken, I lead the Xcode team. With the release of Xcode 26.3, we’re super excited to introduce agentic coding in Xcode, powered by tools using the Model Context protocol. Xcode and coding agents can now work together to handle complex, multi-step tasks on your behalf. Let me show you. I’m working on the Landmarks sample app, which lets users explore interesting places around the world – like national parks and mountain ranges. Now I'm going to add a feature to show the current weather at a landmark. First, I'll open the intelligence settings. Now for this demo, I’ve already set up my Anthropic account and with just one click, I can download the Claude Agent and start coding.

    Then I’ll select Claude Agent to start a new conversation and describe what I want. Now I’d like to get weather data using WeatherKit and create a seven day forecast view with Liquid Glass.

    Xcode works with the agent to break down the task into smaller steps, making it easy to follow along and see exactly what's happening.

    Next, the agent familiarizes itself with my project, looking at files and structure and figuring out where to make changes. Here, the agent searches Apple’s documentation for Liquid Glass, since I mentioned that in my prompt. Xcode provides a documentation tool that pulls in relevant code snippets and samples so the agent can generate modern code using the latest APIs.

    And the agent can do more than just generate code. Here it’s adding an entitlement so I can use the WeatherKit API.

    Now it's creating a weather service class to fetch weather data. Creating the view to show the current weather for the landmark.

    Adding the seven day forecast overlay using Liquid Glass.

    And finally, building my project.

    But in this case it doesn't build on the first try. Models sometimes produce code with errors. Since Xcode provides a tool to list all the build errors, the agent can iterate quickly and fix them for me.

    And when it's done, I get a clear summary of all the changes. Now here's the new current weather view under the landmark title. And when I tap it, I get this beautiful view showing a seven day forecast with live weather data.

    Okay, so here’s what just happened – From a single request Xcode and the agent added the WeatherKit entitlement, integrated live weather data, created three new files with over 400 lines of code, built a beautiful Liquid Glass view, and did it all in just minutes.

    What would have taken me hours is now a great first draft, ready to review and refine. With the agentic coding, Xcode works autonomously toward your goal. It breaks down complex tasks into simpler steps, makes decisions based on your project architecture, and it uses the right tools to get things done. Xcode exposes its capabilities through the Model Context Protocol. This open standard gives you the freedom to use any MCP compatible agent or tool to work with Xcode.

    These capabilities are available in Xcode 26.3, and we'll be adding more in the future.

    And for developers using Anthropic Claude Code or OpenAI Codex, we built seamless integration directly into Xcode. You can download those coding agents with just a click, and they update automatically.

    We've also optimized token usage and tool calling so you get the best possible results.

    What used to require a back and forth between you, Xcode, and the model, it now happens automatically.

    Agents use Xcode tools to build, test, refine, and iterate so you can stay focused on building amazing features.

    That’s agentic coding in Xcode. Xcode 26.3 is available now.

    With agentic coding, there's never been a better time to bring your ideas to life.

Developer Footer

  • 비디오
  • Tech Talks
  • Xcode의 에이전틱 코딩 만나 보기
  • 메뉴 열기 메뉴 닫기
    • iOS
    • iPadOS
    • macOS
    • tvOS
    • visionOS
    • watchOS
    메뉴 열기 메뉴 닫기
    • Swift
    • SwiftUI
    • Swift Playground
    • TestFlight
    • Xcode
    • Xcode Cloud
    • SF Symbols
    메뉴 열기 메뉴 닫기
    • 손쉬운 사용
    • 액세서리
    • Apple Intelligence
    • 앱 확장 프로그램
    • App Store
    • 오디오 및 비디오(영문)
    • 증강 현실
    • 디자인
    • 배포
    • 교육
    • 서체(영문)
    • 게임
    • 건강 및 피트니스
    • 앱 내 구입
    • 현지화
    • 지도 및 위치
    • 머신 러닝 및 AI
    • 오픈 소스(영문)
    • 보안
    • Safari 및 웹(영문)
    메뉴 열기 메뉴 닫기
    • 문서(영문)
    • 튜토리얼
    • 다운로드
    • 포럼(영문)
    • 비디오
    메뉴 열기 메뉴 닫기
    • 지원 문서
    • 문의하기
    • 버그 보고
    • 시스템 상태(영문)
    메뉴 열기 메뉴 닫기
    • Apple Developer
    • App Store Connect
    • 인증서, 식별자 및 프로파일(영문)
    • 피드백 지원
    메뉴 열기 메뉴 닫기
    • Apple Developer Program
    • Apple Developer Enterprise Program
    • App Store Small Business Program
    • MFi Program(영문)
    • Mini Apps Partner Program
    • News Partner Program(영문)
    • Video Partner Program(영문)
    • Security Bounty Program(영문)
    • Security Research Device Program(영문)
    메뉴 열기 메뉴 닫기
    • Apple과의 만남
    • Apple Developer Center
    • App Store 어워드(영문)
    • Apple 디자인 어워드
    • Apple Developer Academy(영문)
    • WWDC
    최신 뉴스 읽기 Apple Developer 앱 받기
    Copyright © 2026 Apple Inc. 모든 권리 보유.
    약관 개인정보 처리방침 계약 및 지침