음성, Agent, 그리고 멀티모달이 한꺼번에 붙고 있어요. 오늘은 “재밌다”보다 “내 팀에 언제 들어오나” 관점에서 바로 볼 만한 5개만 추렸습니다.
오늘의 Top 5
1. huggingface/speech-to-speech
GitHub · Python · ⭐ 오늘 227
오픈소스 모델로 로컬 voice agent를 만들자는 저장소예요. 오늘 이 프로젝트를 1위로 둔 이유는, AI 기능이 이제 텍스트 채팅을 넘어 음성 인터페이스로 실제 제품 경험에 붙는 흐름이 더 분명해졌기 때문이죠. 공개된 설명만 보면 세부 아키텍처는 저장소를 봐야 하지만, “로컬”과 “open-source” 조합만으로도 보안·비용·지연시간에 민감한 팀이 바로 체크할 이유가 충분해요.
2. microsoft/agent-governance-toolkit
GitHub · Python · ⭐ 오늘 46
AI Agent Governance Toolkit으로, policy enforcement, zero-trust identity, execution sandboxing, reliability engineering을 다룬다고 소개돼 있어요. 스타 수는 높지 않지만 한국 개발자 실무 기준으로는 꽤 중요해요. Agent를 붙이는 팀이 늘수록 “잘 되게 만드는 법”보다 “사고 안 나게 운영하는 법”이 더 빨리 병목이 되는데, 이 저장소는 바로 그 지점을 정면으로 다루고 있죠.
3. moonshotai/Kimi-K3
HuggingFace · image-text-to-text · ❤️ 8,132 · ⬇️ 99,214
오늘 모델 쪽에서 가장 눈에 띄는 건 Kimi-K3예요. 좋아요와 다운로드가 모두 강하게 붙어 있어서, 멀티모달 입력을 다루는 오픈 모델에 대한 수요가 여전히 크다는 걸 보여주죠. 실무적으로는 “챗봇”보다 문서·이미지·스크린샷을 함께 다루는 워크플로를 검토하는 팀이라면 우선순위 높게 볼 만해요.
4. bradautomates/claude-video
GitHub · Python · ⭐ 오늘 988
Claude가 영상을 볼 수 있게 해준다는 프로젝트예요. 설명상 /watch로 영상을 내려받고, 프레임을 추출하고, 전사를 붙여 Claude에 넘기는 흐름으로 보입니다. 영상 QA, 회의 요약, 강의/데모 분석 같은 실험을 빠르게 해보려는 개발자에게는 “비디오를 LLM 입력으로 바꾸는 파이프라인” 감각을 잡기 좋은 신호탄이에요.
5. Codex Security
HN · 404점 · 댓글 126
Hacker News에서 강하게 반응한 보안 관련 스토리예요. 링크 자체가 GitHub 저장소라서, 단순 의견글보다 실제 구현물에 가까운 관심이 붙고 있다는 점이 중요하죠. 코드 생성 도구를 쓰는 팀이 많아질수록 보안 검토와 가드레일은 선택이 아니라 기본 레이어가 되는데, 오늘 HN 반응은 그 문제의식이 업계 전반으로 퍼졌다는 신호로 읽혀요.
짧게 훑기
- baidu/Unlimited-OCR, image-text-to-text 모델 중 다운로드가 특히 강해 문서 처리 수요를 다시 보여줘요
- affaan-m/ECC, Claude Code·Codex·Cursor 등을 위한 agent harness 최적화 시스템으로 소개돼 있어요
- andrewyng/aisuite, 여러 Generative AI provider를 단일 인터페이스로 묶고 싶다면 가볍게 볼 만해요
- yorukot/superfile, modern terminal file manager로 개발 환경 생산성 취향템에 가깝지만 반응이 커요
- upstage/Solar-Open2-250B, 한국 팀들이 특히 관심 둘 만한 대형 text-generation 모델 흐름이에요
에디터 코멘트
오늘 흐름은 명확해요. AI를 “써볼까?” 단계에서 “어떻게 안전하게, 로컬하게, 멀티모달로 붙일까?” 단계로 옮겨가는 중이에요.
서둘러 볼 것은 로컬 음성 인터페이스와 video-to-LLM 파이프라인이에요. 둘 다 제품 차별화 포인트가 되기 쉬워서, 작은 팀도 빠르게 실험 가치가 있죠.
반대로 Agent governance나 security는 재미는 덜해도 관망만 하면 늦어요. Agent를 사내 도구나 고객-facing 기능에 붙일 계획이라면 지금부터 정책, 권한, 샌드박싱 관점을 같이 가져가야 해요.
오늘 해볼 것 한 가지: 1위인 speech-to-speech 저장소 README를 10분만 읽고, 우리 서비스에서 “텍스트 대신 음성으로 바꾸면 좋은 순간”을 3개 적어보세요.
⭐ GitHub Trending 전체 목록 (13개)
| 프로젝트 | 언어 | 설명 | 오늘 스타 |
|---|---|---|---|
| huggingface/speech-to-speech | Python | Build local voice agents with open-source models | 227 stars today |
| microsoft/agent-governance-toolkit | Python | AI Agent Governance Toolkit — Policy enforcement, zero-trust identity, execution | 46 stars today |
| moeru-ai/airi | TypeScript | 💖🧸 Self hosted, you-owned Grok Companion, a container of souls of waifu, cyber l | 797 stars today |
| andrewyng/aisuite | Python | Simple, unified interface to multiple Generative AI providers | 62 stars today |
| affaan-m/ECC | JavaScript | The agent harness performance optimization system. Skills, instincts, memory, se | 636 stars today |
| pascalorg/editor | TypeScript | Create and share 3D architectural projects. | 341 stars today |
| jenkinsci/jenkins | Java | Jenkins automation server | 180 stars today |
| hello245m/free-stockdb | HTML | 面向 A 股日K、分钟K与ETF分钟数据的本地量化引擎,集成增量同步、本地缓存、复权、批量查询、回测与指标计算。 | 50 stars today |
| virgiliojr94/book-to-skill | Python | Turn any technical book PDF into a Claude Code skill — ready to study, reference | 423 stars today |
| opengeos/GeoLibre | TypeScript | A lightweight, cloud-native GIS platform for visualizing, exploring, and analyzi | 607 stars today |
| paperswithbacktest/awesome-systematic-trading | Python | A curated list of awesome libraries, packages, strategies, books, blogs, tutoria | 309 stars today |
| yorukot/superfile | Go | Pretty fancy and modern terminal file manager | 662 stars today |
| bradautomates/claude-video | Python | Give Claude the ability to watch any video. /watch downloads, extracts frames, t | 988 stars today |
🤗 HuggingFace 트렌딩 모델 (8개)
| 모델 | 태스크 | 좋아요 | 다운로드 |
|---|---|---|---|
| moonshotai/Kimi-K3 | image-text-to-text | 8,132 | 99,214 |
| baidu/Unlimited-OCR | image-text-to-text | 3,428 | 2,694,935 |
| upstage/Solar-Open2-250B | text-generation | 648 | 4,804 |
| poolside/Laguna-S-2.1 | text-generation | 803 | 67,286 |
| DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF | image-text-to-text | 859 | 736,692 |
| Nanbeige/Nanbeige4.2-3B | text-generation | 531 | 18,933 |
| microsoft/Mage-Flow | text-to-image | 420 | 2,007 |
| Kwaipilot/KAT-Coder-V2.5-Dev | text-generation | 291 | 6,275 |
🗞️ Hacker News 인기 스토리 (10건)
- ▲ 459Substack writers, you need a website
- ▲ 404Codex Security
- ▲ 212Steel Bank Common Lisp version 2.6.7
- ▲ 189Show HN: I was tired of opening 2 tabs for every HN link, so I made a userscript
- ▲ 186Half-Life ported to Mac OS 9
- ▲ 87LearnVector – Andrew Ng's AI company building one‑to‑one learning experiences
- ▲ 81Teach yourself programming in ten years (1998)
- ▲ 68Hubble: Open-source notetaking app for you and your agents
- ▲ 48Truth is not a direction: a Tarski attack on LLM probes
- ▲ 4Transformer Transformer: A Unified Model for Motion-Conditioned Robot Co-Design
본 글은 AI가 GitHub Trending, Hacker News, HuggingFace의 공개 데이터를 자동 수집·분석하여 작성되었습니다. 각 프로젝트의 정확한 정보는 공식 페이지를 참고하시기 바랍니다.


