# Microsoft, LLM을 앱에 연결해주는 Semantic Kernel 오픈소스 공개

> Clean Markdown view of GeekNews topic #8746. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8746](https://news.hada.io/topic?id=8746)
- GeekNews Markdown: [https://news.hada.io/topic/8746.md](https://news.hada.io/topic/8746.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-03-20T12:30:12+09:00
- Updated: 2023-03-20T12:30:12+09:00
- Original source: [devblogs.microsoft.com](https://devblogs.microsoft.com/semantic-kernel/hello-world/)
- Points: 12
- Comments: 1

## Topic Body

- C#, Python 같은 기존 프로그래밍 언어와 LLM AI를 결합시켜주는 경량 SDK  
- 앱 내에 LLM을 더 잘 활용 가능하게 만들어 주는 기능들을 제공   
  - Prompt Templating  
  - Function Chaining  
  - Vectorized Memory  
  - Intelligent Planning  
- GPT-4 및 Azure OpenAI 서비스를 지원하며, 향후 더 많은 모델 추가 예정   
- 기본 예제들 : 채팅 요약하기, Book Creator, LLM과 외부 API 연결하기

## Comments



### Comment 15262

- Author: xguru
- Created: 2023-03-20T12:30:35+09:00
- Points: 1

약 20분 정도의 Semantic Kernel 비디오 강의   
https://www.linkedin.com/learning/introducing-semantic-kernel-building-ai-based-apps/introducing-semantic-kernel  
- The AI Platform   
  - Introducing Semantic Kernel  
  - Who is Semantic Kernel (SK) for?  
  - What is Semantic Kernel?  
  - Why develop on Semantic Kernel?  
  - Getting started with Semantic Kernel  
- Bonus: Optimizing Semantic Kernel  
  - Semantic Kernel sample apps  
  - Schillace's laws of semantic AI
