목록전체 글 (1727)
오늘도 공부
아래는 「2026 Agentic Coding Trends Report: How coding agents are reshaping software development」 내용을 다시 정리한 내용입니다. 원문 PDFhttps://resources.anthropic.com/hubfs/2026%20Agentic%20Coding%20Trends%20Report.pdf2026 에이전틱 코딩 트렌드 리포트: “코딩은 ‘작성’에서 ‘오케스트레이션’으로”2025년은 코딩 에이전트가 “실험용 도구”에서 “실제로 기능을 출시하는 프로덕션 시스템”으로 넘어온 해였다면,이 보고서는 **2026년을 ‘효율 개선’을 넘어 ‘개발 방식 자체가 재구성되는 해’**로 전망합니다. (서문, p.3)그런데 여기서 중요한 전제 하나.개발자들..
Boris TaneAI agents didn't make the SDLC faster. They killed it. All that's left is context.boristane.com AI 코딩 에이전트 시대의 “의도(Intent)–실행(Build)–관측(Observe)” 루프로 재편되는 개발 방식Boris Tane는 2026년 2월 20일 공개한 글에서 **“AI 에이전트는 SDLC를 빠르게 만든 게 아니라, SDLC 자체를 ‘붕괴’시켰다”**고 주장합니다. 핵심은 “단계별로 나눠진 개발 파이프라인”이 아니라, 한 덩어리의 짧은 반복 루프로 개발이 바뀐다는 관점입니다. 아래는 원문의 논지를 단계별로 “왜 무너지는지 / 무엇이 남는지 / 실무에서 어떻게 대비할지”까지 자세히 정리한 글입니다.빠른 요..
Codex App ServerEmbed Codex into your product with the app-server protocoldevelopers.openai.com Codex App Server 입문하기Codex를 “우리 제품 안에” 깊게 심고 싶을 때 쓰는 게 Codex App Server예요. 예를 들어 VS Code 확장처럼 인증, 대화 기록, 승인(approvals), 에이전트 이벤트 스트리밍까지 포함한 “리치 클라이언트”를 만들고 싶다면 이 프로토콜을 사용합니다.반대로, 단순히 CI에서 자동 실행하거나 배치 작업처럼 “잡”을 돌리는 목적이면 App Server보다 Codex SDK를 쓰는 쪽이 맞다고 문서에서 안내해요.빠르게 정리하면프론트엔드 HTTP/SSE 요청을 받고중간에서 codex..
GitHub - MiniMax-AI/Mini-Agent: A minimal yet professional single agent demo project that showcases the core execution pipelineA minimal yet professional single agent demo project that showcases the core execution pipeline and production-grade features of agents. - MiniMax-AI/Mini-Agentgithub.com """Demo: Using Tool schemas with base Tool class.This example demonstrates how to use the Tool base ..
GitHub - MiniMax-AI/Mini-Agent: A minimal yet professional single agent demo project that showcases the core execution pipelineA minimal yet professional single agent demo project that showcases the core execution pipeline and production-grade features of agents. - MiniMax-AI/Mini-Agentgithub.com """Example: Using LLMClient with different providers.This example demonstrates how to use the LLMCli..
GitHub - MiniMax-AI/Mini-Agent: A minimal yet professional single agent demo project that showcases the core execution pipelineA minimal yet professional single agent demo project that showcases the core execution pipeline and production-grade features of agents. - MiniMax-AI/Mini-Agentgithub.com """Example 4: Full Agent with All FeaturesThis example demonstrates a complete agent setup with:- Al..
GitHub - MiniMax-AI/Mini-Agent: A minimal yet professional single agent demo project that showcases the core execution pipelineA minimal yet professional single agent demo project that showcases the core execution pipeline and production-grade features of agents. - MiniMax-AI/Mini-Agentgithub.com """Example 3: Session Note Tool UsageThis example demonstrates the Session Note Tool - one of the co..
GitHub - MiniMax-AI/Mini-Agent: A minimal yet professional single agent demo project that showcases the core execution pipelineA minimal yet professional single agent demo project that showcases the core execution pipeline and production-grade features of agents. - MiniMax-AI/Mini-Agentgithub.com """Example 2: Simple Agent UsageThis example demonstrates how to create and run a basic agentto perf..
Minimax miniagent를 참고해서 에이전트 소스를 보고 분석 공부하도록 하겠습니다. GitHub - MiniMax-AI/Mini-Agent: A minimal yet professional single agent demo project that showcases the core execution pipelineA minimal yet professional single agent demo project that showcases the core execution pipeline and production-grade features of agents. - MiniMax-AI/Mini-Agentgithub.com """Example 1: Basic Tools UsageThis example demo..
Boris TaneThe research-plan-implement workflow I use to build software with Claude Code, and why I never let it write code until I've approved a written plan.boristane.com 아래는 원문( Boris Tane, “How I Use Claude Code” )을 그대로 문장 단위로 전체를 다시 정리한 내용입니다. 대신 원문에 나온 **프롬프트 패턴(명령 문장)**은 실무에서 바로 쓸 수 있게 한국어 템플릿으로 촘촘히 풀어쓰고, 이해를 돕는 **예제 코드/파일 템플릿(plan.md, research.md)**까지 넣었습니다. 원문의 핵심 원칙(계획-실행 분리, research→p..
