AIトレンド(βテスト)

AIトレンド・ダッシュボード

最終更新: 2026-09-08(UTC基準)

この一覧は自動収集した数値と、AIが生成した日本語1行解説(データノート)です。 解説は未レビューの参考情報であり、数値は各一次ソースに基づきます。

GitHub スター(追跡リポジトリ)

#リポジトリStarsForksLicense解説
1n8n-io/n8n203,77260,618NOASSERTIONノーコードでAPI連携やAI処理を自動化できるワークフローツール。
2Significant-Gravitas/AutoGPT187,21146,030NOASSERTIONGPTを使い自律的にタスクを遂行するAIエージェントの草分け的OSS。
3ollama/ollama180,48217,774MITローカルPCでLLMを手軽に実行・管理できるツール。
4huggingface/transformers165,00834,482Apache-2.0多様な事前学習モデルを扱えるTransformer系ライブラリの定番。
5AUTOMATIC1111/stable-diffusion-webui164,86930,549AGPL-3.0画像生成AI「Stable Diffusion」を手軽に使えるWebUI実装。
6langgenius/dify155,07624,492NOASSERTIONLLMアプリをノーコードで構築できる開発プラットフォーム。
7open-webui/open-webui151,37922,135NOASSERTIONローカルLLMなどを操作できるセルフホスト型のチャットUI。
8langchain-ai/langchain145,96524,381MITLLMアプリ開発を支援する代表的なフレームワーク。
9Comfy-Org/ComfyUI132,10115,577GPL-3.0ノードベースで組める画像生成AIのワークフローツール。
10ggml-org/llama.cpp127,53322,914MITLLMを軽量な環境でも高速に推論できるC/C++実装。
11openai/whisper108,76113,184MITOpenAI製の音声認識(文字起こし)モデル。
12vllm-project/vllm91,27121,914Apache-2.0LLM推論を高速・効率化するサービングエンジン。
13modelcontextprotocol/servers90,16511,596NOASSERTION
14lobehub/lobehub82,33415,865NOASSERTION
15unslothai/unsloth75,8676,900Apache-2.0
16microsoft/autogen60,8789,201CC-BY-4.0
17BerriAI/litellm58,30211,281NOASSERTION
18crewAIInc/crewAI58,2548,386MIT
19FlowiseAI/Flowise55,43824,985NOASSERTION
20ggml-org/whisper.cpp53,5336,131MIT

Hugging Face(DL数上位)

#モデル/データ種別DL数Likes解説
1sentence-transformers/all-MiniLM-L6-v2model253,331,9945,625文章の埋め込み生成に使われる軽量な文類似度モデル。
2cross-encoder/ms-marco-MiniLM-L6-v2model86,661,012315検索結果の再ランキングに使われるテキストランキングモデル。
3BAAI/bge-small-en-v1.5model64,933,788550RAGなどで使われる軽量な英語テキスト埋め込みモデル。
4google/electra-base-discriminatormodel58,160,168159効率的な事前学習手法ELECTRAによる言語モデル。
5google-bert/bert-base-uncasedmodel50,396,5173,039自然言語処理の基盤となった定番の言語モデルBERT。
6sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2model46,316,9021,370多言語対応の文章類似度・埋め込みモデル。
7BAAI/bge-m3model37,985,5663,486多言語・多機能に対応した埋め込みモデル。
8sentence-transformers/all-mpnet-base-v2model23,908,2571,352文章埋め込みの精度に定評があるモデル。
9amazon/chronos-2model23,768,593437
10google-t5/t5-smallmodel23,696,426600
11Qwen/Qwen3-0.6Bmodel21,493,0271,591
12FacebookAI/xlm-roberta-basemodel21,410,310895
13openai/clip-vit-base-patch32model20,702,7631,257
14Comfy-Org/MiniMax-H3model18,804,1521,735
15BAAI/bge-reranker-v2-m3model18,159,9061,162

Hacker News(AIトピック話題度)

