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 Agent·2025
Icon for item

Customer Service Agents Demo

OpenAI

Demonstrates orchestration of specialist customer-service agents built with the OpenAI Agents SDK, pairing a Python backend for agent logic with a Next.js UI (ChatKit) to visualize routing, guardrails, and demo flows. Useful for prototyping multi-agent customer-service workflows; uses mock flight data and requires an OpenAI API key.

#openai#ai-agent#agent-skills#chatbot#python+4
GitHub
AI Agent·2025
Icon for item

VibeTunnel

amantus-ai, Mario Zechner +4·Amantus Machina

Forwards local terminal sessions to any web browser, so you can watch and steer long-running CLI processes — including AI coding agents like Claude Code — from a phone or another machine. A macOS menu-bar app proxies PTY output over WebSocket.

#vibe-coding#ai-agent#cli#typescript#gitHub+2
GitHub
AI Agent Tutorials·2025
Icon for item

Agents Towards Production

Nir Diamant, DiamantAI Collective

A code-first collection of runnable tutorials for building production-ready generative-AI agents — step-by-step guides covering stateful workflows, vector memory, RAG, tool integrations, Docker/AWS/RunPod deployment, security guardrails, observability, and multi-agent patterns.

#ai-agent#RAG#llm#docker#mcp+5
GitHub
AI Train·2025
Icon for item

Agent Lightning

Xufang Luo, Yuge Zhang +7·Microsoft Research

Trains and optimizes AI agents with reinforcement learning using almost zero code change. Works with any agent framework (LangChain, OpenAI Agents SDK, AutoGen, CrewAI) or none, and can selectively optimize a single agent inside a multi-agent system.

#ai-agent#RL#ai-train#microsoft#github+3
GitHub
AI Client·2025
Icon for item

ByteRover CLI

ByteRover team

Provides a terminal REPL that gives AI coding agents a persistent, structured context memory (a versionable context tree) which can be synced across machines. Distinguishes itself with local-first TUI workflows, Git-like versioning for knowledge, and broad multi-LLM and agent tool integrations; source-available under Elastic License 2.0.

#cli#ai-agent#agent-skills#ai-coding#mcp+5
GitHub
AI Client·2025
Icon for item

MonkeyCode

chaitin

Browser-based AI development platform that runs tasks inside isolated cloud development environments: natural-language agents read code, run commands, modify files, and integrate results back into Git. Key features include per-task sandboxes, multi-model selection, and an enterprise private-deploy option.

#ai-client#ai-agent#ai-coding#github#LLM+3
GitHub
AI Agent·2025
Icon for item

Coze Studio

Coze (coze-dev)

Provides a visual, low-code environment to build, debug, and deploy AI agents—integrates model services (OpenAI, Volcengine), RAG, plugins, workflows, and a Chat SDK for embedding agents into apps.

#ai-agent#ai-workflow#plugin#RAG#llm+4
GitHub
AI Agent·2025
Icon for item

TradingAgents-CN(TradingAgents 中文增强版)

hsliuping (maintainer), TauricResearch (upstream/original project)·TradingAgents-CN Community

Chinese-enhanced fork of TradingAgents that runs multi-agent LLM stock analysis for A-share, HK and US markets, adding domestic models (Qwen, DeepSeek) and local data sources (Tushare, AkShare, BaoStock), with report export to Word and PDF.

#ai-agent#llm#ai-framework#ai-development#github+1
GitHub
AI Agent·2025
Icon for item

Qwen Code

QwenLM·Qwen Team, Alibaba Cloud

Terminal coding agent forked from Google's Gemini CLI, retuned for Qwen3-Coder with a custom parser and tool protocol. Runs against OpenAI, Anthropic, Gemini, Qwen or local models, and adds subagents, agent teams, auto-memory and MCP.

#github#ai-agent#ai-coding#LLM#ai-client+2
GitHub
AI Agent Tutorials·2025
Icon for item

Learn Claude Code

shareAI-lab

Teaches agent harness engineering — the permissions, memory, persistence, and coordination layer that lets an LLM act — across 20 progressive lessons, each adding one mechanism with standalone runnable code. Chinese-first, plus English and Japanese.

#github#ai-agent#ai-coding#tutorial#ai-tools+2
GitHub
AI Agent Tutorials·2025
Icon for item

amazon-bedrock-agentcore-samples

AWS Labs (awslabs) / Amazon·Amazon Web Services

Official, runnable examples for Amazon Bedrock AgentCore, AWS's framework- and model-agnostic platform for deploying AI agents. Spans Runtime, Memory, Gateway, Identity, and Observability through notebooks, code, and infrastructure templates.

#amazon#ai-agent#agent-skills#mcp-server#mcp+5
GitHub
AI Agent·2025
Icon for item

ChatGPT-Micro-Cap-Experiment

LuckyOne7777 (Nathan B. Smith)·Nathan B. Smith

Runs a six-month live experiment where ChatGPT manages a real-money micro-cap portfolio from $100, trading under strict rules with automated stop-losses. Each trade's rationale is logged; returns are benchmarked against the S&P 500 and Russell 2000.

#LLM#ChatGPT#finance#github#python+1
  • Previous
  • 1
  • More pages
  • 14
  • 15
  • 16
  • More pages
  • 45
  • Next