AIトレンド(βテスト)

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

最終更新: 2026-07-10(UTC基準)

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

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

#リポジトリStarsForksLicense解説
1n8n-io/n8n195,97759,235NOASSERTION多様な外部サービスと連携できるワークフロー自動化ツール。
2Significant-Gravitas/AutoGPT185,45246,114NOASSERTION自律型AIエージェントの先駆けとして話題になったOSS。
3ollama/ollama175,89016,923MITローカル環境でLLMを手軽に実行・管理できるツール。
4AUTOMATIC1111/stable-diffusion-webui164,16430,529AGPL-3.0Stable Diffusion向けの代表的なWeb UI実装。
5huggingface/transformers162,45733,858Apache-2.0多数のモデルに対応する定番の機械学習ライブラリ。
6langgenius/dify148,43423,398NOASSERTIONLLMアプリ開発を支援するオープンソースプラットフォーム。
7open-webui/open-webui144,99620,993NOASSERTIONローカルLLM向けの汎用的なWebチャットUI。
8langchain-ai/langchain141,48323,508MITLLMアプリ構築を支援する代表的なフレームワーク。
9Comfy-Org/ComfyUI120,23814,130GPL-3.0ノードベースで画像生成ワークフローを組めるツール。
10ggml-org/llama.cpp119,93020,421MITLLMを軽量・高速に推論実行できるC/C++実装。
11openai/whisper104,69112,752MITOpenAI製の音声認識・文字起こしモデル。
12modelcontextprotocol/servers88,31011,205NOASSERTIONMCP(Model Context Protocol)向けサーバー実装集。
13vllm-project/vllm85,92719,250Apache-2.0
14lobehub/lobehub79,71915,582NOASSERTION
15unslothai/unsloth68,0016,121Apache-2.0
16microsoft/autogen59,6448,978CC-BY-4.0
17crewAIInc/crewAI55,3127,789MIT
18FlowiseAI/Flowise54,50624,704NOASSERTION
19BerriAI/litellm53,2229,650NOASSERTION
20ggml-org/whisper.cpp51,6815,887MIT

Hugging Face(DL数上位)

#モデル/データ種別DL数Likes解説
1sentence-transformers/all-MiniLM-L6-v2model255,138,8005,050文埋め込み生成に広く使われる軽量モデル。
2cross-encoder/ms-marco-MiniLM-L6-v2model85,091,967277検索結果の再ランキングに使われるモデル。
3google-bert/bert-base-uncasedmodel70,056,5492,701自然言語処理の基礎となる代表的な事前学習モデル。
4BAAI/bge-small-en-v1.5model66,120,897508埋め込み生成向けの軽量な検索・類似度モデル。
5sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2model50,245,8411,310多言語対応の文埋め込みモデル。
6google/electra-base-discriminatormodel45,261,060136効率的な事前学習手法ELECTRAによる言語モデル。
7BAAI/bge-m3model34,586,4363,215多言語・多機能に対応する埋め込みモデル。
8sentence-transformers/all-mpnet-base-v2model33,669,9101,322高精度な文埋め込みで定評のあるモデル。
9timm/mobilenetv3_small_100.lamb_in1kmodel29,180,13287
10Qwen/Qwen3-0.6Bmodel28,970,8031,404
11google-t5/t5-smallmodel25,567,987566
12openai/clip-vit-base-patch32model23,912,634975
13FacebookAI/xlm-roberta-basemodel22,782,183863
14Qwen/Qwen3-8Bmodel18,345,7441,192
15BAAI/bge-reranker-v2-m3model17,429,6781,078

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

