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

mobile-mcp

Mobile Next

Gives an LLM agent direct control of iOS and Android apps over one MCP interface, across simulators, emulators, and real devices. Reads the native accessibility tree to pick elements deterministically, using screenshot coordinates only as fallback.

#mcp#mcp-server#typescript#nodejs#github+4
GitHub
AI Agent Tutorials·2025
Icon for item

AI Agents A-Z

gyoridavid, AI Agents A-Z (YouTube)·AI Agents A-Z

Collects 40+ importable n8n workflows from the AI Agents A-Z YouTube channel, each tied to one video episode — spanning content generation, social-media posting, and short-video and narrated-story pipelines, plus companion Docker MCP/REST servers.

#ai-agent#mcp-server#mcp-client#ai-tools#ai-workflow+5
GitHub
MCP Server·2025
Icon for item

WhatsApp MCP Server

Luke Harries

Lets an LLM read, search, and send your personal WhatsApp messages, contacts, and media through MCP. A Go bridge speaks to WhatsApp's web multidevice API and stores the full history in local SQLite, so data stays on your machine until a tool is invoked.

#mcp#mcp-server#github#python#claude+5
GitHub
AI Video·2025
Icon for item

ViMax: Agentic Video Generation

HKUDS·Data Intelligence Lab @ HKU

Turns a raw idea, novel, or screenplay into a complete multi-shot video through a multi-agent pipeline that scripts, storyboards, and renders shots while a vision model checks character and scene consistency across the whole story.

#ai-video#video#ai-agent#agent-skills#python+6
GitHub
AI Agent·2025
Icon for item

12-Factor Agents — Principles for building reliable LLM applications

HumanLayer (Dex Horthy)·HumanLayer

Twelve engineering principles for building production-grade LLM agents, modeled on the 12-Factor App. Argues the best agents are mostly deterministic software with a few well-placed LLM calls, not a prompt-and-tools loop.

#github#ai-agent#ai-development#LLM#engineering+2
GitHub
AI Agent·2025
Icon for item

Chef

Convex

Generates full-stack web apps with the backend included — database, auth, file uploads, real-time UIs, and background workflows — by writing code against Convex's reactive APIs. A fork of bolt.diy; bring your key for Claude, GPT, Gemini, or Grok.

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

PageIndex

Vectify AI, Mingtian Zhang +2·Vectify AI

Builds a table-of-contents tree index over long PDFs and uses LLM tree search to fetch relevant sections — no embeddings, chunking, or vector database. Hits 98.7% on FinanceBench, for financial, legal, and technical docs where relevance needs reasoning.

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

Agent Development Kit (ADK) Samples

Google

Provides ready-to-use sample agents for Google’s Agent Development Kit across Python, TypeScript, Go, Java, Kotlin, and Android, from simple assistants to multi-agent workflows.

#ai-agent#agent-skills#RAG#llm#python+4
GitHub
AI Coding·2025
Icon for item

CodeLayer

HumanLayer Team·HumanLayer

Orchestrates AI coding agents around tasks, sessions, artifacts, reviews, and parallel Claude Code workflows so teams can manage complex codebase work with more visibility.

#ai-coding#ai-agent#claude#github#IDE+1
GitHub
AI Coding·2025
Icon for item

CodeBoarding

CodeBoarding

Combines static code analysis with LLM reasoning to produce interactive architecture diagrams, component-level documentation, and navigable outputs for IDEs, CI, and docs. Emits Mermaid diagrams and incremental updates with CLI and editor integrations.

#ai-coding#llm#python#typescript#cli+3
GitHub
MCP Server·2025
Icon for item

JADX-MCP-SERVER

zinja-coder

Exposes a local MCP server that lets LLMs (e.g., Claude Desktop) query decompiled Android app context from a modified JADX GUI—supporting class/method retrieval, resources, xrefs, and debugger hooks for interactive reverse engineering workflows.

#mcp-server#mcp#android#python#java+5
GitHub
AI Agent·2025
Icon for item

The AI Scientist-v2: Workshop-Level Automated Scientific Discovery via Agentic Tree Search

SakanaAI

Autonomously proposes hypotheses, runs experiments, analyzes results, and drafts workshop-level papers via an agentic tree-search pipeline. Unlike template-driven predecessors, it explores open-ended ML research paths but requires GPU/PyTorch and careful sandboxing due to execution of LLM-written code.

#agent-skills#ai-agent#paper#github#pytorch+2
  • Previous
  • 1
  • More pages
  • 27
  • 28
  • 29
  • More pages
  • 60
  • Next