AIAny

Tag

Explore by tags

GitHub
AI Agent2025

Runs stateful AI agents as Cloudflare Durable Objects — each keeps its own storage and lifecycle, hibernating when idle and waking on demand. Adds WebSocket state sync, type-safe RPC, resumable LLM streaming, MCP roles, and durable workflows.

GitHub
AI Deploy2025

Provides a hardware plugin that runs vLLM on Huawei Ascend NPUs by mapping vLLM execution and memory management to the Ascend runtime. Key features: support for Transformer/MoE/embedding/multimodal models, official docs, CI-backed release branches and community maintenance.

GitHub
AI Infra2025

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.

GitHub
AI Infra2025

Provides high-throughput, low-latency GPU communication kernels for Mixture-of-Experts (MoE) and expert-parallel workloads, with NVLink↔RDMA-aware forwarding, FP8/BF16 support, and low-latency RDMA hooks for inference decoding.

GitHub
AI Infra2025

Optimized MLA (Multi-head Latent Attention) decoding kernels powering DeepSeek-V3/V3.2 inference on Hopper and Blackwell GPUs. Dense decoding reaches ~3000 GB/s and 660 TFLOPS on H800; the sparse path stores the KV cache in FP8.

GitHub
AI Infra2025

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.

AI Deploy2025

Splits LLM inference into separate prefill and decode GPU pools, then routes requests with KV-cache awareness to cut redundant recomputation. Reports up to 30x throughput on DeepSeek-R1 (GB200 NVL72) and works across TensorRT-LLM, vLLM, and SGLang.

GitHub
AI Image2025

Real-time DETR detector on a DINOv2 backbone, covering detection, segmentation, and keypoints. Ships in six sizes (Nano to 2XL), beats YOLO on the COCO speed-accuracy curve, and transfers better to non-COCO real-world domains.

GitHub
AI Deploy2025

Run large-language and multimodal models locally on edge devices (Android, iOS, desktop, web, Raspberry Pi) with hardware acceleration, function-calling, and multi-language SDKs—designed for low-latency, privacy-sensitive on-device inference.

GitHub
AI Image2025

Converts document images—scans, photos, born-digital PDFs—into structured text in two stages: first map layout and reading order, then parse each element (text, tables, formulas, figures) in parallel, each guided by its own task prompt.

GitHub
AI Infra2025

Parses the local JSONL logs that coding-agent CLIs write and turns them into token and cost reports, no API keys or telemetry. Breaks spend down by day, month, session, and Claude's 5-hour billing windows across Claude Code, Codex, Gemini CLI and more.

GitHub
AI Deploy2025

Turns commodity WiFi Channel State Information into spatial sensing: 17-keypoint pose estimation, presence detection, and contactless breathing/heart-rate monitoring through walls, with no camera. Runs on a mesh of ESP32-S3 nodes (~$9 each).