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

  • youtube

GitHub
AI Agent·2026
Icon for item

AutoResearchClaw

AIMING-Lab / AutoResearchClaw team

Turns a single research idea into runnable experiments and a conference-ready paper by orchestrating an LLM-driven end-to-end workflow (literature → design → code → sandboxed runs → analysis → writing). Provides human-in-the-loop checkpoints, domain-specialist executors, and multi-layer citation verification.

#ai-agent#mlops#python#opencode#docker+5
GitHub
AI Agent·2026
Icon for item

SIA (Self-Improving AI)

Prannay Hebbar, Yogendra Manawat +5

Runs an autonomous self-improvement loop where a meta agent crafts a task-specific agent, a target agent executes trials, and a feedback agent updates both harness (code) and model weights—provider-agnostic profiles with reproducible runs and a live dashboard.

#ai-agent#agent-skills#ai-framework#mlops#python+5
GitHub
AI Agent·2026
Icon for item

google/agents-cli

sushicw, eliasecchig +1·Google

Provides a CLI and skill suite that lets coding assistants scaffold, evaluate, and deploy ADK-based AI agents on Google Cloud. Integrates eval pipelines (generate/grade), deployment infra and CI/CD scaffolds, observability, and Gemini Enterprise publishing workflows.

#agent-skills#gemini#mlops#ai-deploy#cli+4
GitHub
AI Infra·2026
Icon for item

OpenTelemetry GenAI Semantic Conventions

OpenTelemetry

Defines OpenTelemetry semantic conventions for generative AI telemetry — spans, metrics, and events for GenAI clients, the Model Context Protocol (MCP), and provider-specific integrations. Includes YAML models, human-readable docs, and reference implementations to standardize observability across GenAI deployments.

#mcp#mcp-client#mcp-server#mlops#ai-api+3
GitHub
AI Infra·2026
Icon for item

TokenSpeed

LightSeek Foundation

High-throughput LLM inference engine for agentic workloads, combining a local‑SPMD static compiler for parallelism, a C++ scheduler with a Python execution plane and type‑safe KV‑cache reuse, pluggable high-performance kernels (including an MLA implementation), and a low‑overhead AsyncLLM entrypoint for production GPU inference.

#llm#ai-inference#ai-serving#agent-skills#tensorrt+7
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
Hugging Face
AI Dataset·2026
Icon for item

ClawHub Security Signals

OpenClaw

Provides a sanitized, MIT‑licensed dataset of scanner evidence and registry verdicts for public ClawHub agent skills — 67k+ latest skill versions with redacted artifacts and structured VirusTotal, static-analysis, and SkillSpector outputs to study scanner disagreement and agent-skill risk governance.

#security#agent-skills#LLM#huggingface#pandas+2
Hugging Face
AI Dataset·2026
Icon for item

Prompt Routing Dataset

SupraLabs

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.

#prompt-engineering#llm#nlp#pandas#polars+4
Machine Learning Engineering Papers·2026
Icon for item

Frontis-MA1: Training an AI4AI Model towards Recursive Self-Improvement in Machine Learning Engineering

Junlin Yang, Che Jiang +22

Autonomously proposes, modifies, executes, and evaluates ML experiments to study recursive self-improvement in machine learning engineering. Implements an open stack (OpenMLE-Gym, -RL, -Evo) and post-trains Frontis-MA1 (35B) around four evolution operators (Draft, Improve, Debug, Crossover); releases model weights and the full codebase.

#paper#code#github#mlops#ai-agent+4
  • Previous
  • 1
  • 2
  • More pages
  • 7
  • 8
  • 9
  • Next