GraphifyOpenInterpreterRustmattpocockSkillsLobeHubOpenHarnessnanobotGitHub Copilot SDKAgent HarnessKnowledge GraphGitHub Trending

AI News Roundup: July 16, 2026 — Graphify Breaks 170K Stars, OpenInterpreter Goes Rust-Native, and the Rise of Agent Harnesses

GitHub Trending AI Agents — July 16

Graphify Crosses 88,000 Stars — The Knowledge Graph Skill Everyone Is Using

Graphify Labs' Graphify has surged to over 88,000 GitHub stars (+1,623 in a single day) as the go-to AI coding assistant skill for turning any codebase into a queryable knowledge graph. Built with tree-sitter AST parsing, Graphify works across 20+ coding assistants including Claude Code, Cursor, Codex, Gemini CLI, and Kimi Code — making it the de facto standard for agent context without vector stores.

OpenInterpreter Rewrites in Rust — 66K Stars and Counting

OpenInterpreter, the coding agent born from OpenAI Codex, has been rebuilt in Rust and now exceeds 66,000 stars. The Rust-native version brings native sandboxing across macOS, Linux, and Windows, multi-harness support (Claude Code, ZCode, SWE-agent, DeepSeek TUI), MCP integration, computer use via browser automation, and the Agent Client Protocol (ACP). It's emerging as the preferred low-cost model agent harness.

mattpocock/skills Hits 173K Stars — The Canonical Skills Collection

Matt Pocock's skills repository continues its record-setting growth, crossing 173,500 stars — the most-starred skills collection in the ecosystem. These real-world Claude Code skills are now a standard reference for skill architecture and agent workflow design.

LobeHub Emerges as Chief Agent Operator Platform

LobeHub has reached 79,942 stars as an ambitious "Chief Agent Operator" — a 7×24 AI team orchestration platform that handles hiring, scheduling, and reporting on AI agents. Its "Agents as the Unit of Work" philosophy, personal memory system, and white-box editable memory make it a compelling competitor in the agent platform space.

awesome-llm-apps Reaches 122K Stars

Shubhamsaboo's curated collection of 100+ runnable AI Agent and RAG apps continues to be the most practical resource for developers looking to prototype and ship AI agent applications.

Agent Infrastructure — The Harness Layer

OpenHarness: Open-Source Agent Harness Framework

HKUDS' OpenHarness (14.8K stars) provides a provider-agnostic agent infrastructure layer — tool-use, skills, memory, and multi-agent coordination. Its tagline — "The model is the agent. The code is the harness." — captures a growing industry consensus. OpenHarness includes 43+ built-in tools, MCP support, a Claude Code-compatible skills system, and a built-in personal agent (Ohmo) running across Feishu, Slack, Telegram, and Discord.

nanobot (45.7K Stars) — Ultra-Lightweight Personal Agent

HKUDS' nanobot distinguishes itself with an intentionally small, readable agent core while offering WebUI, multi-chat integrations, memory, MCP, and long-horizon goal automation. It's becoming the default choice for self-hosted personal AI agents.

New Agent SDK: GitHub Copilot SDK

GitHub Copilot SDK Goes Open Source (9.5K Stars)

GitHub released a multi-platform Copilot SDK that exposes Copilot CLI's production-tested agent runtime for programmatic use. The SDK supports Python, TypeScript/Node.js, Go, .NET, Java, and Rust — bringing agentic workflow capabilities to custom applications without building orchestration from scratch.

AI Coding Tools & Productivity

Nutlope/Hallmark — Anti-AI-Slop Design Skill (10K Stars)

A design skill for Claude Code, Cursor, and Codex that enforces design quality standards, gaining 1,277 stars in a single day as developers push back against formulaic AI-generated code aesthetics.

Microsoft MarkItDown Hits 167K Stars

Microsoft's document-to-Markdown converter has become an essential tool in the AI pipeline, with OCR, LLM Vision, and Azure Document Intelligence support for feeding structured content into LLMs.

Key Themes

  1. Knowledge Graphs for Agents — Graphify's explosive growth signals a shift away from vector embeddings toward AST-based, explainable code intelligence.
  2. Rust-Native Agent Runtimes — OpenInterpreter's rewrite in Rust reflects a broader trend of performance-first agent infrastructure.
  3. Provider-Agnostic Harnesses — OpenHarness and nanobot represent a move toward decoupling agent behavior from specific LLM providers.
  4. Skills Ecosystem Maturity — 173K stars for a skills collection indicates that the agent skills model is becoming a standard paradigm.
  5. Agent Platforms vs. Agent SDKs — LobeHub (platform) and GitHub Copilot SDK (SDK) represent two diverging approaches to delivering agentic capabilities.