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

  • benchmark

  • benchmarks

  • biology

  • blog

  • book

  • bytedance

  • chatbot

  • chatgpt

  • chemistry

  • claude

  • claude-code

  • cli

  • code

  • codex

  • coding

  • coding-agents

  • 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

  • gcode

  • gemini

  • gemini-cli

  • gemma

  • genomics

  • gitHub

  • github

  • go

  • google

  • gradient-booting

  • grok

  • groq

  • huggingface

  • image

  • ios

  • java

  • javascript

  • json

  • kimi

  • llama.cpp

  • LLM

  • llm

  • long-horizon

  • 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

  • parquet

  • physics

  • pi

  • plugin

  • polars

  • postgres

  • privacy

  • programming

  • prompt-engineering

  • pwa

  • python

  • pytorch

  • qwen

  • react

  • reasoning

  • redis

  • retrieval

  • RL

  • rl

  • robotics

  • rust

  • science

  • security

  • segmentation

  • shodan

  • skillkit

  • software-engineering

  • sora

  • speech

  • sqlite

  • ssh

  • stt

  • swe

  • swift

  • tensorrt

  • terminal

  • transformers

  • translation

  • tts

  • tutorial

  • typescript

  • vibe-coding

  • video

  • vision

  • vllm

  • voice

  • vulkan

  • web-search

  • windsurf

  • xAI

  • xai

Hugging Face
AI Dataset·2026
Icon for item

Inferact/codex_swebenchpro_traces

Inferact

Provides JSON traces from a Codex-driven swebenchpro agentic benchmark, including per-call token counts, cache hit rates, timing, and per-trial outcomes. Useful for research into LLM caching, long-context workloads, and agent evaluation. MIT-licensed and compact.

#codex#huggingface#pandas#llm#ai-agent+1
Hugging Face
AI Dataset·2026
Icon for item

Agents Last Exam — Task Card Metadata

agents-last-exam (RDI Berkeley)

Provides task-card metadata for 147 long-horizon professional tasks from the Agents Last Exam benchmark — titles, prompts, taxonomy, and input-file descriptors. This v1.0 release is metadata-only; companion repos host input files and gated reference outputs.

#huggingface#ai-agent#agent-skills#pandas#ai-rank
Hugging Face
AI Dataset·2026
Icon for item

Multi-Benchmark LLM Agent Traces

Exgentic

Provides 1,781 OpenTelemetry execution traces of LLM-powered agents across six benchmarks, including full conversations, token usage, timing, tool calls and model metadata—useful for performance analysis, agent-behavior research, and inference debugging.

#llm#ai-inference#mlops#agent-skills#ai-agent+4
GitHub
AI Agent·2026
Icon for item

SkillOpt

Yang Yifan, Gong Ziyang +8·Microsoft

Trains reusable natural-language 'skills' for frozen LLM agents by optimizing the skill document in text-space — using trajectory-driven edits, validation-gated updates, and deployable best_skill.md artifacts. Multi-backend, zero inference-time cost at deployment, designed for iterative, validation-led skill improvement.

#agent-skills#ai-agent#ai-train#llm#python+6
GitHub
AI Agent·2026
Icon for item

Native SDK

Vercel Labs, Vercel

Build native desktop apps authored with declarative .native markup and TypeScript (or Zig) compiled to native code, with no browser or JS runtime in the binary. Ships a component catalog, deterministic rendering, hot reload, and an embedded automation server for AI agent workflows.

#typescript#cli#nodejs#metal#agent-skills+2
Hugging Face
AI Dataset·2026
Icon for item

DeepSeek v4 Pro Agent Traces

TeichAI

Contains 4,006 newline-delimited JSONL agent-session traces recording assistant responses and tool calls from deepseek/deepseek-v4-pro — includes a training-ready tools schema snapshot and helpers for conversion to SFT/distillation workflows.

#deepseek#agent-skills#ai-agent#huggingface#nlp+2
GitHub
MCP Server·2026
Icon for item

Flint: A Visualization Language for the AI Era (flint-chart)

Microsoft Research, IDEAS Lab, Renmin University of China

Lets AI agents produce expressive, polished charts from compact, human-editable semantic specs; the compiler infers layout, scales, and labels and emits Vega-Lite, ECharts, or Chart.js outputs, with an MCP server for agent-driven chart creation and rendering.

#mcp-server#mcp#agent-skills#javascript#typescript+5
GitHub
AI Coding·2026
Icon for item

i-have-adhd

Applies an "ADHD-friendly" output style to coding assistants so answers lead with the next action, present numbered steps, and avoid burying results. Packaged as a reusable skill/plugin for coding-agent workflows (examples: Claude Code, Codex) and guided by a 10-rule style set.

#plugin#agent-skills#skillkit#claude-code#codex+4
GitHub
AI Agent·2026
Icon for item

reverse-skill

Routes code-based AI agents through repeatable reverse-engineering and pentesting workflows and orchestrates local and remote tools (jadx, Frida, IDA, BurpSuite) so agents can triage APKs, binaries, JS, firmware, and CTFs without guessing the toolchain. Includes master routing rules, tool-index detection, MCP integration, and a field-journal for reusable lessons.

#agent-skills#mcp#mcp-server#mcp-client#ai-agent+12
GitHub
AI Agent·2026
Icon for item

TradingAgents-Astock

Simon Lin

An A‑share–specialized fork of TradingAgents that runs a seven‑analyst multi‑agent investment research pipeline for China stocks, integrating free A‑share data connectors and LLM providers. Key features: mootdx/東財 data integrations, A‑share trading rules (T+1, limits), Streamlit UI, and Apache‑2.0 license.

#finance#LLM#ai-agent#agent-skills#python+3
Hugging Face
AI Dataset·2026
Icon for item

CUA-Gym

xlangai, CUA-Gym Team

Pairs natural-language instructions with executable setup artifacts and Python reward functions to create verifiable computer-use agent tasks. Provides a Parquet task table for fast filtering plus a compressed archive of runnable task bundles; several web task endpoints are placeholders that require a local CUA-Gym-Hub deployment.

#huggingface#RL#agent-skills#pandas#python+1
Hugging Face
AI Dataset·2026
Icon for item

Claude Mythos Distilled 25K

WithinUsAI

25,000 chat-formatted synthetic SFT examples distilled to emulate the reasoning style and agentic behavior of Anthropic's Claude Mythos, focused on cybersecurity, advanced coding, mathematical reasoning, and long-horizon agent tasks. Includes metadata for targeted curriculum fine-tuning and is Apache-2.0 licensed.

#huggingface#claude#anthropic#security#llm+4
  • Previous
  • 1
  • More pages
  • 38
  • 39
  • 40
  • More pages
  • 50
  • Next