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-security

  • ai-serving

  • ai-tools

  • ai-train

  • ai-video

  • ai-workflow

  • AIGC

  • algorithms

  • alibaba

  • amazon

  • android

  • anthropic

  • arabic

  • audio

  • aws

  • benchmark

  • benchmarks

  • biology

  • blog

  • book

  • bun

  • bytedance

  • chatbot

  • chatgpt

  • chemistry

  • claude

  • claude-code

  • cli

  • clickhouse

  • code

  • codex

  • coding

  • coding-agents

  • common-crawl

  • copilot

  • course

  • cpu

  • cuda

  • cursor

  • deepmind

  • deepseek

  • depth

  • devops

  • diffusers

  • distillation

  • docker

  • drug-discovery

  • electron

  • embeddings

  • engineering

  • evaluation

  • facebook

  • finance

  • flow-matching

  • foundation

  • foundation-model

  • fp8

  • gcode

  • gcp

  • gemini

  • gemini-cli

  • gemma

  • genomics

  • gguf

  • gitHub

  • github

  • go

  • google

  • gradient-booting

  • grok

  • groq

  • huggingface

  • hy_v4

  • image

  • imatrix

  • ios

  • java

  • javascript

  • json

  • kimi

  • kotlin

  • kubernetes

  • laion

  • llama.cpp

  • LLM

  • llm

  • long-horizon

  • lora

  • mLOps

  • math

  • mcap

  • mcp

  • mcp-client

  • mcp-server

  • meta-ai

  • meta-pytorch

  • metal

  • microsoft

  • mlops

  • mobile

  • mocap

  • moe

  • multilingual

  • multimodal

  • mysql

  • NLP

  • nlp

  • nodejs

  • numpy

  • nvidia

  • ocr

  • ollama

  • openai

  • opencode

  • pandas

  • paper

  • parquet

  • physics

  • pi

  • plugin

  • polars

  • postgres

  • privacy

  • programming

  • prompt-engineering

  • pwa

  • python

  • pytorch

  • qwen

  • react

  • reasoning

  • red-teaming

  • redis

  • refactoring

  • research

  • retrieval

  • RL

  • rl

  • robotics

  • rust

  • safetensors

  • science

  • security

  • segmentation

  • sft

  • shodan

  • skillkit

  • software-engineering

  • sora

  • speech

  • sqlite

  • ssh

  • stt

  • supabase

  • swe

  • swift

  • tensorrt

  • terminal

  • thinking

  • trae

  • transformers

  • translation

  • tts

  • tutorial

  • typescript

  • unsloth-dynamic

  • vibe-coding

  • video

  • vision

  • vllm

  • voice

  • vue

  • vulkan

  • web-search

  • windsurf

  • xAI

  • xai

  • youtube

Large Language Model Papers·2022
Icon for item

ReAct: Synergizing Reasoning and Acting in Language Models

Shunyu Yao, Jeffrey Zhao +5·Google Research, Princeton University

Interleaves chain-of-thought reasoning with tool-using actions in one LLM loop: the model plans, queries a source like Wikipedia, then revises from results. Cuts hallucination versus reasoning-only prompting and beats trained agents on interactive tasks.

#paper#LLM#NLP#ai-agent#google+1
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
AI Agent Papers·2024
Icon for item

SWE-agent: Agent-Computer Interfaces Enable Automated Software Engineering

John Yang, Carlos E. Jimenez +5·Princeton Language and Intelligence, Princeton University

Treats the interface between an LM agent and a computer as a design variable. A custom agent-computer interface (ACI) with concise file-edit, repo-navigation, and test commands plus compact feedback reaches 12.5% pass@1 on SWE-bench, 87.7% on HumanEvalFix.

#paper#ai-agent#LLM#ai-coding#engineering
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
GitHub
AI Agent Tutorials·2025
Icon for item

AI Agents for Beginners - A Course

Microsoft

A free, lesson-based curriculum for building AI agents in Python from first principles: agentic frameworks, design patterns, tool use, RAG, planning, multi-agent systems, memory, and protocols like MCP and A2A. Hands-on, with Azure AI and Semantic Kernel.

#microsoft#ai-agent#tutorial#course
GitHub
AI Coding·2025
Icon for item

OpenCode

sst, thdxr·Anomaly

Headless AI coding agent that runs a local HTTP server (OpenAPI 3.1) any client can drive — TUI, desktop, IDE plugins. Provider-agnostic: bring keys for any LLM, no vendor lock-in. Ships LSP-aware editing, plan/build agents, and shareable session links.

#ai-coding#ai-agent#github#ai-client#llm
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
AI Coding·2024
Icon for item

Augment Code

Augment Code, Inc.·Augment Computing, Inc.

Coordinates coding agents across triage, implementation, review, and verification for large engineering teams. Its context engine and enterprise controls focus on shared workflows rather than one developer's local assistant.

#ai-tools#ai-coding#vibe-coding#plugin#ai-agent
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
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 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
GitHub
AI Infra·2016
Icon for item

openpilot

comma.ai

Upgrades supported cars with an open robotics operating system for driver assistance, combining vehicle integration, safety testing, data collection, and community development around comma.ai hardware.

#github#ai-development#vision#ai-tools#ai-agent+1
  • Previous
  • 1
  • 2
  • 3
  • More pages
  • 58
  • 59
  • Next