Discover the Best AI Resources
Curated essentials, no noise — just what matters
Centralizes logs, metrics, traces, frontend RUM and LLM observability into one self-hostable platform, using Parquet + S3-native storage and SQL/PromQL querying to reduce long‑term storage costs and unify telemetry analysis.
Aggregates alerts from dozens of monitoring tools into a single pane of glass, then deduplicates, correlates, and enriches them. Automates incident response with declarative YAML workflows — like GitHub Actions for your monitoring stack.
Runs an agentic RAG loop over scientific papers: searches literature, gathers and re-ranks evidence chunks, then answers with in-text citations. Adds metadata-aware embeddings, retraction checks, and contradiction detection across full PDFs.
Provides a minimal, Zig-written headless browser tailored for AI agents and automation — runs JavaScript, supports key Web APIs, exposes the Chrome DevTools Protocol for Puppeteer/Playwright, and targets low memory usage and fast startup for large-scale scraping and agent workflows.
Visual canvas for composing, testing, and deploying LLM-based pipelines and multi-agent workflows. Supports major LLMs and vector databases, exports flows as APIs or MCP servers, and offers a desktop bundle for local experimentation and iteration.
Open-source LLM inference and serving engine built around PagedAttention, which manages the KV cache like OS virtual memory to cut waste and raise throughput. Supports continuous batching, KV cache sharing, quantization, and an OpenAI-compatible API.
Locally hosted frontend that connects to many text, image, and TTS backends (KoboldAI, Ooba, Tabby, OpenAI, Claude, OpenRouter, Mistral, NovelAI, Horde). Built around character cards, lorebooks, group chats, and extensions for deep prompt control.
Contains tech-blog posts scraped from Habr (primarily Russian, some English) in Parquet format with ~100K–1M records. Suited for multilingual text-generation and language-model fine-tuning; license is not specified, so verify before redistribution.
Reimplements OpenAI's Whisper speech-to-text on the CTranslate2 inference engine, running up to 4x faster at the same accuracy while using less memory. Adds a batched pipeline, 8-bit quantization, VAD filtering, and word-level timestamps.
Self-hosted, MIT-licensed interface that puts OpenAI, Anthropic, Google, Azure, AWS, and local models behind one chat UI. Adds agents, a code interpreter, MCP tool connections, persistent memory, web search, artifacts, and multi-user SSO auth on top.
Maps your existing C#, Python, or Java functions into a form AI models can invoke, then translates model requests into real function calls and feeds results back. Model-agnostic middleware: swap in newer models without rewriting your app.
Drives autonomous penetration testing and CTF solving via cooperating LLM sessions that track a pentest task tree. Scored 86.5% on the XBOW benchmark suite at ~$1.11 per solved task, and works with OpenAI, Claude, Gemini, and local Ollama models.