LLM 붙일 때 아직도 모델 하나에 고정하고 있나요? 오늘은 “더 좋은 모델”보다 “여러 모델을 어떻게 갈아끼우고 운영할지”가 더 중요한 날이에요.
오늘의 Top 5
1. NVIDIA-NeMo/Switchyard
GitHub · Rust · ⭐ 오늘 408
LLM 앱의 트래픽을 여러 모델·여러 provider로 라우팅하면서 OpenAI·Anthropic API 호환성을 유지하겠다는 프로젝트예요. 공개된 설명만 보면 모델 선택, 벤치마킹, 비용·성능 최적화를 운영 계층에서 풀려는 접근으로 보입니다. 한국 팀 입장에선 “어떤 모델이 최고인가”보다 “서비스에서 어떻게 교체 가능하게 설계할까”가 더 실무적이라서, 오늘 가장 먼저 볼 만해요.
2. Gemini 3.7 Flash
HN · 685점 · 댓글 382
오늘 HN에서 가장 큰 반응을 얻은 모델 소식이에요. 제목만 봐도 Flash 계열의 새 발표가 실사용 속도·비용·응답성 같은 운영 이슈와 연결돼 관심을 끈 것으로 보입니다. 제품팀이나 AI 기능을 붙이는 팀이라면, 이제 모델 자체 성능 비교만이 아니라 “빠른 모델을 어디에 배치할지” 설계 관점으로 같이 봐야 해요.
3. infiniflow/ragflow
GitHub · Go · ⭐ 오늘 465
RAG와 Agent 기능을 결합한 오픈소스 엔진으로, LLM용 컨텍스트 레이어를 강조하고 있어요. 기업 내부 문서 검색, 사내 지식 기반 챗봇, 운영 매뉴얼 QA 같은 업무에 관심 있는 팀이라면 여전히 RAG는 가장 현실적인 출발점이죠. 단순 챗봇을 넘어서 “검색+행동” 조합으로 가는 흐름을 보여준다는 점에서 실무 relevance가 높아요.
4. DeepSeek Harness developer preview
HN · 592점 · 댓글 250
오늘 HN에서 Gemini 다음으로 강한 반응을 받은 DeepSeek 관련 스토리예요. 이름상 개발자용 preview 성격이 강해 보이고, 실제로 많은 팀이 DeepSeek 계열을 비용 효율 대안으로 계속 관찰하고 있다는 신호로 읽힙니다. 특정 벤치마크를 단정할 수는 없지만, “주류 API 외 선택지”를 검토하는 팀이라면 그냥 지나치기 어려운 움직임이에요.
5. anthropics/skills
GitHub · Python · ⭐ 오늘 312
Agent Skills용 공개 저장소예요. 단일 프롬프트보다 재사용 가능한 작업 단위와 도구 사용 패턴을 자산화하려는 흐름으로 볼 수 있죠. 한국 개발자에게 중요한 포인트는 에이전트를 “마법 같은 데모”가 아니라 팀이 관리할 수 있는 스킬 묶음으로 바꿔보려는 시도가 점점 늘고 있다는 점이에요.
짧게 훑기
- macro-inc/macro, GitHub ⭐ 오늘 1,239, 이메일·채팅·문서·태스크·CRM을 AI 메모리로 묶는 워크스페이스라는 점에서 AI 협업툴 경쟁이 더 치열해지는 분위기예요.
- unslothai/unsloth, GitHub ⭐ 오늘 328, 로컬에서 LLM·diffusion 모델 실행과 학습 UI를 내세워 개인 GPU 기반 실험 수요를 보여줘요.
- cactus-compute/needle, GitHub ⭐ 오늘 769, 초소형 디바이스용 14MB foundation model이라는 설명만 봐도 on-device AI 관심이 다시 커지는 흐름이 읽혀요.
- Mistral OCR 4.1, HN 272점, 문서 처리·OCR 워크플로를 다루는 팀이라면 생성형 AI보다 먼저 검토할 생산성 포인트예요.
- MiniMaxAI/MiniMax-H3, HuggingFace ❤️3,837 · ⬇️1,605,940, image-text-to-video 모델로서 멀티모달 생성 수요가 얼마나 빠르게 커지는지 보여줘요.
에디터 코멘트
오늘 흐름은 분명해요. 이제 경쟁 포인트는 “최고의 단일 모델”보다 “모델을 갈아끼우고 묶어서 운영하는 능력”으로 이동하고 있어요.
서둘러 볼 것은 Switchyard, ragflow, skills처럼 운영 구조를 바꾸는 도구들이에요. 반대로 화려한 생성 모델은 관심은 가져도, 팀 워크플로에 어디 박을지 답이 없으면 조금 더 관망해도 됩니다.
한국 개발자에게 특히 중요한 건 vendor lock-in을 줄이는 설계 감각이에요. API 호환, 라우팅, 스킬 재사용, 컨텍스트 관리가 앞으로 이력서에 적히는 실무 역량이 될 가능성이 커 보여요.
오늘 해볼 것 한 가지: 1위 프로젝트 README만 10분 읽고, 지금 팀 서비스에서 “모델 교체가 어려운 지점”을 3개 적어보세요.
⭐ GitHub Trending 전체 목록 (15개)
| 프로젝트 | 언어 | 설명 | 오늘 스타 |
|---|---|---|---|
| NVIDIA-NeMo/Switchyard | Rust | Switchyard lets LLM applications route traffic across models and providers while | 408 stars today |
| unslothai/unsloth | Python | Local UI to run and train LLMs and diffusion models, including Qwen3.8, Kimi K3, | 328 stars today |
| infiniflow/ragflow | Go | RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine tha | 465 stars today |
| anthropics/skills | Python | Public repository for Agent Skills | 312 stars today |
| macro-inc/macro | Rust | Macro is a unified workspace for teams: email, chat, docs, tasks, agents, calls, | 1,239 stars today |
| holaboss-ai/holaOS | TypeScript | Open-source All in One AI agent workspace. Run any agent — Claude Code, Codex — | 241 stars today |
| msitarzewski/agency-agents | Shell | A complete AI agency at your fingertips – From frontend wizards to Reddit commun | 778 stars today |
| cathrynlavery/diagram-design | HTML | 29 editorial diagram types for Claude Code. Self-contained HTML + SVG. No shadow | 4,475 stars today |
| semantica-agi/semantica | Python | Graph-Native Infrastructure for Context and Accountable AI Systems | 713 stars today |
| altic-dev/FluidVoice | Swift | Fastest and only macOS Dictation app with on-device STT and custom trained AI en | 76 stars today |
| megadose/holehe | Python | holehe allows you to check if the mail is used on different sites like twitter, | 195 stars today |
| kepano/obsidian-skills | Agent skills for Obsidian. Teach your agent to use Obsidian CLI and open formats | 292 stars today | |
| Lightricks/LTX-2 | Python | Official Python inference and LoRA trainer package for the LTX-2 audio–video gen | 205 stars today |
| lightningpixel/modly | TypeScript | Desktop app to generate 3D models from images using local AI — runs entirely on | 118 stars today |
| cactus-compute/needle | Python | 14MB foundation model for tiny devices; phones, wearables, smart home, and robot | 769 stars today |
🤗 HuggingFace 트렌딩 모델 (8개)
| 모델 | 태스크 | 좋아요 | 다운로드 |
|---|---|---|---|
| meta-models/Muse-Glimmer-30B | image-text-to-text | 1,436 | 121,042 |
| MiniMaxAI/MiniMax-H3 | image-text-to-video | 3,837 | 1,605,940 |
| Qwen/Qwen3.8-2.4T-A95B | text-generation | 804 | 1,012 |
| Lightricks/LTX-2.5 | image-to-video | 739 | 57,287 |
| deepseek-ai/DeepSeek-V4-Flash-0731 | text-generation | 3,330 | 1,431,587 |
| lightx2v/Minimax-h3-Turbo | image-to-video | 465 | 91,455 |
| MiniMaxAI/MiniMax-Music3 | text-to-audio | 393 | 25 |
| unsloth/Muse-Glimmer-30B-GGUF | image-text-to-text | 392 | 352,023 |
🗞️ Hacker News 인기 스토리 (10건)
- ▲ 685Gemini 3.7 Flash
- ▲ 592DeepSeek Harness developer preview
- ▲ 535Spaghettifying DRAM
- ▲ 488Accelerating GPT-5.6 Sol Ultrafast
- ▲ 288Choose Boring Technology (2015)
- ▲ 272Mistral OCR 4.1
- ▲ 244Understanding is the new bottleneck
- ▲ 205Donkey.bas is 45 Years Old – 131 line of Glory
- ▲ 171NP-overrated
- ▲ 102Bluesky Protocol Services
본 글은 AI가 GitHub Trending, Hacker News, HuggingFace의 공개 데이터를 자동 수집·분석하여 작성되었습니다. 각 프로젝트의 정확한 정보는 공식 페이지를 참고하시기 바랍니다.


