Amp
Amp is a frontier coding agent built to give developers full access to the power of today’s leading AI models directly in their workflow. Available in the terminal and popular editors like VS Code, Cursor, Windsurf, JetBrains, and Neovim, Amp integrates seamlessly into existing development environments. It enables developers to delegate complex coding tasks, refactors, reviews, and explorations to intelligent agents that understand and operate across entire codebases. With support for advanced models such as Claude Opus, Gemini, and GPT-class models, Amp delivers fast, reliable, and highly agentic code generation. The platform is designed for real-world engineering work, handling multi-file changes, deep context, and iterative improvements. Amp helps developers move faster while maintaining confidence in code quality.
Learn more
Graphify
Graphify is an open source knowledge graph engine that turns any input, including code, docs, papers, meetings, images, browser tabs, and commits, into one traversable graph with complete recall. It is built as persistent memory for AI coding assistants, giving tools like Claude Code, Codex, OpenCode, Cursor, Gemini CLI, GitHub Copilot CLI, Aider, Factory Droid, Kimi Code, Kiro, Pi, and Google Antigravity a queryable understanding of a project instead of making them repeatedly grep through files. Users can point Graphify at any directory, and it builds an initial corpus through AST extraction, semantic analysis, and Leiden clustering, transforming an entire codebase or document corpus into a graph in one pass. Unlike RAG pipelines that re-embed everything on every change, Graphify maintains a living graph that updates only affected nodes and edges when files change, allowing the rest of the corpus to stay intact even at enterprise scale.
Learn more
CMEM Cloud
CMEM Cloud is the cloud sync layer for claude-mem, built to link AI agent memory everywhere through one private MCP link. claude-mem is the open source engine that takes notes while an agent works, and CMEM Cloud mirrors that local memory so agents can recall it across every session, machine, editor, and MCP-compatible client. Instead of making users re-explain context, paste old notes, or restart from zero, the system captures decisions, bug fixes, dead ends, environment notes, architecture choices, and other structured observations as the agent works. Those observations are stored in a temporal database, searched by meaning through vector recall, and made available through a private MCP endpoint that any compatible agent can read and write through. It starts with installing the local engine, letting a second model write structured notes out of band, syncing the local database to CMEM Cloud, and then recalling that memory anywhere.
Learn more
Qdrant
Qdrant is a high-performance, composable vector search engine built in Rust for production-grade semantic, hybrid, and agentic workloads.
Combine dense vectors, sparse vectors, metadata filters, multi-vector representations, and custom scoring as primitives at query time. Written in Rust for memory efficiency, SIMD optimization, and predictable performance without garbage collection pauses. No wrappers, no bolt-ons, no legacy compromises — just a custom HNSW implementation and storage engine built specifically for vector workloads.
Learn more