The Inference Report

July 7, 2026

The trending repositories reveal a sharp split between two developer preoccupations: extracting and instrumenting AI models, versus building practical applications that work offline. The first category dominates by raw stars. System_prompts_leaks aggregates extracted prompts from Claude, GPT, Gemini, and other models, a repository that exists because the prompts themselves have become a commodity worth reverse-engineering. Agent-skills, taste-skill, and claude-skills follow the same logic: they're collections of patterns and instructions designed to make AI agents behave in specific ways. These repositories treat the model as a black box and the prompt as the lever. They're not solving new problems so much as cataloging workarounds to existing ones. Firecrawl sits at the top of this pyramid, it's a web scraping API that lets agents interact with the internet at scale, which is genuinely useful infrastructure but also reveals what's driving adoption: people want to build systems that can fetch and process information without human intervention.

The discovery repositories tell a different story. Sherpa-onnx, Meetily, and transformerlab-app all prioritize local execution and offline capability. Sherpa-onnx supports speech processing across embedded systems and mobile platforms without internet. Meetily runs meeting transcription and summarization entirely on local hardware using Rust. These aren't trending because they're viral, they're gaining traction because they solve a specific friction point: the assumption that every AI workload must phone home to a cloud service. Ray and vLLM-ascend represent infrastructure maturation, tools for scaling models across hardware rather than chasing the latest model release. The pattern here is pragmatic: developers are investing in the plumbing that lets them run models where they live, not where the API provider wants them to run. The gap between what's trending and what's being discovered suggests the market is still heavily weighted toward prompt engineering and API orchestration, but the actual engineering effort is shifting toward local-first, portable, and hardware-agnostic systems.

Jack Ridley

Trending
asgeirtj/system_prompts_leaks
52190

Extracted system prompts from ChatGPT (GPT-5.4, GPT-5.3, Codex), Claude (Opus 4.6, Sonnet 4.6, Claude Code), Gemini (3.1 Pro, 3 Flash, CLI), Grok (4.2, 4), Perplexity, and more. Updated regularly.

addyosmani/agent-skills
71362

Production-grade engineering skills for AI coding agents.

Zackriya-Solutions/meetily
19911

Privacy first, AI meeting assistant with 4x faster Parakeet/Whisper live transcription, speaker diarization, and Ollama summarization built on Rust. 100% local processing. no cloud required. Meetily (Meetly Ai - https://meetily.ai) is the #1 Self-hosted, Open-source Ai meeting note taker for macOS & Windows.

Leonxlnx/taste-skill
59585

Taste-Skill - gives your AI good taste. stops the AI from generating boring, generic slop

alirezarezvani/claude-skills
21386

+180 production-ready skills & plugins for Claude Code, OpenAI Codex, and OpenClaw — engineering, marketing, product, compliance, C-level advisory, and more. Install via /plugin marketplace.

openai/codex-plugin-cc
26466

Use Codex from Claude Code to review code or delegate tasks.

mvanhorn/last30days-skill
50061

AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary

ogulcancelik/herdr
13117

agent multiplexer that lives in your terminal.

bradautomates/claude-video
4628

Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes, hands it all to Claude.

karakeep-app/karakeep
27067

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search

Daily discovery
taranis-ai/taranis-aiNLP
1171

Taranis AI is an advanced Open-Source Intelligence (OSINT) tool, leveraging Artificial Intelligence to revolutionize information gathering and situational analysis.

eclipse-zenoh/zenohRobotics
2965

zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.

Q00/ouroborosAI Agents
4821

Stop prompting. Start specifying.

vllm-project/vllm-ascendMLOps
2371

Community maintained hardware plugin for vLLM on Ascend

transformerlab/transformerlab-appRLHF
5112

The open source research environment for AI researchers to seamlessly train, evaluate, and scale models from local hardware to GPU clusters.

ray-project/rayReinforcement Learning
43148

Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

infinispan/infinispanVector Database
1338

Infinispan is an open source data grid platform and highly scalable NoSQL cloud data store.

huggingface/transformersSpeech Recognition
162332

🤗 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.

aws-solutions/generative-ai-application-builder-on-awsRAG
346

Generative AI Application Builder on AWS facilitates the development, rapid experimentation, and deployment of generative artificial intelligence (AI) applications without requiring deep experience in AI. The solution includes integrations with Amazon Bedrock and its included LLMs, such as Amazon Titan, and pre-built connectors for 3rd-party LLMs.

k2-fsa/sherpa-onnxText-to-Speech
13422

Speech-to-text, text-to-speech, speaker diarization, speech enhancement, source separation, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, HarmonyOS, Raspberry Pi, RISC-V, RK NPU, Axera NPU, Ascend NPU, x86_64 servers, websocket server/client, support 12 programming languages