OptiLLM is an OpenAI-compatible inference proxy that boosts LLM reasoning with 20+ techniques like Mixture of Agents and MCTS, requiring no model retraining. Use a simple prefix to improve accuracy 2-10x.
Paper2Any uses chained LLM calls with structured output to convert academic papers into editable scientific figures, slides, and diagrams via a FastAPI backend and React frontend.
ReasoningBank introduces memory-aware test-time scaling for AI agents by storing reasoning traces from both successes and failures, enabling self-evolution through experience.
SuperClaude transforms Claude Code into a structured AI development platform using behavioral instruction injection, 30 slash commands, 20 specialized agents, and 8 MCP server integrations for faster, token-efficient workflows.
SupoClip is an open-source self-hosted AI video clipper using AssemblyAI transcription and multiple LLM backends including local Ollama. It runs on Docker Compose with FastAPI and Next.js.
Swark is a VS Code extension that creates Mermaid.js architecture diagrams from any code using GitHub Copilot’s free tier via the VS Code Language Model API—no API keys needed.
vLLM Compressor applies advanced quantization and compression techniques to large language models, enabling optimized inference without requiring full model definitions.
Weave is a Go-based AI platform with a microkernel architecture that supports hot-pluggable AI plugins and dynamic multi-model switching. Deploy with Docker Compose for rapid development.
yoagent is a minimal Rust library implementing an AI agent loop with multi-provider LLM support, built-in tools, and event streaming for clean, extensible agent workflows.
Aider is a terminal-based AI pair programming tool that builds a repository map for full codebase context, enabling precise, developer-controlled edits with multi-LLM support and git integration.
Claude Code From Scratch distills Anthropic’s 500K+ line coding agent into ~8,000 lines of Python and TypeScript, revealing core architecture like the Agent Loop, semantic memory, multi-agent skills, and context compression.
OpenAlpha_Evolve uses large language models to generate precise code diffs as mutations in an evolutionary algorithm, enabling autonomous iterative code improvement with sandboxed evaluation.
RAGFlow is an open-source Python RAG engine combining deep document parsing, configurable pipelines, agentic workflows, and sandboxed code execution for LLM context management.
rtk is a Rust CLI proxy that intercepts shell commands to reduce LLM token consumption by 60-90% using a transparent Bash hook and output filtering, supporting 100+ commands.
10x is a TypeScript CLI coding agent that speeds coding up to 20x by routing tasks across a tiered AI model system with customizable multi-step workflows called Superpowers.
Langchain-Chatchat offers a flexible, offline-capable orchestration layer for multiple Chinese LLMs and RAG approaches, enabling seamless model swaps across frameworks without code changes.
Langfuse provides end-to-end observability for LLM applications with automatic tracing via an @observe() decorator, enabling teams to debug and manage AI workflows efficiently.
Open Cowork wraps multiple LLMs in a cross-platform desktop app with unique VM-level sandboxing using WSL2 and Lima for safe AI agent command execution.
Quivr is a Python framework offering an opinionated, pluggable retrieval-augmented generation pipeline with multi-LLM support and YAML-defined workflows for flexible knowledge retrieval.
Genie Sim 3.0 is an open-source platform combining 3D Gaussian Splatting and LLM-driven scene generation for embodied AI simulation, offering large-scale synthetic data and low sim-to-real discrepancy.