← All posts

AI + Dev Digest — April 15, 2026

GitHub trending is dominated by Claude Code tooling—from multi-assistant switchers to session memory plugins and Karpathy-inspired prompt templates.

Today's GitHub trending is a snapshot of a developer community fully absorbed in the AI coding assistant era. From desktop tools for juggling multiple AI CLIs to memory plugins that give those assistants long-term context, the infrastructure around AI-assisted development is maturing quickly.

cc-switch: One Desktop App to Rule All Your AI CLIs

The fastest-rising repo today—gaining over 630 stars in a single day—is cc-switch, a Rust-built desktop utility for managing access to Claude Code, Codex, OpenCode, and Gemini CLI from a single interface. As developers increasingly juggle multiple AI coding assistants for different tasks, the friction of switching between them has become real. cc-switch treats the growing AI CLI landscape the way a browser profile manager handles accounts: a clean, centralized control panel for your entire AI toolbelt.

cc-switch on GitHub

claude-mem Solves the Session Amnesia Problem

A TypeScript plugin called claude-mem has accumulated nearly 57,000 stars by addressing one of the most persistent pain points in AI-assisted development: Claude Code forgetting everything between sessions. The tool automatically records what Claude does during each coding session, compresses that data using Claude's agent SDK, and injects relevant context back into future sessions. For developers working on long-running projects, the gap between a stateless and a context-aware assistant is substantial.

claude-mem on GitHub

NousResearch's Hermes-Agent Bets on Adaptive Automation

NousResearch released hermes-agent, a Python framework sitting at 87,000 stars, built around the premise that useful agents should evolve alongside a project rather than execute fixed workflows. The framework emphasizes flexible, responsive automation—a direct response to the brittleness of rigid AI pipelines. It's drawing interest from developers who want something between a one-off script and a fully autonomous agent.

hermes-agent on GitHub

One Markdown File, 38,000 Stars: The Karpathy CLAUDE.md Template

A repository called andrej-karpathy-skills is a single CLAUDE.md file—no code, just documentation—distilled from Andrej Karpathy's publicly shared thinking on common LLM coding failure modes. Dropping it into a project shapes how Claude Code reads and modifies your codebase from the first message. That a single well-curated prompt template has reached 38,000 stars says something about how central prompt engineering has become in everyday developer workflows.

andrej-karpathy-skills on GitHub

Microsoft's Markitdown Crosses 109,000 Stars

Microsoft's markitdown Python utility—which converts Word documents, PDFs, PowerPoints, and other office formats into clean Markdown—continues its steady climb. As more engineering workflows involve piping documents through language models, a reliable preprocessing layer that produces structured, readable Markdown has become quietly essential. It's the kind of unglamorous utility that ends up embedded in half the AI pipelines you'll encounter.

markitdown on GitHub