62 reviews

codebase-memory-mcp: A Fast, Zero-Dependency Code Intelligence Server That Actually Delivers

codebase-memory-mcp builds a persistent knowledge graph of your codebase and exposes it via MCP — indexing the Linux kernel in 3 minutes, answering structural queries in under 1ms. Here's an honest look at whether it lives up to the claims.
1,505 stars DeusData/codebase-memory-mcp 7 min read

codebase-memory-mcp: A Static Binary That Turns Your Codebase Into a Knowledge Graph for AI Agents

codebase-memory-mcp is a single static binary that indexes your entire codebase into a persistent knowledge graph, giving AI coding agents like Claude Code and Cursor structural query access in under 1ms. It's genuinely fast, surprisingly well-engineered, and worth a serious look if you're tired of your AI assistant reading files one by one.
1,505 stars DeusData/codebase-memory-mcp 7 min read

Katib: Kubernetes-Native AutoML That Actually Fits Into Your MLOps Stack

Katib is Kubeflow's hyperparameter tuning and AutoML system for Kubernetes, and it's more mature than its star count suggests. If you're already running workloads on Kubernetes and need systematic hyperparameter search without bolting on a separate SaaS tool, this is worth a serious look.
1,675 stars kubeflow/katib 8 min read

Tavily MCP: The Fastest Way to Give Your AI Agent Real-Time Web Access

Tavily's MCP server gives AI agents like Claude real-time web search, extraction, crawling, and site mapping through a single integration. It's one of the more polished MCP servers out there, but it comes with the usual tradeoffs of depending on a paid third-party API.
1,698 stars tavily-ai/tavily-mcp 7 min read

AI Engineering from Scratch: 260 Lessons, No Fluff — Is It Worth Your Time?

A massive open-source AI curriculum spanning 20 phases, 260+ lessons, and ~290 hours of content — from linear algebra to autonomous agent swarms. I dug into what's actually there, what's still vaporware, and whether it's worth bookmarking.
1,962 stars rohitg00/ai-engineering-from-scratch 7 min read

Stop Hand-Drawing Architecture Diagrams: A Practical Look at fireworks-tech-graph

fireworks-tech-graph is a Claude Code skill that generates SVG and PNG technical diagrams from natural language descriptions, with 7 visual styles and deep AI/Agent domain knowledge baked in. It's four days old, already has 2800+ stars, and is worth a serious look — with some caveats.
2,823 stars yizhiyanhua-ai/fireworks-tech-graph 8 min read

LLM-RL-Visualized: 100+ Architecture Diagrams That Actually Explain How Modern LLMs Work

A Chinese researcher has published 100+ hand-crafted SVG architecture diagrams covering LLMs, reinforcement learning, RLHF, GRPO, and more. If you've ever struggled to find a clear visual explanation of PPO in the context of language model training, this repo probably has what you need.
3,997 stars changyeyu/LLM-RL-Visualized 7 min read

GSD 2: A Coding Agent That Actually Manages Its Own Context (And 426 Open Issues to Prove It's Real)

GSD 2 is a standalone TypeScript CLI that wraps LLM coding agents with real session management, spec-driven execution, and autonomous milestone progression. It's genuinely ambitious, actively developed, and rough enough around the edges that you should know what you're signing up for.
5,380 stars gsd-build/gsd-2 7 min read

mcp-playwright: Browser Automation for LLMs That Actually Works

executeautomation/mcp-playwright gives Claude, Copilot, and Cursor direct control over a real browser via the Model Context Protocol. With 5,400+ stars and active weekly commits, it's become the de facto standard for AI-driven browser automation — but there are some rough edges worth knowing about before you adopt it.
5,427 stars executeautomation/mcp-playwright 7 min read

mcp-playwright: Giving Your AI Assistant Real Browser Control (And Whether That's a Good Idea)

mcp-playwright connects Playwright to Claude, Cursor, and other MCP-compatible AI tools, letting LLMs actually drive a browser. It's one of the more practical MCP servers out there, but there are real tradeoffs worth understanding before you wire it into your workflow.
5,427 stars executeautomation/mcp-playwright 7 min read