← Top AI & Dev Repos
GitHub Repos 2026-05-09

Top 10 GitHub Repos of the Week

The week of 2026-05-03 to 2026-05-09 was dominated by substrate projects for AI agents — virtual filesystems, inference engines, evaluation harnesses, and memory toolkits — rather than yet another…

Top 10 GitHub Repos of the Week
Open report
Add to your browser
Import these repos into your browser (6 KB) How to import
  1. Click the button to download the -bookmarks.html file.
  2. Chrome / Edge / Brave: Bookmarks → Import bookmarks and settingsFavorites or bookmarks HTML file → pick the downloaded file.
  3. Firefox: Bookmarks → Manage BookmarksImport and BackupImport Bookmarks from HTML.
  4. Safari: File → Import FromBookmarks HTML File.
They import as one tidy folder (with category subfolders) you can delete anytime.

Top 10 GitHub Repos of the Week

Week of: 2026-05-03 to 2026-05-09 Focus: AI tools, automations, agents, integrations, MCP, CLIs, and developer tooling. Reporting window: Sunday–Saturday of the prior calendar week (does not include the current in-progress week).


Overview

The week of 2026-05-03 to 2026-05-09 was dominated by substrate projects for AI agents — virtual filesystems, inference engines, evaluation harnesses, and memory toolkits — rather than yet another wave of monolithic frameworks. Four brand-new repos cleared 1,000+ stars in their first week (mirage, how-to-train-your-gpt, awesome-agentic-ai-zh, tokenspeed), and three more sailed past 600 (Photo-agents, opensquilla, openpets). Token efficiency, Blackwell-class inference, and the now-standard "skills + MCP + claude-code" stack ran through almost every pick — the long tail kept pushing into specialty MCP servers (ads ops, coding-agent memory) and self-evolving / vision-grounded agent research.


1. mirage

A unified virtual filesystem for AI agents — a sandboxable layer that agents can read, write, and snapshot against without touching the real disk. Ships adapters for LangChain, the OpenAI Agents SDK, Claude Code, and shell agents, with a TypeScript core and Python clients. Created 2026-05-06 and cleared 2,200 stars within nine days, the largest single-week surge of any AI-tooling repo in the window.

Why it's on the list: A clean "agent root filesystem" primitive plugs a gap every multi-tool agent harness has been hand-rolling.


2. how-to-train-your-gpt

A from-scratch PyTorch implementation of a modern GPT-style LLM where every line is commented and the architecture (attention, tokenisation, training loop) is walked through "explained like we are five." Created 2026-05-03 and picked up more than 1,500 stars in a week as a fresh entry in the "build-an-LLM" educational canon next to nanoGPT and llm.c.

Why it's on the list: Cleanest new educational LLM build for engineers who want to understand the stack without wading through research code.


3. awesome-agentic-ai-zh

A structured trilingual (Traditional Chinese / Simplified Chinese / English) learning roadmap for AI agents, organised as staged practicums with required readings, tagged with Claude Code, Claude Skills, MCP, and LLM-agent fundamentals. Created 2026-05-04, crossed 1,400 stars by 2026-05-15, and already has 151 forks — strong contributor velocity for a curriculum repo.

Why it's on the list: The first "awesome-list" of the agentic-AI era to ship as a proper curriculum rather than an unranked URL dump.


4. tokenspeed

A "speed-of-light" LLM inference engine in Python targeting Blackwell-class GPUs, with kernels tuned for gpt-oss, DeepSeek, Kimi, MiniMax, and Qwen out of the box. Created 2026-05-06 and crossed 1,000 stars in nine days as the open-source inference space keeps chasing vLLM and SGLang on raw throughput.

Why it's on the list: Strongest new contender in the "fast inference for open weights" segment this week — worth watching against vLLM/SGLang benchmarks.


5. Photo-agents

A computer-use agent stack built around "photographic" layered memory — the agent captures vision snapshots of the screen, writes its own skills from successful trajectories, and revises them over time. Created 2026-05-04 and shipped straight into the autonomous-agent / self-evolving-agent research thread, picking up over 850 stars by week 2.

Why it's on the list: Concrete implementation of self-written skills tied to vision memory — a useful primitive for desktop and OS-control agents.


6. opensquilla

A token-efficient AI agent runtime pitching "same budget, higher intelligence density" — a programming model for skills + memory tuned around minimising tokens per useful action. Created 2026-05-06; one of several "openclaw"-family entrants this week pushing the cost-efficient agent angle and already past 800 stars.

Why it's on the list: Worth tracking as cost-per-task becomes the next axis after raw capability in the agent runtime race.


7. openpets

An Electron + Bun desktop pet that connects to Claude Code (and other coding agents) via MCP and animates its mood based on the agent's live status — running tool, waiting on user, errored, idle. Created 2026-05-04 with a companion repo alvinunreal/claude-pets (now archived) that handles the Claude Code hook side.

Why it's on the list: Best example this week of the "ambient awareness for long-running coding agents" UX problem getting a playful native solution.


8. agent-skills-eval

A CLI test runner for agent skills in the agentskills.io style — feed it YAML/JSONL skill definitions plus eval cases and it scores them against any OpenAI-compatible endpoint. Created 2026-05-06; lands as the agentic-skills ecosystem matures past "marketplace of YAMLs" into "marketplace plus eval harness."

Why it's on the list: Fills the eval gap for skill-based agents the same way inspect_ai filled it for general LLM evals.


9. Agent_Memory_Techniques

A 30-notebook cookbook covering conversation buffers, vector stores, knowledge graphs, episodic vs. semantic memory, MemGPT, Mem0, Letta, Zep, and Graphiti, with LoCoMo-benchmark code and production patterns. Created 2026-05-05 by the author of the popular Prompt_Engineering and GenAI_Agents cookbooks.

Why it's on the list: Best single-source reference for the agent-memory toolchain that exploded over the last six months — directly runnable Jupyter, not just diagrams.


10. whale

A Go-based DeepSeek-native terminal coding agent that ships MCP support, agent skills, shell tools, and prefix-cache optimisation out of the box — effectively a DeepSeek-first answer to Claude Code's CLI. Created 2026-05-06; small but well-scoped and uses the modern coding-agent feature set rather than reinventing it.

Why it's on the list: First credible terminal-native coding agent built around DeepSeek as the primary model rather than as an afterthought provider.


Honorable Mentions (Optional)

  • KevRojo/Dulus — Open-Claw-inspired agent that proxies through web chats to cut LLM costs ~60% by routing through claude-code (224 ★).
  • Naroh091/hermes-war-room — Vue UI layer for Hermes' native multi-agent orchestration features (218 ★).
  • awizemann/harness — Plain-language LLM-driven UI testing for iOS Simulator, macOS apps, and web apps in Swift 6 (187 ★).
  • Sayhi-bzb/Agent-HTML — Semantic HTML scaffolding designed for AI-agent collaboration, replacing long-running Markdown artifacts (177 ★).
  • enmanuelmag/agent-harness-kit — Provider-agnostic scaffolding for structured multi-agent workflows with built-in OpenTelemetry (152 ★).

Sources

More from GitHub Repos