에이전트를 잘 만드는 시대가 아니라, 에이전트를 어떻게 굴릴지가 경쟁력이 되는 분위기예요. 오늘은 모델 자체보다도 memory, context, skills, sandbox 같은 운영 레이어가 한꺼번에 올라왔다는 점이 핵심입니다.
오늘의 Top 5
1. affaan-m/ECC
GitHub · JavaScript · ⭐ 오늘 1,897
Claude Code, Codex, Cursor 등 여러 AI coding agent를 위한 “performance optimization system”으로 소개돼요. 공개된 설명만 보면 skills, memory, security, research-first development를 한데 묶어 에이전트 운영 표준층처럼 쓰려는 흐름이 보이고, 오늘 스타 수가 압도적인 것도 이 관심을 반영하죠. 한국 팀 입장에선 “어떤 모델을 쓸까”보다 “여러 에이전트를 같은 원칙으로 관리할 수 있을까”를 고민할 타이밍이에요.
2. mksglu/context-mode
GitHub · TypeScript · ⭐ 오늘 96
AI coding agent의 context window 최적화 도구로, tool output을 sandboxing해서 98% 줄이고 session memory를 유지한다고 소개돼요. 수치만 보면 소규모 프로젝트처럼 보일 수 있지만, 실제 실무에서는 context 비용과 품질 저하가 가장 빨리 체감되는 병목이라 중요도가 높아요. MCP + hooks 기반 routing을 언급하는 만큼, 에이전트를 여러 툴과 연결해 쓰는 팀이라면 바로 읽어볼 가치가 있습니다.
3. openai/skills
GitHub · Python · ⭐ 오늘 351
Codex용 Skills Catalog예요. 기능이 길게 설명돼 있진 않지만, 이름 그대로라면 개별 작업 능력을 카탈로그 형태로 정리해 재사용하려는 접근으로 보입니다. 이 흐름이 중요한 이유는 프롬프트를 매번 새로 짜는 방식보다, 팀 내부의 작업 패턴을 skill 단위로 자산화하는 쪽이 유지보수와 온보딩에 더 유리하기 때문이에요.
4. Qwen/Qwen3.8-27B
HuggingFace · image-text-to-text · ❤️14,286 · ⬇️6,416,358
오늘 모델 쪽에선 이 항목이 가장 무겁습니다. 좋아요와 다운로드가 모두 매우 높고, image-text-to-text라는 점에서 텍스트만이 아니라 멀티모달 워크로드 수요가 여전히 강하다는 걸 보여줘요. 한국 개발자 입장에선 사내 문서, 이미지 기반 QA, 비전 입력이 포함된 agent 설계를 검토 중이라면 이런 범주의 모델 움직임을 계속 체크해야 해요.
5. Trusting-Trust Attack against an Entire Linux Distribution
HN · 177점 · 댓글 40
Hacker News에서 오늘 실무적으로 가장 오래 남을 이야기는 이 보안 이슈예요. 제목만으로도 공급망 전체를 겨냥한 trusting-trust 계열 공격 논의라는 점이 드러나고, agent 자동화가 늘수록 이런 빌드·배포 체인 신뢰 문제는 더 중요해집니다. AI tooling에만 시선이 쏠리기 쉬운 날이지만, 실제 운영 환경에선 “무엇을 자동화하느냐”만큼 “무엇을 신뢰하느냐”가 중요하죠.
짧게 훑기
- ruvnet/ruflo, TypeScript · ⭐ 오늘 394, multi-player swarms와 conversational AI 시스템을 내세운 agent meta-harness 흐름
- bytedance/deer-flow, Python · ⭐ 오늘 195, long-horizon SuperAgent harness라는 점에서 복합 업무 자동화 실험용으로 눈길
- microsoft/markitdown, Python · ⭐ 오늘 886, 파일과 오피스 문서를 Markdown으로 바꾸는 도구라 RAG 전처리 파이프라인에서 바로 떠올릴 만해요
- google/timesfm-3.0-pytorch, time-series-forecasting · ❤️583 · ⬇️271,713, 예측 업무를 다루는 팀이라면 생성형 AI 말고도 이런 특화 모델을 챙겨야 해요
- WeatherNext 3, HN 275점 · 댓글 64, AI의 관심이 코딩을 넘어 과학·예측 영역으로 넓어지는 흐름을 보여줍니다
에디터 코멘트
오늘은 “더 똑똑한 모델”보다 “에이전트를 안정적으로 굴리는 레이어”가 더 중요하다는 신호가 강했어요.
서둘러 볼 것은 ECC, context-mode, openai/skills 같은 운영 추상화 계층이고, 바로 도입보다 관망할 것은 금융 자동매매나 anti-bot 우회처럼 규제·리스크가 큰 자동화 영역이에요.
한국 개발팀은 이제 agent 도입 여부보다도 memory, context control, skill catalog, security boundary를 어떻게 설계할지 먼저 정해야 합니다.
오늘 해볼 것 한 가지: 1위인 ECC와 2위인 context-mode의 README를 10분씩 읽고, 우리 팀 agent workflow에 없는 운영 개념이 무엇인지 3개만 적어보세요.
⭐ GitHub Trending 전체 목록 (14개)
| 프로젝트 | 언어 | 설명 | 오늘 스타 |
|---|---|---|---|
| ruvnet/ruflo | TypeScript | 🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coord | 394 stars today |
| mksglu/context-mode | TypeScript | Context window optimization for AI coding agents. Sandboxes tool output (98% red | 96 stars today |
| jo-inc/camofox-browser | JavaScript | Stealth headless browser for AI agents — bypass Cloudflare, bot detection, and a | 135 stars today |
| coreyhaines31/marketingskills | JavaScript | Marketing skills for Claude Code and AI agents. CRO, copywriting, SEO, analytics | 580 stars today |
| The-Swarm-Corporation/AutoHedge | Python | Build your autonomous hedge fund in minutes. AutoHedge harnesses the power of sw | 517 stars today |
| bytedance/deer-flow | Python | An open-source long-horizon SuperAgent harness that researches, codes, and creat | 195 stars today |
| openai/skills | Python | Skills Catalog for Codex | 351 stars today |
| heygen-com/hyperframes | TypeScript | Write HTML. Render video. Built for agents. | 474 stars today |
| affaan-m/ECC | JavaScript | The agent harness performance optimization system. Skills, instincts, memory, se | 1,897 stars today |
| lightpanda-io/browser | Zig | Lightpanda: the headless browser designed for AI and automation | 58 stars today |
| microsoft/markitdown | Python | Python tool for converting files and office documents to Markdown. | 886 stars today |
| MoonTechLab/LunaTV | TypeScript | 本项目采用 CC BY-NC-SA 协议,禁止任何商业化行为,任何衍生项目必须保留本项目地址并以相同协议开源 | 197 stars today |
| BraveOPotato/FckSignups | TypeScript | A list of tools that are open-source, in-browser, and require no-signups! | 501 stars today |
| pascalorg/editor | TypeScript | Create and share 3D architectural projects. | 168 stars today |
🤗 HuggingFace 트렌딩 모델 (8개)
| 모델 | 태스크 | 좋아요 | 다운로드 |
|---|---|---|---|
| XHToken/Spark-X2.5-4B | text-generation | 753 | 7,216 |
| Qwen/Qwen3.8-27B | image-text-to-text | 14,286 | 6,416,358 |
| google/timesfm-3.0-pytorch | time-series-forecasting | 583 | 271,713 |
| ISTA-DASLab/Qwen3.8-27B-GSQ-RCO-GGUF | image-text-to-text | 571 | 403,292 |
| Lightricks/LTX-2.5 | image-to-video | 3,090 | 1,584,382 |
| Qwen/Qwen3.8-Flash-Next | image-text-to-text | 4,983 | 474,693 |
| deepseek-ai/DeepSeek-V4-Flash-Vision-Exp | image-text-to-text | 802 | 251,611 |
| openbmb/MiniCPM5-2B | text-generation | 344 | 13 |
🗞️ Hacker News 인기 스토리 (10건)
- ▲ 275WeatherNext 3
- ▲ 249Watch Los Angeles get built, one building at a time (1880–2026)
- ▲ 178Scientists observe Einstein's gravity in the quantum world
- ▲ 177Trusting-Trust Attack against an Entire Linux Distribution
- ▲ 173I've factored the RSA keys of a Certificate Authority from the 90s
- ▲ 167Jellyfin 12.0
- ▲ 135Leaving VMware just got harder after Broadcom pulled VDDK downloads
- ▲ 132TALA Is Open-Source
- ▲ 48John Margolies' photographs of roadside America
- ▲ 9How well do agents use test/verification techniques?
본 글은 AI가 GitHub Trending, Hacker News, HuggingFace의 공개 데이터를 자동 수집·분석하여 작성되었습니다. 각 프로젝트의 정확한 정보는 공식 페이지를 참고하시기 바랍니다.


