GitHub Trending Digest - February 03, 2026

Slow Burners

Repos trending on weekly/monthly lists that have never appeared in the daily top 10.

SakanaAI/AI-Scientist-v2

The AI Scientist-v2: Workshop-Level Automated Scientific Discovery via Agentic Tree Search

Python | 4,580 | 855 stars this week

6d on weekly

Analysis

The AI Scientist-v2 is an end-to-end agentic system designed to automate the entire scientific research lifecycle, from hypothesis generation to the final drafting of a manuscript. Unlike its predecessor, this version moves beyond rigid human-authored templates to enable generalized, open-ended exploration across various Machine Learning domains using a progressive agentic tree search. The system functions by leveraging large language models to brainstorm research ideas, execute experiments in a sandboxed environment, and iteratively refine findings through a structured, autonomous workflow.

This project is primarily intended for AI researchers and academic practitioners looking to accelerate the pace of scientific inquiry through automated experimentation and literature synthesis. It has gained significant attention because it represents a milestone in autonomous discovery, successfully producing a workshop-level paper accepted through formal peer review without human intervention. By providing an open-source framework for large-scale, exploratory scientific research, the project empowers users to investigate complex hypotheses at a speed and scale that would be impossible through manual labor alone.

A curated list of awesome skills, hooks, slash-commands, agent orchestrators, applications, and plugins for Claude Code by Anthropic

Python | 34,281 | 3,980 stars this week

2d on weekly

Analysis

Summary not available.

figma/mcp-server-guide

A guide on how to use the Figma MCP server

JavaScript | 740 | 282 stars this week

1d on weekly

Analysis

Summary not available.

Today's Daily Trending

Repos marked "Not new today" appeared on one or more previous daily pages.

1. thedotmack/claude-mem Not new today

A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.

TypeScript | 18,431 stars | 1,474 stars today

First seen: February 02, 2026 | Streak: 2d

Analysis

Claude-Mem is a sophisticated plugin for Claude Code designed to provide persistent, long-term memory for coding sessions by capturing and summarizing tool interactions and project context. It operates through a robust architecture featuring lifecycle hooks, a Bun-managed worker service, and a hybrid search engine that combines SQLite for relational data with Chroma for semantic vector search. By utilizing a "progressive disclosure" retrieval pattern, the system intelligently fetches context in layers to minimize token consumption while maintaining deep project continuity across disconnected sessions.

This tool is highly beneficial for professional software engineers and heavy users of Claude Code who struggle with context loss during long-term development projects. It is trending because it addresses a critical pain point in AI-assisted coding—the ephemeral nature of LLM sessions—by enabling the agent to "remember" past bugs, architectural decisions, and previous code iterations. The combination of automated background operation, privacy controls, and a dedicated web UI makes it an essential utility for developers looking to scale their AI-driven productivity.

2. ThePrimeagen/99 Not new today

Neovim AI agent done right

Lua | 3,074 stars | 300 stars today

First seen: February 02, 2026 | Streak: 2d

Analysis

Summary not available.

3. termux/termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.

Java | 50,001 stars | 80 stars today

First seen: February 03, 2026 | Streak: 1d

Analysis

Summary not available.

4. pedramamini/Maestro Not new today

Agent Orchestration Command Center

TypeScript | 1,346 stars | 336 stars today

First seen: February 02, 2026 | Streak: 2d

Analysis

Summary not available.

5. netbirdio/netbird

Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.

Go | 22,035 stars | 347 stars today

First seen: February 03, 2026 | Streak: 1d

Analysis

Summary not available.

6. OpenBMB/ChatDev

ChatDev 2.0: Dev All through LLM-powered Multi-Agent Collaboration

Python | 29,531 stars | 93 stars today

First seen: February 03, 2026 | Streak: 1d

Analysis

Summary not available.

7. autobrr/qui

A fast, single-binary qBittorrent web UI: manage multiple instances, automate torrent workflows, and cross-seed across trackers.

Go | 2,926 stars | 77 stars today

First seen: February 03, 2026 | Streak: 1d

Analysis

Summary not available.

8. badlogic/pi-mono Not new today

AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods

TypeScript | 5,754 stars | 878 stars today

First seen: February 02, 2026 | Streak: 2d

Analysis

The `pi-mono` repository is a comprehensive monorepo that provides a modular toolkit for building, deploying, and interacting with AI agents. Its architecture includes a unified API for multi-provider LLM integration, an agent runtime for managing complex tool calling and state, and specialized CLI tools like a coding agent and a vLLM pod manager. Additionally, the project offers flexible UI components for both terminal and web-based chat interfaces, ensuring developers have a cohesive ecosystem for full-stack AI development.

Developers and engineering teams looking to accelerate the creation of autonomous agents and integrate LLM capabilities into their workflows will find this project highly valuable. It is trending because it bridges the gap between raw model API access and practical, user-facing applications by providing standardized infrastructure for both backend orchestration and frontend interaction. By consolidating diverse tools—from Slack integration to GPU pod management—under a single repository, it simplifies the complex task of maintaining high-performance AI systems.

9. VectifyAI/PageIndex

📑 PageIndex: Document Index for Vectorless, Reasoning-based RAG

Python | 12,651 stars | 793 stars today

First seen: February 03, 2026 | Streak: 1d

Analysis

Summary not available.

10. karpathy/nanochat

The best ChatGPT that $100 can buy.

Python | 41,745 stars | 254 stars today

First seen: February 03, 2026 | Streak: 1d

Analysis

nanochat is an experimental, minimalist framework designed to streamline the entire lifecycle of Large Language Model development, including tokenization, pretraining, fine-tuning, and inference. It simplifies complex configurations by using a single "depth" parameter—the number of transformer layers—to automatically calibrate all associated hyperparameters, such as model width, learning rates, and training schedules. Technically, the framework is optimized for single-node 8XH100 GPU clusters, utilizing explicit precision management rather than automated autocasting to maintain efficiency and transparency across various hardware environments.

This project is an invaluable resource for researchers and AI enthusiasts who want to iterate on LLM training without the overhead of massive infrastructure or complex configuration tuning. It is currently trending because it democratizes access to state-of-the-art capability, allowing users to train a model equivalent to 2019-era GPT-2 for under $50 in mere hours. By providing a transparent, hackable codebase and a competitive "GPT-2 speedrun" leaderboard, the repository serves as a powerful community platform for testing architectural improvements and optimizing compute efficiency in the modern era of AI.