Discover the Best AI Resources
Curated essentials, no noise — just what matters
Review-first terminal diff viewer that opens changesets in an interactive TUI with multi-file review stream, sidebar navigation, and inline AI/agent annotations. Supports split/stack responsive layouts, watch mode, and Git/Jujutsu pager integration.
Evaluates job postings and produces tailored CVs, cover letters, and interview prep using a Claude Code-driven agent workflow. Distinguishes itself with a drafter–reviewer loop, mandatory PDF compilation and ATS text-layer verification, plus extensible portal scrapers and LaTeX templates.
Hands-on, phase-based curriculum for building end-to-end AI systems from first principles — implement algorithms, run tests, and ship reusable artifacts (prompts, skills, agents, MCP servers) across Python, TypeScript, Rust, and Julia under an MIT license.
Centralizes trip planning on a self-hosted server: collaborative itinerary editor with interactive maps, expenses, packing lists, reservations and PWA/offline support. Includes a built-in MCP (Model Context Protocol) server so AI assistants can read and automate trips via OAuth 2.1.
A 228,557-example dataset of reasoning traces segmented into blocks with iterative, compressed "memento" summaries so LLMs can learn to manage long context. Includes a training-ready subset and a `full` subset with sentence/block-level annotations for research and SFT.
Defines 10 design principles and reference implementations for building agent-native, token-efficient CLIs that reduce token and turn costs for AI agents; includes the TOON output format, benchmarks (browser and GitHub), and an AXI catalog of tools.
Scans AI agent skills for security issues—detecting vulnerabilities, malicious patterns, and supply-chain risks before installation. Combines static AST checks (64 patterns across 16 categories) with optional LLM semantic review, OSV live CVE lookups, and JSON/Markdown/SARIF outputs for CI or manual review.
Provides a persistent, typed semantic memory layer for AI agents—supports remember, recall, and answer primitives so agents retain long-term context. Writes are instantly searchable and retrieval uses an information-theoretic engine, avoiding separate vector DBs or indexing delays.
Provides short-lived, copy-pasteable API tokens that let developers access 90+ LLMs (GPT‑5.5, Claude, Gemini, Grok, etc.) without a credit card or registration. Keys are refreshed multiple times daily, each carries a $20–$100 budget and expires in 24–48 hours. Works with any OpenAI-compatible client via a single base URL.
Large-scale mid-training corpora for multimodal models: 10,809 ~60s video shards, caption splits (30s/60s/180s/>10min), 84 spatial-reasoning shards, and CSV mappings to source YouTube IDs. Small Parquet preview configs are provided for schema inspection.
Provides a pytest-native framework to write safety and security tests for agentic AI applications. Defines adversarial attacks, benign-failure suites, and harm-category assertions with evaluation-driven checks and CI-friendly reporting, so red-teaming becomes testable and automatable.
Runs an autonomous self-improvement loop where a meta agent crafts a task-specific agent, a target agent executes trials, and a feedback agent updates both harness (code) and model weights—provider-agnostic profiles with reproducible runs and a live dashboard.