#タイトルPointsComments解説
1Ask HN: Fable hacked my piano, can I release the results? [HN]295160ピアノを技術的に改造した成果の公開可否を問うAsk HN投稿。
2Muse: Meta's personal AI agent, features and capabilities [HN]212206Metaが開発した個人向けAIエージェント「Muse」の機能紹介記事。
3UAE-based Falcon AI NSFW classifier among top global open-source models (2025) [HN]2325UAE発Falcon AIのNSFW分類器がOSSモデルの上位に入ったとの話題。
4The smallest edge AI device for local LLMs [HN]2218ローカルLLMを動かせる超小型エッジAIデバイスの紹介。
5After Work, We'll Have Each Other [HN]173労働の自動化後の社会や人間関係を考察するエッセイ的記事。
6Countries with France,UK announce sanctions on Israeli settlements in WestBank [HN]140仏英などがイスラエルの入植地に制裁を発表したとの報道。
7Tell HN: OpenAI keeps stealing my money [HN]93
8Muse, your personal AI agent. [HN]70
9The universal programming language of LLMs [HN]42
10Running agents in a sandbox or VM is the wrong pattern [HN]41
11Show HN: Routi Bot – AI bots with their own desktops on your Mac [HN]40
12Why human syntax breaks LLMs (and how to fix agentic coding) [HN]41
13Show HN: MesaOS – An operating system written from scratch in Rust [HN]413
14Show HN: LibPolyCall – a C runtime broker for cross-language function calls [HN]40
15The Importance of Personal Archiving [HN]40

npm / PyPI(直近週DL数)

#パッケージレジストリ週間DL解説
1langchainpypi38,111,217LLMアプリ開発向けの人気Pythonライブラリ。
2openainpm27,990,712OpenAI APIを扱う公式Node.js/JS SDK。
3ainpm21,639,648LLMを使ったアプリ構築を支援するVercelのAI SDK。
4@langchain/corenpm4,994,056LangChainのJS/TS版コアライブラリ。
5langchainnpm2,643,558
6@huggingface/inferencenpm333,315
7llamaindexnpm103,026

arXiv 新着(cs.AI / cs.CL / cs.LG)

タイトルカテゴリ公開日
Diffusion TV: Experiencing Diffusion Models through Tangible, Embodied Interactioncs.HC, cs.AI2026-09-04
RegionFed: Federated Learning for Personalized Query Understanding in Heterogeneous Retail Environmentscs.LG, cs.AI2026-09-04
A Deep Generative Model for Synthesizing Labeled Wireless Signalscs.AI2026-09-04
Multi-Step Tool-Calling over Korean Open Public APIs: A Benchmark and a Data-Synthesis Recipecs.AI, cs.CL2026-09-04
Necessary or Sufficient? Evaluating LLM Explanations With Behavioural Evidencecs.AI2026-09-04
Reflection-aware Generative Novel View Synthesiscs.CV, cs.AI2026-09-04
Molecular Déjà Vu: Digit-Level Retrieval of Published Values in Frontier Language Modelscs.AI2026-09-04
What Matters, When? Diagnosing and Improving Conditional Visual Grounding in Visuomotor Imitation Policiescs.RO, cs.AI, cs.CV2026-09-04
CUA-Universe: A Scalable and Dynamic Environment for Hybrid GUI+CLI Agentscs.AI2026-09-04
When LLM Decompilers Recompile More and Preserve Lesscs.CR, cs.AI2026-09-04
Design Docs Are All You Need: An AI-native Machine-Learning Performance Toolcs.PL, cs.AI2026-09-04
Who Should Grade My Work? Student Perspectives on Transparent AI-Assisted Writing Assessment in Higher Educationcs.AI2026-09-04
Does Your Agent's Memory Survive a Model Upgrade? A Controlled Study of Memory Portabilitycs.AI, cs.CL, cs.IR2026-09-04
The History Is the Detector: Executing CVE Patch History, End-to-Endcs.CR, cs.AI, cs.SE2026-09-04
Lightweight Vision Transformer Compression for On-Device Plant Disease Detection in Resource-Constrained Agricultural Field Conditionscs.CV, cs.AI, cs.LG2026-09-04
Technical Manual for a Toolkit for Measuring Contextual Individuation in Transformer Language Modelscs.AI, cs.CL2026-09-04
LLM-Driven Algorithm Design for Quantum Circuit Synthesis based on Binary Decision Diagramscs.AI, cs.AR2026-09-04
RoboSPA: Can VLA Models Go Beyond Simple Scenes and Short-Horizon Tasks?cs.RO, cs.AI, cs.CV2026-09-04
Large Language Models for HVAC Operations in Building Energy Systems: A Critical Review of Methods, Applications, and Deployment Readinesscs.AI, cs.CL, eess.SY2026-09-04
How Does mHC Use Its Residual Streams? Selective Routing and Near-Identity Mixingcs.LG, cs.AI2026-09-04