The Inference Report

August 27, 2026

The GitHub trending set reveals a decisive shift in how developers are building with AI: the focus has moved from model access to agent infrastructure. Where six months ago the conversation centered on which LLM API to call, today's most-starred repos solve the problem of what to do once you have that API. Browser-use and ponytail tackle agent reasoning and action, one by making web interfaces machine-readable, the other by teaching agents to avoid unnecessary work. Archify handles the output problem, generating verifiable diagrams from agent reasoning. The pattern is clear: developers are no longer asking "can I use Claude?" but rather "what can I build that Claude can actually do?"

The secondary pattern is ownership. Repositories like ai-job-search, claude-obsidian, and openhuman are explicitly forkable, self-hosted frameworks that let developers own their AI systems. Free-claude-code and the various plugin directories (claude-plugins-official, awesome-agent-skills) are less about discovery and more about reducing friction to deployment. Scientific-agent-skills is particularly notable because it's solving a vertical problem with validated skills, 175,000 scientists using a curated library suggests the market has moved past generic agents to domain-specific tooling. Vellum-assistant and the agent skills aggregators indicate that the real value now sits in orchestration layers and skill composition, not in the models themselves. The discovery repos like codebase-memory-mcp and defradb point to infrastructure problems that emerge once agents start operating at scale: how to make large codebases queryable and how to federate data across systems without centralization. These are the unsexy problems that determine whether an agent system works in production or becomes a prototype.

Jack Ridley

Trending
tt-a1i/archify
20113

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

anthropics/claude-plugins-official
34472

Official, Anthropic-managed directory of high quality Claude Code Plugins.

Alishahryar1/free-claude-code
50633

Use claude-code for free in the terminal, VSCode extension or via discord like openclaw

MadsLorentzen/ai-job-search
36869

AI-powered job application framework built on Claude Code. Fork it, fill in your profile, and let Claude evaluate jobs, tailor CVs, write cover letters, and prepare you for interviews.

AgriciDaniel/claude-obsidian
13643

Self-organizing AI second brain for Obsidian + Claude Code. Drop any source and Claude reads, links, and files it into one connected knowledge graph of plain Markdown you own. AI note-taking, personal knowledge management (PKM), and an open-source Notion alternative. Based on Karpathy's LLM Wiki pattern.

basecamp/omarchy
32274

Beautiful, Modern & Opinionated Linux

rohitg00/ai-engineering-from-scratch
49818

Learn it. Build it. Ship it for others.

tinyhumansai/openhuman
38387

Your Personal AI super intelligence. Private, Simple and extremely powerful.

DietrichGebert/ponytail
113204

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

anthropics/claude-plugins-community
2311

Community plugin marketplace for Claude Cowork and Claude Code. Read-only mirror — submit plugins at clau.de/plugin-directory-submission.

Daily discovery
X-GenGroup/Flow-FactoryImage Generation
682

A unified framework for easy reinforcement learning in Flow-Matching models

vellum-ai/vellum-assistantAutonomous Agents
1136

An AI Assistant that’s easy to setup, does your work 24/7, knows your preferences and gets better over time.

openframeworks/openFrameworksComputer Vision
10419

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.

sourcenetwork/defradbEdge AI
890

DefraDB is a Peer-to-Peer Edge-First Database. It's the core data storage system for the Source Ecosystem, built with IPLD, LibP2P, CRDTs, and Semantic open web properties.

AkihikoWatanabe/paper_notesNLP
160

Daily notes on AI papers

mosaico-labs/mosaicoRobotics
952

Mosaico - The data platform for Physical AI

DeusData/codebase-memory-mcpKnowledge Graph
40821

High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

BUAA-BDA/OpenHuFuFederated Learning
732

OpenHuFu is an open-sourced data federation system to support collaborative queries over multi databases with security guarantee.

huggingface/transformersDeep Learning
164489

🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

areal-project/AReaLReinforcement Learning
5698

The RL Bridge for LLM-based Agent Applications. Made Simple & Flexible.