#タイトルPointsComments解説
1Ask HN: Is GitHub preparing to go behind a login wall? [HN]5638GitHubの閲覧制限化を懸念する議論。
2China may restrict foreign access to Chinese open-source AI models [HN]370中国製OSS AIモデルへの海外アクセス制限を巡る話題。
3Ask HN: What was the last task where only a frontier model could do it? [HN]2221最先端モデルでなければ解けない作業は何かを問う議論。
4Show HN: Policy enforcement for Claude Code, Cursor, and Codex [HN]124AIコーディングツール向けのポリシー適用ツールの紹介。
5GPT-5.6-Sol just accidentally deleted almost ALL of my Mac's files [HN]107AIエージェントの誤操作によるファイル削除の報告。
6Prismata: Confining cross-site prompt injection in web agents [HN]90Webエージェントのプロンプトインジェクション対策研究。
7Show HN: CodeAlmanac – Self-updating wiki for your coding agent (local, Apache) [HN]80
8Migrating a production AI agent to GPT 5.6 [HN]70
9Shooting Starlink: The "no limits" partnership between Russia and China [HN]75
10Ask HN: How you manage local long lived research projects and LLM's? [HN]62
11Outcry as Meta lets users make AI images from public Instagram profile pics [HN]53
12Show HN: Dex – Cost-aware analytics engineering skills for agents [HN]50
13Show HN: Bike4Mind – open-core AI workbench; any model, agents, RAG, self-host [HN]52
14Self-Hosting My Own LLMs [HN]40
15AI Gets a Cerebellum [HN]30

npm / PyPI(直近週DL数)

#パッケージレジストリ週間DL解説
1transformerspypi39,368,433Hugging Face製の機械学習ライブラリのPython配布パッケージ。
2openainpm27,272,595OpenAI APIを利用する公式Node.jsクライアント。
3ainpm15,948,602Vercel製のAIアプリ開発向けSDK。
4@langchain/corenpm4,706,166LangChainのJavaScript/TypeScript向けコア実装。
5langchainnpm2,521,076
6vllmpypi1,304,706
7@huggingface/inferencenpm381,609
8llamaindexnpm124,507

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

タイトルカテゴリ公開日
OpenCoF: Learning to Reason Through Video Generationcs.CV, cs.AI2026-07-09
Ideas Have Genomes: Benchmarking Scientific Lineage Reasoning and Lineage-Grounded Idea Generationcs.AI2026-07-09
SLORR: Simple and Efficient In-Training Low-Rank Regularizationcs.LG, cs.AI2026-07-09
Using AI-based Learning Assistants in Higher Education: A Large-Scale Descriptive Analysiscs.AI, cs.HC2026-07-09
Dimensionality Reduction Meets Network Science: Sensemaking on UMAP's kNN Graphcs.LG, cs.AI, cs.DS, cs.HC2026-07-09
AUTOPILOT VQA: Benchmarking Vision-Language Models for Incident-Centric Dashcam Understandingcs.AI, cs.CV2026-07-09
Workflow as Knowledge: Semantic Persistence for LLM-Mediated Workflowscs.AI, cs.PL, cs.SE2026-07-09
The Illusion of Equivalency: Statistical Characterization of Quantization Effects in LLMscs.AI2026-07-09
Validity of LLMs as data annotators: AMALIA on authoritycs.CL, cs.AI, cs.CY2026-07-09
Pose-to-Biomechanics: Bridging 3D Human Pose Estimation and Biomechanical Attribute Predictioncs.CV, cs.AI, cs.LG2026-07-09
Remember When It Matters: Proactive Memory Agent for Long-Horizon Agentscs.AI, cs.CL2026-07-09
ProjAgent: Procedural Similarity Retrieval for Repository-Level Code Generationcs.SE, cs.AI, cs.IR2026-07-09
A Practical Investigation of Training-free Relaxed Speculative Decodingcs.LG, cs.AI2026-07-09
SolarChain-Eval: A Physics-Constrained Benchmark for Trustworthy Economic Agents in Decentralized Energy Marketscs.AI2026-07-09
WebSwarm: Recursive Multi-Agent Orchestration for Deep-and-Wide Web Searchcs.CL, cs.AI, cs.MA2026-07-09
Formal Mechanisms for Market Stability in Self-Interested Agent Societies: A Marketplace Simulation Studycs.AI2026-07-09
Multi-Modal, Multi-Environment Machine Teaching for Robust Reward Learningcs.LG, cs.AI2026-07-09
UltraX: Refining Pre-Training Data at Scale with Adaptive Programmatic Editingcs.CL, cs.AI2026-07-09
The complexities of patient-centred conversational artificial intelligencecs.AI, cs.CL2026-07-09
When Structured Sparse Autoencoders Learn Consistent Concepts Across Modalitiescs.CV, cs.AI, cs.LG2026-07-09