AI/AX 공식 소스 일일 브리프 — 2026-07-02
요약 3줄
- 대상일은 2026-07-02 KST입니다.
- 검토 건수는 13건, 보고 건수는 5건입니다.
- 자동 수집 범위는 공식 블로그/RSS만 대상으로 합니다. GitHub 릴리스, X, LinkedIn, 뉴스레터는 제외했습니다.
보고 항목
- Kimi K2.7 Code is generally available in GitHub Copilot
- 출처: GitHub Changelog (official)
- 시각: 2026-07-02 04:00 KST
- 링크: https://github.blog/changelog/2026-07-01-kimi-k2-7-is-now-available-in-github-copilot
- 메모: Kimi K2.7 Code, an open-weight model, is now generally available in GitHub Copilot. This is the first open-weight model offered as a selectable option in the Copilot model picker, giving… The post Kimi K2.7 Code is generally available in Gi
- How to Use RLMs in Deep Agents
- 출처: LangChain Blog (official)
- 시각: 2026-07-02 02:04 KST
- 링크: https://www.langchain.com/blog/how-to-use-rlms-in-deep-agents
- 메모: Recursive language models (RLMs) fix context rot by having agents write code that dispatches subagents over context chunks instead of pumping everything in one context window. Deep Agents now implements this through dynamic subagents and a
- New C++ language server config skill for Copilot CLI
- 출처: GitHub Changelog (official)
- 시각: 2026-07-02 05:32 KST
- 링크: https://github.blog/changelog/2026-07-01-new-c-language-server-config-skill-for-copilot-cli
- 메모: The Microsoft C++ Language Server is now available as a plugin on the Copilot Plugins marketplace. It includes a new built-in setup skill that helps automate project setup, making it… The post New C++ language server config skill for Copilo
- Copilot vision is generally available
- 출처: GitHub Changelog (official)
- 시각: 2026-07-02 03:39 KST
- 링크: https://github.blog/changelog/2026-07-01-copilot-vision-is-generally-available
- 메모: Copilot vision is now generally available. You can attach images and PDFs directly to your chat prompts so Copilot can reason about what it sees alongside your code. Supported file… The post Copilot vision is generally available appeared fi
- How Pendo uses LangSmith to trace Novus from user behavior to code fixes
- 출처: LangChain Blog (official)
- 시각: 2026-07-02 02:04 KST
- 링크: https://www.langchain.com/blog/how-pendo-used-langsmith-to-trace-novus-from-user-behavior-to-code-fixes
- 메모: Pendo used LangSmith to debug, evaluate, and monitor Novus, its AI product agent that turns behavioral data and session replays into code fixes.