Discover the Best AI Resources
Curated essentials, no noise — just what matters
Open-source HybridFlow implementation for RL post-training of LLMs. Decouples control flow from compute so PPO, GRPO, GSPO and DAPO share one dataflow; pairs FSDP/Megatron with vLLM/SGLang rollout and reports 1.5-20x throughput over prior RLHF stacks.
Turns any website into a structured, text-like interface that LLM agents can read and act on, handling clicks, forms, scraping, anti-detection and CAPTCHAs. Ships as an open-source Python library plus a hosted cloud API for running browser agents at scale.
High-accuracy biomolecular structure prediction suite: open-source models (protenix-v2/v1), a benchmark/evaluation toolkit, and a web server for inference. Targets protein/antibody–antigen and ligand-aware predictions with inference-time sampling and constraint support.
A GitHub repository of learning notes and code dedicated to ML + SYS (machine learning systems). It collects tutorials, code walkthroughs and engineering notes on RLHF, distributed training (FSDP, Megatron), inference and scheduling (SGLang, vllm), quantization, CUDA/GPU optimization, system design, and practical engineering.
Framework for building and orchestrating multi-agent LLM systems, with agent types, tool integration, and human-in-the-loop workflows. Supports multi-agent conversation patterns, multiple LLM providers, and RAG-style tooling for research and prototyping agentic workflows.
Keeps the former Windsurf IDE lineage alive as Devin Desktop, a local editor for planning, delegating, reviewing, and shipping code with cloud and local agents from one surface.
Translates scientific PDFs while keeping the original layout intact: parses text, tables, and figures, then re-renders bilingual or monolingual output via any OpenAI-compatible LLM. Tuned for English-to-Chinese papers, with CSV glossary support.
Converts PDF, Office docs, EPUB, images, audio, HTML and ZIP archives into structured Markdown for LLM pipelines, preserving headings, tables and links instead of visual layout. Adds optional OCR, audio transcription and LLM image captions.
Extends the Wand (WeMod) desktop client’s local configuration and UI with a remote web panel, injected renderer scripts, automated compatibility patches and client-side AI features; runs entirely locally and does not publish official executables (build your own).
Predicts 3D structures of proteins, nucleic acids, and small-molecule complexes, the first fully open-source model to approach AlphaFold3 accuracy. Boltz-2 adds binding-affinity prediction that nears FEP simulation accuracy at ~1000x the speed.
Generates video from text or images via a DiT-based latent diffusion model: text-to-video, image-to-video, frame extension, and multi-keyframe conditioning in one model. A distilled 2B variant runs near real-time on one H100; 13B for higher quality.