AIAIAny
  • Search
  • Collection
  • Category
  • Tag
  • Daily AI
AIAIAny

Tag

Explore by tags

AIAIAny

Curated AI Resources for Everyone

[email protected]

Powered by airss.app

Product
  • Search
  • Collection
  • Category
  • Tag
Resources
  • Blog
Company
  • Privacy Policy
  • Terms of Service
  • Sitemap
Copyright © 2026 All Rights Reserved.
  • All

  • 30u30

  • ASR

  • ChatGPT

  • GNN

  • IDE

  • RAG

  • agent-skills

  • ai

  • ai-agent

  • ai-api

  • ai-api-management

  • ai-client

  • ai-coding

  • ai-demos

  • ai-deploy

  • ai-development

  • ai-framework

  • ai-image

  • ai-image-demos

  • ai-inference

  • ai-leaderboard

  • ai-library

  • ai-rank

  • ai-serving

  • ai-tools

  • ai-train

  • ai-video

  • ai-workflow

  • AIGC

  • algorithms

  • alibaba

  • amazon

  • android

  • anthropic

  • audio

  • aws

  • biology

  • blog

  • book

  • bytedance

  • chatbot

  • chatgpt

  • chemistry

  • claude

  • claude-code

  • cli

  • code

  • codex

  • copilot

  • course

  • cuda

  • cursor

  • deepmind

  • deepseek

  • depth

  • devops

  • diffusers

  • docker

  • drug-discovery

  • electron

  • embeddings

  • engineering

  • evaluation

  • facebook

  • finance

  • flow-matching

  • foundation

  • foundation-model

  • gemini

  • gemini-cli

  • gemma

  • genomics

  • gitHub

  • github

  • go

  • google

  • gradient-booting

  • grok

  • groq

  • huggingface

  • image

  • ios

  • java

  • javascript

  • json

  • kimi

  • llama.cpp

  • LLM

  • llm

  • lora

  • mLOps

  • math

  • mcp

  • mcp-client

  • mcp-server

  • meta-ai

  • meta-pytorch

  • metal

  • microsoft

  • mlops

  • mobile

  • multilingual

  • multimodal

  • mysql

  • NLP

  • nlp

  • nodejs

  • numpy

  • nvidia

  • ocr

  • ollama

  • openai

  • opencode

  • pandas

  • paper

  • physics

  • pi

  • plugin

  • polars

  • postgres

  • privacy

  • prompt-engineering

  • pwa

  • python

  • pytorch

  • qwen

  • react

  • reasoning

  • RL

  • robotics

  • rust

  • science

  • security

  • segmentation

  • shodan

  • skillkit

  • sora

  • speech

  • sqlite

  • ssh

  • stt

  • swe

  • tensorrt

  • terminal

  • transformers

  • translation

  • tts

  • tutorial

  • typescript

  • vibe-coding

  • video

  • vision

  • vllm

  • voice

  • windsurf

  • xAI

  • xai

GitHub
AI Infra·2024
Icon for item

LMCache

LMCache·University of Chicago, Tensormesh

Stores and reuses LLM key-value caches across GPU, CPU, disk, and remote backends so vLLM and SGLang skip recomputing repeated context. Non-prefix reuse (CacheBlend) and PD disaggregation cut time-to-first-token for long-context and RAG serving.

#LLM#llm#ai-serving#ai-inference#ai-library+4
GitHub
AI Train·2024
Icon for item

modded-nanogpt

Keller Jordan, Jeremy Bernstein +2·NanoGPT Speedrun Community

A community speedrun to train a 124M GPT as fast as possible on 8 H100s, all chasing a fixed 3.28 FineWeb loss. Successive records cut the run from llm.c's 45 minutes to under 1.4, mostly via the new Muon optimizer rather than more hardware.

#github#pytorch#ai-train#llm#huggingface+2
GitHub
AI API·2024
Icon for item

aisuite

andrewyng

aisuite is a lightweight Python library that provides a unified API for working with multiple Generative AI providers. It supports models from OpenAI, Anthropic, Google, Hugging Face, AWS, Cohere, Mistral, Ollama, and others—abstracting away SDK differences, authentication details, and parameter variations. Modeled after OpenAI’s API style, it enables developers to build LLM-based or agentic applications across providers with minimal setup.

