High-performance CUDA tensor-core GEMM kernel library for LLM workloads: supports FP8/FP4/BF16, fused Mega MoE and MQA scoring, and runtime JIT-compiled kernels. Targets NVIDIA SM90/SM100 and PyTorch—for teams working on low-level GPU kernel optimization.
Curated collection of production-oriented AI projects that implement OCR, RAG, multi-agent systems, and multimodal pipelines. Each entry provides runnable code, setup notes, and engineering patterns to help developers move prototypes toward production.
Runs and fine-tunes LLMs locally on Apple silicon via the MLX framework, pulling thousands of Hugging Face models with one command. Adds 4- and 8-bit quantization, LoRA and full fine-tuning, prompt caching, and distributed inference across Macs.
Turns any GitHub repo into a remote MCP server, giving AI assistants live, searchable access to that project's docs and code so they stop hallucinating outdated APIs. No install: point your IDE at gitmcp.io/owner/repo.
Runs open-source LLMs and multimodal models entirely on mobile devices for offline, private inference. Offers Agent Skills, Thinking Mode, Ask Image, audio scribe, model management and benchmarks, with Gemma 4 and Hugging Face integration.
Lets AI assistants query market data and execute/manage trades on MetaTrader 5 using natural language. Implements the MCP bridge with multiple transports (stdio/SSE/HTTP), a WebSocket quote streamer, and local-credentials-first design for prototyping AI-driven trading integrations.
Official Go implementation of the Model Context Protocol for building MCP servers and clients. Tool handlers are type-safe, with JSON schemas inferred from Go structs via generics. Ships stdio, command, streamable-HTTP, SSE, and in-memory transports.
Archive of extracted and leaked system prompts behind major AI chatbots — Claude, ChatGPT, Gemini, Grok, Copilot, Perplexity and more — sorted by vendor and version with update dates, so you can read the hidden instructions and track how they change.
Framework for building an organization's internal coding agents — runs tasks in isolated cloud sandboxes, integrates with Slack/Linear/GitHub, orchestrates subagents, and automates commits/PRs. Built on LangGraph and Deep Agents for easy customization.
Provides semantic code search for AI coding agents by making an entire codebase available as context via hybrid BM25 + vector retrieval, reducing token costs. Uses incremental indexing, AST-based chunking, and Zilliz/Milvus-backed vectors for large-codebase and IDE workflows.
Demonstrates orchestration of specialist customer-service agents built with the OpenAI Agents SDK, pairing a Python backend for agent logic with a Next.js UI (ChatKit) to visualize routing, guardrails, and demo flows. Useful for prototyping multi-agent customer-service workflows; uses mock flight data and requires an OpenAI API key.
Forwards local terminal sessions to any web browser, so you can watch and steer long-running CLI processes — including AI coding agents like Claude Code — from a phone or another machine. A macOS menu-bar app proxies PTY output over WebSocket.