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

AI API·2023
Icon for item

Claude API

Anthropic

Gives developers direct REST access to Claude models for chat, coding, agents, batch jobs, token counting, and structured outputs. It is best for teams that want Anthropic's newest features without routing through a cloud marketplace.

#ai-development#ai-api#ai-agent#anthropic#claude
GitHub
Large Language Model Papers·2024
Icon for item

LightRAG

Zirui Guo, Lianghao Xia +3·University of Hong Kong, Beijing University of Posts and Telecommunications

A graph-based RAG framework pairing a knowledge graph with vector retrieval and a dual-level (low/high) query mode. New documents merge into the graph via set operations instead of triggering a rebuild, cutting the cost of keeping the index current.

#RAG#LLM#NLP#github#ai-development+5
AI Coding Tutorials·2025
Icon for item

Cursor Learn

Anysphere

Official tutorial hub teaching how to code effectively with AI agents inside Cursor, from AI foundations to working with agents and reviewing their output. Lessons cover rules, tools, context as working memory, and which tasks agents handle well.

#tutorial#ai-coding#IDE#ai-tools#ai-development
GitHub
AI Train·2025
Icon for item

nanochat

Andrej Karpathy

Trains a full ChatGPT-style LLM from scratch on a single 8xH100 node for about $48 in ~2 hours, covering tokenization, pretraining, finetuning, RL, inference, and a web UI in one minimal, hackable codebase you can fork.

#LLM#chatbot#ai-train#ai-tools#tutorial+1
AI API·2020
Icon for item

OpenAI API

OpenAI

Lets developers build AI features with hosted frontier models for text, code, vision, audio, images, and agents. The platform pairs model APIs with tools, SDKs, safety controls, and enterprise options.

#ai-development#ai-api#ai-agent#ai-image#openai
GitHub
AI API·2024
Icon for item

Claude Quickstarts

Anthropic

Runnable starter projects for the Claude API you fork and adapt: a knowledge-base customer support agent, a financial analyst that charts results in chat, plus computer-use, browser-use, and autonomous-coding-agent reference implementations.

#anthropic#claude#ai-api#tutorial#ai-agent+4
GitHub
AI Client·2025
Icon for item

cc-switch: All-in-One Assistant for Claude Code, Codex & Gemini CLI

Jason Young·Independent

Manages provider configs for seven coding CLIs (Claude Code, Codex, Gemini CLI, OpenCode and more) from one desktop app, so switching API endpoints no longer means hand-editing JSON, TOML, or .env files. Adds tray quick-switch and cloud sync.

#claude#gemini#openai#ai-tools#ai-client+7
AI Train·2015
Icon for item

Keras

François Chollet·Keras Team

Builds and trains deep learning models from one Python API across JAX, TensorFlow, PyTorch, and OpenVINO inference. Its real value is portability: model code, custom layers, and data pipelines can move across backends instead of locking into one stack.

#ai-development#ai-framework#ai-train
AI API·2023
Icon for item

Gemini API

Google

Lets developers call Gemini, Nano Banana, Veo, and other Google AI models from apps through SDKs or REST. It is fastest for teams that want hosted multimodal generation without running model infrastructure.

#ai-development#ai-api#ai-agent#ai-image#google+1
AI Train·2023
Icon for item

Unsloth

Daniel Han, Michael Han·Unsloth AI

Patches Hugging Face Transformers and TRL with hand-written Triton kernels to fine-tune LLMs on a single consumer GPU up to 30x faster with about 90% less memory. Does LoRA, QLoRA, and full fine-tuning across 500+ models, exporting to GGUF and Safetensors.

#ai-development#ai-library#ai-train#LLM
GitHub
AI Infra·2010
Icon for item

NumPy

NumPy·NumFOCUS

The N-dimensional array (ndarray) underpinning Python's scientific stack — pandas, scikit-learn, and SciPy build directly on it. Vectorized math, broadcasting, and a C/Fortran bridge move numeric work out of Python loops into compiled code.

#ai-library#ai-framework#engineering#science#github+1
AI API·2012
Icon for item

Postman: The World’s Leading API Platform | Sign Up for Free

Postman, Inc.

Provides a collaborative API development platform for designing, testing, documenting, and monitoring APIs — with sharable Collections, mock servers, CLI, and AI-driven features (Agent Mode, AI Agent Builder, MCP Server) to automate API workflows.

#ai-api#ai-api-management#ai-agent#mcp-server#ai-development+2
  • Previous
  • 1
  • 2
  • 3
  • More pages
  • 21
  • 22
  • Next