#ai-library#ai-api#llm#ai-client#mcp+5
GitHub
AI Infra·2024
Icon for item

MinerU

OpenDataLab

Converts PDFs, images, and Office documents into Markdown or JSON for retrieval, extraction, and agent workflows, with OCR, layout analysis, formula handling, and multiple runtime modes.

#github#ai-tools#llm#ai-development#ai-library
GitHub
AI Infra·2024
Icon for item

KTransformers

kvcache-ai (maintainers / MADSys group, Tsinghua University & contributors)·MADSys Lab, Tsinghua University, Approaching.AI +1

Runs huge mixture-of-experts LLMs like DeepSeek-R1/V3 on a single 24GB GPU plus CPU DRAM by keeping attention on the GPU and offloading expert weights to CPU. Reports 3-28x speedups via Intel AMX/AVX512 kernels and fits 139K context in 24GB VRAM.

#github#ai-inference#ai-serving#ai-library#python+3
GitHub
AI Infra·2024
Icon for item

bitnet.cpp (BitNet)

Microsoft

Official inference framework for 1-bit and ternary (1.58-bit) LLMs such as BitNet b1.58, with optimized CPU kernels. Delivers 1.37x-6.17x speedups and 55-82% lower energy on x86 and ARM, and runs a 100B model on a single CPU at 5-7 tokens/sec.

#microsoft#ai-inference#ai-serving#github#llm+5
GitHub
AI Train·2024
Icon for item

minimind

jingyaogong·Independent

Trains a sub-100M-parameter LLM from scratch — pretraining, SFT, LoRA, DPO/RLHF, and distillation, sized from ~26M up to ~100M-plus dense and MoE. Headline figure: the ~64M minimind-3 variant's SFT stage runs 1 epoch in ~2h and ~3 RMB on one NVIDIA 3090.

#pytorch#llm#ai-train#github#ai-development+1
GitHub
AI Agent·2024
Icon for item

ReMe

ReMe Team (Agentscope AI)·AgentScope

Stores agent memory as human- and agent-readable Markdown files with wikilinks instead of an opaque vector DB. Auto Memory/Resource/Dream jobs distill conversations into long-term notes, and hybrid wikilink + BM25 + embedding search retrieves them.

#ai-agent#embeddings#RAG#python#github+3
GitHub
AI Infra·2024
Icon for item

Docling

Docling Team·IBM Research

Converts PDFs, Office files, HTML, images and audio into one structured DoclingDocument, with deep PDF layout, reading order, table-structure and formula recognition, OCR, and native LangChain/LlamaIndex/Haystack integrations for RAG pipelines.

#github#python#ocr#RAG#ai-tools+4
GitHub
AI Infra·2024
Icon for item

cuTile Python

NVIDIA CORPORATION·NVIDIA

Lets Python developers write tile-based parallel kernels for NVIDIA GPUs, generating CUDA Tile IR while staying close to Python syntax for custom GPU operations.

#nvidia#ai-development#ai-library#ai-train
GitHub
AI Infra·2024
Icon for item

Tile Language (tile-lang)

tile-ai (GitHub org), LeiWang1999 +3

A compact domain-specific language for writing high-performance GPU/CPU kernels (GEMM, FlashAttention, sparse kernels) with Python-like syntax. It provides tiling/pipelining primitives, a TVM-based compiler and multiple backends (CUDA/CuTeDSL, NVRTC, WebGPU, Metal, Ascend) for operator-level performance work.

#github#ai-library#ai-development#python#pytorch+3
GitHub
AI Agent·2024
Icon for item

Agent S

Simular AI

Enables agents to autonomously operate GUIs and complete complex computer tasks — includes the Agent S papers and the gui-agents SDK, grounding-model support, and runnable S3 agent implementations for Windows/macOS/Linux.

#ai-agent#agent-skills#ai-tools#ai-library#ocr+2
  • Previous
  • 1
  • More pages
  • 6
  • 7
  • 8
  • More pages
  • 12
  • Next