AI/AX 공식 소스 일일 브리프 — 2026-07-02

요약 3줄

  • 대상일은 2026-07-02 KST입니다.
  • 검토 건수는 13건, 보고 건수는 5건입니다.
  • 자동 수집 범위는 공식 블로그/RSS만 대상으로 합니다. GitHub 릴리스, X, LinkedIn, 뉴스레터는 제외했습니다.

보고 항목

  1. Kimi K2.7 Code is generally available in GitHub Copilot
  2. 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
  3. New C++ language server config skill for Copilot CLI
  4. 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
  5. How Pendo uses LangSmith to trace Novus from user behavior to code fixes