Today's GitHub trending list is almost entirely about building with and around large language models. The clearest thread is coding-agent tooling: DeepSeek-TUI, addyosmani/agent-skills, and decolua/9router all address how developers run, configure, and economise AI coding workflows. A second cluster tackles retrieval and inference efficiency — VectifyAI/PageIndex challenges vector databases while z-lab/dflash targets faster speculative decoding. Anthropic's financial-services drop and docuseal's continued rise round out a day heavy on practical AI infrastructure.

anthropics/financial-services

⭐ 12,417 stars · +1343 today · Python

Anthropic published a repository of Python resources for applying Claude in financial-services contexts. The sparse description and sudden star spike suggest it accompanied an announcement or was widely shared in practitioner circles today.

Hmbown/DeepSeek-TUI

⭐ 19,797 stars · +5799 today · Rust · topics: cli, deepseek, llm, rust, terminal, tui

A Rust-based terminal UI that turns DeepSeek models into a local coding agent — no browser, no API dashboard, just a TUI shell. It's today's biggest mover, likely because it combines offline-friendly DeepSeek access with a snappy, keyboard-driven interface.

z-lab/dflash

⭐ 3,574 stars · +671 today · Python

DFlash proposes block diffusion as a mechanism for speculative decoding, aiming to generate tokens faster without quality loss. Inference-speed research tends to trend whenever a credible benchmark improvement is published.

InsForge/InsForge

⭐ 8,940 stars · +460 today · TypeScript · topics: ai, ai-agents, coding, deno, embeddings, insforge, nextjs, oauth2, pgvector, postgresql, realtime, vectors, websockets

InsForge bundles a Postgres backend with auth, file storage, vector search, and an AI gateway into one self-hosted stack aimed at coding agents. It competes in the Supabase-for-agents space, which is attracting developer interest as agent backends become a real product category.

LearningCircuit/local-deep-research

⭐ 6,397 stars · +559 today · Python · topics: academia, anthropic, arxiv, brave, deep-research, encryption, home-automation, homeserver, local, local-deep-research, local-llm, mistral, ollama, openai, pubmed, research, research-tool, retrieval-augmented-generation, searxng, self-hosted

A local, encrypted research tool that routes queries across arXiv, PubMed, and other sources using whatever LLM you have running — cloud or on-device. Its claimed ~95% SimpleQA score on consumer hardware is likely driving curiosity.

addyosmani/agent-skills

⭐ 33,353 stars · +3062 today · Shell · topics: agent-skills, antigravity, antigravity-ide, claude-code, cursor, skills

A curated collection of shell-based skills and prompt recipes designed to make AI coding agents behave like senior engineers in production environments. High total stars suggest it has become a reference resource; today's spike may reflect a new release or social-media attention.

VectifyAI/PageIndex

⭐ 29,734 stars · +943 today · Python · topics: agentic-ai, agents, ai, ai-agents, context-engineering, llm, rag, reasoning, retrieval, retrieval-augmented-generation, vector-database

PageIndex is a document indexing system for RAG that skips vector embeddings entirely, relying on reasoning-based retrieval instead. It's attracting attention as a potential answer to the cost and complexity of maintaining vector databases.

vercel-labs/open-agents

⭐ 5,117 stars · +131 today · TypeScript · topics: agent, agents, ai, background-agents

An open-source TypeScript template from Vercel Labs for scaffolding cloud-based background agents. Lower star count but relevant given Vercel's reach; it gives developers a starting point for long-running, serverless agent tasks.

docusealco/docuseal

⭐ 15,725 stars · +900 today · Ruby · topics: document-signing, documents, e-signature, hotwired-turbo, open-source, pdf, pdf-sign, pdf-signature, ruby-on-rails, self-hosted, tailwindcss, vue, webpack

DocuSeal is a self-hosted, open-source alternative to DocuSign for creating and signing PDFs. It has been trending on and off for months; today's spike likely reflects continued enterprise interest in dropping SaaS e-signature costs.

decolua/9router

⭐ 4,785 stars · +149 today · JavaScript · topics: ai-agents, ai-gateway, anthropic, chatgpt, claude, claude-code, cline, codex, copilot, cursor, deepseek, free-ai, gemini, gemini-cli, llm, llm-gateway, openai, openai-proxy, qwen, token-saver

A JavaScript gateway that proxies Claude Code, Cursor, Copilot, and other coding tools through 40-plus free-tier LLM providers, with automatic fallback and a token-reduction layer. Appeals to developers who want AI coding assistance without subscription bills.

Source: GitHub Trending — Daily [1]