DeerFlow 2.0은 왜 장기 실행 AI 에이전트 하네스라고 부를까 2026 – 스킬 샌드박스 메모리 체크표
2026년 5월 15일 기준 DeerFlow 2.0은 ByteDance의 오픈소스 super agent harness로, sub-agents, memory, sandboxes, skills를 묶어 수 분에서 수 시간 걸리는 작업을 처리하는 구조를 내세운다. 처음 보면 “또 하나의 AI …
2026년 5월 15일 기준 DeerFlow 2.0은 ByteDance의 오픈소스 super agent harness로, sub-agents, memory, sandboxes, skills를 묶어 수 분에서 수 시간 걸리는 작업을 처리하는 구조를 내세운다. 처음 보면 “또 하나의 AI …
Claude Code MCP permissions can look like a small configuration detail until the agent has a database tool, a GitHub tool, a filesystem tool, and a Slack tool in the …
2026년 5월 10일 KST 기준, AgentScope는 ReAct agent, tools, skills, human-in-the-loop, memory, planning, realtime voice, evaluation, MCP, A2A, OpenTelemetry 지원을 전면에 내세우는 오픈소스 AI 에이전트 프레임워크다. 이 문장만 보면 꽤 …
AI code review should not start with the diff. That sounds wrong at first. The diff is where the change lives. The pull request is where the conversation happens. The …
AI coding agents do not usually duplicate utilities because they are lazy. They duplicate utilities because the repo did not make reuse cheaper than invention. That is the uncomfortable little …
AI 코딩 도구가 기존 함수를 또 만드는 문제는 프롬프트 예절 문제가 아니라 코드베이스 조회 절차 문제다. 2026년 4월 기준 Claude Code의 CLAUDE.md memory, MCP resources, MCP tools, settings 권한을 같이 …
If you are checking MCP prompt-injection risk today, do not start with every possible attack. Start with the boundary that can actually hurt your team this week: who can add …
AI coding agents are no longer just autocomplete with a nicer chat window. They read files. They edit code. They run tests. They install packages. They call MCP tools. They …
AI 코딩툴은 이제 자동완성 도구가 아닙니다. 파일을 읽고, 코드를 고치고, 테스트를 돌리고, MCP 서버를 통해 외부 도구까지 부릅니다. 편해졌습니다. 그리고 편해진 만큼 위험도 좀 더 입체적이 됐습니다. 예전에는 “이 플러그인 …
Most AI coding agent debates are framed the wrong way. They ask: “Which tool should I use?” The better question is: “Which part of the workflow should each tool own?” …